Skip to content

Commit 24668ec

Browse files
authored
Merge pull request #96 from elmiko/release-0.6.0
create release 0.6.0
2 parents 060e826 + 9823982 commit 24668ec

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ default located at `~/.cluster-api/clusterctl.yaml`.
4545
```yaml
4646
providers:
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
137137
export CAPI_PATH=<path to cluster-api repository>
138138
export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
139139
cd $(ROOT_DIR)
140-
make test-e2e
140+
make test-e2e
141141
```
142142

143143
## Supported Versions

clusterctl-settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
}

metadata.yaml

+3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)