Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt.pem | 2025-09-08 | 3.1 kB | |
checksums.txt | 2025-09-08 | 590 Bytes | |
checksums.txt.sig | 2025-09-08 | 96 Bytes | |
ytt-darwin-amd64 | 2025-09-08 | 17.6 MB | |
ytt-darwin-arm64 | 2025-09-08 | 16.8 MB | |
ytt-linux-arm64 | 2025-09-08 | 16.6 MB | |
ytt-linux-amd64 | 2025-09-08 | 17.5 MB | |
ytt-linux-riscv64 | 2025-09-08 | 16.8 MB | |
ytt-windows-amd64.exe | 2025-09-08 | 17.8 MB | |
ytt-windows-arm64.exe | 2025-09-08 | 16.7 MB | |
README.md | 2025-09-08 | 2.8 kB | |
v0.52.1 source code.tar.gz | 2025-09-08 | 1.3 MB | |
v0.52.1 source code.zip | 2025-09-08 | 1.9 MB | |
Totals: 13 Items | 123.0 MB | 2 |
Installation and signature verification
### Installation
#### By downloading binary from the release
For instance, if you are using Linux on an AMD64 architecture:
:::shell
# 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)
:::shell
$ 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](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC(Refer [this](https://docs.sigstore.dev/system_config/installation/) page for cosign installation). To validate the signature of this file, run the following commands:
:::shell
# 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.
:::shell
# 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: https://github.com/carvel-dev/ytt/compare/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