Official Release Artifacts
Below are the most popular artifacts for step
on each platform.
For packaged versions (Homebrew, Scoop, etc.), see our installation docs.
Linux
- 📦 step_linux_0.26.1_amd64.tar.gz
- 📦 step_linux_0.26.1_arm64.tar.gz
- 📦 step_linux_0.26.1_armv7.tar.gz
- 📦 step-cli_0.26.1_amd64.deb
- 📦 step-cli_0.26.1_amd64.rpm
- 📦 step-cli_0.26.1_arm64.deb
- 📦 step-cli_0.26.1_arm64.rpm
- see
Assets
below for more builds
macOS Darwin
Windows
Signatures and Checksums
step
uses sigstore/cosign for signing and verifying release artifacts.
Below is an example using cosign
to verify a release artifact:
cosign verify-blob \
--certificate ~/Download/step_darwin_0.26.1_amd64.tar.gz.pem \
--signature ~/Downloads/step_darwin_0.26.1_amd64.tar.gz.sig \
--certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
~/Downloads/step_darwin_0.26.1_amd64.tar.gz
The checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.
Changelog
- 576d8ad Fix certificate inspect (#1153)
- 6236b6e Merge pull request #1159 from smallstep/dependabot/go_modules/github.com/Microsoft/go-winio-0.6.2
- 7cba07f Merge branch 'master' into dependabot/go_modules/github.com/Microsoft/go-winio-0.6.2
- 1e37e72 Merge pull request #1160 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.44.6
- 0a178ea Bump go.step.sm/crypto from 0.44.3 to 0.44.6
- ddcae60 Bump github.com/Microsoft/go-winio from 0.6.1 to 0.6.2
- 31e62a0 Bump go version to 1.21 in go.mod (#1155)
- 60484c9 Merge pull request #1152 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.44.3
- 555602c Bump go.step.sm/crypto from 0.44.2 to 0.44.3
- dc731e0 Merge pull request #1148 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.22.0
- cb86d05 Bump golang.org/x/crypto from 0.21.0 to 0.22.0
- b3c4df5 Merge pull request #1143 from smallstep/carl/winget-fix
- 8b88dc4 Fix winget release URL
- b838891 Add version number to winget branch name (#1142)
- 6e0fba5 Merge pull request #1141 from smallstep/herman/improve-plugin-not-found-error
- 2ee14c5 Improve error message when a known plugin is not found
Thanks!
Those were the changes on v0.26.1!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes.