diff --git a/cluster-api-aws-controller.yaml b/cluster-api-aws-controller.yaml index 1287a5e8e48..0946367aad2 100644 --- a/cluster-api-aws-controller.yaml +++ b/cluster-api-aws-controller.yaml @@ -1,7 +1,7 @@ package: name: cluster-api-aws-controller version: "2.8.4" - epoch: 1 # GHSA-vvgc-356p-c3xw + epoch: 2 # 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 @@ -26,6 +26,7 @@ pipeline: with: deps: |- golang.org/x/net@v0.38.0 + github.com/coreos/ignition@v2.14.0 - uses: go/build with: