Skip to content

Releases: nobl9/sloctl

v0.11.2

05 Mar 10:01
cfe4fe3
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • fix: budgetadjutments events - handle multiple YAML documents in one file (#294) @piotrkazulak

    The budgetadjustments events commands now processes all YAML documents
    in an input file instead of only the first one, ensuring no data is
    missed. Each document is sent as a separate request to the API

🧰 Maintenance

v0.11.2-rc2

05 Mar 07:48
cfe4fe3
Compare
Choose a tag to compare
v0.11.2-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.11.1...v0.11.2-rc2

v0.11.2-rc1

04 Mar 15:03
efe5e93
Compare
Choose a tag to compare
v0.11.2-rc1 Pre-release
Pre-release

What's Changed

  • chore: Update dependency golangci/golangci-lint to v1.64.6 by @renovate in #298
  • fix: budgetadjutments events - handle multiple YAML documents in one file by @piotrkazulak in #294

Full Changelog: v0.11.1...v0.11.2-rc1

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)