Skip to content

Commit aaecead

Browse files
pulumi-kubernetes-operator/1.16.0-r20: cve remediation (#72875)
pulumi-kubernetes-operator/1.16.0-r20: fix GHSA-j5w8-q4qc-rx2x <!--ci-cve-scan:must-fix: GHSA-j5w8-q4qc-rx2x--> Advisory data: https://github.com/wolfi-dev/advisories/blob/main/pulumi-kubernetes-operator.advisories.yaml --- ### "Breadcrumbs" for this automated service - **Source Code:** https://go/cve-remedy-automation-source - **Logs:** https://go/cve-remedy-automation-logs - **Docs:** _(not provided yet)_ Co-authored-by: octo-sts[bot] <[email protected]>
1 parent 5a3633b commit aaecead

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

pulumi-kubernetes-operator.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: pulumi-kubernetes-operator
33
version: 1.16.0
4-
epoch: 20 # CVE-2025-61725
4+
epoch: 21 # GHSA-j5w8-q4qc-rx2x
55
description: A Kubernetes Operator that automates the deployment of Pulumi Stacks
66
copyright:
77
- license: Apache-2.0
@@ -21,17 +21,29 @@ pipeline:
2121
repository: https://github.com/pulumi/pulumi-kubernetes-operator.git
2222
tag: v${{package.version}}
2323

24+
- uses: go/bump
25+
with:
26+
deps: |-
27+
golang.org/x/[email protected]
28+
modroot: test/testdata/go-build
29+
30+
- uses: go/bump
31+
with:
32+
deps: |-
33+
golang.org/x/[email protected]
34+
modroot: deploy/deploy-operator-go
35+
2436
- uses: go/bump
2537
with:
2638
deps: |-
2739
github.com/hashicorp/[email protected]
2840
github.com/go-git/go-git/[email protected]
2941
github.com/golang/[email protected]
3042
golang.org/x/[email protected]
31-
golang.org/x/[email protected]
3243
github.com/golang-jwt/jwt/[email protected]
3344
golang.org/x/[email protected]
3445
github.com/cloudflare/[email protected]
46+
golang.org/x/[email protected]
3547
replaces: github.com/whilp/git-urls=github.com/chainguard-dev/[email protected]
3648

3749
- uses: go/build

0 commit comments

Comments
 (0)