Skip to content
Merged
Changes from 1 commit
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
13 changes: 12 additions & 1 deletion 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: 0
epoch: 1 # GHSA-6v2p-p543-phr9
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 @@ -16,6 +16,17 @@ pipeline:
tag: v${{package.version}}
expected-commit: 49658babd14cb9590f9fef8330243d530f7d6602

- uses: go/bump
with:
deps: |-
golang.org/x/[email protected]
modroot: hack/tools

- uses: go/bump
with:
deps: |-
golang.org/x/[email protected]

- uses: go/build
with:
packages: .
Expand Down
Loading