Releases: smallstep/autocert
Autocert v0.20.0 (24-11-21)
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)
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)
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
Merge pull request #284 from smallstep/max/goreleaser-permissions [ci] Add permission to write packages to goreleaser job
Autocert v0.19.5-rc1 (24-09-17)
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.5-rc1_amd64.tar.gz.pem \
--signature ~/Downloads/autocert_linux0.19.5-rc1_amd64.tar.gz.sig \
~/Downloads/autocert_linux0.19.5-rc1_amd64.tar.gz
The checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.
Changelog
- d471947 Merge pull request #284 from smallstep/max/goreleaser-permissions
- ee775e9 [ci] Add permission to write packages to goreleaser job
- a88c5d3 Merge pull request #282 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.4
- 07f00e4 build(deps): bump github.com/smallstep/certificates
- 12c249f Merge pull request #281 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.52.0
- d5e3609 build(deps): bump go.step.sm/crypto from 0.51.2 to 0.52.0
- 48cd491 Merge pull request #283 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.66.2
- 50a4e26 build(deps): bump google.golang.org/grpc from 1.66.0 to 1.66.2
- 74aba82 Merge pull request #280 from smallstep/dependabot/go_modules/golang.org/x/net-0.29.0
- a51aca7 build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0
- 80e6882 Merge pull request #278 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.66.0
- 223be70 build(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.0
- 8d42118 Merge pull request #277 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.51.2
- 3d8ae47 build(deps): bump go.step.sm/crypto from 0.51.1 to 0.51.2
- 8a21df9 Merge pull request #275 from smallstep/dependabot/go_modules/k8s.io/api-0.32.0-alpha.0
- 0ef78cc build(deps): bump k8s.io/api from 0.30.0-alpha.3 to 0.32.0-alpha.0
- eed5d2d Merge pull request #273 from smallstep/dependabot/go_modules/k8s.io/apimachinery-0.32.0-alpha.0
- eaf947f Run
go mod tidy
- 9c9b69d build(deps): bump k8s.io/apimachinery
- 8f6925f Merge pull request #274 from smallstep/dependabot/go_modules/golang.org/x/net-0.28.0
- f238ac7 build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0
- 35cb77c Merge pull request #272 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.51.1
- c2d8a20 build(deps): bump go.step.sm/crypto from 0.50.0 to 0.51.1
- 41cfe88 Merge pull request #269 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.2
- 2cac06b Merge pull request #271 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.0.8
- 68996b0 build(deps): bump softprops/action-gh-release from 2.0.6 to 2.0.8
- ab86029 build(deps): bump github.com/smallstep/certificates
- e1ee854 Merge pull request #267 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.27.1
- 5ac4241 build(deps): bump github.com/smallstep/certificates
- a61d591 Merge pull request #268 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.50.0
- 1b12601 build(deps): bump go.step.sm/crypto from 0.48.1 to 0.50.0
Thanks!
Those were the changes on v0.19.5-rc1!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Autocert v0.19.4 (24-07-12)
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.4_amd64.tar.gz.pem \
--signature ~/Downloads/autocert_linux0.19.4_amd64.tar.gz.sig \
~/Downloads/autocert_linux0.19.4_amd64.tar.gz
The checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.
Changelog
- b8a95b4 Merge pull request #266 from smallstep/max/release_ref_name
- f9e4a2c [actions] use ref_name as release name
- a1ab19d Merge pull request #262 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.48.1
- a039179 Run
go mod tidy
- 5ebef0b build(deps): bump go.step.sm/crypto from 0.47.1 to 0.48.1
- 739a814 Merge pull request #263 from smallstep/dependabot/go_modules/golang.org/x/net-0.27.0
- 597b84b build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0
- 315b673 Merge pull request #265 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.65.0
- 489749d build(deps): bump google.golang.org/grpc from 1.64.0 to 1.65.0
- efd0d10 Merge pull request #260 from smallstep/dependabot/github_actions/softprops/action-gh-release-2.0.6
- faf8bcc build(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.6
- 3b347a0 Merge pull request #259 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.47.1
- 4472c8b build(deps): bump go.step.sm/crypto from 0.47.0 to 0.47.1
- 592dde8 Merge pull request #257 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.26.2
- 180b166 build(deps): bump github.com/smallstep/certificates
Thanks!
Those were the changes on v0.19.4!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Autocert v0.19.3 (24-06-13)
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.3_amd64.tar.gz.pem \
--signature ~/Downloads/autocert_linux0.19.3_amd64.tar.gz.sig \
~/Downloads/autocert_linux0.19.3_amd64.tar.gz
The checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.
Changelog
- 69d11c1 Merge pull request #255 from smallstep/max/actions
- 07fa6f7 [actions] Actions updates
- a5c2cc1 Merge pull request #254 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.47.0
- 7758f2a build(deps): bump go.step.sm/crypto from 0.46.0 to 0.47.0
- d6b7743 Merge pull request #253 from smallstep/dependabot/go_modules/golang.org/x/net-0.26.0
- 9512d70 build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0
- 90017d9 Merge pull request #252 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.46.0
- 1dbf659 build(deps): bump go.step.sm/crypto from 0.45.1 to 0.46.0
- ba996a6 Merge pull request #251 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.45.1
- 3a64ec8 build(deps): bump go.step.sm/crypto from 0.45.0 to 0.45.1
- 4254f23 Merge pull request #250 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.45.0
- c91dc95 build(deps): bump go.step.sm/crypto from 0.44.8 to 0.45.0
- 5d3b863 Merge pull request #249 from smallstep/dependabot/go_modules/google.golang.org/grpc-1.64.0
- 323e8ca build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0
- 47806ea Merge pull request #248 from smallstep/dependabot/go_modules/golang.org/x/net-0.25.0
- 10254b1 build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0
- 3e435bc Merge pull request #245 from smallstep/dependabot/go_modules/github.com/smallstep/certificates-0.26.1
- 1d8a30d build(deps): bump github.com/smallstep/certificates
- 9c11a67 Merge pull request #246 from smallstep/dependabot/github_actions/dependabot/fetch-metadata-2.1.0
- 15fbc45 Merge pull request #244 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.44.8
- 0999347 build(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
- 1f05e27 build(deps): bump go.step.sm/crypto from 0.44.6 to 0.44.8
- 09fcbc8 Merge pull request #243 from smallstep/dependabot/go_modules/go.step.sm/crypto-0.44.6
- 9de6740 build(deps): bump go.step.sm/crypto from 0.44.3 to 0.44.6
Thanks!
Those were the changes on v0.19.3!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Autocert v0.19.2 (24-04-18)
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.2_amd64.tar.gz.pem \
--signature ~/Downloads/autocert_linux0.19.2_amd64.tar.gz.sig \
~/Downloads/autocert_linux0.19.2_amd64.tar.gz
The checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.
Changelog
- 3bf6878 Merge pull request #242 from smallstep/max/cli-v0.26.0
- 81d8eac Update version of kubectl in autocert/init
- 9b2138d Update Dockerfile step-cli version to 0.26.0
Thanks!
Those were the changes on v0.19.2!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Autocert v0.19.1 (24-04-18)
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.1_amd64.tar.gz.pem \
--signature ~/Downloads/autocert_linux0.19.1_amd64.tar.gz.sig \
~/Downloads/autocert_linux0.19.1_amd64.tar.gz
The checksums.txt
file (in the 'Assets' section below) contains a checksum for every artifact in the release.
Changelog
- 1c726ae Merge pull request #241 from smallstep/max/goreleaser-prompt-yes
- abf3603 Auto-accept cosign prompt in goreleaser
Thanks!
Those were the changes on v0.19.1!
Come join us on Discord to ask questions, chat about PKI, or get a sneak peak at the freshest PKI memes.
Release v0.19.0
Merge pull request #239 from smallstep/dependabot/go_modules/go.step.…