github smallstep/cli v0.20.0
Step CLI v0.20.0 (22-05-26)

latest releases: v0.26.1, v0.26.0, v0.25.3-rc3...
23 months ago

Official Release Artifacts

Linux

OSX 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 \
  -key https://raw.githubusercontent.com/smallstep/cli/master/cosign.pub \
  -signature ~/Downloads/step_darwin_0.20.0_amd64.tar.gz.sig
  ~/Downloads/step_darwin_0.20.0_amd64.tar.gz

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

Changelog

  • e3f9034 go mod tidy
  • ebf714c bump certificates to 0.20.0
  • 6cc4cd2 Changelog update for 0.20.0
  • 6ded8ff Merge pull request #677 from smallstep/herman/remove-unused-command-env-vars
  • 6cde951 Merge pull request #673 from smallstep/max/provisioners
  • c5d1847 remove leftover rebase indicators
  • 2bee880 go mod tidy
  • 2858ea1 Remove unused funcs and set up nolint for deprecated func
  • 61f0950 certificates to master and changes in admin.DB interface
  • 61f79db A few small fixes
  • 640bdca A few small improvements from PR review
  • 929ee22 PR comment updates and fixes
  • 052d583 fixes for PR comments
  • 0b9ae97 add feature to withhold or remove JWK private key
  • e62860c fmt.Errorf -> errors.Wrapf until we have our own wrapper
  • ba64ef8 beta deprecation
  • b4d6005 add caConfigClient
  • d00515f PR review fixes
  • 593b8b7 Add example to provisioner update
  • cef8e1f fix linting errors
  • 546d88d combine provisionerbeta and regular provisioner subcommand
  • 1434150 Remove leftover ActionFunc
  • cc689eb Remove example demo link from bug report template.
  • c3bbdfb Remove contact email from bug report template
  • 872fc7a documentation issue markdown update
  • 95f8709 enhancement issue template upgrade
  • d30db87 bug report template with dashes
  • 7dabb8b github bug report template > input -> textarea
  • 232f6e8 github bug report yaml
  • 24b1e63 Another attempt at fixing markdown in bug report yaml
  • a5afc4e Another attempt at github issue bug report templating
  • 8abbfec Improvements to issue bug report template
  • 01e2c46 Rename issue bug report template
  • 579921e Update to bug report form (first pass).
  • 84ec03f Merge pull request #668 from smallstep/herman/allow-deny
  • 8b96103 Fix tests for policy context
  • 1e2bef9 Change to latest github.com/smallstep/certificates
  • e5e8633 Unhide new commands
  • 386bc6a Remove unused command context and env vars code
  • 02d63cd Add subcommand for wildcard name setting
  • 877b473 Remove explicit panics from context check
  • cd57ffc Fix PR comments
  • 5f200c8 Add changelog item
  • 989a666 Add policy command examples
  • 8e8f18e Fix more PR comments
  • d3b20a5 Fix (part of) PR comments
  • 7dd71de Update to go.step.sm/linkedca@v0.16.0
  • 02f3b3e Merge branch 'master' into herman/allow-deny
  • b3a0bfa Update README.md
  • 476ca76 Merge pull request #669 from matthyx/pkcs12
  • ef6ee19 use unique friendly name for pkcs12 truststore
  • 8120839 Add support or Common Names
  • 1542c11 Update PR template
  • 05e2062 Update pull request template
  • 5c527df Merge pull request #670 from smallstep/ssh-inspect
  • 5034e36 Allow to inspect ssh certificates without the type.
  • b8d95b2 Merge branch 'master' into herman/allow-deny
  • b2bd8f4 Add commands for managing policies

Thanks!

Those were the changes on v0.20.0!

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.