Skip to content

Releases: samply/blazectl

v1.2.0-alpha.1

14 Aug 18:06
Compare
Choose a tag to compare
v1.2.0-alpha.1 Pre-release
Pre-release
Enable Go 1.25 JSONv2 Experiment

That should improve the JSON marshalling/unmarshalling performance.

v1.1.0

06 Aug 15:51
Compare
Choose a tag to compare

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

22 May 14:32
Compare
Choose a tag to compare
Release v1.0.0

v0.17.1

03 May 15:49
Compare
Choose a tag to compare
Release v0.17.1

That release contains updates.

v0.17.0

08 Nov 11:45
Compare
Choose a tag to compare
Release v0.17.0

v0.16.1

22 Jul 14:32
Compare
Choose a tag to compare
Release v0.16.1

v0.16.0

03 Jul 08:33
Compare
Choose a tag to compare
Release v0.16.0

v0.15.1

20 Jun 06:25
Compare
Choose a tag to compare

Remove Dependency on glibc (#31)

v0.15.0

08 Jun 09:08
Compare
Choose a tag to compare

Make Measure Evaluation Async per Default (#29)

v0.14.0

22 Mar 14:12
Compare
Choose a tag to compare

Add OAuth 2 bearer token authentication.