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: |