Skip to content

Step CLI v0.28.7 (25-07-14)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 04:09
· 27 commits to master since this release
6bc838d

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

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

Changelog

  • 6bc838d Bump to [email protected] (#1454)
  • 939805a Fix broken test (#1452)
  • 3e9adc2 Changelog updates (#1448)
  • 60a4eef Fix linter warnings (#1450)
  • cb9a523 Merge pull request #1451 from smallstep/carl/readme
  • 7725db9 Small tweaks to README
  • 632b477 Merge pull request #1447 from smallstep/mariano/plugin
  • 12ad189 Fix step-kms-plugin name
  • de23b94 Apply suggestions from code review
  • e18fcdc Add a plugins section to the README
  • b578783 Merge pull request #1446 from smallstep/herman/fix-testscript-runmain-deprecation
  • 6a18dda Fix deprecation of testscript.RunMain
  • fdc34f4 Merge pull request #1445 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.67.0
  • d9ae211 Bump go.step.sm/crypto from 0.66.0 to 0.67.0
  • f7dac16 Bump github.com/rogpeppe/go-internal from 1.13.1 to 1.14.1
  • ec725b7 Merge pull request #1442 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.2.2
  • b99c3df Bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2
  • c791bbf Merge pull request #1426 from smallstep/herman/testscript
  • 279e638 Allow changing the app name at compile time through AppName
  • 1932842 Add check_certificate and check_jwk_without_password
  • 9cce28a Merge pull request #1440 from smallstep/dependabot/go_modules/github.com/urfave/cli-1.22.17
  • c030605 Bump github.com/urfave/cli from 1.22.16 to 1.22.17
  • 5e20728 Merge pull request #1439 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.3.2
  • 7fb48a6 Bump softprops/action-gh-release from 2.2.2 to 2.3.2
  • 2944159 Refactor step crypto jwk create commands into using testscript
  • 1a494ce Refactor step crypto jwt sign and step crypto jwt verify tests
  • 298ff27 Refactor step crypto otp tests into using testscript
  • f641332 Use --password-file to provide password to step crypto keypair
  • 1fc663b Refactor step crypto keypair tests to use testscript
  • 825b161 Replace several old integration style tests with testscript tests
  • f338d80 Refactor CLI to make it testable using testscript
  • a4a846a Merge pull request #1436 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.39.0
  • f8c1eaf Ignore insecure ssh.KeyAlgoDSA usages using nolint
  • edca39f Bump golang.org/x/crypto from 0.38.0 to 0.39.0

Thanks!

Those were the changes on v0.28.7!

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