v0.16.4
github-actions
released this
10 Sep 11:27
·
10 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.16.4/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.4/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.4/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.16.4/download/release.yml
or by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.16.4/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:d69b372c3553efc079f255eb9e6570a0a32d56a72dfc893e7e8cb5e3ed2a8a73
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:9ff30b33bad6a571655661a1a6d8c5804ee6cb50bc877ac058742970d3e9fbf1
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:d69b372c3553efc079f255eb9e6570a0a32d56a72dfc893e7e8cb5e3ed2a8a73 --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:9ff30b33bad6a571655661a1a6d8c5804ee6cb50bc877ac058742970d3e9fbf1 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text
✨ What's new
- Fix CVEs and bump go version to 1.22 by @devanshuVmware in #537
Full Changelog: v0.16.3...v0.16.4
📂 Files Checksum
cab21e28e98c4c13f2f2feb04152e391481df9daa1d871b460e9ecef328ce169 ./release.yml
c3b2d593982891e660473359aa6aa15bce1f59bb2029ba174d700585f6af1ed0 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml