github smallstep/cli v0.30.3-rc1
Step CLI v0.30.3-rc1 (26-06-10)

latest releases: v0.30.4, v0.30.3
pre-release13 hours ago

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 \
  --bundle ~/Downloads/step_darwin_0.30.3-rc1_amd64.tar.gz.sigstore.json \
  --certificate-identity-regexp "https://github\.com/smallstep/workflows/.*" \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  ~/Downloads/step_darwin_0.30.3-rc1_amd64.tar.gz

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

Changelog

  • 98e884c Update CHANGELOG for v0.30.3
  • 00b371a Merge pull request #1647 from smallstep/fix/proxycommand-deadlock-1641
  • cd9b4bc Merge pull request #1646 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.82.0
  • 360643e Bump go.step.sm/crypto from 0.81.1 to 0.82.0
  • 9edcbcf Merge pull request #1645 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.53.0
  • 24c64cd Bump golang.org/x/crypto from 0.52.0 to 0.53.0
  • 8094e86 Merge pull request #1644 from smallstep/dependabot/go_modules/golang.org/x/term-0.44.0
  • 21dc5d4 Bump golang.org/x/term from 0.43.0 to 0.44.0
  • 2adf410 Merge pull request #1643 from smallstep/dependabot/go_modules/golang.org/x/sys-0.46.0
  • 5b50ed3 Fix proxycommand hang when server closes before stdin closes
  • ccc870a Bump golang.org/x/sys from 0.45.0 to 0.46.0
  • 26b2814 Merge pull request #1637 from smallstep/dependabot/go_modules/github.com/rogpeppe/go-internal-1.15.0
  • 49eaf58 Merge pull request #1640 from smallstep/dependabot/github_actions/actions/checkout-6.0.3
  • 2759592 Bump github.com/rogpeppe/go-internal from 1.14.1 to 1.15.0
  • e26ec82 Merge pull request #1639 from smallstep/dependabot/go_modules/github.com/ccoveille/go-safecast/v2-2.0.1
  • 24bfc38 Merge pull request #1638 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.81.1
  • 28ae410 Bump actions/checkout from 6.0.2 to 6.0.3
  • 627cf97 Bump github.com/ccoveille/go-safecast/v2 from 2.0.0 to 2.0.1
  • e240ec0 Bump go.step.sm/crypto from 0.81.0 to 0.81.1
  • 04caeaf Merge pull request #1635 from smallstep/dependabot/github_actions/ad-m/github-push-action-1.3.0
  • 59ab91c Bump ad-m/github-push-action from 1.1.0 to 1.3.0
  • 887b62f Merge pull request #1633 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.52.0
  • dffda1e Upgrade golang.org/x/net to v0.55.0
  • 49330b9 Bump golang.org/x/crypto from 0.51.0 to 0.52.0
  • 5746dd2 Merge pull request #1631 from smallstep/panos/workflows
  • 527b8bd gh: aligned workflow permissions with smallstep/workflows#324
  • 9b9c95e Merge pull request #1630 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.81.0
  • 18da89f Bump go.step.sm/crypto from 0.79.0 to 0.81.0
  • 509de5a Merge pull request #1626 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.51.0
  • 1e3eca2 Bump golang.org/x/crypto from 0.50.0 to 0.51.0
  • 0f566d2 Merge pull request #1628 from smallstep/dependabot/go_modules/golang.org/x/term-0.43.0
  • b742363 Merge pull request #1629 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.79.0
  • b83c95c Bump go.step.sm/crypto from 0.77.9 to 0.79.0
  • d41bde3 Bump golang.org/x/term from 0.42.0 to 0.43.0
  • 1e7aeef Merge pull request #1619 from smallstep/dependabot/go_modules/github.com/jackc/pgx/v5-5.9.2
  • 3cac262 Bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2
  • eb850e5 Merge pull request #1623 from smallstep/dependabot/go_modules/github.com/fxamacker/cbor/v2-2.9.2
  • 5ac2707 Bump github.com/fxamacker/cbor/v2 from 2.9.1 to 2.9.2
  • 382cf58 Merge pull request #1624 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.77.9
  • af2b67c Add nosec exclusions
  • 925f087 Update golangci-lint to v2.12.1
  • fa89529 Bump go.step.sm/crypto from 0.77.2 to 0.77.9
  • ef4d129 Merge pull request #1618 from smallstep/dependabot/go_modules/github.com/jackc/pgx/v5-5.9.0
  • 7026648 Bump github.com/jackc/pgx/v5 from 5.8.0 to 5.9.0
  • 8dbc64c Merge pull request #1612 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.50.0
  • 3a3b6af Bump golang.org/x/crypto from 0.49.0 to 0.50.0
  • f1b243c Merge pull request #1615 from smallstep/dependabot/go_modules/golang.org/x/term-0.42.0
  • df0c6fa Merge pull request #1617 from smallstep/dependabot/github_actions/ad-m/github-push-action-1.1.0
  • 3374539 Bump golang.org/x/term from 0.41.0 to 0.42.0
  • 992a6f5 Merge pull request #1614 from smallstep/dependabot/go_modules/software.sslmate.com/src/go-pkcs12-0.7.1
  • 0092dad Merge pull request #1616 from smallstep/dependabot/github_actions/softprops/action-gh-release-3.0.0
  • eb79a73 Bump ad-m/github-push-action from 1.0.0 to 1.1.0
  • 2efd39c Bump softprops/action-gh-release from 2.6.1 to 3.0.0
  • 4b4df8f Bump software.sslmate.com/src/go-pkcs12 from 0.7.0 to 0.7.1
  • e104d03 Merge pull request #1610 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.77.2
  • ee5d454 Bump go.step.sm/crypto from 0.77.1 to 0.77.2
  • 563699f Merge pull request #1608 from smallstep/dependabot/go_modules/github.com/go-jose/go-jose/v4-4.1.4
  • 55bed2a Bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4
  • fb0d43f Merge pull request #1607 from smallstep/dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.5
  • 595a1ec Bump github.com/go-jose/go-jose/v3 from 3.0.4 to 3.0.5
  • cbff10c Merge pull request #1605 from smallstep/mariano/bump-certinfo
  • b4a9af9 Bump certinfo
  • 03db1fb Merge pull request #1604 from smallstep/mariano/fix-1601
  • dd664ad Fix isFilename to detect files by existence check
  • 23b67fc Merge pull request #1603 from smallstep/dependabot/github_actions/actions/setup-go-6.4.0
  • 46e7c69 Merge pull request #1602 from smallstep/dependabot/go_modules/github.com/fxamacker/cbor/v2-2.9.1
  • 342d0d0 Bump actions/setup-go from 6.3.0 to 6.4.0
  • 43bdb0c Bump github.com/fxamacker/cbor/v2 from 2.9.0 to 2.9.1

Thanks!

Those were the changes on v0.30.3-rc1!

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

Don't miss a new cli release

NewReleases is sending notifications on new releases.