Skip to content

Step CA v0.25.3-rc4 (24-01-25)

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 11:30
v0.25.3-rc4
675e418

Official Release Artifacts

Linux

OSX Darwin

Windows

For more builds across platforms and architectures, see the Assets section below.
And for packaged versions (Docker, k8s, Homebrew), see our installation docs.

Don't see the artifact you need? Open an issue here.

Signatures and Checksums

step-ca uses sigstore/cosign for signing and verifying release artifacts.

Below is an example using cosign to verify a release artifact:

cosign verify-blob \
  --certificate step-ca_darwin_0.25.3-rc4_amd64.tar.gz.sig.pem \
  --signature step-ca_darwin_0.25.3-rc4_amd64.tar.gz.sig \
  --certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  step-ca_darwin_0.25.3-rc4_amd64.tar.gz

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

Changelog

  • 675e418 Merge branch 'master' into wire-acme-extensions
  • 502334f Merge pull request #1689 from smallstep/beltram/wire-acme-extensions
  • a38132a Fix policy check for Wire user and device identifiers
  • 93ba165 Fix tests to work with Wire UserID and DeviceID
  • 9eed61a use switch statement
  • b8eb559 Update acme/order.go
  • 27ea4de Merge pull request #1687 from smallstep/dependabot/go_modules/google.golang.org/api-0.157.0
  • b0833d7 Merge pull request #1686 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.42.0
  • bcaf8a5 Bump google.golang.org/api from 0.156.0 to 0.157.0
  • 18d3b7f Bump go.step.sm/crypto from 0.41.0 to 0.42.0
  • a3de984 fix: use 2 separate identifiers for Wire
  • 7e6356e Merge pull request #1670 from smallstep/herman/remove-rusty-cli

Thanks!

Those were the changes on v0.25.3-rc4!

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