Skip to content

Releases: smallstep/cli

Step CLI v0.30.7-rc1 (26-06-11)

11 Jun 01:39
Immutable release. Only release title and notes can be modified.
2215d18

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 \
  --bundle ~/Downloads/step_darwin_0.30.7-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.7-rc1_amd64.tar.gz

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

Changelog

  • 2215d18 Fix release workflow leaving permanent draft releases on GitHub

Thanks!

Those were the changes on v0.30.7-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.30.6 (26-06-10)

10 Jun 20:55
Immutable release. Only release title and notes can be modified.
f662820

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 \
  --bundle ~/Downloads/step_darwin_0.30.6_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.6_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.30.6!

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

Step CLI v0.30.5 (26-06-10)

10 Jun 17:55
27f49f3

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 \
  --bundle ~/Downloads/step_darwin_0.30.5_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.5_amd64.tar.gz

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

Changelog

  • 27f49f3 Fix release workflow to work with immutable releases setting (#1650)

Thanks!

Those were the changes on v0.30.5!

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

Step CLI v0.30.4 (26-06-10)

10 Jun 06:09
33ab772

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 \
  --bundle ~/Downloads/step_darwin_0.30.4_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.4_amd64.tar.gz

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

Changelog

  • 33ab772 Restore pull-requests: write permission in triage workflow (#1649)
  • f247663 Update CHANGELOG for v0.30.3 (#1648)
  • 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 ...

Read more

Step CLI v0.30.3-rc1 (26-06-10)

10 Jun 02:06
Immutable release. Only release title and notes can be modified.
98e884c

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 \
  --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!

Thos...

Read more

Step CLI v0.30.2 (26-03-22)

22 Mar 23:20
8da21e8

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 \
  --bundle ~/Downloads/step_darwin_0.30.2_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.2_amd64.tar.gz

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

Changelog

  • 8da21e8 Update certificates to v0.30.2 | CHANGELOG update (#1600)

Thanks!

Those were the changes on v0.30.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.30.1 (26-03-19)

19 Mar 01:24
1c10067

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 \
  --bundle ~/Downloads/step_darwin_0.30.1_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.1_amd64.tar.gz

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

Changelog

  • 1c10067 Bump certificates to v0.30.1 (#1598)
  • a46cdfb Merge pull request #1597 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.79.3
  • bfa8de1 Bump google.golang.org/grpc from 1.79.2 to 1.79.3

Thanks!

Those were the changes on v0.30.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.30.0 (26-03-18)

18 Mar 22:30
f508510

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 \
  --bundle ~/Downloads/step_darwin_0.30.0_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.0_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.30.0!

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

Step CLI v0.30.0-rc5 (26-03-18)

18 Mar 21:58
e487653

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 \
  --bundle ~/Downloads/step_darwin_0.30.0-rc5_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.0-rc5_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.30.0-rc5!

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

Step CLI v0.30.0-rc4 (26-03-17)

17 Mar 17:45
74af5a6

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 \
  --bundle ~/Downloads/step_darwin_0.30.0-rc4_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.0-rc4_amd64.tar.gz

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

Changelog

  • 74af5a6 Merge pull request #1595 from smallstep/herman/oauth-device-authorization-skip-code
  • 99d8a58 Skip printing user code when verification URI already includes it
  • d288552 Merge pull request #1590 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.49.0
  • 1f38cd3 Bump golang.org/x/crypto from 0.48.0 to 0.49.0
  • b909b3e Merge pull request #1591 from smallstep/dependabot/go_modules/golang.org/x/term-0.41.0
  • 53bc5dd Bump golang.org/x/term from 0.40.0 to 0.41.0
  • 329fd08 Merge pull request #1592 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.30.0-rc4
  • 94ecefa Merge pull request #1593 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.6.1
  • 77517e9 Merge pull request #1594 from smallstep/dependabot/github_actions/webfactory/ssh-agent-0.10.0
  • 6159881 Bump webfactory/ssh-agent from 0.9.1 to 0.10.0
  • 6d19392 Bump softprops/action-gh-release from 2.5.0 to 2.6.1
  • 5afc97e Bump github.com/smallstep/certificates from 0.30.0-rc3 to 0.30.0-rc4
  • 2920832 Merge pull request #1589 from smallstep/herman/fix-ci-with-provisioners-optoin
  • 123b1be Add nolint exclusion on authority.WithProvisioner usage

Thanks!

Those were the changes on v0.30.0-rc4!

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