v0.45.2
·
35 commits
to develop
since this release
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.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/vendirVia 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.2/checksums.txt
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.45.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/vendir/releases/download/v0.45.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.comVerify 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-missingWhat's Changed
- Bump Golang 1.25.7 and imgpkg v0.47.2 by @CodesbyUnnati in #441
Full Changelog: v0.45.1...v0.45.2
📂 Files Checksum
01b3e5b922e8771cbc0bdb4c75acb3933327f7a63779bb8923f05de18b49fab6 ./vendir-darwin-arm64
8fc36145ca85712f1d6d6b959d6240a7d1d5f6a6dd3850bad9ae848c65e42c56 ./vendir-linux-arm64
c75abeca04cb9b0fabcb084b87fb465b3eb462a85bab1baab4853bf9a4c7ccc3 ./vendir-darwin-amd64
d2ee280d4688695885f73f00b4c7777c66df7500f3fb6f7dd74d72c6e126ca2a ./vendir-windows-amd64.exe
ecd053b031fdebfe0486b263a7071320b033f60b6d9e6c6b74ad681f2d7068b5 ./vendir-linux-amd64