v0.11.0
·
8 commits
to refs/heads/main
since this release
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]