Releases: samply/blazectl
Releases · samply/blazectl
v1.2.0-alpha.1
Enable Go 1.25 JSONv2 Experiment That should improve the JSON marshalling/unmarshalling performance.
v1.1.0
This is the first version of blazectl with GitHub attestations. Users of blazectl are now able to verify that the downloaded binary was build on GitHub by using the following GitHub CLI command:
gh attestation verify --repo samply/blazectl blazectl
Additionally SBOMs are available either as release asset or by calling:
gh attestation verify --repo samply/blazectl blazectl --predicate-type "https://spdx.dev/Document/v2.3" --format json --jq '.[].verificationResult.statement.predicate' > blazectl-sbom.json
The resulting SBOM can be viewed at a Web Viewer provided by SUSE.
Enhancements
- Use Link Headers to Improve Download Speed (#37)
Bugfixes
- Fix Limit of 100 Polls (#35)
The full changelog can be found here.
v1.0.0
Release v1.0.0
v0.17.1
Release v0.17.1 That release contains updates.
v0.17.0
Release v0.17.0
v0.16.1
Release v0.16.1
v0.16.0
Release v0.16.0
v0.15.1
v0.15.0
v0.14.0
Add OAuth 2 bearer token authentication.