Skip to content

Commit

Permalink
Merge pull request #96 from elmiko/release-0.6.0
Browse files Browse the repository at this point in the history
create release 0.6.0
  • Loading branch information
k8s-ci-robot authored Aug 4, 2023
2 parents 060e826 + 9823982 commit 24668ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ default located at `~/.cluster-api/clusterctl.yaml`.
```yaml
providers:
- name: "kubemark"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.5.0/infrastructure-components.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.6.0/infrastructure-components.yaml"
type: "InfrastructureProvider"
```
Expand Down Expand Up @@ -137,7 +137,7 @@ export KIND_CLUSTER_IMAGE=docker.io/kindest/node:v1.26.6
export CAPI_PATH=<path to cluster-api repository>
export ROOT_DIR=<path to cluster-api-provider-kubemark repository>
cd $(ROOT_DIR)
make test-e2e
make test-e2e
```

## Supported Versions
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.5.99",
"nextVersion": "v0.6.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 @@ -17,3 +17,6 @@ releaseSeries:
- major: 0
minor: 5
contract: v1beta1
- major: 0
minor: 6
contract: v1beta1

0 comments on commit 24668ec

Please sign in to comment.