From f1adc7431ed9b01cf0b63945ab671f6825bae137 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:25:32 +0000 Subject: [PATCH] kubeseal: Update to version 0.23.1 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index a3ac9ff9ce..49329e3b65 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.23.0", + "version": "0.23.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.23.0/kubeseal-0.23.0-windows-amd64.tar.gz", - "hash": "e68890539aea3d61b2d730a387814faa77dcca4a862d85080cc946f246c7f965" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.23.1/kubeseal-0.23.1-windows-amd64.tar.gz", + "hash": "7c790a0c7e478fad1dd3c111cf43a6e52d7d4061144cc69841b33c74c4c95838" } }, "bin": "kubeseal.exe",