Skip to content

test(deps): update dependency vendir to v0.46.0 (main)#6866

Merged
viceice merged 1 commit into
mainfrom
renovate/main-test-vendir-0.x
Jun 10, 2026
Merged

test(deps): update dependency vendir to v0.46.0 (main)#6866
viceice merged 1 commit into
mainfrom
renovate/main-test-vendir-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
vendir minor v0.45.4v0.46.0

Release Notes

vmware-tanzu/carvel-vendir (vendir)

v0.46.0

Compare Source

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/vendir/releases/download/v0.46.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)
$ 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 with GitHub OIDC. 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/vendir/releases/download/v0.46.0/checksums.txt
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.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
  • Adds Bearer token authentication support to vendir sync (http) @​husira #​435
  • adds support for symlink tar entry to extract as symlink @​DocX #​438
  • Other dependency bump by @​sameerforge @​joaopapereira @​CodesbyUnnati

Full Changelog: carvel-dev/vendir@v0.45.4...v0.46.0

📂 Files Checksum
5b417c837b0134fabf2c4a322db054eacb8cfbe8d0e8cbbb86afc7e4f0d625fd  ./vendir-darwin-amd64
781c0a9eafb86ddd88d078d29766f6afe5ec7b6b9a28efcb38c7a2424eb745f7  ./vendir-windows-amd64.exe
878f3c77cae21b9b63d0ea6c11454c0008d41652d2eb3d1844fdcf69cca6ae9e  ./vendir-linux-amd64
e136160aa642231c6eb1df25cbe3e57e5f3848ac0a7e7de57bbc3249fdbd800f  ./vendir-darwin-arm64
f80a27f1247ad4353b6054ca9d7e13e2511bf70c0e28d85bc314d2177ec2b0d2  ./vendir-linux-arm64

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled because a matching PR was automerged previously.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@viceice viceice enabled auto-merge June 10, 2026 19:53
@viceice viceice added this pull request to the merge queue Jun 10, 2026
Merged via the queue into main with commit 0a0baff Jun 10, 2026
60 checks passed
@viceice viceice deleted the renovate/main-test-vendir-0.x branch June 10, 2026 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant