From e9e498f818de2c9ffa56ef84cce4378610d19880 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 14:23:21 -0700 Subject: [PATCH] pulumi-kubernetes-operator/1.16.0-r1: cve remediation (#33299) pulumi-kubernetes-operator/1.16.0-r1: fix GHSA-29wx-vh33-7x7r Advisory data: https://github.com/wolfi-dev/advisories/blob/main/pulumi-kubernetes-operator.advisories.yaml Co-authored-by: octo-sts[bot] <157150467+octo-sts@users.noreply.github.com> --- pulumi-kubernetes-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pulumi-kubernetes-operator.yaml b/pulumi-kubernetes-operator.yaml index bf6080c86d8..e721b3e0209 100644 --- a/pulumi-kubernetes-operator.yaml +++ b/pulumi-kubernetes-operator.yaml @@ -1,7 +1,7 @@ package: name: pulumi-kubernetes-operator version: 1.16.0 - epoch: 1 + epoch: 2 description: A Kubernetes Operator that automates the deployment of Pulumi Stacks copyright: - license: Apache-2.0 @@ -23,7 +23,7 @@ pipeline: - uses: go/bump with: - deps: github.com/hashicorp/go-retryablehttp@v0.7.7 + deps: github.com/hashicorp/go-retryablehttp@v0.7.7 github.com/golang-jwt/jwt/v4@v4.5.1 replaces: github.com/whilp/git-urls=github.com/chainguard-dev/git-urls@v1.0.2 - runs: |