File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ default located at `~/.cluster-api/clusterctl.yaml`.
40
40
``` yaml
41
41
providers :
42
42
- name : " kubemark"
43
- url : " https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.2.3 /infrastructure-components.yaml"
43
+ url : " https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.3.0 /infrastructure-components.yaml"
44
44
type : " InfrastructureProvider"
45
45
` ` `
46
46
47
- *Note: the ` v0.2.3 ` release of the kubemark provider has been tested with the `v0.4 .\*` versions of Cluster API*
47
+ *Note: the ` v0.3.0 ` release of the kubemark provider has been tested with the `v0.1 .\*` versions of Cluster API*
48
48
49
49
For demonstration purposes, we'll use the [CAPD][capd] provider. Other
50
50
providers will also work, but CAPD is supported with a custom
@@ -138,4 +138,4 @@ make test-e2e
138
138
| Go | v1.18 |
139
139
| kind | v0.11 |
140
140
| cluster-api | v1.0 |
141
- | kustomize | v4.4 |
141
+ | kustomize | v4.4 |
Original file line number Diff line number Diff line change 2
2
"name" : " infrastructure-kubemark" ,
3
3
"config" : {
4
4
"componentsFile" : " infrastructure-components.yaml" ,
5
- "nextVersion" : " v0.3.0 "
5
+ "nextVersion" : " v0.3.99 "
6
6
}
7
7
}
8
8
Original file line number Diff line number Diff line change @@ -8,3 +8,6 @@ releaseSeries:
8
8
- major : 0
9
9
minor : 2
10
10
contract : v1beta1
11
+ - major : 0
12
+ minor : 3
13
+ contract : v1beta1
You can’t perform that action at this time.
0 commit comments