crumbhole / argocd-lovely-plugin

A plugin to make Argo CD behave like we'd like.
BSD 3-Clause "New" or "Revised" License
356 stars 22 forks source link

chore(deps): update dependency carvel-dev/ytt to v0.49.0 #463

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Update Change
carvel-dev/ytt minor v0.48.0 -> v0.49.0

Release Notes

carvel-dev/ytt (carvel-dev/ytt) ### [`v0.49.0`](https://togithub.com/carvel-dev/ytt/releases/tag/v0.49.0) [Compare Source](https://togithub.com/carvel-dev/ytt/compare/v0.48.0...v0.49.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.49.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.49.0/checksums.txt curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.0/checksums.txt.pem curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.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 * Add an optional boolean to not escape html during json encoding by @​W[https://github.com/carvel-dev/ytt/pull/891](https://togithub.com/carvel-dev/ytt/pull/891)ll/891 * don't modify input when converting to orderedmap by @​notoria[https://github.com/carvel-dev/ytt/pull/870](https://togithub.com/carvel-dev/ytt/pull/870)ll/870 * Update copyright headers by @​prashantrew[https://github.com/carvel-dev/ytt/pull/900](https://togithub.com/carvel-dev/ytt/pull/900)ll/900 * Export named validations to openApi properties by @​peschm[https://github.com/carvel-dev/ytt/pull/899](https://togithub.com/carvel-dev/ytt/pull/899)ll/899 * Bumping go version to 1.22.2 by @​rcmadhankum[https://github.com/carvel-dev/ytt/pull/908](https://togithub.com/carvel-dev/ytt/pull/908)ll/908 * Refactor openapi validation gen to avoid mutation inside GetValueType() by @​cppforli[https://github.com/carvel-dev/ytt/pull/904](https://togithub.com/carvel-dev/ytt/pull/904)ll/904 #### New Contributors * @​WnP made their first contributi[https://github.com/carvel-dev/ytt/pull/891](https://togithub.com/carvel-dev/ytt/pull/891)ll/891 * @​notoriaga made their first contributi[https://github.com/carvel-dev/ytt/pull/870](https://togithub.com/carvel-dev/ytt/pull/870)ll/870 * @​peschmae made their first contributi[https://github.com/carvel-dev/ytt/pull/899](https://togithub.com/carvel-dev/ytt/pull/899)ll/899 **Full Changelog**: https://github.com/carvel-dev/ytt/compare/v0.48.0...v0.49.0 📂 Files Checksum 0658db4af8263ca091ca31e4b599cb40c324b75934660a4c0ed98ad9b701f7e9 ./ytt-darwin-arm64 357ec754446b1eda29dd529e088f617e85809726c686598ab03cfc1c79f43b56 ./ytt-linux-amd64 71b5ea38bfc7a9748c35ce0735fd6f806dce46bd5c9039d527050c7682e62a70 ./ytt-darwin-amd64 75db553804956df279d0121067f4b052c539b2fafb4d5beff11ddb6792f30775 ./ytt-windows-arm64.exe a0e8140e1924db591994a7063dc2ea38256ee0aabda650820dd69fac8d20c077 ./ytt-windows-amd64.exe a2d195b058884c0e36a918936076965b8efb426f7e00f6b7d7b99b82737c7299 ./ytt-linux-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.