File tree 4 files changed +9
-9
lines changed
internal/controllers/clusterctl
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/rancher/turtles => ../..
7
7
require (
8
8
github.com/onsi/ginkgo/v2 v2.22.2
9
9
github.com/onsi/gomega v1.36.2
10
- github.com/rancher/cluster-api-provider-rke2 v0.10 .0
10
+ github.com/rancher/cluster-api-provider-rke2 v0.11 .0
11
11
github.com/rancher/turtles v0.0.0-00010101000000-000000000000
12
12
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace
13
13
k8s.io/api v0.31.4
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ github.com/prometheus/common v0.55.0 h1:KEi6DK7lXW/m7Ig5i47x0vRzuBsHuvJdi5ee6Y3G
152
152
github.com/prometheus/common v0.55.0 /go.mod h1:2SECS4xJG1kd8XF9IcM1gMX6510RAEL65zxzNImwdc8 =
153
153
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
154
154
github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
155
- github.com/rancher/cluster-api-provider-rke2 v0.10 .0 h1:fDX4n84vaE/5n1Op3/KJAuIqIAPIPPGorUzUlQ8Ck5c =
156
- github.com/rancher/cluster-api-provider-rke2 v0.10 .0 /go.mod h1:yx6bUVZmpICOZHyHsrJJ8f+NzXKzi87l86bafdQdl4I =
155
+ github.com/rancher/cluster-api-provider-rke2 v0.11 .0 h1:nVIdF2B+YjGeBt/jJZvwC4D0iFR1N5RT2/t98JcRFt0 =
156
+ github.com/rancher/cluster-api-provider-rke2 v0.11 .0 /go.mod h1:/a71KlFmsYRM2QR/2EqDww3VFVyHTL6ZFfd2QHDd0Uo =
157
157
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
158
158
github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
159
159
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ data:
36
36
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.4/bootstrap-components.yaml"
37
37
type: "BootstrapProvider"
38
38
- name: "rke2"
39
- url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.10 .0/bootstrap-components.yaml"
39
+ url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.11 .0/bootstrap-components.yaml"
40
40
type: "BootstrapProvider"
41
41
42
42
# ControlPlane providers
43
43
- name: "kubeadm"
44
44
url: "https://github.com/rancher-sandbox/cluster-api/releases/v1.9.4/control-plane-components.yaml"
45
45
type: "ControlPlaneProvider"
46
46
- name: "rke2"
47
- url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.10 .0/control-plane-components.yaml"
47
+ url: "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.11 .0/control-plane-components.yaml"
48
48
type: "ControlPlaneProvider"
49
49
50
50
# Addon providers
Original file line number Diff line number Diff line change 65
65
url: https://github.com/rancher-sandbox/cluster-api-provider-gcp/releases/v1.8.1/infrastructure-components.yaml
66
66
- name: rke2
67
67
type: ControlPlaneProvider
68
- url: https://github.com/rancher/cluster-api-provider-rke2/releases/v0.10 .0/control-plane-components.yaml
68
+ url: https://github.com/rancher/cluster-api-provider-rke2/releases/v0.11 .0/control-plane-components.yaml
69
69
images:
70
70
image1:
71
71
repository: repo1
94
94
{
95
95
Name : "rke2" ,
96
96
Type : "BootstrapProvider" ,
97
- URL : "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.10 .0/bootstrap-components.yaml" ,
97
+ URL : "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.11 .0/bootstrap-components.yaml" ,
98
98
},
99
99
{
100
100
Name : "fleet" ,
@@ -139,14 +139,14 @@ data:
139
139
Expect (configRepo .Providers ).To (ContainElement (v1alpha1.Provider {
140
140
Name : "rke2" ,
141
141
Type : "ControlPlaneProvider" ,
142
- URL : "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.10 .0/control-plane-components.yaml" ,
142
+ URL : "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.11 .0/control-plane-components.yaml" ,
143
143
}))
144
144
145
145
// Ensure a new rke2 bootstrap provider is added
146
146
Expect (configRepo .Providers ).To (ContainElement (v1alpha1.Provider {
147
147
Name : "rke2" ,
148
148
Type : "BootstrapProvider" ,
149
- URL : "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.10 .0/bootstrap-components.yaml" ,
149
+ URL : "https://github.com/rancher/cluster-api-provider-rke2/releases/v0.11 .0/bootstrap-components.yaml" ,
150
150
}))
151
151
152
152
// Ensure a new fleet addon provider is added
You can’t perform that action at this time.
0 commit comments