Skip to content

Releases: nobl9/sloctl

v0.3.0-rc1

04 Jun 09:22
4d14b9a
Compare
Choose a tag to compare

What's Changed

  • chore: Fix typo in .goreleaser.yml by @nieomylnieja in #119
  • feat: PC-12505 Disable replay for composites by @BSski in #115
  • chore: Update dependency securego/gosec to v2.20.0 by @renovate in #120
  • chore: Update dependency golangci/golangci-lint to v1.58.2 by @renovate in #121
  • chore: Update module github.com/schollz/progressbar/v3 to v3.14.3 by @renovate in #122
  • chore: Update dependency cspell to v8.8.2 by @renovate in #123
  • chore: Update module golang.org/x/vuln/cmd/govulncheck to v1.1.1 by @renovate in #124
  • chore: Update dependency cspell to v8.8.3 by @renovate in #125
  • chore: Update dependency markdownlint-cli to v0.41.0 by @renovate in #126
  • chore: Update dependency golangci/golangci-lint to v1.59.0 by @renovate in #127
  • chore: use supported direct type for e2e tests [PC-12979] by @mkaras-nobl9 in #128
  • chore: Update module github.com/nobl9/nobl9-go to v0.82.0 by @renovate in #129
  • chore: Update module github.com/go-playground/validator/v10 to v10.21.0 by @renovate in #130
  • chore: Update dependency yaml to v2.4.3 by @renovate in #131
  • chore: Update dependency cspell to v8.8.4 by @renovate in #132
  • chore: Bump VERSION file for release 0.2.1 by @marcinlawnik in #133
  • chore: Bump version for release by @marcinlawnik in #134

New Contributors

Full Changelog: v0.2.0...v0.3.0-rc1

v0.3.0

04 Jun 09:41
4d14b9a
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: PC-12505 Disable replay for composites (#115) @BSski

🧰 Maintenance

16 changes

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)