Skip to content

Step Agent v0.2.0 (23-08-17)

Compare
Choose a tag to compare
@step-ci step-ci released this 17 Aug 14:49
· 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.2.0_amd64.tar.gz.sig.pem \
  --signature ~/Downloads/step-agent-plugin_linux_0.2.0_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.2.0_amd64.tar.gz

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