ytt

YAML templating tool that works on YAML structure instead of text

APACHE-2.0 License

Stars
1.6K
Committers
73

Bot releases are visible (Hide)

ytt - v0.45.12 Latest Release

Published by github-actions[bot] 5 months ago

What's Changed

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

📂 Files Checksum

431c16b3389c7b03695d488d8226dc029803abf41b5cd831f2c9e29f95138660  ./ytt-darwin-amd64
449ff31a051506474b3c6d1296914fdf0f0e9c8dd689c508507e543aa1373468  ./ytt-linux-arm64
774513f3a54609d3c1d684f33f53d83df701562da456dca131198f6605fd086f  ./ytt-windows-arm64.exe
8fad1cbc5563638a49501ef623992872159a0a9d3d7cbe8d6c100c5478c8a10d  ./ytt-linux-amd64
b9537aec73568aa01bdf0aaf95717a9be68487ceb6ec22057934b17d76d89d9e  ./ytt-windows-amd64.exe
ef45e2596f7448c4d5db709b823b8bfb7c32087e4d62bafcb6f6fba7a55d3202  ./ytt-darwin-arm64
ytt - v0.49.0

Published by github-actions[bot] 6 months ago

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
ytt - v0.47.2

Published by github-actions[bot] 6 months ago

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

📂 Files Checksum

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

Published by github-actions[bot] 6 months 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
ytt - v0.45.11

Published by github-actions[bot] 6 months ago

What's Changed

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

Published by github-actions[bot] 9 months ago

✨ 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

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
ytt - v0.47.0

Published by github-actions[bot] 9 months ago

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

📂 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
ytt - v0.46.3

Published by github-actions[bot] 10 months ago

What's Changed

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

Published by github-actions[bot] 10 months ago

What's Changed

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

📂 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
ytt - v0.44.12

Published by github-actions[bot] 10 months ago

What's Changed

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

📂 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
ytt - v0.44.11

Published by github-actions[bot] 11 months ago

✨ 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
ytt - v0.45.8

Published by github-actions[bot] 11 months ago

✨ What's new

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

📂 Files Checksum

043b27cecb6b1511caacacaa0f4f5350c424207f176e54b659a6fbf7d1da48f3  ./ytt-windows-arm64.exe
2f0aa3127e9aa3e588b98169358b488dbe82d04c2a24b63f6faa09ed797e312b  ./ytt-darwin-amd64
3f05260d6ca6ee9268921c6b58b828c4e58ec47ee7014bfa8c342a40dcb8041d  ./ytt-darwin-arm64
506b3b9d0ab3ba0f9ed3fc47e5afae33b8624fd928075c62de8ac2517f52c069  ./ytt-linux-arm64
ba308a20b7711c2fd769baa3470f62788ec4356686557076ac7b857160c3cc69  ./ytt-linux-amd64
eaa454d99805f1b5714de882b5bb507756be46834305689679595a6ce9f5f130  ./ytt-windows-amd64.exe
ytt - v0.46.2

Published by github-actions[bot] 12 months ago

What's Changed

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

Published by github-actions[bot] about 1 year ago

What's Changed

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.43.5...v0.43.6

📂 Files Checksum

1958d96a8527b73b1092255f93b7f5528995c154392417f22d07a151b0b56e44  ./ytt-darwin-arm64
74caea8ba83c8c162bbe5a8fe2084c7a9029541192f9e4396878922051560e14  ./ytt-darwin-amd64
8b2979aa6becb18ff7de958a93544dbdcfec92f622478a6f6ad384fc867e666a  ./ytt-windows-arm64.exe
8e5162e1d408423925153c75af4e27b9123dfeedf0d299fc394fb8970cfa9c6b  ./ytt-windows-amd64.exe
8ee129bacc6c10d27a979e983469ea878e73b84b9c1bab0419c4529851df0c00  ./ytt-linux-amd64
efd0108df0b7f3ff197bd882144c93c64d6abb4c62c1b9c20f43aab30ef283c5  ./ytt-linux-arm64
ytt - v0.44.10

Published by github-actions[bot] about 1 year ago

What's Changed

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

📂 Files Checksum

11445c51206dd2eddb21b33bcbe11e936c5a8ba1db48f2b9b6b0cc60e51956b7  ./ytt-darwin-amd64
3e2a54127fac222d3fbd34c1de0b36c75db753ab5802d79ba453d270a54c0c54  ./ytt-windows-arm64.exe
59520c3c7981581f121f69f5a1394eabacc712fe691a8bd670993ab70e162280  ./ytt-linux-amd64
7c49db15ebfa2d53ddeebb3ab895da23b7bd07d39695d16bbea1174308892314  ./ytt-linux-arm64
a1676ca4d6c4f0bf5f7ff6240cf59413c679c8174faa791b5a30a1f96af52aae  ./ytt-windows-amd64.exe
d79657cbfd5df6abc22fbaf24a18fb850dfcc3e2068f4655262be33654a2359a  ./ytt-darwin-arm64
ytt - v0.45.7

Published by github-actions[bot] about 1 year ago

What's Changed

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.45.6...v0.45.7

📂 Files Checksum

2771586197a0be8b5df9270f9ca2f05fe01b4c6fe01eb56398c642c870c08b0b  ./ytt-windows-arm64.exe
9df647c8b25918bef0b189d091d84fc40e506c24a80e9af2f28070ad4166b131  ./ytt-windows-amd64.exe
b704d22ae50785618bce00afaad3c4b63c24e211fbca17d02361747cf047d7de  ./ytt-darwin-arm64
bb45a5a192f409d11221db930d4420603b632ff09bf1621202c755b104f73f88  ./ytt-darwin-amd64
d8114c573a04c67aab3d69c037adf87444f082a5872331ebb361c4a4a8cb6ab3  ./ytt-linux-amd64
efd7865f3cb3cf9e9b420cfc10fbe01cd9166103a6ec778dd66bc5f85b85621e  ./ytt-linux-arm64
ytt - v0.46.0

Published by github-actions[bot] about 1 year ago

✨ 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
ytt - v0.45.6

Published by github-actions[bot] about 1 year ago

✨ What's new

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

Published by github-actions[bot] about 1 year ago

🔴 Please disregard this version because it bumps go to 1.21, which might cause problems if you are importing ytt has a library.


✨ What's new

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.45.4...v0.45.5

📂 Files Checksum

01d2baa62be2ef8cff869139fb44acdde341d52f4201fc9c6c1fe878190bee58  ./ytt-darwin-arm64
5d3d9929f012895579dc3791ae45d4a3bc07c4ef59593113e3e9b9851f35e0cc  ./ytt-windows-amd64.exe
811b026bfe5938b89dd0899303ea54ad3eb3b31c1cc698112c8d99a2abbe4fc4  ./ytt-windows-arm64.exe
9817dd189776026fe6f58b0f5e22f8477a94645b6be739062fc632626b946c2b  ./ytt-darwin-amd64
c98d4baf2174bb1b9deb406405b16bbdf5c0df6ef4e1ebe2f782d45b37dfd647  ./ytt-linux-amd64
d6d149f7a0ed9070a97d70c909ec741a705f2f11a4dda2df6eff05262a7f218b  ./ytt-linux-arm64
ytt - v0.45.4

Published by github-actions[bot] about 1 year ago

✨ What's new

🔈 Callouts

Thanks to

Full Changelog: https://github.com/carvel-dev/ytt/compare/v0.45.3...v0.45.4

📂 Files Checksum

2ab67119b95db782fa4db3b1921b4c67f0978920e048facca11055fe07ac394e  ./ytt-windows-arm64.exe
2b6d173dec1b6087e22690386474786fd9a2232c4479d8975cc98ae8160eea76  ./ytt-darwin-amd64
3e6f092bfe7a121d15126a0de6503797818c6b6745fbc97213f519d35fab08f9  ./ytt-darwin-arm64
9bf62175c7cc0b54f9731a5b87ee40250f0457b1fce1b0b36019c2f8d96db8f8  ./ytt-linux-amd64
cbfc85f11ffd8e61d63accf799b8997caaebe46ee046290cc1c4d05ed1ab145b  ./ytt-linux-arm64
f9163ed615d070385bd4c26415956d4897d00f98cef7cb92f0c3922d592dc2e5  ./ytt-windows-amd64.exe