From 8bd1be856a9d88e8733a27e596109999b4da206d Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts@users.noreply.github.com> Date: Wed, 9 Jul 2025 07:12:47 +0000 Subject: [PATCH 1/2] cert-manager-cmctl/2.2.0-r1: fix GHSA-557j-xg8c-q2mm --- cert-manager-cmctl.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cert-manager-cmctl.yaml b/cert-manager-cmctl.yaml index 844a8aea0ae..9125e6f1d1b 100644 --- a/cert-manager-cmctl.yaml +++ b/cert-manager-cmctl.yaml @@ -3,7 +3,7 @@ package: # This got pulled from the cert-manager repo in the 1.15 release, prior to # that it was in the cert-manager/cert-manager repo. version: "2.2.0" - epoch: 1 + epoch: 2 description: Automatically provision and manage TLS certificates in Kubernetes copyright: - license: Apache-2.0 @@ -23,6 +23,7 @@ pipeline: deps: |- oras.land/oras-go@v1.2.6 github.com/docker/docker@v27.1.1 + helm.sh/helm/v3@v3.18.4 - uses: go/build with: From 14118bc5f3aa45afb9de3d1927ffbd111560f47b Mon Sep 17 00:00:00 2001 From: Francesco Bartolini Date: Wed, 9 Jul 2025 16:57:46 +0200 Subject: [PATCH 2/2] fix: remove unneeded deps bump Signed-off-by: Francesco Bartolini --- cert-manager-cmctl.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cert-manager-cmctl.yaml b/cert-manager-cmctl.yaml index 9125e6f1d1b..cbb6146f4ca 100644 --- a/cert-manager-cmctl.yaml +++ b/cert-manager-cmctl.yaml @@ -21,8 +21,6 @@ pipeline: - uses: go/bump with: deps: |- - oras.land/oras-go@v1.2.6 - github.com/docker/docker@v27.1.1 helm.sh/helm/v3@v3.18.4 - uses: go/build