Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency carvel-dev/kapp to v0.62.0 #233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
carvel-dev/kapp minor 0.54.3 -> 0.62.0

Release Notes

carvel-dev/kapp (carvel-dev/kapp)

v0.62.0

Compare Source

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: carvel-dev/kapp@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

v0.61.0

Compare Source

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

✨ What's new

🔈 Callouts

Full Changelog: carvel-dev/kapp@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

v0.60.1

Compare Source

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: carvel-dev/kapp@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

v0.60.0

Compare Source

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: carvel-dev/kapp@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

v0.59.3

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.59.2

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.59.1

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.59.0

Compare Source

What's Changed

🔈 Callouts

Full Changelog: carvel-dev/kapp@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

v0.58.0

Compare Source

✨ What's new

  • Library bumps
  • Replaced github.com/ghodss/yaml with sigs.k8s.io/yaml (#​778) by @​Juneezee
  • Introduced diffAgainstExistingFieldExclusionRules, a new config for excluding fields while diffing recourses (#​760) by @​theurichde
    • This is beneficial for fields that are always managed by the cluster, like status.
    • It is enabled by default for the status field.

Full Changelog: carvel-dev/kapp@v0.57.1...v0.58.0

🔈 Callouts

Thanks to

For helping out with this release

📂 Files Checksum

e71048d2b11a2c10258079cc134d7d2c2b6584429202a6212306380d3a8c0a30  ./kapp-darwin-amd64
3660dd8efe83c1356e05255307fa6f65825ba694d96b93bc38c6a43d7e6d7a8c  ./kapp-darwin-arm64
b253ea9cf6add07f9497955147dc12e8612c24c36dc9929c9a4fecdc76752bd3  ./kapp-linux-amd64
25491298f6783a8b337d2ebdecf749f7750cf10260fe37086315a9c7da0b558f  ./kapp-linux-arm64
b026d7a7da37fee8475afb81eeea7523cc7f4ec9ab4913c4b2e4d7401289230b  ./kapp-windows-amd64.exe

v0.57.7

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.57.6

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.57.5

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.57.4

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.57.2

Compare Source

What's Changed

  • Bumping go version to 1.20.7 (#​796)

Signed-off-by: sethiyash <yashsethiya97@​gmail.com> by @​gcp-cherry-pick-bot in https://github.com/carvel-dev/kapp/pull/798

Full Changelog: carvel-dev/kapp@v0.57.1...v0.57.2

📂 Files Checksum

55e41052098e2952011b2dd08c92e4eabdbdced197026678d4fb83b7bd70ce84  ./kapp-linux-arm64
6d607736ab07b2411d1339d3f93cc2842688a0c3d96adfcec745049f67f4d66b  ./kapp-linux-amd64
77d2a753f8a006dc08ef4f465a99b116a1ab4f683c05e4371afda31135e3fc35  ./kapp-darwin-arm64
da766b400073648d2fb20c45a7fa5114dc4e8338c8969a5c47c76cefb4c856a8  ./kapp-windows-amd64.exe
ed2d67a39618b2d16060712177bd41e95afbf9d6506b53af330e56030e42ebcc  ./kapp-darwin-amd64

v0.57.1

Compare Source

✨ What's new

Full Changelog: carvel-dev/kapp@v0.57.0...v0.57.1

📂 Files Checksum

b5f74da5ce2b4842550226f5c1c52083077411932614916fa6272ef014f5a584  ./kapp-linux-arm64
c7e261a7ff61ab240b5c15229c9ab54172bb719066295858e89e56a77656b1cc  ./kapp-linux-amd64
6b68a2fa7d1934ce00b1eaef2958f3eb43a07a579b8a3393f53e934bc14b87e3  ./kapp-darwin-amd64
72ecfe547946ea1cf84b664a49b97cb6eb2f8f8b465603f5bf1cb734db082729  ./kapp-darwin-arm64
7aef8e4cb85861fa0442b55e5e86be4dcd1d51088c24e5d195293ff24c1b2c9f  ./kapp-windows-amd64.exe

v0.57.0

Compare Source

✨ What's new

Full Changelog: carvel-dev/kapp@v0.56.0...v0.57.0

📂 Files Checksum

1385e0a7da5bf4c6b4428cf2059aa075a78dd7b66feb7a26ed04813437bc38a1  ./kapp-linux-arm64
29a9e14091973d35d5f5363e266fcc453dd48ad08fee56cefa09e14bbdb286c2  ./kapp-windows-amd64.exe
761ce5415f4a1e4e05d47632e0a21da0a050435b495f9aed7997b77c4d59332c  ./kapp-darwin-amd64
ebc158878a3fa8a2b5a978580c705795222a8e56d230371aa21fe0a3ad6f3126  ./kapp-darwin-arm64
f71adcf7292aa5a38f4fd8925bec27ab3af61e24e2eed122cb4856381c17efc1  ./kapp-linux-amd64

v0.56.0

Compare Source

✨ What's new

  • Library bumps.
  • Exclude CiliumIdentity kind during listing resources (#​751)
    • With this, kapp will not track the CiliumIdentity resources during deletion, hence kapp delete while using Cilium should work without getting stuck waiting for the deletion of CiliumIdentity resources.
  • Remove go tidy from release step (#​732)
  • Move --dangerous-disable-gk-scoping flag to kapp deploy (#​752)

🔈 Callouts

Thanks to

For helping out with this release

📂 Files Checksum

4ebddf3be5cf0d55d71458c8b128bfdac361daec317fffbcefa0dcbc5288d26e  ./kapp-darwin-amd64
6cb9777c9a67aa75fdbe45ef395877a61af3e209a1e354be67c1c098106507a1  ./kapp-darwin-arm64
2764aac38435b1178a9c232c072b6e184bfc8802268580ab911a1e84eebc42c1  ./kapp-linux-amd64
7ce8bb078204530f0e15a761c17b30cc49d55188de73ea78c89888509663ed39  ./kapp-linux-arm64
86b0753160790bf17f36daf2ed414917f9001f7dae15c451eed4832966cc0938  ./kapp-windows-amd64.exe

v0.55.7

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.55.6

Compare Source

✨ What's new

  • Bump go version to 1.20.11 (#​860)

Full Changelog: carvel-dev/kapp@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

v0.55.5

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.55.4

Compare Source

✨ What's new

  • Bumping go version to 1.20.7 (#​796)

Signed-off-by: sethiyash <yashsethiya97@​gmail.com> by @​gcp-cherry-pick-bot in https://github.com/carvel-dev/kapp/pull/797

Full Changelog: carvel-dev/kapp@v0.55.2...v0.55.4

📂 Files Checksum

0fbf58fffafb7e18a3466eeae7e4757897002258016cfa8d395f27f66387f9ff  ./kapp-linux-arm64
4c9f2ca717cc599285a42c20451fd73f5ba02dd41fde9914a5e0d0f91502be2f  ./kapp-linux-amd64
4fad4335fbd7c2abb2313bb2954ec37e477efab810973f3885eb4953f339255d  ./kapp-darwin-arm64
5a43fdc6fcf6f83e23e2e082b0b1936c5d96c6e899cc564ff9436ea4c4d42ce8  ./kapp-windows-amd64.exe
cd7b4dc831a603835c596cbbdfc31f1bebc7b3d042d6a8e867b1a4e0e9501811  ./kapp-darwin-amd64

v0.55.2

Compare Source

✨ What's new

  • Bumping go version to 1.20.5 (#​763)

Full Changelog: carvel-dev/kapp@v0.55.1...v0.55.2

📂 Files Checksum

0b6514e725bff2370166194056804b886224af7136f431869d9366a730582ba6  ./kapp-darwin-arm64
1034fbe76db73bcafa9692b8eac0d251f53ac942a9e2719e6bf45f08bfedc9b8  ./kapp-darwin-amd64
296e38e56665fad86f64ed99118ee008557871dd4dfdb94e9c5899acc69ce8b2  ./kapp-linux-arm64
c0c28735b4bd35c460b3f2f929858ef07e152edc78d77d2a5551bc4d55d9df53  ./kapp-windows-amd64.exe
dfa37381cdc92517d037dba92acd03bb1a7ebd9b106f2a701dacdfa179a26e9a  ./kapp-linux-amd64

v0.55.1

Compare Source

✨ What's new

Full Changelog: carvel-dev/kapp@v0.55.0...v0.55.1

📂 Files Checksum

0de2a779052772f827fb832fe15f2738c9cacacbb97016426603d885026e8fbb  ./kapp-darwin-amd64
5e03e8a21a6f42d09295de59a86a82779d4029fa6d1a6f5dfb6e433140d210e1  ./kapp-windows-amd64.exe
7a6f311a464d6e6331cc5ea93e1b6201875e259b2d1ed2b5a5b5798402c35fba  ./kapp-linux-amd64
c017130cf75ba4e0d1a7ca8adff4dd4dcdff639ea241206b9d2c2dcefcffa764  ./kapp-linux-arm64
cdcce1ed3598b3a49515494991e952734c7ea612944132dcb4c2d27bf715f69e  ./kapp-darwin-arm64

v0.55.0

Compare Source

✨ What's new

Full Changelog: carvel-dev/kapp@v0.54.0...v0.55.0

📂 Files Checksum

dcbf6dd9b4cecfc6316391029a6e9a5f3863e6a1f7848eb5fb78bfdbdc06faf8  ./kapp-darwin-amd64
f059d708fc550c516d1f04ee4c82efd8bc346c480156c03a3445825c73d827a6  ./kapp-darwin-arm64
9aaa735985efbe240af0ca1d80adf3b43be6cf4ec6620a053082e31bea25dae7  ./kapp-linux-amd64
944fdfebfdf1026d318609cc706bad454196f0b1d76e557b56c829b0e6165a9f  ./kapp-linux-arm64
e802044c2676455464675e290ea5b5eed7da9741eae1260af8d8d15355495db3  ./kapp-windows-amd64.exe

v0.54.10

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.54.9

Compare Source

✨ What's new

  • Bump go version to 1.20.11 (#​860)

Full Changelog: carvel-dev/kapp@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

v0.54.8

Compare Source

What's Changed

Full Changelog: carvel-dev/kapp@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

v0.54.7

Compare Source

✨ What's new

Full Changelog: carvel-dev/kapp@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

v0.54.5

Compare Source

✨ What's new

Full Changelog: carvel-dev/kapp@v0.54.4...v0.54.5

📂 Files Checksum

0eaccb8f690bfef4542f90af54bfce90731797faadda1f71f02d6b401b190c35  ./kapp-linux-arm64
5916fa215aceabdf93b75e39c3bec027569adf2c8f796e626882e359ddd28581  ./kapp-darwin-amd64
7344bbfed883bf46e38ef022dde9f51d054f6861788eff000fab52a27f091ac6  ./kapp-linux-amd64
94781de79e2be96804098f3d20341e30b2e36a927d0895ab6f5865875bf5e6e0  ./kapp-darwin-arm64
bb09a93446ee67f752874c5a562a436b83d89c8ebdfd0c9828c6db6a9e00a224  ./kapp-windows-amd64.exe

v0.54.4

Compare Source

✨ What's new

Full Changelog: carvel-dev/kapp@v0.54.3...v0.54.4

📂 Files Checksum

f716b3962018a5820af54be1237c56a85645b82d63ae313f405f823c12178d31  ./kapp-darwin-amd64
01f7956eb521ef382a6f24f8bfd695fd40add30e6430d0673af71f6b89fe8bf2  ./kapp-darwin-arm64
ef3d5fc345b1bfa952ad6bf60afdad67bc10f13147baa6fdbefe1598832a6cba  ./kapp-linux-amd64
6d94fa5cee5afeab2d5460ff75e9ebd901461c2e39d27503fed925c87f92dd05  ./kapp-linux-arm64
2829b22c291769630500fa8ce3f36df1cb5ae8573316651bb10db1bfba14cbbc  ./kapp-windows-amd64.exe

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Mar 7, 2023
@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from b05d837 to 5d8b636 Compare April 25, 2023 06:30
@sonarcloud
Copy link

sonarcloud bot commented Apr 25, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch 3 times, most recently from 2fba454 to 576746a Compare May 8, 2023 08:15
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.55.0 chore(deps): update dependency carvel-dev/kapp to v0.55.1 May 8, 2023
@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from 576746a to 50a34b4 Compare May 15, 2023 19:22
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.55.1 chore(deps): update dependency carvel-dev/kapp to v0.56.0 May 15, 2023
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.56.0 chore(deps): update dependency carvel-dev/kapp to v0.57.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from 50a34b4 to ff570f5 Compare June 7, 2023 07:53
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.57.0 chore(deps): update dependency carvel-dev/kapp to v0.57.1 Jun 12, 2023
@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from ff570f5 to ef8d597 Compare June 12, 2023 12:34
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.57.1 chore(deps): update dependency carvel-dev/kapp to v0.58.0 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from ef8d597 to 139ac7a Compare July 25, 2023 12:59
@sonarcloud
Copy link

sonarcloud bot commented Jul 25, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from 139ac7a to 1d361ac Compare September 19, 2023 16:29
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.58.0 chore(deps): update dependency carvel-dev/kapp to v0.59.0 Sep 19, 2023
@sonarcloud
Copy link

sonarcloud bot commented Sep 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from 1d361ac to 3f49eb3 Compare October 30, 2023 16:50
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.59.0 chore(deps): update dependency carvel-dev/kapp to v0.59.1 Oct 30, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from 3f49eb3 to b395986 Compare December 15, 2023 07:25
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.59.1 chore(deps): update dependency carvel-dev/kapp to v0.59.2 Dec 15, 2023
Copy link

sonarcloud bot commented Dec 15, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from b395986 to 0169550 Compare January 19, 2024 16:18
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.59.2 chore(deps): update dependency carvel-dev/kapp to v0.60.0 Jan 19, 2024
Copy link

sonarcloud bot commented Jan 19, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from 0169550 to 6f73b6a Compare April 15, 2024 19:30
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.60.0 chore(deps): update dependency carvel-dev/kapp to v0.61.0 Apr 15, 2024
@renovate renovate bot force-pushed the renovate/carvel-dev-kapp-0.x branch from 6f73b6a to 277c2cb Compare April 16, 2024 11:52
@renovate renovate bot changed the title chore(deps): update dependency carvel-dev/kapp to v0.61.0 chore(deps): update dependency carvel-dev/kapp to v0.62.0 Apr 16, 2024
Copy link

sonarcloud bot commented Apr 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants