Skip to content

Step Agent v0.4.1 (23-09-20)

Compare
Choose a tag to compare
@step-ci step-ci released this 20 Sep 20:27
· 3 commits to main since this release
72366b1

Official Release Artifacts

Linux

For more builds across platforms and architectures, see the Assets section below.

Signatures and Checksums

step-agent-plugin uses sigstore/cosign for signing and verifying release artifacts.

Below is an example using cosign to verify a release artifact:

cosign verify-blob \
  --certificate ~/Downloads/step-agent-plugin_linux_0.4.1_amd64.tar.gz.sig.pem \
  --signature ~/Downloads/step-agent-plugin_linux_0.4.1_amd64.tar.gz.sig \
  --certificate-identity-regexp "https://github\.com/smallstep/step-agent-plugin/.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ~/Downloads/step-agent-plugin_linux_0.4.1_amd64.tar.gz

The checksums.txt file (in the Assets section below) contains a checksum for every artifact in the release.