From 915502f056de7dda8a88f34161de712b0dab7fe6 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Sun, 17 Aug 2025 09:33:20 +0000 Subject: [PATCH 1/2] helm-set-status/0.3.0-r2: fix GHSA-f9f8-9pmf-xv68 --- helm-set-status.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-set-status.yaml b/helm-set-status.yaml index e3444a63631..9dc8090f9da 100644 --- a/helm-set-status.yaml +++ b/helm-set-status.yaml @@ -1,7 +1,7 @@ package: name: helm-set-status version: 0.3.0 - epoch: 1 # CVE-2025-47907 + epoch: 2 # GHSA-f9f8-9pmf-xv68 description: Helm plugin to set release status copyright: - license: Apache-2.0 @@ -20,7 +20,7 @@ pipeline: github.com/docker/docker@v26.1.5 golang.org/x/net@v0.38.0 golang.org/x/oauth2@v0.27.0 - helm.sh/helm/v3@v3.17.4 + helm.sh/helm/v3@v3.18.5 # Dropping helm plugins in /usr/libexec since they are binaries and # configuration intended to be run by the helm command. From 45ac8b97576df1a06bfb93360bab21b74b9c5751 Mon Sep 17 00:00:00 2001 From: Vishal Choudhary Date: Mon, 18 Aug 2025 10:28:39 +0000 Subject: [PATCH 2/2] fix: drop docker Signed-off-by: Vishal Choudhary --- helm-set-status.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm-set-status.yaml b/helm-set-status.yaml index 82449044f15..077f2e4e380 100644 --- a/helm-set-status.yaml +++ b/helm-set-status.yaml @@ -20,7 +20,6 @@ pipeline: golang.org/x/net@v0.38.0 golang.org/x/oauth2@v0.27.0 helm.sh/helm/v3@v3.18.5 - github.com/docker/docker@v28.0.0 # Dropping helm plugins in /usr/libexec since they are binaries and # configuration intended to be run by the helm command.