Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2024-11-06 | 506 Bytes | |
checksums.txt.pem | 2024-11-06 | 3.2 kB | |
checksums.txt.sig | 2024-11-06 | 96 Bytes | |
ytt-darwin-amd64 | 2024-11-06 | 16.5 MB | |
ytt-windows-amd64.exe | 2024-11-06 | 16.7 MB | |
ytt-darwin-arm64 | 2024-11-06 | 15.9 MB | |
ytt-linux-amd64 | 2024-11-06 | 16.5 MB | |
ytt-linux-arm64 | 2024-11-06 | 15.8 MB | |
ytt-windows-arm64.exe | 2024-11-06 | 15.8 MB | |
README.md | 2024-11-05 | 2.8 kB | |
v0.51.0 source code.tar.gz | 2024-11-05 | 1.4 MB | |
v0.51.0 source code.zip | 2024-11-05 | 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.0/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.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.51.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.
:::shell
# Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missing
What's Changed
- Bump golang to 1.23.2 by @joaopapereira in [#930]
- Added auto bump of go in a nightly action
- Fix issue with trailing comment affecting yamlfmt.Printer @ernstvonoelsen in [#916]
Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.50.0...v0.51.0
📂 Files Checksum
3285a6263faca35253e73b7da54ee281cf21c7923e98a78a87328b695de96731 ./ytt-linux-arm64
9ed62a77a178232def4a1ab355a2bfa0f5153a5e7d35c065d16c6a343f2ab232 ./ytt-windows-amd64.exe
bc59563641e45044b742c06db1d9b7e41c2a50e5f9594cf1effc73ca09e1319e ./ytt-darwin-arm64
f7ac37761607fefe06a4cc40840a3378a6e8365417d70d06f171cbc4d5469aca ./ytt-linux-amd64
fa1badba07995154c3537502d453503e0994a49793d2f54e33ff9d0137de133c ./ytt-darwin-amd64
ffd4e18c77f522e2bbe4ee33266c06e738e58e2a25ccdbd939b6a616bd808cda ./ytt-windows-arm64.exe