Skip to content

Releases: carvel-dev/ytt

v0.49.0

16 Apr 06:45
2e686ef
Compare
Choose a tag to compare

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/ytt/releases/download/v0.49.0/ytt-linux-amd64

# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt

# Make the binary executable
chmod +x /usr/local/bin/ytt

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt version  

Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). 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/ytt/releases/download/v0.49.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.49.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

New Contributors

Full Changelog: v0.48.0...v0.49.0

📂 Files Checksum

0658db4af8263ca091ca31e4b599cb40c324b75934660a4c0ed98ad9b701f7e9  ./ytt-darwin-arm64
357ec754446b1eda29dd529e088f617e85809726c686598ab03cfc1c79f43b56  ./ytt-linux-amd64
71b5ea38bfc7a9748c35ce0735fd6f806dce46bd5c9039d527050c7682e62a70  ./ytt-darwin-amd64
75db553804956df279d0121067f4b052c539b2fafb4d5beff11ddb6792f30775  ./ytt-windows-arm64.exe
a0e8140e1924db591994a7063dc2ea38256ee0aabda650820dd69fac8d20c077  ./ytt-windows-amd64.exe
a2d195b058884c0e36a918936076965b8efb426f7e00f6b7d7b99b82737c7299  ./ytt-linux-arm64

v0.48.0

06 Feb 09:48
6d2001d
Compare
Choose a tag to compare

✨ What's new

  • The go module name is changed to carvel.dev/ytt by @joaopapereira in #878
    • 🚨 For library users 🚨 note that this is a breaking change on this version, no impact for users that only use the binaries

Full Changelog: v0.47.0...v0.48.0

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/ytt/releases/download/v0.48.0/ytt-linux-amd64

# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt

# Make the binary executable
chmod +x /usr/local/bin/ytt

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt version  

Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). 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/ytt/releases/download/v0.48.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.48.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.48.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

📂 Files Checksum

090dc914c87e5ba5861e37f885f12bac3b15559c183c30d4af2e63ccab03d5f9  ./ytt-linux-amd64
156ba28cd605e126a2f7746a285a8298dd68f08d5e201a0b5a33ae6cc21b9c96  ./ytt-linux-arm64
381903a4dab56ea5190d4c5da3475b10f1e8e3bc6f87d046b096d0698de0f395  ./ytt-windows-amd64.exe
9ac24bf6f7f354182d9304f2abd888681e2c360a3d82664a6664a83b6cf5b324  ./ytt-darwin-amd64
a618e677424161be1293e5cc0e58ccfcf9a382c2600a2d4eb357d072f1d637d4  ./ytt-windows-arm64.exe
ba9024f335c78f9f63ac38375be19a794bb4500470636897721d188e4f854c70  ./ytt-darwin-arm64

v0.47.2

15 Apr 16:12
e708cac
Compare
Choose a tag to compare

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/ytt/releases/download/v0.47.2/ytt-linux-amd64

# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt

# Make the binary executable
chmod +x /usr/local/bin/ytt

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt version  

Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). 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/ytt/releases/download/v0.47.2/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.47.2/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.47.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.47.0...v0.47.2

📂 Files Checksum

2c0e3c764aa98aa50914a9472d2002dd0b11c3e7b10c22b9e83649c9776c44f2  ./ytt-darwin-amd64
3163988bbc24056ded76f33c4c70135d699a4167540ee78e63a1bb65e19b9e68  ./ytt-darwin-arm64
c282172966b022c7d0512f129d3e3b40f760d3dfbc8e32684e9e9e0c60a338f1  ./ytt-linux-amd64
7f98c411e2aeda1e48d1cdb81dcb5bc040c2814ef3b1f8ee6f43cfddb00736ab  ./ytt-linux-arm64
b9ae1ac6ef1a05c25b8e75512032b3d61ab1ba16af673a0eeaf0c73d021d76e3  ./ytt-windows-amd64.exe

v0.47.0

19 Jan 14:02
b4d0ff0
Compare
Choose a tag to compare

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/ytt/releases/download/v0.47.0/ytt-linux-amd64

# Move the binary in to your PATH
mv kapp-linux-amd64 /usr/local/bin/ytt

# Make the binary executable
chmod +x /usr/local/bin/ytt

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install ytt
$ ytt version  

Verify checksums file signature

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC(Refer this page for cosign installation). 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/ytt/releases/download/v0.47.0/checksums.txt
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.47.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/ytt/releases/download/v0.47.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

New Contributors

Full Changelog: v0.46.0...v0.47.0

📂 Files Checksum

4c37056702d842570b0bce2f461f494902a2fbd8d83ef1ded224d0def1f04ccb  ./ytt-windows-arm64.exe
67b7cb20273cb00d36bda38888277c1b0e74992a422c771d28e7a9c2045da798  ./ytt-windows-amd64.exe
700dbb362a73950d779cf298ba191de2a35394fa68bf19e74add5e7384b2875a  ./ytt-darwin-amd64
aec0bf2b5ca7dc98dd04444135738d0a1add18fcc1294c258eb8f1061b3eb9ec  ./ytt-darwin-arm64
de2dd0a659fd12b2d80e00fa2a4a9316db67e0372e79c3bf48586ea53201180e  ./ytt-linux-amd64
f12dc884af6be46a56c4233cbe456e90d8082d4699c0412d4adfaaae68712f4d  ./ytt-linux-arm64

v0.46.4

15 Apr 16:00
f5a0d8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.46.3...v0.46.4

📂 Files Checksum

115fef7a35cfe480bf38fbf7dee842a6529b3e1920860b3b9ed7bdf656e5cc71  ./ytt-darwin-amd64
25772c85e6a05f9bb69250a194bd74978e0641c52ab322e5e52d0f540abb3f47  ./ytt-darwin-arm64
7c1f1aabf60104c7d93c435de9eb625432f14809c3533ced6c5e6d4216b8e738  ./ytt-linux-amd64
8a4b6c09f5499344234938d881961cb9bed0f932659f42a423b8754620dd5e90  ./ytt-linux-arm64
22eec282c5778512b3262669fec6e1c0892e59a1de60ee5e1c165471ee1d0480  ./ytt-windows-amd64.exe

v0.46.3

14 Dec 13:10
f5a0d8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.46.1...v0.46.3

📂 Files Checksum

15058f993f10524473d1f612a2ff344a6f51ce28d291228f650f605a226f4e97  ./ytt-windows-arm64.exe
271b145c7eb20f1ce424eab22b557662b2f7b1bd008bc2f1833ab56a567f05ef  ./ytt-windows-amd64.exe
2b4ca5365c343bb1e903e8e845d9750b5d2776b3a99483912f27da6e95c480c0  ./ytt-linux-amd64
46e672afcf2c2c09c415f52f472d6dcc648324fd5acf7c83c6b6017223dc4042  ./ytt-darwin-amd64
5372597c7165cb09657c7b9cfb5da1e58673940cf0ebbd4ecf8040e9ab9eb9e7  ./ytt-linux-arm64
d42295bbe137bdc08471ce61857ee1ee20761cd58a5a1827fde9c622e6b0e151  ./ytt-darwin-arm64

v0.46.2

30 Oct 13:54
6a1f7d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.46.0...v0.46.2

📂 Files Checksum

027a12c62b3233a409d1eeabe689be9ff97de312dd6f18063000cdfa65b41032  ./ytt-windows-amd64.exe
71f9a7d83f51fd3a6096720d2f7f10184c62030e090fdb9daad62e1de0627aad  ./ytt-windows-arm64.exe
a97bae2e7a069032402d66b302c073c595a2badf2c3ffc6eec86427eec21619b  ./ytt-darwin-arm64
adeb18daa5fa088123ffbd9e32e3252aaf32810ec70e5e1b5a186f7bffc8c1f5  ./ytt-darwin-amd64
ae9bc66a55756eed60db86f8c0f8c55704b3ab846513ad4502111c2a8673ecac  ./ytt-linux-amd64
e43a524db8a0c69a54bc56132ac0cf8d55a049c48f63a9047dd6984dc89a940e  ./ytt-linux-arm64

v0.45.6

21 Sep 19:09
ce95b62
Compare
Choose a tag to compare

✨ What's new

Full Changelog: v0.45.4...v0.45.6
📂 Files Checksum

1ff2102dc9dada482060de0504698683e5d8b8721441841795136b92da68e664  ./ytt-windows-arm64.exe
2b32add6ceb66d0abf41663316810b2175c4df59286a6c0ca5b39582a689621f  ./ytt-darwin-amd64
4be1ecdcad3cd43066692944b13ca6f99f03043a1ca78a4c4590011400a61e32  ./ytt-linux-amd64
a4bfc0e27ccd5d2c72fade9cb1a446d8a6704774daca9dbd373c4f5cd0e7a204  ./ytt-linux-arm64
c72b619852d9e3c1cfd870b13df2a142593df3ac061cfa1dd7451dcd036d46f8  ./ytt-windows-amd64.exe
cc527918325b4876b00eca8bda71d2e1e7f2cc83de530be328994b89f3586dc2  ./ytt-darwin-arm64

v0.46.0

22 Sep 07:23
2a0576c
Compare
Choose a tag to compare

✨ What's new

📂 Files Checksum

0c025f1210875f185a867e6cb3fd4770627f13ce64d69b6092de713464395ddb  ./ytt-darwin-arm64
348cb34965b64c07fd5118e69efd9a4fae7e22f57db4e91e2d9903c1ad19f041  ./ytt-linux-amd64
4738b733718717ceffe71f61053b24f059e85af8a00061a7f169a9b2342ca800  ./ytt-windows-arm64.exe
59b9c97fd7a30a9fa7c453e774078212d2751c247b6c99c5a8ff5bae5fc0703f  ./ytt-windows-amd64.exe
9552c863452622386b9e9fcab0eb0533b6e8c77bc3f5c753967d40232b2a1721  ./ytt-linux-arm64
a2ca42f8178ba2849076b580177c5c12769e17f01a61ab50b106367728004692  ./ytt-darwin-amd64

v0.45.11

15 Apr 15:58
94aaf1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.45.9...v0.45.11

📂 Files Checksum

1dc6f78a4f06cc6ff4d125e2bd4f4b1d8966f8b7ff3ef927572e9eacb0b71bd6  ./ytt-darwin-amd64
1f4e1e7f227e2c906d33da3408cd698f8f880cfd69514b180966ee9d2117b107  ./ytt-darwin-arm64
803333c84a32553edb60b35cbae15b365bb7a969eff17ab675a37265b8b2408b  ./ytt-linux-amd64
169d882ea8c8a6e55a6a6494a27d6ee1f3fa9dd9cd59d391544b3b1c8a92bc30  ./ytt-linux-arm64
6c8828a14c380e56298de90eaa26b0a686666ab281f817512dbb4e758fe6d2b7  ./ytt-windows-amd64.exe