·
22 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.19.1/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.19.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.19.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.19.1/download/release.yml
or by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.19.1/download/release.yml
Container 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:bef0123354b834d1d1af7526dfad52c98d1b6173ca0a42d016ac5d410a052557
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:02e4a869d41ea38b287901343794b8059c2abfde87b1cb64f3070bed395425fc
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:bef0123354b834d1d1af7526dfad52c98d1b6173ca0a42d016ac5d410a052557 --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:02e4a869d41ea38b287901343794b8059c2abfde87b1cb64f3070bed395425fc --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text
✨ What's new
- Fix CVEs: Bump go version to 1.23.6 by @devanshuVmware in #577
Full Changelog: v0.19.0...v0.19.1
📂 Files Checksum
b74a30743f3c3450a2bb32317e3b2fedbc3006ea201943a20a09e2540e39fc15 ./release.yml
65438de9fa7563271a6f5d1e8e9f9989add29c074fd264c7f46b9c6d73711a7c ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml