Skip to content

chore(deps): update dependency carvel-dev/vendir to v0.45.4 (master) - #67

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/master-carvel-dev-vendir-0.x
Jun 4, 2026
Merged

chore(deps): update dependency carvel-dev/vendir to v0.45.4 (master)#67
renovate[bot] merged 1 commit into
masterfrom
renovate/master-carvel-dev-vendir-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 4, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
carvel-dev/vendir uses-with patch v0.45.3v0.45.4

Release Notes

carvel-dev/vendir (carvel-dev/vendir)

v0.45.4

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.45.4/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.45.4/checksums.txt
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.45.4/checksums.txt.pem
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.45.4/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

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

📂 Files Checksum

e0e3c327888c5ed6bec69a8cfc8a8fd978e2790078b42ee48d3015be5e499899  ./vendir-darwin-arm64
25847a9d58c44cca6f486d7c31199a2a2e15bc1be1e8adafae66a01411ea222e ./vendir-linux-arm64
39042d2ce50e2277ce262596943ebaba4a94302bb1763bde75255029018d731e  ./vendir-darwin-amd64
a052830535a86bf4654c2f891f22573f8ad525df65b08de8d190f32b52bdadd7  ./vendir-windows-amd64.exe
b71189f46b26facc6d5baeae8047fe49afd899f8125818275241a084aa2c08a1  ./vendir-linux-amd64


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 merged commit 2df5ae2 into master Jun 4, 2026
2 checks passed
@renovate
renovate Bot deleted the renovate/master-carvel-dev-vendir-0.x branch June 4, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants