From 05b8b95e66e2f4468dc78565f642f795696346c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 20:24:48 +0000 Subject: [PATCH] kubeseal: Update to version 0.25.0 --- bucket/kubeseal.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kubeseal.json b/bucket/kubeseal.json index 12ae37ffc0..634df37856 100644 --- a/bucket/kubeseal.json +++ b/bucket/kubeseal.json @@ -1,12 +1,12 @@ { - "version": "0.24.5", + "version": "0.25.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.24.5/kubeseal-0.24.5-windows-amd64.tar.gz", - "hash": "f94d643194a5500ba19540e8b7a953f5c050387ddd0dd78a135de085a28c2fee" + "url": "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.25.0/kubeseal-0.25.0-windows-amd64.tar.gz", + "hash": "adc9c1b059ad12c93ca500a12a289fbea8bd17500812c957eaac33dbe8890cde" } }, "bin": "kubeseal.exe",