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.21.0_amd64.tar.gz.sig
~/Downloads/step_darwin_0.21.0_amd64.tar.gz
The checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.
Changelog
- 36a075e Update changelog with new tag version and date
- a7c95e0 Bump certificate to 0.21.0
- 06afdca Merge pull request #695 from smallstep/max/remove-beta
- 9125c2b Merge pull request #687 from smallstep/max/device-flow
- 3426712 Remove beta prefix for remote provisioner and admin management
- 4cfcad6 Default to device flow even for google after Oct, 3 2022.
- a820e7a Merge pull request #692 from smallstep/max/windows-cli-quickstart-link
- bd211a6 Remove unnecessary version var in install-step.ps1
- 889d7a6 Update windows quickstart link in install-step.ps1
- dfbbf95 A few more fixes
- 8d1b0cb Fixing flag to string flag rather than bool
- df4d5e3 Update the changelog and the examples in step oauth
- 5d37468 Add --console-flow flag to oauth for selecting alternative flows
- 602a3d1 changelog update
- 10d3818 Remove --device, figure out flow based on provider
- 514f6ec Simply a few variable declarations in conditionals
- bf5edf1 Improvements | see details
- db92bc0 fix linter error
- bc41407 A few improvements from PR review
- 8767839 fix wrong function name
- 537d8bf A few fixes for comments from PR review
- 79666f0 Fix linter errors
- 1a13c63 device authorization grant flow first pass
- 994d8ba Merge pull request #690 from smallstep/max/domain
- 10bc1ef date format in CHANGELOG template
- 6c82c87 Update CHANGELOG.md
- 71f94e4 changelot update for --domain flag
- 242c02a Add back --domain and --remove-domain flags for provisioner CRUD ...
- 5476fbd Merge pull request #686 from smallstep/herman/fix-keypair-empty-password
- def3afd Check input password value to not be empty
- 94f1f11 Merge pull request #680 from smallstep/max/offline-pass
- 691f56f Merge pull request #681 from smallstep/herman/context-list-alphabetical
- 8b46b07 Add --password-file to
ca sign
- 1eb9722 Add example
- b0750ed Add --password-file flag for offline mode without password input
- e0af534 Sort context list alphabetically
Thanks!
Those were the changes on v0.21.0!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.