This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1+ # Sync this file to https://github.com/kubernetes-sigs/cluster-api/blob/main/metadata.yaml
12apiVersion : clusterctl.cluster.x-k8s.io/v1alpha3
23kind : Metadata
34releaseSeries :
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
You can’t perform that action at this time.
0 commit comments