Skip to content

Commit a18df76

Browse files
authored
Update release 0.3 in the metadata.yaml (#688)
* Update release 0.3 in the metadata.yaml * bump the version in the test/e2e/config dir
1 parent c018b72 commit a18df76

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

metadata.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
# update this file only when a new major or minor version is released
66
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
77
releaseSeries:
8+
- major: 0
9+
minor: 1
10+
contract: v1alpha4
811
- major: 0
912
minor: 2
1013
contract: v1beta1
1114
- major: 0
12-
minor: 1
13-
contract: v1alpha4
15+
minor: 3
16+
contract: v1beta1

test/e2e/config/ibmcloud-e2e-powervs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ providers:
3333
- name: ibmcloud
3434
type: InfrastructureProvider
3535
versions:
36-
- name: v0.2.0
36+
- name: v0.3.0
3737
value: "${PWD}/config/default"
3838
files:
3939
- sourcePath: "${PWD}/metadata.yaml"

test/e2e/config/ibmcloud-e2e-vpc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ providers:
3333
- name: ibmcloud
3434
type: InfrastructureProvider
3535
versions:
36-
- name: v0.2.0
36+
- name: v0.3.0
3737
value: "${PWD}/config/default"
3838
files:
3939
- sourcePath: "${PWD}/metadata.yaml"

0 commit comments

Comments
 (0)