Skip to content

Commit b9533f5

Browse files
authored
Merge pull request #1627 from srm09/release-process/1.4.0
Changes for new 1.4.0 release
2 parents 3404eba + c7f0d01 commit b9533f5

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

clusterctl-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "infrastructure-vsphere",
33
"config": {
44
"componentsFile": "infrastructure-components.yaml",
5-
"nextVersion": "v1.4.0"
5+
"nextVersion": "v1.5.0"
66
}
77
}

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ releaseSeries:
3333
- major: 1
3434
minor: 3
3535
contract: v1beta1
36+
- major: 1
37+
minor: 4
38+
contract: v1beta1

test/e2e/config/vsphere-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ providers:
101101
files:
102102
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere/capi-upgrades/v1alpha4/cluster-template.yaml"
103103
- sourcePath: "../../../metadata.yaml"
104-
- name: v1.3.0
104+
- name: v1.4.0
105105
# Use manifest from source files
106106
value: ../../../../cluster-api-provider-vsphere/config/default
107107
contract: v1beta1

test/e2e/config/vsphere-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ providers:
106106
files:
107107
- sourcePath: "../../../test/e2e/data/infrastructure-vsphere/capi-upgrades/v1alpha4/cluster-template.yaml"
108108
- sourcePath: "../../../metadata.yaml"
109-
- name: v1.3.0
109+
- name: v1.4.0
110110
# Use manifest from source files
111111
value: ../../../../cluster-api-provider-vsphere/config/default
112112
contract: v1beta1

test/integration/integration-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ providers:
7171
- name: vsphere
7272
type: InfrastructureProvider
7373
versions:
74-
- name: v1.3.0
74+
- name: v1.4.0
7575
# Use manifest from source files
7676
value: ../../../cluster-api-provider-vsphere/config/deployments/integration-tests
7777
contract: v1beta1

0 commit comments

Comments
 (0)