Skip to content

Commit d2c82bd

Browse files
authored
Merge pull request #1811 from srm09/release-process/1.6.0
🌱 Changes for new minor release v1.6.0
2 parents a69ef6d + bcf44ba commit d2c82bd

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.6.0"
5+
"nextVersion": "v1.7.0"
66
}
77
}

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ releaseSeries:
3939
- major: 1
4040
minor: 5
4141
contract: v1beta1
42+
- major: 1
43+
minor: 6
44+
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.5.0
104+
- name: v1.6.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.5.0
109+
- name: v1.6.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.5.0
74+
- name: v1.6.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)