github smallstep/cli v0.27.2
Step CLI v0.27.2 (24-07-18)

latest releases: v0.27.4, v0.27.3-rc25, v0.27.3-rc24...
2 months 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.27.2_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.27.2_amd64.tar.gz.sig \
  --certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ~/Downloads/step_darwin_0.27.2_amd64.tar.gz

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

Changelog

  • eeb9a40 Update changelog for 0.27.2 (#1240)
  • 41a0136 Upload freebsd binaries to s3 (#1239)
  • 1fa7d00 Merge pull request #1238 from smallstep/mariano/console
  • 4fc8e4e Merge pull request #1237 from smallstep/dependabot/github_actions/actions/setup-go-5.0.2
  • 5d9510e Merge pull request #1236 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.1
  • 2a6e644 Add console flag to ssh commands
  • 06945d7 Bump actions/setup-go from 5.0.1 to 5.0.2
  • 978bad3 Bump github.com/smallstep/certificates from 0.27.0 to 0.27.1
  • 3b1e836 [actions] use ref_name as name for release (#1235)

Thanks!

Those were the changes on v0.27.2!

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.