From 08dd171fbda1e325af5b6c99fb814f2f3065141f Mon Sep 17 00:00:00 2001 From: tech189 Date: Thu, 24 Mar 2022 15:29:31 +0000 Subject: [PATCH] kubeseal: Update to version 0.17.3 (#3425) * kubeseal: Update to version 0.17.3 * kubeseal: Simplify hash extraction --- bucket/kubeseal.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index f336a9bafa..50770b140b 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -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" + } } } }