File tree 4 files changed +21
-8
lines changed
4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 24.0.0+1.29.3
4
+
5
+ ### UPDATE
6
+
7
+ - update ` k8s_release ` to ` 1.29.3 `
8
+ - Molecule: use ` alvistack ` instead of ` generic ` Vagrant boxes
9
+
3
10
## 23.1.2+1.28.8
4
11
5
12
### UPDATE
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
23
23
24
24
** Recent changes:**
25
25
26
+ ## 24.0.0+1.29.3
27
+
28
+ ### UPDATE
29
+
30
+ - update ` k8s_release ` to ` 1.29.3 `
31
+
26
32
## 23.1.2+1.28.8
27
33
28
34
### UPDATE
@@ -206,7 +212,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
206
212
k8s_ctl_bin_dir : " /usr/local/bin"
207
213
208
214
# The Kubernetes release.
209
- k8s_ctl_release : " 1.28.5 "
215
+ k8s_ctl_release : " 1.29.3 "
210
216
211
217
# The interface on which the Kubernetes services should listen on. As all cluster
212
218
# communication should use a VPN interface the interface name is
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
23
23
k8s_ctl_bin_dir : " /usr/local/bin"
24
24
25
25
# The Kubernetes release.
26
- k8s_ctl_release : " 1.28.8 "
26
+ k8s_ctl_release : " 1.29.3 "
27
27
28
28
# The interface on which the Kubernetes services should listen on. As all cluster
29
29
# communication should use a VPN interface the interface name is
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ driver:
13
13
14
14
platforms :
15
15
- name : test-assets
16
- box : generic/ubuntu2204
16
+ box : alvistack/ubuntu-22.04
17
17
memory : 2048
18
18
cpus : 2
19
19
groups :
@@ -26,7 +26,7 @@ platforms:
26
26
type : static
27
27
ip : 172.16.10.5
28
28
- name : test-controller1
29
- box : generic/ubuntu2204
29
+ box : alvistack/ubuntu-22.04
30
30
memory : 2048
31
31
cpus : 2
32
32
groups :
@@ -42,7 +42,7 @@ platforms:
42
42
type : static
43
43
ip : 172.16.10.10
44
44
- name : test-controller2
45
- box : generic/ubuntu2204
45
+ box : alvistack/ubuntu-22.04
46
46
memory : 2048
47
47
cpus : 2
48
48
groups :
@@ -58,7 +58,7 @@ platforms:
58
58
type : static
59
59
ip : 172.16.10.20
60
60
- name : test-controller3
61
- box : generic/ubuntu2004
61
+ box : alvistack/ubuntu-20.04
62
62
memory : 2048
63
63
cpus : 2
64
64
groups :
@@ -74,7 +74,7 @@ platforms:
74
74
type : static
75
75
ip : 172.16.10.30
76
76
- name : test-worker1
77
- box : generic/ubuntu2204
77
+ box : alvistack/ubuntu-22.04
78
78
memory : 2048
79
79
cpus : 2
80
80
groups :
@@ -88,7 +88,7 @@ platforms:
88
88
type : static
89
89
ip : 172.16.10.100
90
90
- name : test-worker2
91
- box : generic/ubuntu2004
91
+ box : alvistack/ubuntu-20.04
92
92
memory : 2048
93
93
cpus : 2
94
94
groups :
You can’t perform that action at this time.
0 commit comments