Skip to content

Releases: smallstep/autocert

Autocert v0.20.2-rc1 (25-07-14)

14 Jul 17:33
19e53f7

Choose a tag to compare

Pre-release

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.20.2-rc1_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.20.2-rc1_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.20.2-rc1_amd64.tar.gz

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

Changelog

  • 19e53f7 empty commit
  • 4fec122 Merge pull request #367 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.2.2
  • 48c57cb Merge pull request #370 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.67.0
  • 6677eb9 build(deps): bump go.step.sm/crypto from 0.66.0 to 0.67.0
  • 8952d7e build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2
  • 226c87d Merge pull request #366 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.3.2
  • fda2040 build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2
  • 929460d Merge pull request #364 from smallstep/dependabot/go_modules/golang.org/x/net-0.41.0
  • 22ec0e7 build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
  • 5f684e2 Merge pull request #365 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.73.0
  • c4a8f5d build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0
  • 00ece25 Merge pull request #363 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.66.0
  • 6f1a454 build(deps): bump go.step.sm/crypto from 0.64.0 to 0.66.0
  • 78d294d Merge pull request #362 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.72.2
  • f21cfb0 build(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2
  • e964ef4 Merge pull request #360 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.64.0
  • 8f08392 build(deps): bump go.step.sm/crypto from 0.63.0 to 0.64.0
  • 2644499 Merge pull request #359 from smallstep/herman/fix-example-linting-issues
  • 96fc385 Fix linting issues in examples
  • afe2f67 build(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1
  • 5971033 Merge pull request #357 from smallstep/dependabot/go_modules/golang.org/x/net-0.40.0
  • dee9d06 build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0
  • 74a013b Merge pull request #356 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.63.0
  • 8796f4d build(deps): bump go.step.sm/crypto from 0.61.0 to 0.63.0
  • fd73e22 Merge pull request #355 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.72.0
  • f4143f7 build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0
  • 365e0be Merge pull request #353 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.61.0
  • 0a248ce Merge pull request #354 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.2.2
  • 8c8c586 build(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2
  • e12ea5e build(deps): bump go.step.sm/crypto from 0.60.0 to 0.61.0
  • aa9a8af Merge pull request #350 from smallstep/dependabot/go_modules/golang.org/x/net-0.39.0
  • 157860f build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0
  • 2af9637 Merge pull request #349 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.71.1
  • 341d723 build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1
  • 283d1d2 Merge pull request #348 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.60.0
  • f3c2e66 build(deps): bump go.step.sm/crypto from 0.59.1 to 0.60.0
  • 0ed792c Merge pull request #347 from smallstep/dependabot/go_modules/golang.org/x/net-0.38.0
  • a4cb288 build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
  • e0e1f05 Merge pull request #346 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.28.3
  • 86c0f66 build(deps): bump github.com/smallstep/certificates

Thanks!

Those were the changes on v0.20.2-rc1!

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

Autocert v0.20.2 (25-07-14)

14 Jul 17:51
4fec122

Choose a tag to compare

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.20.2_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.20.2_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.20.2_amd64.tar.gz

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

Changelog

  • 4fec122 Merge pull request #367 from smallstep/dependabot/go_modules/github.com/go-chi/chi/v5-5.2.2
  • 48c57cb Merge pull request #370 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.67.0
  • 6677eb9 build(deps): bump go.step.sm/crypto from 0.66.0 to 0.67.0
  • 8952d7e build(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2
  • 226c87d Merge pull request #366 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.3.2
  • fda2040 build(deps): bump softprops/action-gh-release from 2.2.2 to 2.3.2
  • 929460d Merge pull request #364 from smallstep/dependabot/go_modules/golang.org/x/net-0.41.0
  • 22ec0e7 build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
  • 5f684e2 Merge pull request #365 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.73.0
  • c4a8f5d build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0
  • 00ece25 Merge pull request #363 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.66.0
  • 6f1a454 build(deps): bump go.step.sm/crypto from 0.64.0 to 0.66.0
  • 78d294d Merge pull request #362 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.72.2
  • f21cfb0 build(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2
  • e964ef4 Merge pull request #360 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.64.0
  • 8f08392 build(deps): bump go.step.sm/crypto from 0.63.0 to 0.64.0
  • 2644499 Merge pull request #359 from smallstep/herman/fix-example-linting-issues
  • 96fc385 Fix linting issues in examples
  • afe2f67 build(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1
  • 5971033 Merge pull request #357 from smallstep/dependabot/go_modules/golang.org/x/net-0.40.0
  • dee9d06 build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0
  • 74a013b Merge pull request #356 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.63.0
  • 8796f4d build(deps): bump go.step.sm/crypto from 0.61.0 to 0.63.0
  • fd73e22 Merge pull request #355 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.72.0
  • f4143f7 build(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0
  • 365e0be Merge pull request #353 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.61.0
  • 0a248ce Merge pull request #354 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.2.2
  • 8c8c586 build(deps): bump softprops/action-gh-release from 2.2.1 to 2.2.2
  • e12ea5e build(deps): bump go.step.sm/crypto from 0.60.0 to 0.61.0
  • aa9a8af Merge pull request #350 from smallstep/dependabot/go_modules/golang.org/x/net-0.39.0
  • 157860f build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0
  • 2af9637 Merge pull request #349 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.71.1
  • 341d723 build(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1
  • 283d1d2 Merge pull request #348 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.60.0
  • f3c2e66 build(deps): bump go.step.sm/crypto from 0.59.1 to 0.60.0
  • 0ed792c Merge pull request #347 from smallstep/dependabot/go_modules/golang.org/x/net-0.38.0
  • a4cb288 build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0
  • e0e1f05 Merge pull request #346 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.28.3
  • 86c0f66 build(deps): bump github.com/smallstep/certificates

Thanks!

Those were the changes on v0.20.2!

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

Autocert v0.20.1-rc4 (25-03-18)

18 Mar 21:11
deebf9a

Choose a tag to compare

Pre-release

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.20.1-rc4_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.20.1-rc4_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.20.1-rc4_amd64.tar.gz

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

Changelog

  • deebf9a empty commit
  • d306f63 Merge pull request #341 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.59.1
  • 664a150 build(deps): bump go.step.sm/crypto from 0.59.0 to 0.59.1
  • 1896188 Merge pull request #343 from smallstep/dependabot/go_modules/golang.org/x/net-0.37.0
  • f07cab3 build(deps): bump golang.org/x/net from 0.35.0 to 0.37.0
  • eae2a64 Merge pull request #339 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.71.0
  • 015fe4d build(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0
  • 10534c3 Merge pull request #338 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.59.0
  • f88e0f0 build(deps): bump go.step.sm/crypto from 0.58.0 to 0.59.0
  • b272d34 Merge pull request #337 from smallstep/dependabot/go_modules/github.com/smallstep/cli-utils-0.12.1
  • 36f71b1 build(deps): bump github.com/smallstep/cli-utils from 0.10.0 to 0.12.1
  • f1c6458 Merge pull request #336 from smallstep/dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.4
  • aa9a51a build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4
  • ac8fa05 Merge pull request #335 from smallstep/dependabot/go_modules/github.com/go-jose/go-jose/v4-4.0.5
  • 60a286e build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5
  • 1c1c99d Merge pull request #332 from smallstep/dependabot/go_modules/k8s.io/api-0.33.0-alpha.2
  • 0d2da32 build(deps): bump k8s.io/api from 0.32.0-alpha.0 to 0.33.0-alpha.2
  • fc8bbe1 Merge pull request #331 from smallstep/dependabot/go_modules/k8s.io/apimachinery-0.33.0-alpha.2
  • 49a27a9 build(deps): bump k8s.io/apimachinery
  • 3774c48 Merge pull request #333 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.28.2
  • f454044 build(deps): bump github.com/smallstep/certificates
  • d55beec Merge pull request #334 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.58.0
  • b31f3bc Use Go 1.23 and run go mod tidy
  • be39a67 build(deps): bump go.step.sm/crypto from 0.57.1 to 0.58.0
  • 3c488bc Merge pull request #330 from smallstep/dependabot/go_modules/golang.org/x/net-0.35.0
  • b15e3b9 build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0
  • 3fe24cc Merge pull request #327 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.57.1
  • 74c3670 build(deps): bump go.step.sm/crypto from 0.57.0 to 0.57.1
  • ed40d84 Merge pull request #325 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.70.0
  • ef16513 build(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0
  • b69d70c Merge pull request #326 from smallstep/dependabot/go_modules/github.com/golang/glog-1.2.4
  • 0763dd8 build(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4
  • d425590 Merge pull request #323 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.57.0
  • c1d3c50 build(deps): bump go.step.sm/crypto from 0.56.0 to 0.57.0
  • bdfba60 Merge pull request #324 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.69.4
  • d998d11 build(deps): bump google.golang.org/grpc from 1.69.2 to 1.69.4
  • f39dbb1 Merge pull request #321 from smallstep/dependabot/go_modules/golang.org/x/net-0.34.0
  • 06db4fe Merge pull request #322 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.2.1
  • 19db1da build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1
  • 1017219 build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0
  • fdd29c6 Merge pull request #319 from smallstep/dependabot/go_modules/golang.org/x/net-0.33.0
  • 0b75e1c build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
  • 186603e Merge pull request #318 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.69.2
  • fa54028 build(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2
  • d2660e1 Merge pull request #320 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.56.0
  • ffe5e52 build(deps): bump go.step.sm/crypto from 0.55.0 to 0.56.0
  • 9e763bc Merge pull request #316 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.69.0
  • 63ef3c7 Merge pull request #317 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.31.0
  • 1330879 build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
  • 10d9180 Merge pull request #315 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.2.0
  • ec3e097 build(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0
  • 4e6dd8e build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0
  • 6827cb0 Merge pull request #313 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.68.1
  • ce19e89 build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.1
  • 3ca0ef8 Merge pull request #314 from smallstep/dependabot/go_modules/golang.org/x/net-0.32.0
  • aa0af60 build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
  • 8ceedfa Merge pull request #312 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.55.0
  • fa4bde5 build(deps): bump go.step.sm/crypto from 0.54.2 to 0.55.0

Thanks!

Those were the changes on v0.20.1-rc4!

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

Autocert v0.20.1 (25-03-18)

18 Mar 22:38
d306f63

Choose a tag to compare

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.20.1_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.20.1_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.20.1_amd64.tar.gz

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

Changelog

  • d306f63 Merge pull request #341 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.59.1
  • 664a150 build(deps): bump go.step.sm/crypto from 0.59.0 to 0.59.1
  • 1896188 Merge pull request #343 from smallstep/dependabot/go_modules/golang.org/x/net-0.37.0
  • f07cab3 build(deps): bump golang.org/x/net from 0.35.0 to 0.37.0
  • eae2a64 Merge pull request #339 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.71.0
  • 015fe4d build(deps): bump google.golang.org/grpc from 1.70.0 to 1.71.0
  • 10534c3 Merge pull request #338 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.59.0
  • f88e0f0 build(deps): bump go.step.sm/crypto from 0.58.0 to 0.59.0
  • b272d34 Merge pull request #337 from smallstep/dependabot/go_modules/github.com/smallstep/cli-utils-0.12.1
  • 36f71b1 build(deps): bump github.com/smallstep/cli-utils from 0.10.0 to 0.12.1
  • f1c6458 Merge pull request #336 from smallstep/dependabot/go_modules/github.com/go-jose/go-jose/v3-3.0.4
  • aa9a51a build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4
  • ac8fa05 Merge pull request #335 from smallstep/dependabot/go_modules/github.com/go-jose/go-jose/v4-4.0.5
  • 60a286e build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5
  • 1c1c99d Merge pull request #332 from smallstep/dependabot/go_modules/k8s.io/api-0.33.0-alpha.2
  • 0d2da32 build(deps): bump k8s.io/api from 0.32.0-alpha.0 to 0.33.0-alpha.2
  • fc8bbe1 Merge pull request #331 from smallstep/dependabot/go_modules/k8s.io/apimachinery-0.33.0-alpha.2
  • 49a27a9 build(deps): bump k8s.io/apimachinery
  • 3774c48 Merge pull request #333 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.28.2
  • f454044 build(deps): bump github.com/smallstep/certificates
  • d55beec Merge pull request #334 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.58.0
  • b31f3bc Use Go 1.23 and run go mod tidy
  • be39a67 build(deps): bump go.step.sm/crypto from 0.57.1 to 0.58.0
  • 3c488bc Merge pull request #330 from smallstep/dependabot/go_modules/golang.org/x/net-0.35.0
  • b15e3b9 build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0
  • 3fe24cc Merge pull request #327 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.57.1
  • 74c3670 build(deps): bump go.step.sm/crypto from 0.57.0 to 0.57.1
  • ed40d84 Merge pull request #325 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.70.0
  • ef16513 build(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0
  • b69d70c Merge pull request #326 from smallstep/dependabot/go_modules/github.com/golang/glog-1.2.4
  • 0763dd8 build(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4
  • d425590 Merge pull request #323 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.57.0
  • c1d3c50 build(deps): bump go.step.sm/crypto from 0.56.0 to 0.57.0
  • bdfba60 Merge pull request #324 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.69.4
  • d998d11 build(deps): bump google.golang.org/grpc from 1.69.2 to 1.69.4
  • f39dbb1 Merge pull request #321 from smallstep/dependabot/go_modules/golang.org/x/net-0.34.0
  • 06db4fe Merge pull request #322 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.2.1
  • 19db1da build(deps): bump softprops/action-gh-release from 2.2.0 to 2.2.1
  • 1017219 build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0
  • fdd29c6 Merge pull request #319 from smallstep/dependabot/go_modules/golang.org/x/net-0.33.0
  • 0b75e1c build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0
  • 186603e Merge pull request #318 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.69.2
  • fa54028 build(deps): bump google.golang.org/grpc from 1.69.0 to 1.69.2
  • d2660e1 Merge pull request #320 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.56.0
  • ffe5e52 build(deps): bump go.step.sm/crypto from 0.55.0 to 0.56.0
  • 9e763bc Merge pull request #316 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.69.0
  • 63ef3c7 Merge pull request #317 from smallstep/dependabot/go_modules/golang.org/x/crypto-0.31.0
  • 1330879 build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0
  • 10d9180 Merge pull request #315 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.2.0
  • ec3e097 build(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0
  • 4e6dd8e build(deps): bump softprops/action-gh-release from 2.1.0 to 2.2.0
  • 6827cb0 Merge pull request #313 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.68.1
  • ce19e89 build(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.1
  • 3ca0ef8 Merge pull request #314 from smallstep/dependabot/go_modules/golang.org/x/net-0.32.0
  • aa0af60 build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
  • 8ceedfa Merge pull request #312 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.55.0
  • fa4bde5 build(deps): bump go.step.sm/crypto from 0.54.2 to 0.55.0

Thanks!

Those were the changes on v0.20.1!

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

Autocert v0.20.1-rc3 (25-02-12)

12 Feb 21:44
b87ba06

Choose a tag to compare

Pre-release

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.20.1-rc3_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.20.1-rc3_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.20.1-rc3_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.20.1-rc3!

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

Release v0.20.1-rc2

12 Feb 19:37
bc70efa

Choose a tag to compare

Release v0.20.1-rc2 Pre-release
Pre-release
Turn off CI temporarily

Autocert v0.20.0 (24-11-21)

21 Nov 01:01
656f7b9

Choose a tag to compare

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.20.0_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.20.0_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.20.0_amd64.tar.gz

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

Changelog

  • 656f7b9 Merge pull request #309 from smallstep/max/bump-dependencies
  • f0d065c cr.step.sm -> cr.smallstep.com
  • 535f544 Bump dependencies with 'go mod tidy'
  • 41efa1a Merge pull request #308 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.1.0
  • 24dd847 Merge pull request #307 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.54.2
  • 250c808 build(deps): bump softprops/action-gh-release from 2.0.9 to 2.1.0
  • 1681ede build(deps): bump go.step.sm/crypto from 0.54.0 to 0.54.2
  • 65da231 Merge pull request #304 from smallstep/dependabot/go_modules/golang.org/x/net-0.31.0
  • 7ad9350 build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0
  • 90ae3c2 Merge pull request #300 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.28.0
  • 2674c1a Merge pull request #302 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.0.9
  • 0e18507 build(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9
  • e053b69 build(deps): bump github.com/smallstep/certificates
  • a764210 Merge pull request #296 from smallstep/max/bump-deps
  • 2663ee3 Bump certificates and cli-utils | go mod tidy
  • 3c4e957 Merge pull request #295 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.54.0
  • eeeb537 build(deps): bump go.step.sm/crypto from 0.53.0 to 0.54.0

Thanks!

Those were the changes on v0.20.0!

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

Autocert v0.19.7 (24-10-08)

08 Oct 18:28
2e5e593

Choose a tag to compare

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.19.7_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.19.7_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.19.7_amd64.tar.gz

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

Changelog

  • 2e5e593 Merge pull request #289 from evans915/es/fix-bootstrapper-skip-logic
  • ad78271 Merge pull request #292 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.67.1
  • 215d4da build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1
  • a978525 Merge pull request #291 from smallstep/dependabot/go_modules/golang.org/x/net-0.30.0
  • 5a3eefc build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
  • b73e0c1 bug: only skip bootstrap when we have certs
  • 59737f3 Merge pull request #288 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.53.0
  • d1494f6 build(deps): bump go.step.sm/crypto from 0.52.0 to 0.53.0
  • a96d9d2 Merge pull request #287 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.67.0
  • 0aaf748 build(deps): bump google.golang.org/grpc from 1.66.2 to 1.67.0

Thanks!

Those were the changes on v0.19.7!

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

Autocert v0.19.6 (24-09-18)

18 Sep 15:45
234667f

Choose a tag to compare

Signatures and Checksums

autocert uses sigstore/cosign for signing and verifying release artifacts.

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

COSIGN_EXPERIMENTAL=1 cosign verify-blob \
  --certificate ~/Downloads/autocert_linux_0.19.6_amd64.tar.gz.pem \
  --signature ~/Downloads/autocert_linux0.19.6_amd64.tar.gz.sig \
  ~/Downloads/autocert_linux0.19.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.19.6!

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

Release v0.19.5

17 Sep 21:08
d471947

Choose a tag to compare

Merge pull request #284 from smallstep/max/goreleaser-permissions

[ci] Add permission to write packages to goreleaser job