Skip to content

Releases: nobl9/sloctl

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

v0.0.97

16 Jan 14:09
bbbfe2b
Compare
Choose a tag to compare

What's Changed

Sloctl code base has been moved to this repository.
This release does not include any changes other than that.
From now on, sloctl may be installed using go install command, as documented in the README.

Full Changelog: v0.0.96...v0.0.97

v0.0.97-rc4

15 Jan 13:27
6643f5f
Compare
Choose a tag to compare
v0.0.97-rc4 Pre-release
Pre-release

Changelog