Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-03-28 | 506 Bytes | |
checksums.txt.pem | 2025-03-28 | 3.2 kB | |
checksums.txt.sig | 2025-03-28 | 96 Bytes | |
ytt-darwin-arm64 | 2025-03-28 | 15.9 MB | |
ytt-windows-arm64.exe | 2025-03-28 | 15.8 MB | |
ytt-darwin-amd64 | 2025-03-28 | 16.5 MB | |
ytt-linux-amd64 | 2025-03-28 | 16.5 MB | |
ytt-linux-arm64 | 2025-03-28 | 15.8 MB | |
ytt-windows-amd64.exe | 2025-03-28 | 16.7 MB | |
README.md | 2025-03-27 | 2.8 kB | |
v0.51.2 source code.tar.gz | 2025-03-27 | 1.4 MB | |
v0.51.2 source code.zip | 2025-03-27 | 1.9 MB | |
Totals: 12 Items | 100.5 MB | 0 |
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.51.2/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.51.2/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.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.
:::shell
# Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missing
What's Changed
- Bump golang version to 1.23.7 by @devanshuVmware in [#949]
- golangci-lint linter fixes by @devanshuVmware in [#951]
Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.51.1...v0.51.2
📂 Files Checksum
4fa87a81af4634099c3a1c7396d4d0f0b6fee9f4854b37a6a547d55bfca897c5 ./ytt-darwin-arm64
61ad01f1df9cc8344c786e93acb1f5707ded9e4b52e4ec55a0f6637f2af53bae ./ytt-linux-amd64
669eb82f2a3f646c593af3e2b2b7088f902a609770a8034e37779e9121d67e07 ./ytt-windows-amd64.exe
a25dd1c8b74f276a6ef2b4c2d0b493f8aaf87839e90762aa3c444e0b7eec95c8 ./ytt-darwin-amd64
ae0bdc3aca64e71276f59679ea9253be5f88fc6880937ae1de3dd42a00492a8c ./ytt-linux-arm64
c648786f8b5237f62169960e1df09efc17ecbbc8d83c1dd0d5edf815ee57ae55 ./ytt-windows-arm64.exe