Skip to content

Releases: smallstep/cli

Release v0.27.3-rc7

23 Jul 18:50
47e081a
Compare
Choose a tag to compare
Release v0.27.3-rc7 Pre-release
Pre-release
Fix debug

Release v0.27.3-rc6

23 Jul 18:35
cf4934a
Compare
Choose a tag to compare
Release v0.27.3-rc6 Pre-release
Pre-release
Default id back in makefile

Step CLI v0.27.3-rc5 (24-07-23)

23 Jul 17:23
ff45fd9
Compare
Choose a tag to compare
Pre-release

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.3-rc5_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.27.3-rc5_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.3-rc5_amd64.tar.gz

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

Changelog

  • ff45fd9 Explicitly name the default build 'step'

Thanks!

Those were the changes on v0.27.3-rc5!

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

Release v0.27.3-rc4

23 Jul 16:53
a800160
Compare
Choose a tag to compare
Release v0.27.3-rc4 Pre-release
Pre-release
Remove the extra "default" build

Step CLI v0.27.3-rc3 (24-07-23)

23 Jul 04:13
16a07be
Compare
Choose a tag to compare
Pre-release

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.3-rc3_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.27.3-rc3_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.3-rc3_amd64.tar.gz

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

Changelog

  • 16a07be Be explicit with extra_files and glob in s3 blobs

Thanks!

Those were the changes on v0.27.3-rc3!

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

Release v0.27.3-rc2

23 Jul 04:12
b42e40c
Compare
Choose a tag to compare
Release v0.27.3-rc2 Pre-release
Pre-release
Be explicit with extra_files and glob in s3 blobs

Step CLI v0.27.3-rc1 (24-07-23)

23 Jul 03:28
149f52e
Compare
Choose a tag to compare
Pre-release

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.3-rc1_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.27.3-rc1_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.3-rc1_amd64.tar.gz

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

Changelog

  • 149f52e Shut off ci while testing
  • c3386a6 [ci] Fix upload of release build artifacts to s3
  • b6cfe6f Merge pull request #1242 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.0.8
  • ddc1a4f Merge pull request #1226 from smallstep/carl/install-goreleaser-pro
  • 7f62410 Merge branch 'master' into carl/install-goreleaser-pro
  • 85a3ed5 Bump softprops/action-gh-release from 2.0.6 to 2.0.8
  • 0d9d309 Install goreleaser-pro in make bootstrap

Thanks!

Those were the changes on v0.27.3-rc1!

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

Step CLI v0.27.2 (24-07-18)

18 Jul 18:14
eeb9a40
Compare
Choose a tag to compare

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.2_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.27.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.27.2_amd64.tar.gz

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

Changelog

  • eeb9a40 Update changelog for 0.27.2 (#1240)
  • 41a0136 Upload freebsd binaries to s3 (#1239)
  • 1fa7d00 Merge pull request #1238 from smallstep/mariano/console
  • 4fc8e4e Merge pull request #1237 from smallstep/dependabot/github_actions/actions/setup-go-5.0.2
  • 5d9510e Merge pull request #1236 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.1
  • 2a6e644 Add console flag to ssh commands
  • 06945d7 Bump actions/setup-go from 5.0.1 to 5.0.2
  • 978bad3 Bump github.com/smallstep/certificates from 0.27.0 to 0.27.1
  • 3b1e836 [actions] use ref_name as name for release (#1235)

Thanks!

Those were the changes on v0.27.2!

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

Step CLI v0.27.1 (24-07-12)

12 Jul 06:53
00417a3
Compare
Choose a tag to compare

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

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

Changelog

Thanks!

Those were the changes on v0.27.1!

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

Step CLI v0.27.1-rc1 (24-07-12)

12 Jul 06:32
454dc26
Compare
Choose a tag to compare
Pre-release

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.1-rc1_amd64.tar.gz.pem \
  --signature ~/Downloads/step_darwin_0.27.1-rc1_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.1-rc1_amd64.tar.gz

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

Changelog

Thanks!

Those were the changes on v0.27.1-rc1!

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