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/ytt/releases/download/v0.52.1/ytt-linux-amd64
# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt
# Make the binary executable
chmod +x /usr/local/bin/ytt
Via Homebrew (macOS or Linux)
$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt 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/ytt/releases/download/v0.52.1/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.52.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.52.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
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 Changed
- Bump golang to 1.24.6 to fix CVEs by @devanshuVmware in #964
Full Changelog: v0.52.0...v0.52.1
📂 Files Checksum
1975e52b3b97bd9be72f4efb714562da6a80cf181f036ae1f86eec215e208498 ./ytt-darwin-amd64
490f138ae5b6864071d3c20a5a231e378cee7487cd4aeffc79dbf66718e65408 ./ytt-linux-amd64
7d86bd3299e43d1455201fc213d698bae7482cd88f3e05de2f935e6eab842db9 ./ytt-linux-arm64
a205f49267a44cd495e4c8b245754d8a216931a28ef29c78ae161c370a9b6117 ./ytt-darwin-arm64
a887653ace89a6c102646d685b01c6cb637aa2b1e0987b1be5a799ebefc893fa ./ytt-windows-arm64.exe
b437deb4eb8c9ada3e1405272450cdf33a0450684609af7df2eaccf36f1c1c92 ./ytt-windows-amd64.exe
fb53d2c409448c948f845a7b0df7748a0b8ecae31d3246fb48fd99988acf3e0b ./ytt-linux-riscv64