Skip to content

Commit

Permalink
Merge pull request #1562 from srm09/release-process/1.3.0
Browse files Browse the repository at this point in the history
🌱 Adds new version to metadata YAML file
  • Loading branch information
k8s-ci-robot authored Jul 5, 2022
2 parents 973b67b + 38b5ed6 commit 177c0bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clusterctl-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "infrastructure-vsphere",
"config": {
"componentsFile": "infrastructure-components.yaml",
"nextVersion": "v0.8.0"
"nextVersion": "v1.4.0"
}
}
3 changes: 3 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ releaseSeries:
- major: 1
minor: 2
contract: v1beta1
- major: 1
minor: 3
contract: v1beta1
2 changes: 1 addition & 1 deletion test/e2e/config/vsphere-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ providers:
files:
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere/capi-upgrades/v1alpha4/cluster-template.yaml"
- sourcePath: "../../../metadata.yaml"
- name: v1.2.0
- name: v1.3.0
# Use manifest from source files
value: ../../../../cluster-api-provider-vsphere/config/default
contract: v1beta1
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/config/vsphere-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ providers:
files:
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere/capi-upgrades/v1alpha4/cluster-template.yaml"
- sourcePath: "../../../metadata.yaml"
- name: v1.0.0
- name: v1.3.0
# Use manifest from source files
value: ../../../../cluster-api-provider-vsphere/config/default
contract: v1beta1
Expand Down
2 changes: 1 addition & 1 deletion test/integration/integration-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ providers:
- name: vsphere
type: InfrastructureProvider
versions:
- name: v1.2.0
- name: v1.3.0
# Use manifest from source files
value: ../../../cluster-api-provider-vsphere/config/deployments/integration-tests
contract: v1beta1
Expand Down

0 comments on commit 177c0bb

Please sign in to comment.