Skip to content

Commit

Permalink
Merge pull request #119 from elmiko/0.8.0-release-updates
Browse files Browse the repository at this point in the history
update files in preparation for 0.8.0 release
  • Loading branch information
k8s-ci-robot authored Oct 25, 2024
2 parents 1e5d99a + a455d9c commit fb29bc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ To run this pipeline docker, kind, python must be installed.
You can run the E2E test with the following steps:
```bash
export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.28.0
export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.29.0
export CAPI_PATH=<path to cluster-api repository>
export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
cd $(ROOT_DIR)
Expand Down
2 changes: 1 addition & 1 deletion clusterctl-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "infrastructure-kubemark",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.7.99",
"nextVersion": "v0.8.99",
"configFolder": "config"
}
}
Expand Down
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ releaseSeries:
- major: 0
minor: 7
contract: v1beta1
- major: 0
minor: 8
contract: v1beta1

0 comments on commit fb29bc9

Please sign in to comment.