Skip to content

test(deps): update dependency vendir to v0.46.2 (main) - #7367

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/main-test-vendir-0.x
Sep 14, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/main-test-vendir-0.x

Conversation

@renovate

@renovate renovate Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
vendir patch v0.46.1v0.46.2

Release Notes

vmware-tanzu/carvel-vendir (vendir)

v0.46.2

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.2/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.2/checksums.txt
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.46.2/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
Changelog
  • 96e9147f Fix: use fully-qualified ref as cache key for imgpkg image/bundle fetches
  • 58acd4c5 Merge pull request #​465 from himsngh/himsngh/fix-399
What's Changed
New Contributors

Full Changelog: carvel-dev/vendir@v0.46.1...v0.46.2

📂 Files Checksum
92160571582d04e1da66a15e476d4f63b6ca894593c6b126b0d53bea8da0f58b  ./vendir-darwin-amd64
19782987d7e66dd4a334dc740d6e96fce2f87667da5f155bcf898151ae349570  ./vendir-windows-amd64.exe
0b4bad28b765c4cbf0cc2234d0d420bcf2d352b58eb202e9c55263374f95bd71  ./vendir-linux-amd64
dd77c509214e3a7114d30de4b9a94ba09cdcb84230244589db10448d8c744662  ./vendir-darwin-arm64
bb0574c3aff6a5ae99801ceb3d63893917f763908700883bc1fbbcfed2ab6c9b  ./vendir-linux-arm64

Configuration

📅 Schedule: (UTC)

  • 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.


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

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

@renovate
renovate Bot enabled auto-merge September 14, 2026 13:23
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: b40baf1a-a57d-447a-a288-23084572f175

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@renovate
renovate Bot added this pull request to the merge queue Sep 14, 2026
Merged via the queue into main with commit 4310fdf Sep 14, 2026
62 checks passed
@renovate
renovate Bot deleted the renovate/main-test-vendir-0.x branch September 14, 2026 13:57
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.

0 participants