From 0e4afe4cdb581dbba3920b9a4d3f5766d2ffc33a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:30:54 +0000 Subject: [PATCH] kubeseal: Update to version 0.28.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 1ded9f2db6..ab0b7b97fb 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.27.3", + "version": "0.28.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.27.3/kubeseal-0.27.3-windows-amd64.tar.gz", - "hash": "5c9ac7ad840c6d309655033e2d708c1eb06930f8ffe31b7b67d6c047447b1be8" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.28.0/kubeseal-0.28.0-windows-amd64.tar.gz", + "hash": "57cbe198f70833bfbad8da776ced753d94fb4b3fde5a9de24a717c7d12f8fae4" } }, "bin": "kubeseal.exe",