·
49 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Release v0.17.0 - Standard Release Conventions
What's Changed
Build & Release
- Standard CLI release conventions: Reverted to industry-standard naming conventions for release artifacts (includes changes from #222)
- Archives use
tar.gzfor Linux/macOS andzipfor Windows - Binary name is plain
azmpf(no version suffix) — version is in the release tag URL - Archive names follow
azmpf_<os>_<arch>format - Added expanded SBOM generation (archive, source, binary)
- Explicit build and archive IDs for clarity
- Archives use
Documentation
- Updated installation instructions for v0.17.0 with corrected download URLs and simplified install steps (no rename needed)
- Updated release skills file with standard naming conventions guidance
Contributors
- Thanks to @DariuszPorowski for the goreleaser conventions review (#222)
Full Changelog: v0.16.0...v0.17.0