Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions cluster-api-aws-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cluster-api-aws-controller
version: "2.8.4"
epoch: 1 # GHSA-vvgc-356p-c3xw
epoch: 2
description: Kubernetes Cluster API Provider AWS provides consistent deployment and day 2 operations of "self-managed" and EKS Kubernetes clusters on AWS
copyright:
- license: Apache-2.0
Expand All @@ -20,12 +20,14 @@ pipeline:
with:
deps: |-
golang.org/x/net@v0.38.0
modroot: hack/tools
golang.org/x/oauth2@v0.27.0

- uses: go/bump
with:
deps: |-
golang.org/x/net@v0.38.0
golang.org/x/oauth2@v0.27.0
modroot: hack/tools

- uses: go/build
with:
Expand Down
Loading