File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
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+
310## 23.1.2+1.28.8
411
512### 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
2323
2424** Recent changes:**
2525
26+ ## 24.0.0+1.29.3
27+
28+ ### UPDATE
29+
30+ - update ` k8s_release ` to ` 1.29.3 `
31+
2632## 23.1.2+1.28.8
2733
2834### UPDATE
@@ -206,7 +212,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
206212k8s_ctl_bin_dir : " /usr/local/bin"
207213
208214# The Kubernetes release.
209- k8s_ctl_release : " 1.28.5 "
215+ k8s_ctl_release : " 1.29.3 "
210216
211217# The interface on which the Kubernetes services should listen on. As all cluster
212218# 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"
2323k8s_ctl_bin_dir : " /usr/local/bin"
2424
2525# The Kubernetes release.
26- k8s_ctl_release : " 1.28.8 "
26+ k8s_ctl_release : " 1.29.3 "
2727
2828# The interface on which the Kubernetes services should listen on. As all cluster
2929# 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:
1313
1414platforms :
1515 - name : test-assets
16- box : generic/ubuntu2204
16+ box : alvistack/ubuntu-22.04
1717 memory : 2048
1818 cpus : 2
1919 groups :
@@ -26,7 +26,7 @@ platforms:
2626 type : static
2727 ip : 172.16.10.5
2828 - name : test-controller1
29- box : generic/ubuntu2204
29+ box : alvistack/ubuntu-22.04
3030 memory : 2048
3131 cpus : 2
3232 groups :
@@ -42,7 +42,7 @@ platforms:
4242 type : static
4343 ip : 172.16.10.10
4444 - name : test-controller2
45- box : generic/ubuntu2204
45+ box : alvistack/ubuntu-22.04
4646 memory : 2048
4747 cpus : 2
4848 groups :
@@ -58,7 +58,7 @@ platforms:
5858 type : static
5959 ip : 172.16.10.20
6060 - name : test-controller3
61- box : generic/ubuntu2004
61+ box : alvistack/ubuntu-20.04
6262 memory : 2048
6363 cpus : 2
6464 groups :
@@ -74,7 +74,7 @@ platforms:
7474 type : static
7575 ip : 172.16.10.30
7676 - name : test-worker1
77- box : generic/ubuntu2204
77+ box : alvistack/ubuntu-22.04
7878 memory : 2048
7979 cpus : 2
8080 groups :
@@ -88,7 +88,7 @@ platforms:
8888 type : static
8989 ip : 172.16.10.100
9090 - name : test-worker2
91- box : generic/ubuntu2004
91+ box : alvistack/ubuntu-20.04
9292 memory : 2048
9393 cpus : 2
9494 groups :
You can’t perform that action at this time.
0 commit comments