v0.20.1
·
12 commits
to develop
since this release
Installation and signature verification
Verify checksums file signature
Install cosign on your system https://docs.sigstore.dev/system_config/installation/
The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:
# Download the checksums file, certificate, and signature
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.20.1/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.20.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.20.1/checksums.txt.sig
### Verify the checksums file
cosign verify-blob checksums.txt --certificate checksums.txt.pem --signature checksums.txt.sig --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com Installation of secretgen-controller
secretgen-controller can be installed by using kapp
kapp deploy -a sg -f https://github.com/carvel-dev/secretgen-controller/releases/v0.20.1/download/release.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.20.1/download/release.ymlContainer Images
secretgen-controller and secretgen-controller-package-bundle images are available in Github Container Registry.
OCI Image URLs
- ghcr.io/carvel-dev/secretgen-controller@sha256:a4f3f07023b852c83244a2bfad67b139729c5c8f9320542dee8dd3fc2b739f23
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:d9446da0a774929440ac5023ffa7c7b7b94195d594b059016bc121f68f9d1252
Verify container image signature
The container images are signed using Cosign with GitHub OIDC. To validate the signature of OCI images, run the following commands:
# Verifying secretgen-controller image
cosign verify ghcr.io/carvel-dev/secretgen-controller@sha256:a4f3f07023b852c83244a2bfad67b139729c5c8f9320542dee8dd3fc2b739f23 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text
# Verifying secretgen-controller-package-bundle image
cosign verify ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:d9446da0a774929440ac5023ffa7c7b7b94195d594b059016bc121f68f9d1252 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text✨ What's new
- Bump golang to 1.25.7 to fix CVEs by @CodesbyUnnati in #712
Full Changelog: v0.20.0...v0.20.1
📂 Files Checksum
bfade70721a7e7bf2c96963badaf10f9731782d780b059645e4d93774f5d38c2 ./release.yml
982598acd704f39966f9dba4b1b3369c5fbbac98b31cca1cd46129e5a97d5cae ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml