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

Commit a4c2add

Browse files
committed
cluster-api: update manifest version for cluster-api
1 parent de78b60 commit a4c2add

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ MANIFEST_TOOL ?= $(GOBIN)/manifest-tool
134134

135135
# where we store downloaded core
136136
COREPATH ?= out/core
137-
CORE_VERSION ?= v0.3.5
137+
CORE_VERSION ?= v0.3.8
138138
CORE_API ?= https://api.github.com/repos/kubernetes-sigs/cluster-api/releases
139139
CORE_URL ?= https://github.com/kubernetes-sigs/cluster-api/releases/download/$(CORE_VERSION)
140140

test/e2e/config/packet-dev.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ providers:
1313
- name: cluster-api
1414
type: CoreProvider
1515
versions:
16-
- name: v0.3.5
17-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5/core-components.yaml"
16+
- name: v0.3.8
17+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.8/core-components.yaml"
1818
type: "url"
1919
replacements:
2020
- old: "imagePullPolicy: Always"
@@ -25,8 +25,8 @@ providers:
2525
- name: kubeadm
2626
type: BootstrapProvider
2727
versions:
28-
- name: v0.3.5
29-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5/bootstrap-components.yaml"
28+
- name: v0.3.8
29+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.8/bootstrap-components.yaml"
3030
type: "url"
3131
replacements:
3232
- old: "imagePullPolicy: Always"
@@ -37,8 +37,8 @@ providers:
3737
- name: kubeadm
3838
type: ControlPlaneProvider
3939
versions:
40-
- name: v0.3.5
41-
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.5/control-plane-components.yaml"
40+
- name: v0.3.8
41+
value: "https://github.com/kubernetes-sigs/cluster-api/releases/download/v0.3.8/control-plane-components.yaml"
4242
type: "url"
4343
replacements:
4444
- old: "imagePullPolicy: Always"

0 commit comments

Comments
 (0)