From 51bb55c59e58d9352e2d4db4e8792d86dcef1408 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:32:01 +0000 Subject: [PATCH] kubeseal: Update to version 0.36.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 91faf31a71..25f044db05 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.35.0", + "version": "0.36.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.35.0/kubeseal-0.35.0-windows-amd64.tar.gz", - "hash": "244f9d769f18233e71eb8c29ecf4ba87eb8e3896e5cf70c3bef80e8a6b7b4780" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.36.0/kubeseal-0.36.0-windows-amd64.tar.gz", + "hash": "b1651a6fca45aa96f1922c054707b6fca734550b143ad1d67c97bfb30a4a93eb" } }, "bin": "kubeseal.exe",