Skip to content

Releases: praveenrewar/kapp-controller

v0.56.0-alpha.1

25 Jan 11:55
373da0a
Compare
Choose a tag to compare
v0.56.0-alpha.1 Pre-release
Pre-release

Installation and signature verification

Installation of kctrl

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/praveenrewar/kapp-controller/releases/download/v0.56.0-alpha.1/kctrl-linux-amd64
# Move the binary in to your PATH
mv kctrl-linux-amd64 /usr/local/bin/kctrl
# Make the binary executable
chmod +x /usr/local/bin/kctrl

Via Homebrew (macOS or Linux)

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

Verify checksums file signature

Install cosign on your system https://docs.sigstore.dev/system_config/installation/

The checksums file provided within the artifacts attached to this release is signed using Cosign with GitHub OIDC. To validate the signature of this file, run the following commands:

# Download the checksums file, certificate, and signature
curl -LO https://github.com/praveenrewar/kapp-controller/releases/download/v0.56.0-alpha.1/checksums.txt
curl -LO https://github.com/praveenrewar/kapp-controller/releases/download/v0.56.0-alpha.1/checksums.txt.pem
curl -LO https://github.com/praveenrewar/kapp-controller/releases/download/v0.56.0-alpha.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/praveenrewar --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. For instance, if you are using Linux on an AMD64 architecture:

# Verify the binary using the checksums file
sha256sum -c checksums.txt --ignore-missing

Installation of kapp-controller

kapp-controller can be installed by using kapp

kapp deploy -a kc -f https://github.com/carvel-dev/kapp-controller/releases/v0.56.0-alpha.1/download/release.yml

or by using kubectl

kubectl deploy -f https://github.com/carvel-dev/kapp-controller/releases/v0.56.0-alpha.1/download/release.yml

Container Images

Kapp-controller and Kapp-controller-package-bundle images are available in Github Container Registry.

OCI Image URLs

  • ghcr.io/praveenrewar/kapp-controller@sha256:844d8429bd7259d42c6e40ffba31c9511ba7f44e5c7fda35e38c3da0701a3224
  • ghcr.io/praveenrewar/kapp-controller-package-bundle@sha256:f483d55b17e9250b5633895e0e9429677edddeadf798a2e363b86fa12530deda

Verify container image signature

The container images are signed using Cosign with GitHub OIDC. To validate the signature of OCI images, run the following commands:

# Verifying kapp-controller image
cosign verify ghcr.io/praveenrewar/kapp-controller@sha256:844d8429bd7259d42c6e40ffba31c9511ba7f44e5c7fda35e38c3da0701a3224 --certificate-identity-regexp=https://github.com/praveenrewar --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

# Verifying kapp-controller-package-bundle image
cosign verify ghcr.io/praveenrewar/kapp-controller-package-bundle@sha256:f483d55b17e9250b5633895e0e9429677edddeadf798a2e363b86fa12530deda --certificate-identity-regexp=https://github.com/praveenrewar --certificate-oidc-issuer=https://token.actions.githubusercontent.com -o text

📂 Files Checksum

1ee010f57740b2a13723d31dedc0baf4c5a3682b9e2b673cd1be516ab91867c9  ./release.yml
11bec04627447609d633654736f813ec61734630acb26e48ecc65ca788e92f8e  ./kctrl-darwin-amd64
bcc46cfc9162484c7669fc92ce7beae977436ae677e3b1f856f83504cd494e90  ./kctrl-darwin-arm64
e99c81b2cd34e0b12ce92c9b398347fdb380dead246fc3be1aae861b16509165  ./kctrl-linux-amd64
ab29d8f8bf8ae74adda70feb327efa95bfc7560f8da7107437a8c1215e418d45  ./kctrl-linux-arm64
e6d39828c9bf4046b2200b689735f84047dfeeda26ec9b5eebb59e5f39a90f5a  ./kctrl-windows-amd64.exe
cab2a6c99d282c4489dec3a73d6f8388638dabb5b0f1b464210fee9c4be96f4a  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml

v0.55.0-alpha.1

23 Jan 19:14
71824f0
Compare
Choose a tag to compare
v0.55.0-alpha.1 Pre-release
Pre-release

📂 Files Checksum

f076d22b64f0b2e5a853c72db11377e1e667a72eabc3590ce862c2aedd653382  ./release.yml
c67c1173c8fa5ae5ebb6502fb7a6d07ca8c8a70a4c823bb400c9e4fdff1456a2  ./kctrl-darwin-amd64
d289d7674b3d7fa12ed75554b22a78b338331797c7ce99c8970140d3895251ae  ./kctrl-darwin-arm64
af8b3fa741b6d86ea53f4982ff30b7d3c16f3c4e583e2bafb3b356d8788bcf9a  ./kctrl-linux-amd64
244657c488de5ea67b3a667e1d9a444f87655a7f5601b5e099d60063a48efa26  ./kctrl-linux-arm64
146aa6caf83db83c5e8838f783bb512a447655070d27eb741c4448ec32480f9d  ./kctrl-windows-amd64.exe
9bb015361c08d9c378a080c48dad675f1825fa5433c0e33a356acdfdf1033181  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml

v0.45.0-alpha

10 May 17:43
620325b
Compare
Choose a tag to compare
v0.45.0-alpha Pre-release
Pre-release

📂 Files Checksum

0064671c7c9683e9273d23b100f762b790dc3da704ce0c354639633111e3c6f5  ./release.yml
0973db12c24d3f36aaf3642815b1a42d63fa5fc5da3842f4e452ddfd1f590cba  ./kctrl-darwin-amd64
761c15b0d0fb529ad84b30eaad254775b1a8e8b90ce70ea6895f0a05d0add8eb  ./kctrl-darwin-arm64
4b5a423c002a5a436db046d538bceeb7a9d35c8d47138f55c7c132c35bf9047b  ./kctrl-linux-amd64
c04128a96a4a7d21e7e69d8adbeb241dce64d4554b08dfbe8b60f4c8f381f561  ./kctrl-linux-arm64
5df379ee1c9b3d3108961a9df60dc88a53c869214d3b52feaac5733d78f250ff  ./kctrl-windows-amd64.exe
b54d2194ddabd7997be6d20335e5b0dc6a843937841a69049a146f60caab4e78  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml

v0.76.2

09 Mar 17:14
b2f820c
Compare
Choose a tag to compare
v0.76.2 Pre-release
Pre-release

📂 Files Checksum

7690f6f008e8eb374d44a81738d233e916ad6b9c539c3861928767fb54ab8978  ./release.yml
5c27e710d2bf069a84a35db7329c116f77d0aa5f09e475a09a1c6b34aeb4bad6  ./kctrl-darwin-amd64
3cc79d12ac6358133e686050f6d6de87d4a732f2d6bd504118a2f8135fe0e593  ./kctrl-darwin-arm64
1e47f8c1f15b0451fc20ca7004546626dd2d97c94e30f9501960484d15ea1b4a  ./kctrl-linux-amd64
487352d9fc55ab11567218b2292c120c65c1146b617e4332cbd6ced0d01184ea  ./kctrl-linux-arm64
8e032f8c6e56f99455edfa2b4a754f443a550a3aa972b4da0c80852642407ec3  ./kctrl-windows-amd64.exe
7990a823886350c8e57e3756cfa15c54fc9a6073e9825ef896a2cf5604c3437a  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml

v0.76.1

08 Mar 20:58
66b1d8e
Compare
Choose a tag to compare
v0.76.1 Pre-release
Pre-release

📂 Files Checksum

6889309c5774dc81a2dc7958eb2455835151e63f853df00a2d44b349cf9b602e  ./release.yml
1ba0edaeab855c20504283731f6cd8d475428cb42d1b22893c7ab6dc7dd043c7  ./kctrl-darwin-amd64
523028e0c9368e267ac2c436c2241b1a6764189b9ede7a3b41a046e025721305  ./kctrl-darwin-arm64
1617c5cd152ba3972c8fc893b3ef7c07b95d4215a8356dfd7b717382f5f2ea6e  ./kctrl-linux-amd64
d4038237144ef828d4cde30f5b99c197d6cd0b352b60edfe31bba7733673d146  ./kctrl-linux-arm64
c8c45a28b1c35dced7d88caeb09860ad4f99cc2cd1aa6663bcb3d9d130623282  ./kctrl-windows-amd64.exe
f71132c1302e4cb4b8b7aa10a9afb89100ff147e7849f4b37cb6385e064fdb4e  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml

v0.71.4

06 Mar 20:19
8ffc3d0
Compare
Choose a tag to compare
v0.71.4 Pre-release
Pre-release

📂 Files Checksum

dcc5ea78e4099e4f6c096a0f91037acd8b59ac4a834afd158e2698bb37e4e795  ./release.yml
7f5f4d1b6ddfbf4c8db205d534972299eced4090b6581e0448ed93d80e894576  ./kctrl-darwin-amd64
1f35c207415acae6079ee2019ecead12c29b1d6538106ebd790bf309c5d6c758  ./kctrl-darwin-arm64
8130008922fbb07598aa7cac38932a4c5e2f1745da8b39c1db5f22a403230397  ./kctrl-linux-amd64
707e37a689c0042d7ac9591247d4adc1bbb9ff6580d0b6e9592ace1ec41969d4  ./kctrl-linux-arm64
68a3d0d6c578a5774fe165f24c2f9e6d87fc35610d893b87fe1493abe0f10ac6  ./kctrl-windows-amd64.exe
33782a9fad56802f7080138d6bea4f4d4c909b538bd096b069a00e81c7546157  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml

v0.60.0

24 Feb 12:43
e4c0b16
Compare
Choose a tag to compare
v0.60.0 Pre-release
Pre-release

📂 Files Checksum

df223f9a795c61b5e6089ca818f836b8febf4c5f3b91a0463c80ebd4eb8e75cf  ./release.yml
ad14f9e8fc404a98be45826f450c796ec6383370502d996facd04d98c8f7782d  ./kctrl-darwin-amd64
36c3f26f853d55691236e3da60870c28e8fb4534cd42cc2adeb83c78f4602d76  ./kctrl-darwin-arm64
0d7f60576588ff34fc7026a6a891514eb0e5bce76098a440872f6c9e0e6636b7  ./kctrl-linux-amd64
c2cecdfbebf558fd1da0ce49f071a6a2f5c19dc41b3bb16c5345e710a8c9e55f  ./kctrl-linux-arm64
418dad44a7b544c1510a82c144edeb95f9bd3f0d138001cea84e393895e0c77b  ./kctrl-windows-amd64.exe
060eb370e8c9c1bbdbf0c02ac3d98ee8d8298eb6a843cd881fe03ac147614f57  ./package.yml
7a6aa35600459a1797a6f0564ae89954e6da035fe54e19b72c573f5b31938a8c  ./package-metadata.yml