mykso / myks

πŸ§™β€β™‚οΈ
MIT License
10 stars 3 forks source link

fix(deps): update module carvel.dev/ytt to v0.49.1 #314

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
carvel.dev/ytt v0.49.0 -> v0.49.1 age adoption passing confidence

Release Notes

carvel-dev/ytt (carvel.dev/ytt) ### [`v0.49.1`](https://togithub.com/carvel-dev/ytt/releases/tag/v0.49.1) [Compare Source](https://togithub.com/carvel-dev/ytt/compare/v0.49.0...v0.49.1)

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.49.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.49.1/checksums.txt curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.1/checksums.txt.pem curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.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.22.4 #​919 by @​rohitagg2020 **Full Changelog**: https://github.com/carvel-dev/ytt/compare/v0.49.0...v0.49.1 πŸ“‚ Files Checksum 10bb753984bed1f351fb767810fdccb5def531ad77b27093f71698a44ab45965 ./ytt-darwin-amd64 20a2f7466157a9c6189e885d0027e17c48776e65627f30fe04bffeef1d6f6166 ./ytt-linux-amd64 220408ce0604309f0704bd102f216f807db56b91f37af3317beacd7621f99a16 ./ytt-windows-arm64.exe 7a8d04ac91578239d32683eea7c5bb045e6e3f0df6a8c3bb42927a161b7da4db ./ytt-linux-arm64 ac75de5a71ebd165f2b6be338a16020055d298ccb31a7dbade887d11912b8fed ./ytt-windows-amd64.exe cba34f36d2b34108cc616a9455e8970ff10937470555af2dd09720ead9b29f64 ./ytt-darwin-arm64

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.