github smallstep/cli v0.26.0
Step CLI v0.26.0 (24-03-29)

latest release: v0.26.1
one month ago

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

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.0_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.26.0_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.0_amd64.tar.gz

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

Changelog

  • 05f95e5 Upgrade certificate 0.26.0 | fix linter warnings (#1140)
  • ea6ffb3 Update go.step.sm/crypto (#1139)
  • e5f1be6 Merge pull request #1138 from smallstep/herman/update-changelog-20240327
  • 6668ab2 Update changelog for v0.26.0
  • 65f97a8 Merge pull request #1136 from smallstep/herman/fix-oauth-cors
  • 589416d Merge pull request #1135 from jindraj/jindraj/missing-dash-in-help
  • ef4a736 add missing dash for --offline in help

Thanks!

Those were the changes on v0.26.0!

Come join us on Discord to ask questions, chat about PKI, or get a sneak peek at the freshest PKI memes.

Don't miss a new cli release

NewReleases is sending notifications on new releases.