Ytt Versions Save

YAML templating tool that works on YAML structure instead of text

v0.49.0

1 week ago

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: https://github.com/carvel-dev/ytt/compare/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.47.2

1 week ago

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: https://github.com/carvel-dev/ytt/compare/v0.47.0...v0.47.2

:open_file_folder: Files Checksum

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

v0.46.4

1 week ago

What's Changed

Full Changelog: https://github.com/carvel-dev/ytt/compare/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.45.11

1 week ago

What's Changed

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.45.9...v0.45.11

:open_file_folder: Files Checksum

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

v0.48.0

2 months ago

:sparkles: What's new

  • The go module name is changed to carvel.dev/ytt by @joaopapereira in https://github.com/carvel-dev/ytt/pull/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: https://github.com/carvel-dev/ytt/compare/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

:open_file_folder: 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.0

3 months ago

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: https://github.com/carvel-dev/ytt/compare/v0.46.0...v0.47.0

:open_file_folder: 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.3

4 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.46.1...v0.46.3

:open_file_folder: 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.45.9

4 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.45.8...v0.45.9

:open_file_folder: Files Checksum

32a5592c4fbc6bceae6c8ee856914bff5c284114698cfc1fed62ec900980affd  ./ytt-linux-amd64
3fc8566120b4f7e48c06a5e0c3212aa5ac54d876ad9f40d2f413ffe6c77bfad6  ./ytt-darwin-amd64
6806eb2834da5cdb1ee2213ef04d684917943ab1c61172106500e0830d97be69  ./ytt-linux-arm64
792b98ecab2ceb7851970759d36a0890d55372b43d1225eb662730395c80974e  ./ytt-windows-amd64.exe
798b0145a18f0f669f3c6dbd22051a565f380beeb19f7b11d6049e066800c080  ./ytt-windows-arm64.exe
a26c55791a9c082878acbbb9c542bd6a915c02ba3f58c2c66f8c3d4bec124802  ./ytt-darwin-arm64

v0.44.12

4 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.44.11...v0.44.12

:open_file_folder: Files Checksum

39393400fb803eeb69aef94f91327d7c5ca35affbefa0cad3f43d857973b62e6  ./ytt-windows-arm64.exe
4c00eac06048502c2ff3aa0d3dafeda39a980e178a9d9fb69d9a3a3209f71fa4  ./ytt-linux-amd64
6c3e770371dbf2b44f65788c3b6bbbb11270c33f90e47b887effed1ca70048d1  ./ytt-darwin-amd64
8687cb4d99503f266d2193734d85b08c7a8acdaf0fdac5d729ece4c2fcd15d4f  ./ytt-windows-amd64.exe
c50da60b19d5c2c06f8643ddc558ae664b16ffc948c308fd786c3125a9fb4454  ./ytt-darwin-arm64
ebbc78ef85b758aede29db7586baba0d5cf871cf2805721b93ee29d6af6c2c50  ./ytt-linux-arm64

v0.44.11

5 months ago

:sparkles: What's new

  • d2fe2e6 Bump go version to 1.20.11

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.44.10...v0.44.11

2c3d42db34cce6d449ffbd66be8a720d4a0fd39d5754ba05a7842c56304ee716  ./ytt-darwin-arm64
2fe100931575627060b49b605bce372d1851153bbc9d15c7956616bfa060e58b  ./ytt-linux-arm64
5d4985ead1edc3ba6b72019ff4767ce90be2aa0eee80d230d99345d4589f2314  ./ytt-windows-amd64.exe
abf46655ffcf4b3f0821a96b94eb30c840765c02c50cfe73c895de99abed8186  ./ytt-linux-amd64
b864bd929b12deb7d621ddd3354b6b9b985a5c59962713c716a53655b3c59be8  ./ytt-windows-arm64.exe
da83487a7a1d9678d456e9725ecaaebbc02213f8a12190abd88939089c9bc855  ./ytt-darwin-amd64