Skip to content

Commit e4426b9

Browse files
authored
Merge pull request #130 from elmiko/release-0.9.0
prepare repo for 0.9.0 release
2 parents d9d0668 + 1366d9c commit e4426b9

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ bare-metal machines). It differs significantly in that Kubemark nodes only
3232
pretend to run pods scheduled to them. For more information on Kubemark, the
3333
[Kubemark developer guide][kubemark_docs] has more details.
3434

35+
## Supported Versions
36+
37+
| Dependency | Version |
38+
|:------------|:-------:|
39+
| kubernetes | v1.31 |
40+
| cluster-api | v1.9 |
41+
3542
## Getting started
3643

3744
**Prerequisites**
@@ -133,20 +140,9 @@ To run this pipeline docker, kind, python must be installed.
133140
You can run the E2E test with the following steps:
134141
135142
```bash
136-
export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.29.0
143+
export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.31.0
137144
export CAPI_PATH=<path to cluster-api repository>
138145
export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
139146
cd $(ROOT_DIR)
140147
make test-e2e
141148
```
142-
143-
## Supported Versions
144-
145-
| Dependency | Version |
146-
|:------------|:-------:|
147-
| kubectl | v1.29 |
148-
| kubernetes | v1.29 |
149-
| Go | v1.22 |
150-
| kind | v0.17 |
151-
| cluster-api | v1.7 |
152-
| kustomize | v4.4 |

clusterctl-settings.json

Lines changed: 1 addition & 1 deletion
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.8.99",
5+
"nextVersion": "v0.9.99",
66
"configFolder": "config"
77
}
88
}

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ releaseSeries:
2626
- major: 0
2727
minor: 8
2828
contract: v1beta1
29+
- major: 0
30+
minor: 9
31+
contract: v1beta1

0 commit comments

Comments
 (0)