Skip to content

v0.56.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 21:24
· 55 commits to develop since this release
631bee2

Installation and signature verification

Installation of kctrl

By downloading binary from the release

For instance, if you are using Linux on an AMD64 architecture:

# Download the binary
curl -LO https://github.com/carvel-dev/kapp-controller/releases/download/v0.56.0/kctrl-linux-amd64
# Move the binary in to your PATH
mv kctrl-linux-amd64 /usr/local/bin/kctrl
# Make the binary executable
chmod +x /usr/local/bin/kctrl

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install kctrl
$ kctrl version

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/kapp-controller/releases/download/v0.56.0/checksums.txt
curl -LO https://github.com/carvel-dev/kapp-controller/releases/download/v0.56.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kapp-controller/releases/download/v0.56.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 

Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature. For instance, if you are using Linux on an AMD64 architecture:

# Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missing

Installation of kapp-controller

kapp-controller can be installed by using kapp

kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/download/v0.56.0/release.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/download/v0.56.0/release.yml

Container Images

Kapp-controller and Kapp-controller-package-bundle images are available in Github Container Registry.

OCI Image URLs

  • ghcr.io/carvel-dev/kapp-controller@sha256:bbb938d7e0b064bc3249497349ca4f790198c926a7691bb181f7ce0248a2a405
  • ghcr.io/carvel-dev/kapp-controller-package-bundle@sha256:b20531ce64f3e5d0d3d6041d483b7b642f768d8ea81319a779bd9dc6aaec061f

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 kapp-controller image
cosign verify ghcr.io/carvel-dev/kapp-controller@sha256:bbb938d7e0b064bc3249497349ca4f790198c926a7691bb181f7ce0248a2a405 --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

# Verifying kapp-controller-package-bundle image
cosign verify ghcr.io/carvel-dev/kapp-controller-package-bundle@sha256:b20531ce64f3e5d0d3d6041d483b7b642f768d8ea81319a779bd9dc6aaec061f --certificate-identity-regexp=https://github.com/carvel-dev --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

✨ What's new

  • Add the column paused to the status by @randomvariable in #1701
  • Bump different libraries and dependencies

Full Changelog: v0.55.1...v0.56.0

📂 Files Checksum

267ca94cadf9ed6bb87be2853d79dc8e07d72cd5556cea12a265ea17e4aab097  ./release.yml
be7fab03592db11dfd5dbfd66fdfc5e8957b6173964dda23e829fa577b6171b9  ./kctrl-darwin-amd64
4a493b3d6d625fdcb77d64abcd50e6f28ce0eeb5b293c6106643ccdb609741cd  ./kctrl-darwin-arm64
1cdbcfd35898e47af268294bb76f6d27111ab58fe5bf1e2e9d4b988823e858ca  ./kctrl-linux-amd64
1812d74fb548479b10e66d968f97e7819c534d3ae290d428f210e970dd52cfa0  ./kctrl-linux-arm64
25de1874d509f92e5b56ad3d9b991794da1e12891b9e9530c58d272f78daa300  ./kctrl-windows-amd64.exe
ea702bcdd5d47cd730b19b1eb8818cf192d9769b3066c5fbeda67aa4fe2a47e5  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml