Releases: carvel-dev/secretgen-controller
v0.16.2
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.2/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.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.16.2/download/release.yml
or by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.16.2/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:82f3d0e2322f20bdb022857ea6962b3004f5c6898ca9ffcb2534c2b9d640dbfe
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:28b416bb422f82316e3bb438ca3305e4e4d122741131c144ac1ba04d6df499e6
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:82f3d0e2322f20bdb022857ea6962b3004f5c6898ca9ffcb2534c2b9d640dbfe --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:28b416bb422f82316e3bb438ca3305e4e4d122741131c144ac1ba04d6df499e6 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text
What's Changed
- Bumped crypto 0.17.0 by @kumaritanushree in #515
- Signing artifacts and updated release notes to have steps to be followed for installation and verification by @kumaritanushree in #518
- Bumping go version to v1.21.6 by @sethiyash in #517
- Bump go version to 1.21.9 in 0.16.x line by @rcmadhankumar in #526
Full Changelog: v0.16.0...v0.16.2
📂 Files Checksum
3572db009de625c19235a982e1775e286842423f1e0be831d15cf533ede960d2 ./release.yml
da623311e0c2a9926d528de9f5c10378135b3e7995a8964e18e872dfe9bebb96 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.16.1
✨ What's new
- Bumped crypto 0.17.0 by @kumaritanushree in #515
- Signing artifacts and updated release notes to have steps to be followed for installation and verification by @kumaritanushree in #518
- Bumping go version to v1.21.6 by @sethiyash in #517
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.1/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.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.16.1/download/release.yml
or by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.16.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:8131cb502e4080bdf12e43e72439ed738992b2bb19423d1030cdcc1b8aa38e28
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:15767f33ef0b730a866b7219760909a9adeecf0a3e5d4e5aa5aab34471f52a0f
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:8131cb502e4080bdf12e43e72439ed738992b2bb19423d1030cdcc1b8aa38e28 --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:15767f33ef0b730a866b7219760909a9adeecf0a3e5d4e5aa5aab34471f52a0f --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text
Full Changelog: v0.16.0...v0.16.1
📂 Files Checksum
0e6beec1999ad8cebb61152b4dcce9c904d16fb75d24e373ddcdfe325690ba59 ./release.yml
8dd062978aaaf3d5bccf745c1f99ef94c01f7e972c7901e2aff06ea579c53d1d ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.16.0
✨ What's new
- Made metrics port configurable by @douglas-c in #510
🔈 Callouts
Thanks to
- @douglas-c made their first contribution in #510
Full Changelog: v0.15.1...v0.16.0
📂 Files Checksum
a2f356503707945eb03bb50b43e5886fd8ae13afb59f8eaa5cfc9e6e1861772d ./release.yml
d0617a93391a04e2f6cf11724b94d4052608c679fd72846f3ad4deea10858eea ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.15.5
What's Changed
- Bump go version to 1.21.9 in 0.15.x line by @rcmadhankumar in #525
- Bump setup action v2, update kctrl and add --name flag to docker builds in line 0.15.x by @rcmadhankumar in #529
Full Changelog: v0.15.3...v0.15.5
📂 Files Checksum
a79e2e62b0add67ab2354af886703c6e2a7ec9c98842030147c50a6807e89ccd ./release.yml
41647aeedad9611f6746553214ad2bf2f18cbfe7c37828268dfacd17a253d45c ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.15.3
What's Changed
- Bumped crypto 0.17.0 by @rohitagg2020 in #516
Full Changelog: v0.15.2...v0.15.3
📂 Files Checksum
09b801783158d749ebed71f778575e5a8f8017a16f3bc3b51adb9ebac256a16b ./release.yml
a06559aa12465c878c1d3ab2842382cec9a88bd0bd84cd5f07a2a4a29869c3d9 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.15.2
What's Changed
- Bump go1.20.12 and k8s 0.26.11 by @kumaritanushree in #512
Full Changelog: v0.15.1...v0.15.2
📂 Files Checksum
c56d403af898dc9bc8cc45d2c678ffc027441a529f51c97703dbf55e94fce70e ./release.yml
e79aa8ff1ee8dabfbf8cc5ba39649372dbe79721d4cdcba9a0b6c76bc26f8195 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.15.1
✨ What's new
- Bump x/net 0.17.0 by @kumaritanushree in #498
- Bump go version to 1.21.3 by @sethiyash in #505
Full Changelog: v0.15.0...v0.15.1
📂 Files Checksum
a827b778ace89506fa972137bb75fb6db930775fbae35edcb9fef0b12221dab3 ./release.yml
5d3bc66eb5cf11b49cd2a54c87f68d27740f79f7a92dfc17c632a6c190ae4bb2 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.15.0
✨ What's new
- feat: toSelectorMatchFields by @devthejo in #376
- Bumping go version to 1.21.1 by @sethiyash in #495
🔈 Callouts
Thanks to
📂 Files Checksum
89ffeddf9494c9e273723671e04ef9c07ea70406a64262806a2739f192caf7d0 ./release.yml
88ae764ea1a39faddf5dd8cdac6d67096e539c865cf6ac38b7b07fdf237ff96d ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.13.8
What's Changed
- Bump go1.20.12 by @kumaritanushree in #513
Full Changelog: v0.13.7...v0.13.8
📂 Files Checksum
d02793a571623f5e35e7903dad25508215acc7e2b411ab74bd40ffac539a57e2 ./release.yml
59d1de6f0438e61c8de6c30272ea3267fb3658d567dc15fa6c2e406fb4f4caee ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.13.7
✨ What's new
- Bump go version to 1.20.11 in v0.13.x line by @rcmadhankumar in #507
Full Changelog: v0.13.6...v0.13.7
📂 Files Checksum
32bd180035c03e360a882e614ec33b4cf960da7512bd07256d04f19ce519a0b3 ./release.yml
478201f5bd7981fe7d912ea8acf71d3b17a44d8575ce38cc5e5c47b3c2837e1a ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml