Closed renovate[bot] closed 3 months ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
go
directive was updated for compatibility reasonsDetails:
Package | Change |
---|---|
go |
1.22.5 -> 1.22.5 |
This PR contains the following updates:
v0.49.1
->v0.50.0
Release Notes
carvel-dev/ytt (carvel.dev/ytt)
### [`v0.50.0`](https://togithub.com/carvel-dev/ytt/releases/tag/v0.50.0) [Compare Source](https://togithub.com/carvel-dev/ytt/compare/v0.49.1...v0.50.0)
##### 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.50.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.50.0/checksums.txt curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.50.0/checksums.txt.pem curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.50.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 ```Installation and signature verification
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Enabled.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.