orange-cloudfoundry / helm-kubectl-boshrelease

https://orange-cloudfoundry.github.io/helm-kubectl-boshrelease/
Apache License 2.0
6 stars 1 forks source link

chore(deps): update dependency carvel-dev/vendir to v0.42.0 #83

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
carvel-dev/vendir minor v0.41.1 -> v0.42.0

Release Notes

carvel-dev/vendir (carvel-dev/vendir) ### [`v0.42.0`](https://redirect.github.com/carvel-dev/vendir/releases/tag/v0.42.0) [Compare Source](https://redirect.github.com/carvel-dev/vendir/compare/v0.41.1...v0.42.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/vendir/releases/download/v0.42.0/vendir-linux-amd64 ##### Move the binary in to your PATH mv vendir-linux-amd64 /usr/local/bin/vendir ##### Make the binary executable chmod +x /usr/local/bin/vendir ``` ##### Via Homebrew (macOS or Linux) ```shell $ brew tap carvel-dev/carvel $ brew install vendir $ vendir version ``` ##### Verify checksums file signature Install cosign on your system https://docs.sigstore.dev/system_config/installation/ The checksums file provided within the artifacts attached to this release is signed using [Cosign](https://docs.sigstore.dev/cosign/overview/) with GitHub OIDC. 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/vendir/releases/download/v0.42.0/checksums.txt curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.42.0/checksums.txt.pem curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.42.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 ```
##### Changelog * 064b9c4 Allow additional CA certs to be supplied via vendir YAML when pulling an imgpkg bundle by @​100mik * f6eaffe fix: avoid panic by checking response for nil by @​Zebradil

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 was generated by Mend Renovate. View the repository job log.