Skip to content

Step CLI v0.27.4 (24-09-13)

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 17:37
· 43 commits to master since this release
acb623a

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

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

Changelog

  • acb623a Bump smallstep/certificates to 0.27.4 (#1276)
  • 111bcb9 Bumping CHANGELOG to 0.27.4 (#1275)
  • 897b9de Update changelog for 0.27.3 (#1272)
  • ded1861 Allow input from stdin for 'certificate fingerprint' command (#1270)
  • 33edf23 Merge pull request #1269 from smallstep/dependabot/go_modules/go.mozilla.org/pkcs7-0.9.0
  • c5c31ea Merge pull request #1268 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.27.0
  • 90241e5 Bump go.mozilla.org/pkcs7
  • f5d9998 Bump golang.org/x/crypto from 0.26.0 to 0.27.0
  • a1fa442 Merge pull request #1264 from smallstep/dependabot/go_modules/software.sslmate.com/src/go-pkcs12-0.5.0
  • 4dc4f3d Merge pull request #1265 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.51.2
  • 936fb7b Bump go.step.sm/crypto from 0.51.1 to 0.51.2
  • 203d34e Bump software.sslmate.com/src/go-pkcs12 from 0.4.0 to 0.5.0
  • 036917a Merge pull request #1262 from magnuswatn/parse_crl_entry_extensions
  • 88765a7 Parse crlEntryExtensions in CRLs
  • d4fc1e9 Merge pull request #1202 from smallstep/dependabot/go_modules/github.com/google/go-tpm-0.9.1
  • f14730a Bump github.com/google/go-tpm from 0.9.0 to 0.9.1
  • 5df4a21 Merge pull request #1190 from smallstep/dependabot/go_modules/github.com/slackhq/nebula-1.9.3
  • a6a4214 Fix linter issues
  • 1e8f43b Run go mod tidy
  • f89eeab Bump github.com/slackhq/nebula from 1.8.2 to 1.9.3
  • 01b22f4 Fix Release URLs with new file name formats. (#1256)
  • 8880c6c Merge pull request #1257 from smallstep/carl/powershell-vt100
  • d591655 Guard legacy Windows vt100 setup syscall on more recent builds of Windows
  • 0671a3d Merge pull request #1254 from smallstep/jdoss/Prerelease_fixes
  • 6e72a38 Switch to goreleaser.yml@main.

Thanks!

Those were the changes on v0.27.4!

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