Skip to content

Commit dc7118c

Browse files
authored
Merge pull request #46 from elmiko/release-0.3.0
updating files for release 0.3.0
2 parents bd15ecb + 67947cf commit dc7118c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ default located at `~/.cluster-api/clusterctl.yaml`.
4040
```yaml
4141
providers:
4242
- name: "kubemark"
43-
url: "https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.2.3/infrastructure-components.yaml"
43+
url: "https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.3.0/infrastructure-components.yaml"
4444
type: "InfrastructureProvider"
4545
```
4646
47-
*Note: the `v0.2.3` release of the kubemark provider has been tested with the `v0.4.\*` versions of Cluster API*
47+
*Note: the `v0.3.0` release of the kubemark provider has been tested with the `v0.1.\*` versions of Cluster API*
4848

4949
For demonstration purposes, we'll use the [CAPD][capd] provider. Other
5050
providers will also work, but CAPD is supported with a custom
@@ -138,4 +138,4 @@ make test-e2e
138138
| Go | v1.18 |
139139
| kind | v0.11 |
140140
| cluster-api | v1.0 |
141-
| kustomize | v4.4 |
141+
| kustomize | v4.4 |

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.3.0"
5+
"nextVersion": "v0.3.99"
66
}
77
}
88

metadata.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ releaseSeries:
88
- major: 0
99
minor: 2
1010
contract: v1beta1
11+
- major: 0
12+
minor: 3
13+
contract: v1beta1

0 commit comments

Comments
 (0)