Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vendir vmware-tanzu/carvel-secretgen-controller to v0.18.1 #363

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2024

This PR contains the following updates:

Package Type Update Change
vmware-tanzu/carvel-secretgen-controller GithubRelease minor v0.10.3 -> v0.18.1

Release Notes

vmware-tanzu/carvel-secretgen-controller (vmware-tanzu/carvel-secretgen-controller)

v0.18.1

Compare Source

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.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.18.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: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

Full Changelog: carvel-dev/secretgen-controller@v0.18.0...v0.18.1

📂 Files Checksum

7580b34d7fd7baa268b1b87e23bb49b1d5144adbc79ffe0b9de9a13c231bc612  ./release.yml
48b766a33ee6d776750d2674b99bdc674c7e8eb53ab9effc93ff43ce9604b4a1  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.18.0

Compare Source

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.0/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.18.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.18.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.18.0/download/release.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.18.0/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:35060c30363c1806c137bd137edda0d1dd07442cf1372f1951b194b3b11f5b59
  • ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:de46a8e1fe287d838040a4722eb12c4fd8f25c644f374b391cfa2e3d1424731c
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:35060c30363c1806c137bd137edda0d1dd07442cf1372f1951b194b3b11f5b59 --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:de46a8e1fe287d838040a4722eb12c4fd8f25c644f374b391cfa2e3d1424731c --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

✨ What's new
The go module name is changed to carvel.dev/secretgen-controller by @​prashantrewar in https://github.com/carvel-dev/secretgen-controller/pull/508

  • 🚨 For library users 🚨 note that this is a breaking change on this version, no impact for users that only use the binaries

Full Changelog: carvel-dev/secretgen-controller@v0.17.2...v0.18.0

📂 Files Checksum

bda7eeafb3c69ddc0f0c4e14f7f2c37a2350574301e3961c9aa1fc7894ec3ba5  ./release.yml
04210e4271f3f95e673d6f2207a022d78f7bf7c4da92ca30dad45ccf18479a8b  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.17.3

Compare Source

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.17.3/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.17.3/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.17.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.17.3/download/release.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.17.3/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:e78ff010fa493e2ccc987136c64341f34ec7db59fe29d9387ad9dcc46de60d8c
  • ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:bd4eb716bddf062420dbc888aab12a4d82efca387e3e29676f2311c319d92df3
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:e78ff010fa493e2ccc987136c64341f34ec7db59fe29d9387ad9dcc46de60d8c --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:bd4eb716bddf062420dbc888aab12a4d82efca387e3e29676f2311c319d92df3 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

What's Changed

  • Bumping dependencies by @​rohitagg2020 in #​534

Full Changelog: carvel-dev/secretgen-controller@v0.17.2...v0.17.3

📂 Files Checksum

bea3538a12f936c6c0cde6ce6d16dc4887d611cdef833907a319d0ccfe86dac8  ./release.yml
5b5a22e2bd9b810ddbee6f520b57468d7f56442338b171b5656b2daceeecc9f2  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.17.2

Compare Source

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.17.2/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.17.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.17.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.17.2/download/release.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.17.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:194ffb4e810a0013c2301c2806b345b84bf0c2c00976c84b60be310976988814
  • ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:d877ec6bec4c734de87294e8904865bf52fbb150238e1c1fc8dbf72c0efbfb51
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:194ffb4e810a0013c2301c2806b345b84bf0c2c00976c84b60be310976988814 --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:d877ec6bec4c734de87294e8904865bf52fbb150238e1c1fc8dbf72c0efbfb51 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

What's Changed

New Contributors

Full Changelog: carvel-dev/secretgen-controller@v0.17.0...v0.17.2

📂 Files Checksum

a7289bc892cb70787ce45ced33e135711b9455709c4c4e35aaf547749eb509e3  ./release.yml
ac2bca91c2aecd28a8c8a244f8bb65706f9ef41615e7060313b8e411f80e3a2b  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.17.0

Compare Source

✨ What's new

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.17.0/checksums.txt
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.17.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/secretgen-controller/releases/download/v0.17.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.17.0/download/release.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.17.0/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:b098c97fb5a142931610d5743943df939ca84218093c8ee5e2d5b11cd8247320
  • ghcr.io/carvel-dev/secretgen-controller-package-bundle@sha256:01f8fe55ec65a3d233d937fb447e54b2b93f6b02c569e3e3b6cf9ae50f2e8cf0
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:b098c97fb5a142931610d5743943df939ca84218093c8ee5e2d5b11cd8247320 --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:01f8fe55ec65a3d233d937fb447e54b2b93f6b02c569e3e3b6cf9ae50f2e8cf0 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

Full Changelog: carvel-dev/secretgen-controller@v0.16.0...v0.17.0

📂 Files Checksum

5b0507cea2ae544a6d0d2c0ee9b67b4017819a985b87a0ec0778f5a41efd31e6  ./release.yml
d34a59e65c36c8a24d2fb9f9de7a59514066b73ac5a6af42351937c0bdd940c2  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.16.4

Compare Source

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

Full Changelog: carvel-dev/secretgen-controller@v0.16.3...v0.16.4

📂 Files Checksum

cab21e28e98c4c13f2f2feb04152e391481df9daa1d871b460e9ecef328ce169  ./release.yml
c3b2d593982891e660473359aa6aa15bce1f59bb2029ba174d700585f6af1ed0  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.16.3

Compare Source

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.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/secretgen-controller/releases/v0.16.3/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: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 text

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.16.2...v0.16.3

📂 Files Checksum

f46c51ff511d0a0628037879e5f95f6e33e476546e17471efc350abcee932261  ./release.yml
7e1ecfaae6a76405056e2b71c48c2856ef203fdae71285dca37de32163de7ed4  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.16.2

Compare Source

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

Full Changelog: carvel-dev/secretgen-controller@v0.16.0...v0.16.2

📂 Files Checksum

3572db009de625c19235a982e1775e286842423f1e0be831d15cf533ede960d2  ./release.yml
da623311e0c2a9926d528de9f5c10378135b3e7995a8964e18e872dfe9bebb96  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.16.1

Compare Source

✨ What's new

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: carvel-dev/secretgen-controller@v0.16.0...v0.16.1

📂 Files Checksum

0e6beec1999ad8cebb61152b4dcce9c904d16fb75d24e373ddcdfe325690ba59  ./release.yml
8dd062978aaaf3d5bccf745c1f99ef94c01f7e972c7901e2aff06ea579c53d1d  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.16.0

Compare Source

✨ What's new

🔈 Callouts

Thanks to

Full Changelog: carvel-dev/secretgen-controller@v0.15.1...v0.16.0

📂 Files Checksum

a2f356503707945eb03bb50b43e5886fd8ae13afb59f8eaa5cfc9e6e1861772d  ./release.yml
d0617a93391a04e2f6cf11724b94d4052608c679fd72846f3ad4deea10858eea  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.15.7

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.15.6...v0.15.7

📂 Files Checksum

bf8af35d638d2aa3af15ba64a8b6a81bd10edb683af0fcc79e62f17fd180ca01  ./release.yml
1399653fdc402895f8d36765c448ac193027df5a22ce9bdfa6ea5f6336e410f5  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.15.6

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.15.5...v0.15.6

📂 Files Checksum

f0065fda1124456c6d3771816f5edd324c794acc4a335252e76924b24506745d  ./release.yml
3dd013f8b5f15c426d98dd4da8643cc89de438c5cb3171c328dff4d942c13c7b  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.15.5

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.15.3...v0.15.5

📂 Files Checksum

a79e2e62b0add67ab2354af886703c6e2a7ec9c98842030147c50a6807e89ccd  ./release.yml
41647aeedad9611f6746553214ad2bf2f18cbfe7c37828268dfacd17a253d45c  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.15.3

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.15.2...v0.15.3

📂 Files Checksum

09b801783158d749ebed71f778575e5a8f8017a16f3bc3b51adb9ebac256a16b  ./release.yml
a06559aa12465c878c1d3ab2842382cec9a88bd0bd84cd5f07a2a4a29869c3d9  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.15.2

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.15.1...v0.15.2

📂 Files Checksum

c56d403af898dc9bc8cc45d2c678ffc027441a529f51c97703dbf55e94fce70e  ./release.yml
e79aa8ff1ee8dabfbf8cc5ba39649372dbe79721d4cdcba9a0b6c76bc26f8195  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.15.1

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.15.0...v0.15.1

📂 Files Checksum

a827b778ace89506fa972137bb75fb6db930775fbae35edcb9fef0b12221dab3  ./release.yml
5d3bc66eb5cf11b49cd2a54c87f68d27740f79f7a92dfc17c632a6c190ae4bb2  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.15.0

Compare Source

✨ What's new

🔈 Callouts

Thanks to

📂 Files Checksum

89ffeddf9494c9e273723671e04ef9c07ea70406a64262806a2739f192caf7d0  ./release.yml
88ae764ea1a39faddf5dd8cdac6d67096e539c865cf6ac38b7b07fdf237ff96d  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.17

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.14.16...v0.14.17

📂 Files Checksum

b3a1bdb404a1c52bc1a99a081597d3c2c439be29301c5e6b9a2c547cc5e48c63  ./release.yml
0202239b490c3dbdb5b88aef917d0d33fb78c8257077e2315ad01925c6a23d99  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.16

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.14.14...v0.14.16

📂 Files Checksum

dbeb85520dbdfdcb86d8fd397856d75a54029d3079619247eb9ffbc76f2f2fad  ./release.yml
67871d983ad21682097bdf6e9a98b221109af7536d6eb5689cead8eae5b81f42  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.14

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.14.13...v0.14.14

📂 Files Checksum

9c35585d2df02b614ca7bd93cf62c93d41c259d7248f15d7ffa7def2a7476cbe  ./release.yml
28b65840b9e07f00d2c9d1b487ba1020c683b98ac298d681916030eb5b1ca127  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.13

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.14.12...v0.14.13

📂 Files Checksum

605f41e43bf7e6d9bbc71726f3db0f6291576ef05421514be3c152328bdc43da  ./release.yml
d54f95afd45233f8a729b690ac9e1b477045f83b190d53df1117e080e21d20b9  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.12

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.14.11...v0.14.12

📂 Files Checksum

65e7de9cfb3bc9fe029ae193e548ac8dd2fb67f841e3e959080cdf20c914d2d5  ./release.yml
a47171ae00e829fbe3778eab70c37cda9fc29bd0ef5170dc1dcfdb115bc16923  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.11

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.14.10...v0.14.11

📂 Files Checksum

2604f76edd77bda446cf2f0dd22c2d493923bf9b492f71bff70ee85b4ae57982  ./release.yml
5166c6a4807602b48d13c0553b8ffb21535c8c1b39e030be6f2d8b570d945093  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.10

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.14.8...v0.14.10

📂 Files Checksum

c1b81de11f1931cf9eb02d6e2aa79cbcbf53adb31272fcb34b4f8e2a8b89ff5b  ./release.yml
12a1fae548767fa193364e0e0ea6dff3e0c09e37b43193340c8ee5ac9e1f17b7  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.8

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.14.6...v0.14.8

📂 Files Checksum

a5a763de54999107eea5b4a68188a5edee585b12d2955f378d48054210e5e739  ./release.yml
5f0e519d77cf59ae501761b48d2b2349e149a05a4bd938d5df44bd6c4c9cdc6e  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.6

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.14.4...v0.14.6

📂 Files Checksum

7019cc1280dbf2efcd67f4e0db442f8f222700b0df5955d31514530bc80ea942  ./release.yml
7163a073a3c712d0099a5d3c3aeb1bad2f3bdaab7b733bf68f866ba307f7f849  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.4

Compare Source

✨ What's new

New Contributors

Full Changelog: carvel-dev/secretgen-controller@v0.14.3...v0.14.4

📂 Files Checksum

2862f39f6a6b1e992f6510728b4919b88aebf86bd448c113bab9fd44d1342fb5  ./release.yml
2134219d3cd35d1b40c1572009d43870e91c60f5ea306872b1621b61d89c465b  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.3

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.14.2...v0.14.3

📂 Files Checksum

ace72d65715c7729c854c5e1e41fe883c487453560268ea1485c385971c98a76  ./release.yml
d43273f89d63237a820845ca9e5adf322530750ed7bf0dd6bcbd7609bc9a4459  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.2

Compare Source

✨ What's new

  • Bump go version to 1.19.6

Full Changelog: carvel-dev/secretgen-controller@v0.14.1...v0.14.2

3b4cb1fce64b81da195329a3df2fa487d3df8ff3ec652efdce13dcf502a61f82  ./release.yml
f06df0973d585e72a7e2c6090bb23a2bc303470e01dd63f7a4e455886f0a4dc7  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.14.1

Compare Source

✨ What's new

  • Bump library's version
  • Updated org and repo name

Full Changelog: carvel-dev/secretgen-controller@v0.13.0...v0.14.1

01d036a78bfc224e30027416c459aae8b10150c00a04bcada2bae60a318eff17  ./release.yml
d9007447c43d1a8abde79e6fb0875705185005d059952ca704619aa31b9b513d  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.13.8

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.13.7...v0.13.8

📂 Files Checksum

d02793a571623f5e35e7903dad25508215acc7e2b411ab74bd40ffac539a57e2  ./release.yml
59d1de6f0438e61c8de6c30272ea3267fb3658d567dc15fa6c2e406fb4f4caee  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.13.7

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.13.6...v0.13.7

📂 Files Checksum

32bd180035c03e360a882e614ec33b4cf960da7512bd07256d04f19ce519a0b3  ./release.yml
478201f5bd7981fe7d912ea8acf71d3b17a44d8575ce38cc5e5c47b3c2837e1a  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.13.6

Compare Source

What's Changed

Full Changelog: carvel-dev/secretgen-controller@v0.13.5...v0.13.6

📂 Files Checksum

32e84537041aa7d3b5447cae978ea3ee0b63ebdc37b8033bd1f3adac08c48960  ./release.yml
6906cbabf1fce37acbc63f4e42ac0c2d44b1ca99edf94d36f3853d791b9d86ca  ./package.yml
8f185deaa02964663bc3cedcb7c0af46151676e7c2abc2b69ff04178f87f28fe  ./package-metadata.yml

v0.13.5

Compare Source

✨ What's new

Full Changelog: carvel-dev/secretgen-controller@v0.13.3...v0.13.5

📂 Files Checksum

4bb9248d7af11c231c0b7913e1cf88eb6b841436cb4ae57c93eb5bc0d535a992  ./release.yml
e0d8

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/vmware-tanzu-carvel-secretgen-controller-0.x branch from 8006866 to 2b570e4 Compare April 17, 2024 14:07
@renovate renovate bot changed the title chore(deps): update vendir vmware-tanzu/carvel-secretgen-controller to v0.17.0 chore(deps): update vendir vmware-tanzu/carvel-secretgen-controller to v0.17.2 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/vmware-tanzu-carvel-secretgen-controller-0.x branch from 2b570e4 to f50efd9 Compare April 29, 2024 20:19
@renovate renovate bot changed the title chore(deps): update vendir vmware-tanzu/carvel-secretgen-controller to v0.17.2 chore(deps): update vendir vmware-tanzu/carvel-secretgen-controller to v0.18.0 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/vmware-tanzu-carvel-secretgen-controller-0.x branch from f50efd9 to 38e6ce5 Compare September 4, 2024 04:44
@renovate renovate bot changed the title chore(deps): update vendir vmware-tanzu/carvel-secretgen-controller to v0.18.0 chore(deps): update vendir vmware-tanzu/carvel-secretgen-controller to v0.18.1 Sep 4, 2024
Copy link
Contributor Author

renovate bot commented Sep 4, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: terraform-modules/concourse/backend/files/vendir.lock.yml
Command failed: vendir sync
vendir: Error: Syncing directory 'config/carvel-secretgen-controller':
  Syncing directory '.' with github release contents:
    Downloading release info:
      Downloading release details from https://api.github.com/repos/vmware-tanzu/carvel-secretgen-controller/releases/tags/v0.18.1 :
        Expected response status 200, but was '403' (hint: consider setting VENDIR_GITHUB_API_TOKEN env variable to increase API rate limits) (body: '{"message":"API rate limit exceeded for 34.239.12.110. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
')

@renovate renovate bot changed the title chore(deps): update vendir vmware-tanzu/carvel-secretgen-controller to v0.18.1 Update vendir vmware-tanzu/carvel-secretgen-controller to v0.18.1 Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants