Skip to content

v0.17.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jun 16:30
· 2 commits to develop since this release
7ab0dd5

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

Full Changelog: v0.17.2...v0.17.3

📂 Files Checksum

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