Skip to content
Closed
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
7 changes: 6 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-hj57-j5cw-2mwp
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,11 @@ pipeline:
tag: v${{package.version}}
expected-commit: 49658babd14cb9590f9fef8330243d530f7d6602

- uses: go/bump
with:
deps: |-
github.com/coreos/[email protected]

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