From a678bbf6e6e4517c0afea2eb1f4ffb04d557b42e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 20:30:20 +0000 Subject: [PATCH] kubeseal: Update to version 0.33.1 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index f18ba729a0..498d1e595f 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.33.0", + "version": "0.33.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.33.0/kubeseal-0.33.0-windows-amd64.tar.gz", - "hash": "28b25d9c94ac61edd644bf4bf382266420fcf1a3048e8ce075a41ae0e0116feb" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.33.1/kubeseal-0.33.1-windows-amd64.tar.gz", + "hash": "051ae2e7fe671543e044a8b5afc18d7036cefea1af5616a474c92b4404c96fcc" } }, "bin": "kubeseal.exe",