kapp

kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label

APACHE-2.0 License

Stars
859
Committers
74

Bot releases are visible (Hide)

kapp - v0.62.0 Latest Release

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/kapp/releases/download/v0.62.0/kapp-linux-amd64

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

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

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install kapp
$ kapp 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/kapp/releases/download/v0.62.0/checksums.txt
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.62.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.62.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

  • 🚨 For library users 🚨 the go module name changes to carvel.dev/kapp this is a breaking change on this version, no impact for users that only use the binaries

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.61.0...v0.62.0

📂 Files Checksum

b4b980d4bc97508bec2416bc50888f55c7e4d96ada71a072003d2eee571db995  ./kapp-darwin-amd64
88d6ed91f87571e892b60fc57b2e3526cb49db0c22531da392cd380c6b4a8ede  ./kapp-darwin-arm64
6eb24733364213967c434ca77a7b3516f80c962e1da1ba57ce4c495556cf1585  ./kapp-linux-amd64
10e2e0b165202ae355501516f0b34de066523a384970f8423d8295ca79c16133  ./kapp-linux-arm64
24e178632b915f5a9814cc4d8a25c67256dfb3d7957bd72b080340099b0b7ac8  ./kapp-windows-amd64.exe
kapp - v0.57.7

Published by github-actions[bot] 6 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.57.6...v0.57.7

📂 Files Checksum

c860dc2a44e99115c628e70e9ba6363f1870e5d6ef901f1e535481ef044aff91  ./kapp-darwin-amd64
dc07cb00bedac82837832b77700731f1594474cfe40145453e4044a4f5879877  ./kapp-darwin-arm64
619306c45f5b9d1b1c07154f612d1a4b3e66639419ba82aef1c07a649511766e  ./kapp-linux-amd64
14e14ea11019dbef8336e8aed8d4a71c606d660601207b8148493a44f9e46255  ./kapp-linux-arm64
17bedb626b46dbe6e4b9a4960fa63bdaa766edefec1b3e82d55d706ff08d37f9  ./kapp-windows-amd64.exe
kapp - v0.59.3

Published by github-actions[bot] 6 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.59.2...v0.59.3

📂 Files Checksum

7aa95e47e7c2a8c867de6d0af6f74182d8247267784a44668b760c44f201f461  ./kapp-darwin-amd64
6be47a301146fb74c1460e5f48435a9d885d2b3e75a23a3deec5808b8a928d0f  ./kapp-darwin-arm64
d581c368a54b00e6addebf9f880b2844ef997c312b80bb8f664162a7df3e2b73  ./kapp-linux-amd64
b2a9627239c13facbdd68eb4e683bbf645503c466da132668133e880969d6c16  ./kapp-linux-arm64
d16392a329e1a8bde95e6526943b80ae44eecce334d0ef1866e04737f07a8868  ./kapp-windows-amd64.exe
kapp - v0.61.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/kapp/releases/download/v0.61.0/kapp-linux-amd64

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

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

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install kapp
$ kapp 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/kapp/releases/download/v0.61.0/checksums.txt
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.61.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.61.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

🔈 Callouts

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.60.0...v0.61.0

📂 Files Checksum

f6b5cf65e6257dbf16fbcf5c2e238cca8ff66b6a54f350b222b21d8b84a0c66d  ./kapp-darwin-amd64
3411d2ccdb48b55646b7ec80595d5c3dc8ca1290f846979115d18db66d778c2d  ./kapp-darwin-arm64
efaa3e793448961f6367c04fbc5b0e2c5063bdf5eda9364c7f1d495458da624b  ./kapp-linux-amd64
8985539984481228ce1db0dc2557efd470269cc1ac0a934a03feed1f8ad2f159  ./kapp-linux-arm64
1558cf3bb033cf16362d5ef86336e683689922572d21aa873e7fe8a93b3975fc  ./kapp-windows-amd64.exe
kapp - v0.60.1

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/kapp/releases/download/v0.60.1/kapp-linux-amd64

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

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

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install kapp
$ kapp 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/kapp/releases/download/v0.60.1/checksums.txt
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.60.1/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.60.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

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.60.0...v0.60.1

📂 Files Checksum

abf7e55f53cdeaf7eb595121249af49ca783f52bb9ca61785cf4f0b2e19059f8  ./kapp-darwin-amd64
3b70daa4be3a87bc823b98268024e86ea28a367f99fed5059fe637c600e5f0d7  ./kapp-darwin-arm64
e9c20d0859a749ed71a472f5516c9cf65c739c2855ccd152f369820539fa7a8c  ./kapp-linux-amd64
a67e312b79939d91dbcb0c46908efcc01f6a87e7819cad128fef417e990fa360  ./kapp-linux-arm64
26da4c76cf48a105f5a8d35c9de9695f311515561ea7816947bcfc8808b8d434  ./kapp-windows-amd64.exe
kapp - v0.60.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/kapp/releases/download/v0.60.0/kapp-linux-amd64

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

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

Via Homebrew (macOS or Linux)

$ brew tap carvel-dev/carvel
$ brew install kapp
$ kapp 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/kapp/releases/download/v0.60.0/checksums.txt
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.60.0/checksums.txt.pem
curl -LO https://github.com/carvel-dev/kapp/releases/download/v0.60.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/kapp/compare/v0.59.0...v0.60.0

📂 Files Checksum

7be696bde55f504d665105ac4da3b8159473cf5997dd49a20302cb5c453a3a84  ./kapp-windows-amd64.exe
7cc17971634da69c80d7159199c2c514c38b479d28987e055ce2c173bfbd9306  ./kapp-linux-amd64
7fa5e9e9aff5c29eb170252ba56b598038e7e141c5c7afa60e81b872e96c8729  ./kapp-darwin-arm64
8746b9b49c47f27b9b08f425f247a3ea0b847f5cb9a1b88e4cff6c036112c7d7  ./kapp-darwin-amd64
9847fa6f7122451e14833d9aaa376692dfc9fe2895ceb3a7159616a8041b68f5  ./kapp-linux-arm64
kapp - v0.59.2

Published by github-actions[bot] 10 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.59.1...v0.59.2

📂 Files Checksum

03d8ef43aa467756a22fea6d32745b3bddef163fa22de4f8b5edd1d60fdc0585  ./kapp-linux-arm64
694518413f78698209253b11bb280933057839c0ef303295e8abf03dec289c7e  ./kapp-windows-amd64.exe
6986369c06e89bcec366b2cc18f81634fcd95e2b52c6c6f7ee46b497ade25f7d  ./kapp-linux-amd64
a404ed1bee2e0cb1a09498a991a3c897ee2ad08134a4eff01529ff73d7b47f3a  ./kapp-darwin-arm64
c20034a347bf90d977daac29eadbb4db4a7dc172a18a9d27fe0a48c39c124d27  ./kapp-darwin-amd64
kapp - v0.55.7

Published by github-actions[bot] 10 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.55.6...v0.55.7

📂 Files Checksum

0643fa01cbc1546fa91264467d4ccc4c13c77bcad97c1ecf28e16f38a52ac79e  ./kapp-windows-amd64.exe
11af4de2fd07b2377c87040cc136d92ca3cba2f913e0b94d7ee9e97030c2304e  ./kapp-darwin-arm64
58b05cf97be9205e33ec533fda3ce8538d34f34123082fb3c77e1456a1adf377  ./kapp-darwin-amd64
9d4646bd40e454ab4595b73bbc332999381fa1910159b44d24419c9dd91c21b0  ./kapp-linux-amd64
fa8c700d88888140df8820feb5187f57d562f40eaa545d724bd219a7be8238ff  ./kapp-linux-arm64
kapp - v0.57.6

Published by github-actions[bot] 10 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.57.5...v0.57.6

📂 Files Checksum

69e6003cf13ccd6ab9dfc6fa670dc6b61c345378322bb9cdccfc31e20e074aaf  ./kapp-darwin-arm64
91b75d5b19c0627628e812cb2c762ebd8013ce360f03ce2cdef642765a571170  ./kapp-linux-amd64
b1ed813dfe21d9fe8c0c9c403a6696ada003a99f61abc7453156c1406447791e  ./kapp-linux-arm64
b4405a0053cd74680fd81ca308377478eb1b697641ce609dc001ac435c6fae64  ./kapp-windows-amd64.exe
c16bddda5721f2ea03c5c7f2b1404da8b57d5223faf57e61c07032f98af0dbfb  ./kapp-darwin-amd64
kapp - v0.54.10

Published by github-actions[bot] 10 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.54.9...v0.54.10

📂 Files Checksum

7424a73f78148eb756a9a13efc073a76c8406320e5e4c7b85e51a1c967c6a84e  ./kapp-darwin-amd64
902ada87e23ae8bd22023f935f1223f0f10fbfe8293354c7c5df58789a9637a1  ./kapp-darwin-arm64
cd84173f07efb7a266aabb694164e22e09a7a6cf5606f206ce5d2739e4c3d1d3  ./kapp-linux-amd64
ce60a131cd557bd6c8a044bf4e31726103542905f2c83b61666b52d8e3190ce5  ./kapp-linux-arm64
f1273dd2b21951dcda2c230acf701f90721fd75d91912877837f180bef8ce2c4  ./kapp-windows-amd64.exe
kapp - v0.54.9

Published by github-actions[bot] 12 months ago

✨ What's new

  • Bump go version to 1.20.11 (#860)

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.54.8...v0.54.9

📂 Files Checksum

45e5af2b983a55baa6f8c8d10bad0a44f7f67417abd4e8eb0b2bce743b39fa9f  ./kapp-darwin-arm64
62e9afb3a77625a3b824175739d90e1953394aba51e1dd957fdbc1124b8e8a26  ./kapp-linux-amd64
80044c775577194dc10ab795fa06536054b03051fc72470d3e5cf332c141cf5b  ./kapp-windows-amd64.exe
d208b8a3dc15ffe733b702493a13dfb30711d45ca283193c656afd995539bee0  ./kapp-darwin-amd64
fa4dfa7a53dc060b7292723c1cc8aef5a745e0f7539c6f3261e61aaa5e59631f  ./kapp-linux-arm64
kapp - v0.55.6

Published by github-actions[bot] 12 months ago

✨ What's new

  • Bump go version to 1.20.11 (#860)

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.55.5...v0.55.6

📂 Files Checksum

064e8f9de7ac0af20845c7659cee9b8ff2afda945423cd0fe2542b86a11bbd5a  ./kapp-darwin-amd64
196808e1d9a4ffee77fcc84e97a67e419302c6ca1868dac258450ee575ef7a46  ./kapp-darwin-arm64
3ee4b8b44a79551d1062676c69f1d8e60fbd170c5f29fbc97a47a31d83ed6a5e  ./kapp-linux-arm64
5b67852a91af0a1074a6565c0ff893dda23749e2695f63cfe05a013332176d55  ./kapp-linux-amd64
d53a3cae0df1a3abc3df5e5d1d6e0d67653ce82cbd39585981d4b36956bc7363  ./kapp-windows-amd64.exe
kapp - v0.57.5

Published by github-actions[bot] 12 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.57.4...v0.57.5

📂 Files Checksum

503d943485e40d2dce3a87ab5061786e5852ab724d9b37b0649f6688d921bb22  ./kapp-darwin-arm64
5464a3194b32eb158cf935ab5abec0ffd4255e93ab9616c966ff68d9b8267364  ./kapp-linux-amd64
5d15862a9e6640460015b761e7ea81faf62a7f0c85b9c4ad156e83aa19f03f78  ./kapp-windows-amd64.exe
7ef7efcc8b3569c0bdeba630b009b8a57767605d839f6959ba663da44514e15c  ./kapp-linux-arm64
a387928f058a3f85e248ff8f6f991d85b7ee9df0bc19870492789e5360c9c96e  ./kapp-darwin-amd64
kapp - v0.59.1

Published by github-actions[bot] 12 months ago

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.59.0...v0.59.1

📂 Files Checksum

2b944972c011c8f5ccc0674a1e7c706985b08ce921367bc821cbd0ce81f94a01  ./kapp-windows-amd64.exe
30545b3462a5125dc32056ee9a87f30ced001ad04dd045b5f4d3dc6bc41da997  ./kapp-darwin-arm64
377e4bb84d44b9d80d68ed5b473036f20b3aab1eb5f2f6cc80c2df09ecd0fbf8  ./kapp-darwin-amd64
a0e4eccdc264b535d7b0ba1972b6fd29cd5aa1263ab7e996d5a4671253fd3cf9  ./kapp-linux-arm64
a6da34c733514c2c51b96a12e70cd050250a45b2ee75d6966a904e712b307d15  ./kapp-linux-amd64
kapp - v0.53.11

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

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.53.10...v0.53.11

📂 Files Checksum

101c2594608bdab5c3b1a43b3c5baa984a90113a5ae748231649bc357fe3569d  ./kapp-linux-amd64
2bdb9d7940e599852b23f35e91982e3a343bdd504d1f057364e3c9a6f01aa0a8  ./kapp-darwin-amd64
618458b46c2190dfeb6ad1cd8364e47d5e5f99d63581bc92a7585bb8c16be4b6  ./kapp-darwin-arm64
e83810ea7affd94bade2c3a9ccf8fb088d614e7fdaabcf1559c6d2f24b0ddbff  ./kapp-linux-arm64
f41ff3f151250fdde751e603e347d47cc49ba73625f554a5b25222eb13080153  ./kapp-windows-amd64.exe
kapp - v0.54.8

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

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.54.7...v0.54.8

📂 Files Checksum

21fc51b51c1717ab4a77b3aa0af8edf472edf54c08c33a33d98e1a85788ded26  ./kapp-darwin-arm64
3d41930aa3969463302fb63a42be1171a2120ea8d216b1cf0ed0208c81604d60  ./kapp-windows-amd64.exe
53ef17c48ce5fb3dbd2cd8f1b3de2b8ae2b5d29cf2c8f50f61628ed677743df3  ./kapp-linux-arm64
6d5a5ae0b9871b229f01a812c218f3cc17323575d0ca74931c84c916ce6a1d58  ./kapp-linux-amd64
e14a238d272e764104c2cfe46fbf974d7769b522f3ab52161ac6866a94449db0  ./kapp-darwin-amd64
kapp - v0.55.5

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

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.55.4...v0.55.5

📂 Files Checksum

59ee85ae4beb297e0e260a5b3e063f2e52e772f11b79a67fc789ec0107666d56  ./kapp-linux-amd64
7faf93b3871cd05837df7349505e359816ad2a0339df2105b496462aa2575d58  ./kapp-windows-amd64.exe
97715fa822696b66b3c7331c2c816c0e0f4c7da43a1253e1f4c87fa0a3fa1d00  ./kapp-darwin-amd64
d4529812875681eb8945094f76bcaca0b49b51a9bdb9e8dc1a0ad536b466fbef  ./kapp-darwin-arm64
ff1bfd6f9f00b3ae836ca4cabfdcf1ad882ebc1a326d6099c5b8ea5c3cfcae11  ./kapp-linux-arm64
kapp - v0.57.4

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

What's Changed

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.57.2...v0.57.4

📂 Files Checksum

3f44f979282ecc299ceb69d0e4a15d0e9d0d6aace4bf7e8621e32d6a0f051b87  ./kapp-darwin-arm64
4ed379830026c23bbcfc845a1691ce4d0c8a799ace70f65844a881a2148d5964  ./kapp-linux-arm64
b3e171134585a0aeff726cb40e2c228cf5cfdd5ad112d760f47fe18b6695ee70  ./kapp-linux-amd64
c723bd64c109cdc9520ddf2920274a4b3bd24fd2a6d6e0685c625b73f871646d  ./kapp-darwin-amd64
fa72d85777f8f7393aeb481cc45bb8adb469c756a594fc2bf9873fb9ce2cd133  ./kapp-windows-amd64.exe

kapp - v0.59.0

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

What's Changed

🔈 Callouts

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.58.0...v0.59.0

📂 Files Checksum

0954a8343d1ef7dac131e2212efd6ff1e2f39c898a242f280c4889e6acfc38e3  ./kapp-darwin-arm64
59a8ddcacf82cec055f0ca9e66b1ea90ade138792db1b1ddaa72d653cc6d93ba  ./kapp-linux-arm64
ac1f2bd9f43f0d77465f8f4e4b2540a498c6fd3228d7e8452e360d66e04344c7  ./kapp-darwin-amd64
b664210ecb9330f6f05c3a0d19eb801d4f8d07d2bd2198d01e7cd8f0301be6ae  ./kapp-windows-amd64.exe
cc1cca783173badd5e74edc1f10decfcae85525cfece73b3d43acfda1eaccbe5  ./kapp-linux-amd64
kapp - v0.54.7

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

✨ What's new

  • 058400e7 Fix tests for Kubernetes 1.27.x (#794)
  • Bump go to 1.20.7

Full Changelog: https://github.com/carvel-dev/kapp/compare/v0.54.6...v0.54.7

📂 Files Checksum

2e68ba20378547e192246d89b3ddefa6d82f54e1bed1fe99ef1fb56a2c84c821  ./kapp-darwin-amd64
3ee1b75e6bed54b3e492d2c138b6b9ad9bea4c697fd8d9ef91e8e659c2d6cee5  ./kapp-linux-amd64
4932b9239f16713b20ac6f226d0d3d89b336abd2057e5e0e33724f1d922fb6d7  ./kapp-windows-amd64.exe
6bb2f83529689a7651e4150dfbe3b491ef1888818c802b9635e3356458e08466  ./kapp-linux-arm64
ab64b293eef2f87a517fb4ad8a6779834790a9d4be28103e9f1f8da0b7212d8c  ./kapp-darwin-arm64