From d7a191354046cc00e9364c96a7c3c4a62a186729 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 12:32:24 +0000 Subject: [PATCH] kubeseal: Update to version 0.32.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 925b1767b1..27249a85a7 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.31.0", + "version": "0.32.0", "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.31.0/kubeseal-0.31.0-windows-amd64.tar.gz", - "hash": "4cfc53b311559396c722e87bfd56267ac76a4035a4eababe6f9c22d11da7f6ff" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.32.0/kubeseal-0.32.0-windows-amd64.tar.gz", + "hash": "6d62cf8e9412f224a1ff9e771dc622b2f7411ac5f06fef7eb5761bfbd0d7d583" } }, "bin": "kubeseal.exe",