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.21.2/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.21.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.21.2/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.21.2/download/release.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.21.2/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:7c81238e22391986543fa6dc29e08b9e39e91d76bfe3c7cc58347da4b8aed696
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:91b4ab23ee45bd57df5cee31564a0fb74dc805d9d756931bbdd2973851659cdd
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:7c81238e22391986543fa6dc29e08b9e39e91d76bfe3c7cc58347da4b8aed696 --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:91b4ab23ee45bd57df5cee31564a0fb74dc805d9d756931bbdd2973851659cdd --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o textWhat's Changed
- Fix panics under GODEBUG=fips140=only in SSHKey/Certificate generation by @sameerforge in #749
Full Changelog: v0.21.1...v0.21.2
📂 Files Checksum
b38060c611a2634ab88ea828a356d88f210f8f6456133d07c86490bdefe22b4e ./release.yml
2fa5841e7bc995563c25b9c9c9e9bd4d12d48784b63d2ce194b662ad50fd0db0 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml