From c826e631c91db1fc8efaf26131f72cc775481ad5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 16:43:05 +0000 Subject: [PATCH] kubeseal: Update to version 0.34.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 498d1e595f..c86fb7d37c 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.33.1", + "version": "0.34.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.33.1/kubeseal-0.33.1-windows-amd64.tar.gz", - "hash": "051ae2e7fe671543e044a8b5afc18d7036cefea1af5616a474c92b4404c96fcc" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.34.0/kubeseal-0.34.0-windows-amd64.tar.gz", + "hash": "9d1fb06c76586515487f31f6d25556ee5aa33cbe9a8579499a478de773d316b4" } }, "bin": "kubeseal.exe",