File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 26.0.1+1.29.9
4
+
5
+ - ** UPDATE**
6
+ - update ` k8s_release ` to ` 1.29.9 `
7
+
3
8
## 26.0.0+1.29.4
4
9
5
10
- ** PLEASE READ CAREFULLY**
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
27
27
28
28
** Recent changes:**
29
29
30
+ ## 26.0.1+1.29.9
31
+
32
+ - ** UPDATE**
33
+ - update ` k8s_release ` to ` 1.29.9 `
34
+
30
35
## 26.0.0+1.29.4
31
36
32
37
- ** UPDATE**
@@ -71,7 +76,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
71
76
roles :
72
77
- name : githubixx.kubernetes_worker
73
78
src : https://github.com/githubixx/ansible-role-kubernetes-worker.git
74
- version : 26.0.0 +1.29.4
79
+ version : 26.0.1 +1.29.9
75
80
` ` `
76
81
77
82
## Role Variables
@@ -99,7 +104,7 @@ k8s_worker_pki_dir: "{{ k8s_worker_conf_dir }}/pki"
99
104
k8s_worker_bin_dir : " /usr/local/bin"
100
105
101
106
# K8s release
102
- k8s_worker_release : " 1.29.4 "
107
+ k8s_worker_release : " 1.29.9 "
103
108
104
109
# The interface on which the Kubernetes services should listen on. As all cluster
105
110
# communication should use a VPN interface the interface name is
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ k8s_worker_pki_dir: "{{ k8s_worker_conf_dir }}/pki"
21
21
k8s_worker_bin_dir : " /usr/local/bin"
22
22
23
23
# K8s release
24
- k8s_worker_release : " 1.29.4 "
24
+ k8s_worker_release : " 1.29.9 "
25
25
26
26
# The interface on which the Kubernetes services should listen on. As all cluster
27
27
# communication should use a VPN interface the interface name is
You can’t perform that action at this time.
0 commit comments