Releases: nobl9/sloctl
v0.11.2
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
- chore: Update dependency golangci/golangci-lint to v1.64.6 (#298) @renovate[bot]
v0.11.2-rc2
v0.11.2-rc1
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
What's Changed
🐞 Bug Fixes
- fix: Update Homebrew formula (#297) @nieomylnieja
🧰 Maintenance
- chore: Update dependency cspell to v8.17.5 (#296) @renovate[bot]
v0.11.0
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
- chore: Update dependency cspell to v8.17.4 (#295) @renovate[bot]
- chore: Update module github.com/spf13/cobra to v1.9.1 (#293) @renovate[bot]
- chore: Update module github.com/spf13/cobra to v1.9.0 (#292) @renovate[bot]
- chore: Update module github.com/go-playground/validator/v10 to v10.25.0 (#291) @renovate[bot]
- chore: Update dependency securego/gosec to v2.22.1 (#290) @renovate[bot]
- chore: Update dependency golangci/golangci-lint to v1.64.5 (#289) @renovate[bot]
v0.11.0-rc1
Changelog
- bc9f5fd Merge remote-tracking branch 'origin/main' into extend-release-targets-and-add-install-script
v0.10.1-rc3
v0.10.1
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
Tag for testing #281.