Releases: carvel-dev/secretgen-controller
v0.20.1
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
v0.20.0
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.0/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.20.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.20.0/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.0/download/release.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.20.0/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:f944d4ba6f68a917a6a5f2a4b1a02facec98dea67ff6db5cfea9792827b60850
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:cd90affea3b3557f8a3b1588bf2bbe9e462afde37b5377728a722a2e0a11d8d4
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:f944d4ba6f68a917a6a5f2a4b1a02facec98dea67ff6db5cfea9792827b60850 --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:cd90affea3b3557f8a3b1588bf2bbe9e462afde37b5377728a722a2e0a11d8d4 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text✨ What's new
- Refactored GH workflow by @ankitsny in #542
- Update dependabot checks by @joaopapereira in #552
- Bump github.com/cloudfoundry/config-server by @dependabot
- CVEs fixes with golang bump to 1.24.10 by @CodesbyUnnati in #705
- Skip merging docker config with no auth data by @devanshuVmware in #709
New Contributors
- @CodesbyUnnati made their first contribution in #705
Full Changelog: v0.19.2...v0.20.0
📂 Files Checksum
ce2b1065fa8d0afba99a199da418c2f89fd3129e150054c0c69882cddbc8341f ./release.yml
76c6cb4d766f27871ec89c27b4aa612124af0234a35d60174eebec0662252349 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.19.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.19.2/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.19.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.19.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.19.2/download/release.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.19.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:cf8524c3d781cffb957421c6f40f19e1980520f79b1898a820b93b5a1bfc8db8
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:a40448426eced4f48c92320e437c5e148aa59910eb58559b1a3600986946c33d
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:cf8524c3d781cffb957421c6f40f19e1980520f79b1898a820b93b5a1bfc8db8 --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:a40448426eced4f48c92320e437c5e148aa59910eb58559b1a3600986946c33d --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.8 by @devanshuVmware in #636
Full Changelog: v0.19.1...v0.19.2
📂 Files Checksum
68265c98f923d0fa5e5c16779b69dbf54817d4cb840e831249250d1f506d55ed ./release.yml
80717d0f7568555b5ef89940ad269425d3a7af36cc44b83c45bb58ea48d02990 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.19.1
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.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.19.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: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
v0.19.0
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.0/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.19.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.19.0/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.0/download/release.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.19.0/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:b1cdf024718fb031ee3de9bc112fb047b6089f20661718727af6f0c481797a70
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:3ef895777875d4e1d122188cbfe5e41b88cd073d78e1c1600cbb0a7668b3b9ed
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:b1cdf024718fb031ee3de9bc112fb047b6089f20661718727af6f0c481797a70 --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:3ef895777875d4e1d122188cbfe5e41b88cd073d78e1c1600cbb0a7668b3b9ed --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text✨ What's new
- Upgrade Golang to 1.23 to Fix CVEs by @devanshuVmware in #538
Full Changelog: v0.18.0...v0.19.0
📂 Files Checksum
9a37c28edc563c6025769e64ab7c8c7e77cfb08f94638ed50d74d1d05fb0c02a ./release.yml
48a41de87a2ff28aae562edb21f497e7d1e5d9f9d29ff437729040530ca99d10 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.18.1
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.18.1/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.18.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.18.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.18.1/download/release.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.18.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:8cbe11222a7e69af54aa34acf00419eac74660c765615909a18f24f77698d1a4
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:0d8fe63c3ee28cd20a9c5ed1ad8f8f20d5068383ae36b95a6385ce56fa5f927d
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:8cbe11222a7e69af54aa34acf00419eac74660c765615909a18f24f77698d1a4 --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:0d8fe63c3ee28cd20a9c5ed1ad8f8f20d5068383ae36b95a6385ce56fa5f927d --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text✨ What's new
- Update go by @rohitagg2020 in #535
Full Changelog: v0.18.0...v0.18.1
📂 Files Checksum
7580b34d7fd7baa268b1b87e23bb49b1d5144adbc79ffe0b9de9a13c231bc612 ./release.yml
48b766a33ee6d776750d2674b99bdc674c7e8eb53ab9effc93ff43ce9604b4a1 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.16.4
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.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.16.4/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: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
v0.16.3
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.3/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.3/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.16.3/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.3/download/release.ymlor by using kubectl
kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.16.3/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:5f369a7629643b0e8cf2c16d0df0e6d84d4bd84c7d0d303cd1824dd4d7f72c02
- ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:e5a898a284c222e44b00f2609e2fd321d3156558383fd619804328d5b0226d30
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:5f369a7629643b0e8cf2c16d0df0e6d84d4bd84c7d0d303cd1824dd4d7f72c02 --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:e5a898a284c222e44b00f2609e2fd321d3156558383fd619804328d5b0226d30 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o textWhat's Changed
- Set seccompProfile to RuntimeDefault for secretgen-controller container by @rohitagg2020 in #531
Full Changelog: v0.16.2...v0.16.3
📂 Files Checksum
f46c51ff511d0a0628037879e5f95f6e33e476546e17471efc350abcee932261 ./release.yml
7e1ecfaae6a76405056e2b71c48c2856ef203fdae71285dca37de32163de7ed4 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.15.7
✨ What's new
- Fix CVE by @rohitagg2020 in #536
Full Changelog: v0.15.6...v0.15.7
📂 Files Checksum
bf8af35d638d2aa3af15ba64a8b6a81bd10edb683af0fcc79e62f17fd180ca01 ./release.yml
1399653fdc402895f8d36765c448ac193027df5a22ce9bdfa6ea5f6336e410f5 ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml
v0.15.6
What's Changed
- Set seccompProfile to RuntimeDefault for secretgen-controller container by @rohitagg2020 in #532
Full Changelog: v0.15.5...v0.15.6
📂 Files Checksum
f0065fda1124456c6d3771816f5edd324c794acc4a335252e76924b24506745d ./release.yml
3dd013f8b5f15c426d98dd4da8643cc89de438c5cb3171c328dff4d942c13c7b ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe ./package-metadata.yml