File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ default located at `~/.cluster-api/clusterctl.yaml`.
4545``` yaml
4646providers :
4747- name : " kubemark"
48- url : " https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.5 .0/infrastructure-components.yaml"
48+ url : " https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.6 .0/infrastructure-components.yaml"
4949 type : " InfrastructureProvider"
5050` ` `
5151
@@ -137,7 +137,7 @@ export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.26.6
137137export CAPI_PATH=<path to cluster-api repository>
138138export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
139139cd $(ROOT_DIR)
140- make test-e2e
140+ make test-e2e
141141```
142142
143143## Supported Versions
Original file line number Diff line number Diff line change 22 "name" : " infrastructure-kubemark" ,
33 "config" : {
44 "componentsFile" : " infrastructure-components.yaml" ,
5- "nextVersion" : " v0.5 .99" ,
5+ "nextVersion" : " v0.6 .99" ,
66 "configFolder" : " config"
77 }
88}
Original file line number Diff line number Diff line change @@ -17,3 +17,6 @@ releaseSeries:
1717 - major : 0
1818 minor : 5
1919 contract : v1beta1
20+ - major : 0
21+ minor : 6
22+ contract : v1beta1
You can’t perform that action at this time.
0 commit comments