Skip to content

Step CLI v0.28.7-rc3 (25-06-05)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 10:57
· 24 commits to master since this release
v0.28.7-rc3
f90649e

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.28.7-rc3_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.28.7-rc3_amd64.tar.gz.sig \
  --certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ~/Downloads/step_darwin_0.28.7-rc3_amd64.tar.gz

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

Changelog

  • f90649e Merge pull request #1434 from smallstep/herman/fix-windows-ssh-config-path
  • d414692 Ensure HOMEDRIVE is used when locating SSH config file location
  • 7d7a8ed Merge pull request #1425 from smallstep/dependabot/go_modules/github.com/pquerna/otp-1.5.0
  • 271f010 Bump github.com/pquerna/otp from 1.4.0 to 1.5.0
  • 2a11114 Merge pull request #1431 from smallstep/mariano/csr-templates
  • 931ba5f Update go.step.sm/crypto with template improvements

Thanks!

Those were the changes on v0.28.7-rc3!

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