Step Agent v0.4.1 (23-09-20)
Official Release Artifacts
Linux
- 📦 step-agent-plugin_linux_0.4.1_amd64.tar.gz
- 📦 step-agent-plugin_0.4.1_amd64.deb
- 📦 step-agent-plugin_0.4.1_amd64.rpm
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.