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