Kapp Versions Save

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

v0.62.0

1 month 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/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

:open_file_folder: Files Checksum

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

v0.57.7

1 month ago

What's Changed

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

:open_file_folder: Files Checksum

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

v0.59.3

1 month ago

What's Changed

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

:open_file_folder: Files Checksum

7aa95e47e7c2a8c867de6d0af6f74182d8247267784a44668b760c44f201f461  ./kapp-darwin-amd64
6be47a301146fb74c1460e5f48435a9d885d2b3e75a23a3deec5808b8a928d0f  ./kapp-darwin-arm64
d581c368a54b00e6addebf9f880b2844ef997c312b80bb8f664162a7df3e2b73  ./kapp-linux-amd64
b2a9627239c13facbdd68eb4e683bbf645503c466da132668133e880969d6c16  ./kapp-linux-arm64
d16392a329e1a8bde95e6526943b80ae44eecce334d0ef1866e04737f07a8868  ./kapp-windows-amd64.exe

v0.61.0

1 month 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/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

:sparkles: What's new

:speaker: Callouts

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

:open_file_folder: Files Checksum

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

v0.60.1

1 month 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/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

:open_file_folder: Files Checksum

abf7e55f53cdeaf7eb595121249af49ca783f52bb9ca61785cf4f0b2e19059f8  ./kapp-darwin-amd64
3b70daa4be3a87bc823b98268024e86ea28a367f99fed5059fe637c600e5f0d7  ./kapp-darwin-arm64
e9c20d0859a749ed71a472f5516c9cf65c739c2855ccd152f369820539fa7a8c  ./kapp-linux-amd64
a67e312b79939d91dbcb0c46908efcc01f6a87e7819cad128fef417e990fa360  ./kapp-linux-arm64
26da4c76cf48a105f5a8d35c9de9695f311515561ea7816947bcfc8808b8d434  ./kapp-windows-amd64.exe

v0.60.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/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

:open_file_folder: Files Checksum

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

v0.59.2

5 months ago

What's Changed

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

:open_file_folder: Files Checksum

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

v0.55.7

5 months ago

What's Changed

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

:open_file_folder: Files Checksum

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

v0.57.6

5 months ago

What's Changed

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

:open_file_folder: Files Checksum

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

v0.54.10

5 months ago

What's Changed

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

:open_file_folder: Files Checksum

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