Skip to content

Releases: nobl9/sloctl

v0.4.1-rc1

12 Aug 13:44
370a0cf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1-rc1

v0.4.1

12 Aug 13:54
370a0cf
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: Bring back get alerts project flags (#186) @nieomylnieja

    sloctl get alert once again supports both -p and -A flags for
    Project filtering.
    These flags were removed as a regression in v0.4.0.

🧰 Maintenance

v0.4.0-rc1

07 Aug 07:45
db2c817
Compare
Choose a tag to compare

Release candidate.

v0.4.0

07 Aug 08:15
db2c817
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Changes

  • feat: Improve flags handling [PC-13534] (#177) @nieomylnieja

    get <kind> command exposes -l flag for objects which support labels
    filtering, in addition -p and -A flags are now only available for
    Project scoped objects.
    delete <kind> <name> command no longer supports -A flag and supports -p
    flag only for Project scoped objects.
    get alert command now prints No resources found. notice, just like
    the rest of get <object> commands.

🚀 Features

🐞 Bug Fixes

🧰 Maintenance

14 changes

v0.3.4-rc1

17 Jul 13:52
07d560f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.3.4-rc1

v0.3.4

17 Jul 14:02
07d560f
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: PC-13500 Fixed tests for BudgetAdjustments with dynamic future date (#160) @jakubpieta

🧰 Maintenance

6 changes

v0.3.3-rc1

08 Jul 08:09
cf9d015
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3-rc1

v0.3.3

08 Jul 08:19
cf9d015
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: Remove replace clause (#158) @nieomylnieja

    Fixed go install malfunction introduced in v0.3.2 caused by
    replace clause in go.mod.

🧰 Maintenance

4 changes

v0.3.2-rc1

27 Jun 15:00
807652d
Compare
Choose a tag to compare

What's Changed

  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.2 by @renovate in #139
  • chore: Update dependency yaml to v2.4.4 by @renovate in #140
  • chore: Update dependency yaml to v2.4.5 by @renovate in #141
  • chore: Update dependency golangci/golangci-lint to v1.59.1 by @renovate in #142
  • chore: Update module github.com/schollz/progressbar/v3 to v3.14.4 by @renovate in #143
  • chore: change folder to directory in brews Goreleaser config by @nieomylnieja in #138
  • chore: Adjust e2e tests for createdAt and createdBy new v1alpha Project.Spec fields by @nieomylnieja in #144
  • chore: Update module github.com/go-playground/validator/v10 to v10.22.0 by @renovate in #146
  • chore: Update module github.com/spf13/cobra to v1.8.1 by @renovate in #147
  • chore: Update dependency cspell to v8.9.0 by @renovate in #149
  • chore: Update dependency cspell to v8.9.1 by @renovate in #151
  • chore: Add Docker image tests by @nieomylnieja in #152
  • fix: Correct double quoted JSON string literals handling by @nieomylnieja in #153

Full Changelog: v0.3.1...v0.3.2-rc1

v0.3.2

28 Jun 08:34
807652d
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: Correct double quoted JSON string literals handling (#153) @nieomylnieja

    Fixed incorrect handling of double quoted JSON literals which caused
    errors when unmarshaling CloudWatch v1alpha SLOs
    with certain json queries.

🧰 Maintenance

12 changes
  • chore: Add Docker image tests (#152) @nieomylnieja
  • chore: Update dependency cspell to v8.9.1 (#151) @renovate
  • chore: Update dependency cspell to v8.9.0 (#149) @renovate
  • chore: Update module github.com/spf13/cobra to v1.8.1 (#147) @renovate
  • chore: Update module github.com/go-playground/validator/v10 to v10.22.0 (#146) @renovate
  • chore: Adjust e2e tests for createdAt and createdBy new v1alpha Project.Spec fields (#144) @nieomylnieja
  • chore: change folder to directory in brews Goreleaser config (#138) @nieomylnieja
  • chore: Update module github.com/schollz/progressbar/v3 to v3.14.4 (#143) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.59.1 (#142) @renovate
  • chore: Update dependency yaml to v2.4.5 (#141) @renovate
  • chore: Update dependency yaml to v2.4.4 (#140) @renovate
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.2 (#139) @renovate