Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 287eca0

Browse files
authored
Merge pull request #555 from cprivitere/e2e-fixmetadata
🐛 Update metadata.yaml to include definitions for 1.3 and 1.4 capi
2 parents 1ac8494 + d7cde2f commit 287eca0

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

test/e2e/config/packet-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ providers:
8585
files:
8686
- sourcePath: "../data/shared/v1beta1/metadata.yaml"
8787
- name: v0.4.8 # latest published release in the v1alpha4 series; this is used for v1alpha4 --> v1beta1 clusterctl upgrades test only.
88-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.7/control-plane-components.yaml"
88+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.4.8/control-plane-components.yaml"
8989
type: "url"
9090
contract: v1alpha4
9191
replacements:
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# Sync this file to https://github.com/kubernetes-sigs/cluster-api/blob/main/metadata.yaml
12
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
23
kind: Metadata
34
releaseSeries:
5+
- major: 1
6+
minor: 4
7+
contract: v1beta1
8+
- major: 1
9+
minor: 3
10+
contract: v1beta1
11+
- major: 1
12+
minor: 2
13+
contract: v1beta1
414
- major: 1
515
minor: 1
616
contract: v1beta1
@@ -12,7 +22,4 @@ releaseSeries:
1222
contract: v1alpha4
1323
- major: 0
1424
minor: 3
15-
contract: v1alpha3
16-
- major: 0
17-
minor: 2
18-
contract: v1alpha2
25+
contract: v1alpha3

0 commit comments

Comments
 (0)