Skip to content

Releases: nobl9/sloctl

v0.11.1

24 Feb 11:00
4ad196f
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

🧰 Maintenance

v0.11.0

21 Feb 15:34
af51534
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking Changes

  • feat: Extend release targets and add install.bash script (#288) @nieomylnieja

    Sloctl released binaries are no longer of a form
    sloctl-${OS}-${VERSION} (e.g. sloctl-linux-0.10.1), instead they now
    follow this pattern: _sloctl-${VERSION}-${OS}-${ARCH} (e.g. sloctl-0.11.0-linux-adm64).
    In addition, the checksum for each release is changing it's name from
    _sloctl-${VERSION}-SHA256SUMS to sloctl-${VERSION}.sha256.

🚀 Features

  • feat: Extend release targets and add install.bash script (#288) @nieomylnieja

    Sloctl pre-built binaries are now also built for arm64 architecture.
    In addition there's now a now method of installing sloctl, via an install script.
    For more details refer to the README.

🧰 Maintenance

6 changes

v0.11.0-rc1

13 Feb 16:14
Compare
Choose a tag to compare

Changelog

  • bc9f5fd Merge remote-tracking branch 'origin/main' into extend-release-targets-and-add-install-script

v0.10.1-rc3

05 Feb 11:01
6c90863
Compare
Choose a tag to compare

Changelog

  • 6c90863 fix: Correct config.toml file handling on Windows (#281)

v0.10.1

05 Feb 11:15
6c90863
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: Correct config.toml file handling on Windows (#281) @nieomylnieja

    sloctl config commands which modify config.toml should now work on
    Windows.

🧰 Maintenance

  • chore: Update module golang.org/x/sync to v0.11.0 (#283) @renovate[bot]
  • chore: Revert "Fix a small UNIX bug where the JSON output was getting managed by errors on stdout" (#282) @nieomylnieja

v0.10.1-rc2

03 Feb 16:26
Compare
Choose a tag to compare

Tag for testing #281.

v0.10.1-rc1

03 Feb 16:19
cbd2f10
Compare
Choose a tag to compare

Changelog

  • cbd2f10 fix: Fix a small UNIX bug where the JSON output was getting managed by errors on stdout (#280)

v0.10.0-rc1

16 Jan 11:14
96f5606
Compare
Choose a tag to compare

Changelog

v0.10.0

16 Jan 11:27
96f5606
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: PC-14244 Add flag to filter SLOs by service (#264) @BSski

    Added filtering SLOs by service name. Example: sloctl get slo -s my-service or sloctl get slo --service=my-service.

💻 Fixed Vulnerabilities

  • chore: Update module github.com/MicahParks/jwkset to v0.6.0 [SECURITY] (#274) @renovate

🧰 Maintenance

6 changes
  • chore: Update VERSION to 0.10.0 (#276) @nieomylnieja
  • chore: Update module golang.org/x/tools/cmd/goimports to v0.29.0 (#271) @renovate
  • chore: Update dependency cspell to v8.17.2 (#275) @renovate
  • chore: Update module github.com/MicahParks/jwkset to v0.6.0 [SECURITY] (#274) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.63.4 (#270) @renovate
  • chore: Update dependency golangci/golangci-lint to v1.63.3 (#269) @renovate

v0.9.1-rc1

02 Jan 10:19
a13dab5
Compare
Choose a tag to compare

What's Changed

  • chore: Update dependency cspell to v8.17.0 by @renovate in #261
  • chore: Update module golang.org/x/crypto to v0.31.0 [SECURITY] by @renovate in #262
  • chore: Update SDK, remove unused experimental fields by @marcinlawnik in #260
  • chore: Update dependency cspell to v8.17.1 by @renovate in #263
  • chore: Update module golang.org/x/net to v0.33.0 [SECURITY] by @renovate in #265
  • chore: Update dependency yaml to v2.7.0 by @renovate in #266
  • chore: Update dependency markdownlint-cli to v0.43.0 by @renovate in #219
  • chore: Update dependency golangci/golangci-lint to v1.63.1 by @renovate in #267
  • chore: Bump version for release by @skrolikiewicz in #268

Full Changelog: v0.9.0...v0.9.1-rc1