github smallstep/cli v0.25.2
Step CLI v0.25.2 (24-01-19)

latest releases: v0.27.4, v0.27.3-rc25, v0.27.3-rc24...
8 months ago

Official Release Artifacts

Linux

macOS Darwin

Windows

For more builds across platforms and architectures see the Assets section below.
And for packaged versions (Homebrew, Scoop, etc.), see our installation docs.

Don't see the artifact you need? Open an issue here.

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.25.2_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.25.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.25.2_amd64.tar.gz

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

Changelog

  • 4f55cda Merge pull request #1099 from smallstep/changelog-0.25.2
  • 971e954 Upgrade changelog
  • 06fa8a8 Merge pull request #1097 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.41.0
  • ad07303 Bump go.step.sm/crypto from 0.40.0 to 0.41.0
  • 9cf18ee Merge pull request #1098 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.18.0
  • 4ce778a Merge pull request #1096 from smallstep/dependabot/go_modules/github.com/slackhq/nebula-1.8.2
  • 33d9354 Bump golang.org/x/crypto from 0.17.0 to 0.18.0
  • ff8094b Bump github.com/slackhq/nebula from 1.8.1 to 1.8.2
  • c0af50f Merge pull request #1095 from smallstep/dependabot/go_modules/golang.org/x/term-0.16.0
  • f78d3f5 Bump golang.org/x/term from 0.15.0 to 0.16.0
  • 71ae5c6 Merge pull request #1094 from smallstep/dependabot/go_modules/golang.org/x/sys-0.16.0
  • a6ed0cf Bump golang.org/x/sys from 0.15.0 to 0.16.0
  • c8a74b5 Merge pull request #1093 from smallstep/mariano/certinfo
  • d17b636 Bump certinfo to v1.12.1
  • cc55113 Merge pull request #1090 from smallstep/dependabot/go_modules/google.golang.org/protobuf-1.32.0
  • 7eef805 Merge pull request #1091 from smallstep/dependabot/go_modules/github.com/slackhq/nebula-1.8.1
  • 37c588b Bump github.com/slackhq/nebula from 1.8.0 to 1.8.1
  • 28e4a82 Bump google.golang.org/protobuf from 1.31.0 to 1.32.0
  • 2961f40 Merge pull request #1085 from smallstep/herman/fix-nebula-verify-with-curve
  • 2818a2a Merge branch 'master' into herman/fix-nebula-verify-with-curve
  • 4c8600c Merge pull request #1089 from smallstep/herman/use-uuid-validate
  • ac097ff Use uuid.Validate for cases where the UUID isn't used
  • d4dc84e Merge pull request #1088 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • aca9412 Bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • d55769a Bump github.com/google/uuid from 1.4.0 to 1.5.0
  • def9b01 Merge branch 'master' into herman/fix-nebula-verify-with-curve
  • 29e9f7f Merge pull request #1086 from smallstep/go-jose
  • 636acdd Upgrade go.step.sm/crypto to use go-jose/v3
  • 6be1922 Fix panic trying to create a key with a public key
  • 2cc7174 Add more test cases for Nebula token
  • 84519a7 Fix linting issue
  • b84beef Add key type to error message
  • 7c490d1 Fix Nebula VerifyPrivateKey by selecting curve to use based on key
  • cc063b1 Merge pull request #1084 from smallstep/dependabot/github_actions/actions/setup-go-5
  • 5478e0f Merge pull request #1083 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.39.0
  • 73f2970 Bump actions/setup-go from 4 to 5
  • 39bbc66 Bump go.step.sm/crypto from 0.38.0 to 0.39.0
  • 926e9ba Bump github.com/slackhq/nebula from 1.6.1 to 1.8.0
  • 38a2780 Merge pull request #1080 from smallstep/carl/debian-bookworm
  • e855e87 Update debian docker build to bookworm
  • 947641c Merge pull request #1079 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.16.0
  • 620a7a6 Merge pull request #1078 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.25.2
  • 2f14ccb Bump golang.org/x/crypto from 0.15.0 to 0.16.0
  • 108d916 Bump github.com/smallstep/certificates from 0.25.1 to 0.25.2

Thanks!

Those were the changes on v0.25.2!

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

Don't miss a new cli release

NewReleases is sending notifications on new releases.