Skip to content

Commit b6075a8

Browse files
kvapslllamnyp
authored andcommitted
[cluster-api] Update capi-providers (#947)
v0.10.1 version fixes Bootstrap: Make joinConfiguration.discovery.bootstrapToken.token optional (kubernetes-sigs/cluster-api#12136) ref #939 and clastix/cluster-api-control-plane-provider-kamaji#212 fixes #939 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated the versions of cluster-api CoreProvider and kubeadm BootstrapProvider from v1.10.0 to v1.10.1. - Updated the version of kamaji ControlPlaneProvider from v0.14.2 to v0.15.1. <!-- end of auto-generated comment: release notes by coderabbit.ai --> (cherry picked from commit 8e6941d) Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
1 parent b273edb commit b6075a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/system/capi-providers/templates/providers.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ metadata:
55
name: cluster-api
66
spec:
77
# https://github.com/kubernetes-sigs/cluster-api
8-
version: v1.10.0
8+
version: v1.10.1
99
---
1010
apiVersion: operator.cluster.x-k8s.io/v1alpha2
1111
kind: ControlPlaneProvider
1212
metadata:
1313
name: kamaji
1414
spec:
1515
# https://github.com/clastix/cluster-api-control-plane-provider-kamaji
16-
version: v0.14.2
16+
version: v0.15.1
1717
deployment:
1818
containers:
1919
- name: manager
@@ -31,7 +31,7 @@ metadata:
3131
name: kubeadm
3232
spec:
3333
# https://github.com/kubernetes-sigs/cluster-api
34-
version: v1.10.0
34+
version: v1.10.1
3535
---
3636
apiVersion: operator.cluster.x-k8s.io/v1alpha2
3737
kind: InfrastructureProvider

0 commit comments

Comments
 (0)