winget install --id Carvel.ytt
About ytt
YAML templating tool that works on YAML structure instead of text
What's new in 0.55.0
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.55.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) $ 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.55.0/checksums.txt curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.0/checksums.txt.pem curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.55.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. # Verify the binary using the checksums file sha256sum -c checksums.txt --ignore-missing - What's Changed - e6840e5 build(deps): update co...
Version history
| Version | Updated | Notes |
|---|---|---|
| 0.55.0 | Unknown | 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/... |
| 0.54.0 | Unknown | 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/... |
| 0.53.2 | Unknown | 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/... |
| 0.53.1 | Unknown | 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/... |
| 0.53.0 | Unknown | 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/... |
| 0.52.2 | Unknown | 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/... |
| 0.52.1 | Unknown | 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/... |
| 0.52.0 | Unknown | 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/... |
| 0.51.2 | Unknown | 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/... |
| 0.51.1 | Unknown | 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/... |
| 0.49.1 | Unknown | Installation By downloading binary from the release For instance, if you are using Linux on an AMD64 architecture: # Download the binary curl -LO # Move the binary in to your PATH mv kapp-linux-amd64 /usr/local/bin/ytt #... |
| 0.47.0 | Unknown | Release notes |
| 0.46.3 | Unknown | Release notes |
| 0.46.2 | Unknown | No notes |
| 0.45.1 | Unknown | No notes |
| 0.45.0 | Unknown | Release notes |