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
5 changes: 4 additions & 1 deletion cluster-api-helm-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cluster-api-helm-controller
version: "0.3.2"
epoch: 4 # GHSA-4vq8-7jfc-9cvp
epoch: 5 # GHSA-f9f8-9pmf-xv68
description: CAAPH uses Helm charts to manage the installation and lifecycle of Cluster API add-ons.
copyright:
- license: Apache-2.0
Expand All @@ -22,7 +22,10 @@ pipeline:
github.com/containerd/containerd@v1.7.27
golang.org/x/net@v0.38.0
golang.org/x/oauth2@v0.27.0
helm.sh/helm/v3@v3.18.5
github.com/docker/docker@v28.0.0
replaces: |-
k8s.io/apiserver=k8s.io/apiserver@v0.31.12

- uses: go/bump
with:
Expand Down
Loading