From f065bfcafb2dda4327dc0f2d62295f3be07615b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:31:06 +0000 Subject: [PATCH] kubeseal: Update to version 0.20.1 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 8213867410..03b04527e5 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.19.5", + "version": "0.20.1", "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.19.5/kubeseal-0.19.5-windows-amd64.tar.gz", - "hash": "26a9b379f3a3c40b64533cf49a2443de79fa08e085758e0de19da9f8b504cb86" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.20.1/kubeseal-0.20.1-windows-amd64.tar.gz", + "hash": "aecd5e6f556a163b99af7aedd2e0629816bb2688e696bb1fdbb5afc151de79e7" } }, "bin": "kubeseal.exe",