Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 729713a

Browse files
committedDec 27, 2024··
Minor fixups vsphere.yaml's
Signed-off-by: Stefan Büringer [email protected]
1 parent 69a398a commit 729713a

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed
 

‎.github/ISSUE_TEMPLATE/release_tracking.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ Early in the cycle:
1515
* [ ] [Prepare main branch for development of the new release](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/docs/release/release-tasks.md#prepare-main-branch-for-development-of-the-new-release)
1616
* [ ] [Remove previously deprecated code](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/docs/release/release-tasks.md#remove-previously-deprecated-code)
1717

18+
Release-specific tasks:
19+
20+
1821
After the Kubernetes minor release:
19-
* [ ] Bump the Kubernetes version
20-
* [ ] Publish new OVA images
22+
* [x] Bump the Kubernetes version
23+
* [x] Publish new OVA images
2124
* Build new OVA images via image-builder
2225
* Make them available in the CI environment
2326
* Publish them via a GitHub release (e.g. [templates/v1.30.0](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases/tag/templates/v1.30.0))

‎test/e2e/config/config-overrides-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
VSPHERE_STORAGE_POLICY: "Cluster API vSphere Storage Policy"
1515
VSPHERE_NETWORK: "network-1"
1616
VSPHERE_TEMPLATE: "ubuntu-2404-kube-v1.32.0"
17-
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-3975.2.0-kube-v1.32.0"
17+
FLATCAR_VSPHERE_TEMPLATE: "flatcar-stable-4081.2.0-kube-v1.32.0"
1818
CONTROL_PLANE_ENDPOINT_IP: "10.0.0.10"
1919
# Only for clusterctl upgrade tests
2020
# WORKLOAD_CONTROL_PLANE_ENDPOINT_IP:

‎test/e2e/config/vsphere.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ providers:
2626
- name: cluster-api
2727
type: CoreProvider
2828
versions:
29-
- name: "v1.9.1"
30-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.1/core-components.yaml"
29+
- name: "{go://sigs.k8s.io/cluster-api@v1.9}"
30+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/{go://sigs.k8s.io/cluster-api@v1.9}/core-components.yaml"
3131
type: "url"
3232
contract: v1beta1
3333
files:
@@ -66,8 +66,8 @@ providers:
6666
- name: kubeadm
6767
type: BootstrapProvider
6868
versions:
69-
- name: "v1.9.1"
70-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.1/bootstrap-components.yaml"
69+
- name: "{go://sigs.k8s.io/cluster-api@v1.9}"
70+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/{go://sigs.k8s.io/cluster-api@v1.9}/bootstrap-components.yaml"
7171
type: "url"
7272
contract: v1beta1
7373
files:
@@ -106,8 +106,8 @@ providers:
106106
- name: kubeadm
107107
type: ControlPlaneProvider
108108
versions:
109-
- name: "v1.9.1"
110-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v1.9.1/control-plane-components.yaml"
109+
- name: "{go://sigs.k8s.io/cluster-api@v1.9}"
110+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/{go://sigs.k8s.io/cluster-api@v1.9}/control-plane-components.yaml"
111111
type: "url"
112112
contract: v1beta1
113113
files:

0 commit comments

Comments
 (0)
Please sign in to comment.