Skip to content

v0.60.2

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 11:19
· 71 commits to develop since this release
428d163

Installation and signature verification

Installation

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/releases/download/v0.60.2/kapp-linux-amd64

# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/kapp

# Make the binary executable
chmod +x /usr/local/bin/kapp

Via Homebrew (macOS or Linux)

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

Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). 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/releases/download/v0.60.2/checksums.txt
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.60.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.60.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

Verify binary integrity

To verify the integrity of the downloaded binary, you can utilize the checksums file after having validated its signature.

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

✨ What's new

Full Changelog: v0.60.1...v0.60.2

📂 Files Checksum

0c39d2c19727f8b96a53ce80f952424d546ebbf4bd0775adb5fae0c07f649a08  ./kapp-darwin-amd64
1e340d37762dc11bda341bc7d5cc1729f25ade25fdaca5807db968877fb4366e  ./kapp-windows-amd64.exe
7dd829710aaf2fc2afec9e59fb23ee02ad63a6929dd96f9d47a7c569a412077d  ./kapp-linux-arm64
d07e5d5aeb2a37a4e7b5b70e1829f7235201c5f1e6cd50ced0358d523e632023  ./kapp-darwin-arm64
e8773916cbeb1ed630e30407765fa38a87307f6ea8f6ccebb9370c59a925320c  ./kapp-linux-amd64