Skip to content

Releases: carvel-dev/vendir

v0.46.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:16
a7fb189

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

Full Changelog: 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

v0.45.4

Choose a tag to compare

@github-actions github-actions released this 01 Jun 11:06
6b3f52e

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

  • chore(deps): bump semver, imgpkg, and golang.org/x packages by @sameerforge in #447

Full Changelog: 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

v0.45.3

Choose a tag to compare

@github-actions github-actions released this 16 Apr 07:07
825e8a6

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

  • Update carvel-dev/semver to include stability-aware sorting fixes by @sameerforge in #445

Full Changelog: v0.45.2...v0.45.3

📂 Files Checksum

4c27422b42a83ed598e5548542c0cd19d185002f6d4ae8e12d59df27ebcdf572  ./vendir-darwin-arm64
cb951dedcf2e64d8d76cb9c205d13ce78f6a8802a74caa1205ec47bc9f2dac65  ./vendir-linux-arm64
52a584cf8c9c97b0f9693f33e404b971f3f65bff3a136d979d7b92c8a8f5cf62  ./vendir-darwin-amd64
5d73e1c1eccf245585887c99ebe004712adfaa5db66b212066df37b572475fca  ./vendir-windows-amd64.exe
7dc6dd9706170b442a7aaf3b4e29da57cca722a3252ed8f6ac9c2997e93a0aa5  ./vendir-linux-amd64

v0.45.2

Choose a tag to compare

@github-actions github-actions released this 17 Feb 10:52
4a87e4e

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/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.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.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: 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

v0.45.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 07:12
f7d4c13

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

New Contributors

Full Changelog: v0.45.0...v0.45.1

📂 Files Checksum

1c2911750ac774d2806d67694788c55e66dad39b38761ea10da0a86283e9ae96  ./vendir-linux-amd64
56649836666d3749ad5b47f6a8ce8a7c6e6089e07238517b3c0efb46cad00ba5  ./vendir-windows-amd64.exe
9aaba37eeff49a819ab6fba832e184c41069af6ce5e5817d63691a240fda6fdf  ./vendir-linux-arm64
a859539a021affa7962459556f57e2d8c8e353a9bff1e6673410d292d10033a2  ./vendir-darwin-arm64
ea3e5091b983b79a09f9a0c1fc911d65a2eec4cd7ed86d96735ad2ec129bba40  ./vendir-darwin-amd64

v0.45.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 18:07
e26e467

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

New Contributors

Full Changelog: v0.44.0...v0.45.0

📂 Files Checksum

4bce3c5341f1f1566fde617bfabaee16b26e26f6d0e8b4394780a03d57b248a5  ./vendir-darwin-amd64
6ff67773916bf1587533daf912a24d0fc5c5914e90aa6cd9099b22a480cd0a53  ./vendir-darwin-arm64
779d4fe4170a472523bb1fcd0a591e460ff417381abd92ba8d2d8b7fa91f5531  ./vendir-windows-amd64.exe
d60ad65bbd0658d377f2dcf57b3119f16c5a3a7eeaf80019a3d243a620404d7e  ./vendir-linux-amd64
f2b517cfa1a843ffc7b9beb37146ffd8157a5c842138c4f6a5728f708115dbfd  ./vendir-linux-arm64

v0.44.0

Choose a tag to compare

@github-actions github-actions released this 13 May 12:25
7326502

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

  • Bump go version to 1.23.8 by @devanshuVmware in #420
  • Bump imgpkg to v0.46.1 by @devanshuVmware in #420
  • Fix golang crypto cve by @mohitsharma-in in #406
  • bump golang.org/x/net to 0.38.0 in #417

Full Changelog: v0.43.0...v0.44.0

📂 Files Checksum

2a3c5b65a1ae399034b1c0e87d210cd7da828f1d855cbda4590e1a3f93406c77  ./vendir-darwin-arm64
5d203cc3877de691553ecb99af8e3836c8543f01d55680ca97a46897ff692f42  ./vendir-windows-amd64.exe
957b7ed5abc73a6a9948901a9d5cb6cf33e1d20b0400ab7016177519a339293e  ./vendir-darwin-amd64
a2befbb9dd4f174aac7a34fe0bd50b1e5dc356dadaed0183a24b817f2fd1d094  ./vendir-linux-amd64
db33e705d818f4fa1fb3c19bd97167219188650b96e307a8e72620329aec9a91  ./vendir-linux-arm64


v0.43.2

Choose a tag to compare

@github-actions github-actions released this 03 Apr 16:53
bf0e4ae

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

✨ What's new

  • Bump imgpkg version to 0.44.2 by @devanshuVmware in #415

Full Changelog: v0.43.1...v0.43.2

📂 Files Checksum

172e51a712dd38adecc1c2edaea505ed63079bb6a42f8d613a8da22476f61cf1  ./vendir-linux-amd64
284f06fe3fbb5d127a40962a9b75b2142636e4d8f767deaf7b470abca9775633  ./vendir-windows-amd64.exe
29cb3224debc23f1aaab46bb8f26bf0d094bdb8a557fdb6e4e04465077762e25  ./vendir-linux-arm64
6b53bf9d0f85daa7b2a1e7705d8fe74d62df624ac093cf7161bd9e77988b4963  ./vendir-darwin-amd64
d3f327c8fde2513742cbcb1ffe093c26aff7a87333a38be65b2f15f7e1945bc7  ./vendir-darwin-arm64

v0.43.1

Choose a tag to compare

@github-actions github-actions released this 28 Mar 12:03
72a506b

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

  • Fix CVEs & linter issues by @devanshuVmware in #412

Full Changelog: v0.43.0...v0.43.1

📂 Files Checksum

34c1638e57d577f437fd55c206857422f8c52427f55352722161eb1d29fbcb6e  ./vendir-darwin-amd64
540d146faad93e1ba8962bb2367b6ad64ab504750ec7efd8a1a558fca4c7f392  ./vendir-linux-amd64
89584179518d8810dd305607798d9c20fd3d97a9153735991f942a15d9f31d33  ./vendir-linux-arm64
cd7b01f90e2c9f195c628509ae59b0367da5e9c1cdeee1d3cfcbd73e933c224c  ./vendir-windows-amd64.exe
f4149b425cfb86b2e1e9130ffc15415d1d89dd19b01301e1143cab55f2c162ff  ./vendir-darwin-arm64

v0.43.0

Choose a tag to compare

@github-actions github-actions released this 09 Dec 12:19
83f3e89

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

  • Bump golang version to 1.23 by @devanshuVmware in #404

Full Changelog: v0.42.0...v0.43.0

📂 Files Checksum

0895efdc3fe36f37035ce96169e8cc335a103adcfe02092fcc29f514be8867e7  ./vendir-linux-arm64
3d31f00efc0a11a8dfcf662d45a120d18f99105d1502bbfe12a6cbd9d0b1f570  ./vendir-linux-amd64
693d956011994b5be2491f7534faae1cb0a07cfed911cf5b9e0f3da65db36707  ./vendir-darwin-amd64
6aa8183d0ba729e5f4132fbb11e63ba08f5cfbd4e3c3b299bdb142d61145ca1c  ./vendir-windows-amd64.exe
ffa520a0604cb2831937c232bd89bd4e27afc12f16459f35e6f92cb69bd08d5a  ./vendir-darwin-arm64