kubeseal: Update to version 0.17.3 (#3425)

* kubeseal: Update to version 0.17.3

* kubeseal: Simplify hash extraction
This commit is contained in:
tech189 2022-03-24 15:29:31 +00:00 committed by GitHub
parent 8d15d20654
commit 08dd171fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{
"version": "0.16.0",
"version": "0.17.3",
"description": "With kubeseal you can encrypt your Kubernetes Secret into a SealedSecret, which is safe to store - even to a public repository. The SealedSecret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original Secret from the SealedSecret.",
"homepage": "https://github.com/bitnami-labs/sealed-secrets",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.16.0/kubeseal.exe",
"hash": "0fb3ff9552530524ee7eae04161cba089a68ec2b0b25d9f43b1c1024452017aa"
"url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.17.3/kubeseal-0.17.3-windows-amd64.tar.gz",
"hash": "ea47eea876494cc115215f606b725a5027456402963407b7611ec56b9538aa68"
}
},
"bin": "kubeseal.exe",
@ -14,7 +14,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v$version/kubeseal.exe"
"url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v$version/kubeseal-$version-windows-amd64.tar.gz",
"hash": {
"url": "$baseurl/sealed-secrets_$version_checksums.txt"
}
}
}
}