Skip to content

Commit

Permalink
Merge pull request #62 from elmiko/release-0.5.0
Browse files Browse the repository at this point in the history
update configs for release 0.5.0
  • Loading branch information
k8s-ci-robot authored Dec 22, 2022
2 parents 69b84ec + 1b868b6 commit 8aae6e5
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 @@ -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.4.0/infrastructure-components.yaml"
url: "https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/releases/v0.5.0/infrastructure-components.yaml"
type: "InfrastructureProvider"
```
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.4.99",
"nextVersion": "v0.5.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 @@ -14,3 +14,6 @@ releaseSeries:
- major: 0
minor: 4
contract: v1beta1
- major: 0
minor: 5
contract: v1beta1

0 comments on commit 8aae6e5

Please sign in to comment.