Skip to content

Commit fb29bc9

Browse files
authored
Merge pull request #119 from elmiko/0.8.0-release-updates
update files in preparation for 0.8.0 release
2 parents 1e5d99a + a455d9c commit fb29bc9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ To run this pipeline docker, kind, python must be installed.
133133
You can run the E2E test with the following steps:
134134
135135
```bash
136-
export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.28.0
136+
export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.29.0
137137
export CAPI_PATH=<path to cluster-api repository>
138138
export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
139139
cd $(ROOT_DIR)

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.7.99",
5+
"nextVersion": "v0.8.99",
66
"configFolder": "config"
77
}
88
}

metadata.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ releaseSeries:
2323
- major: 0
2424
minor: 7
2525
contract: v1beta1
26+
- major: 0
27+
minor: 8
28+
contract: v1beta1

0 commit comments

Comments
 (0)