Skip to content

Releases: nobl9/sloctl

v0.2.0

15 May 06:55
fb4622d
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: PC-11814 budget adjustment support for sloctl (#56) @kubaceg

    New BudgetAdjustment kind which allows customers to schedule recurring
    future events that should be excluded from the Error Budget calculations
    in their SLOs. This PR introduces new commands such as sloctl get budgetadjustment, sloctl delete budgetadjustment

💻 Fixed Vulnerabilities

  • chore: Update module golang.org/x/net to v0.23.0 [SECURITY] (#106) @renovate

🧰 Maintenance

13 changes
  • chore: Update dependency cspell to v8.8.1 (#118) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.58.1 (#117) @renovate
  • chore: Update pr-title.yml (#116) @nieomylnieja
  • chore: Update module golang.org/x/tools/cmd/goimports to v0.21.0 (#113) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.58.0 (#112) @renovate
  • chore: Update dependency cspell to v8.8.0 (#111) @renovate
  • chore: Update module github.com/go-playground/validator/v10 to v10.20.0 (#110) @renovate
  • chore: Update dependency markdownlint-cli to v0.40.0 (#109) @renovate
  • chore: Update dependency yaml to v2.4.2 (#108) @renovate
  • chore: Update module golang.org/x/net to v0.23.0 [SECURITY] (#106) @renovate
  • chore: Remove management approval release step (#105) @skrolikiewicz
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.0 (#104) @renovate
  • chore: Fix goreleaser marking pre-releases as latest (#103) @nieomylnieja

v0.2.0-rc1

14 May 10:49
fb4622d
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

Changelog

  • fb4622d feat: PC-11814 budget adjustment support for sloctl (#56)

v0.1.0

16 Apr 10:06
1352120
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Changed sloctl versioning to follow proper semver instead of perpetually incrementing patch version.
  • feat: PC-12282 Introduce metadata annotations (#98) @skrolikiewicz
  • feat: PC-11745 Add primary objective sloctl support (#83) @natalialanga

🧰 Maintenance

10 changes

v0.1.0-rc2

16 Apr 07:24
1352120
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-rc1...v0.1.0-rc2

v0.1.0-rc1

15 Apr 09:55
e352c26
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.100...v0.1.0-rc1

v0.0.100

29 Mar 12:32
09367ce
Compare
Choose a tag to compare

What's Changed

💻 Fixed Vulnerabilities

  • chore: Update module github.com/lestrrat-go/jwx to v1.2.29 [SECURITY] (#78) @renovate

🐞 Bug Fixes

  • fix: Distinct between float and integer when printing YAML format (#89) @nieomylnieja

    Fixed regression in printing YAML output for sloctl get commands which
    caused integers to be displayed as floats (ex. 1.0 instead of 1).
    The regression was introduced in version v0.0.97.

🧰 Maintenance

27 changes

v0.0.100-rc2

29 Mar 11:50
7123d7f
Compare
Choose a tag to compare
v0.0.100-rc2 Pre-release
Pre-release

Changelog

  • 7123d7f chore: Set default version from VERSION file (#88)

v0.0.100-rc1

29 Mar 11:16
30691e5
Compare
Choose a tag to compare
v0.0.100-rc1 Pre-release
Pre-release

Changelog

  • 30691e5 fix: Distinct between float and integer when printing YAML format (#89)

v0.0.99

22 Feb 15:23
210c475
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: Correct multiple labels filtering for get command (#59) @nieomylnieja

    Fixed labels filtering for sloctl get command which was causing
    incorrect results to be returned by our backend.
    Issue affects every sloctl version starting from and including v0.0.95.

🧰 Maintenance

15 changes

v0.0.98

07 Feb 09:25
6854a4d
Compare
Choose a tag to compare

What's Changed

💻 Fixed Vulnerabilities

  • chore: Update module github.com/lestrrat-go/jwx to v1.2.28 [SECURITY] (#34) @renovate

🐞 Bug Fixes

🧰 Maintenance

🤖 Dependency Updates

6 changes
  • chore: Update release-drafter/release-drafter action to v6 (#39) @renovate
  • chore: Update golang Docker tag to v1.22 (#40) @renovate
  • chore: Update dependency markdownlint-cli to v0.39.0 (#37) @renovate
  • chore: Update module github.com/goccy/go-yaml to v1.11.3 (#36) @renovate
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.0.3 (#29) @renovate
  • chore: Update actions/cache action to v4 (#32) @renovate