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+ ## 28.0.1+1.31.11
4+
5+ - ** UPDATE**
6+ - update ` k8s_worker_release ` to ` 1.31.11 `
7+
38## 28.0.0+1.31.5
49
510- ** UPDATE**
Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
2828
2929** Recent changes:**
3030
31+ ## 28.0.1+1.31.11
32+
33+ - ** UPDATE**
34+ - update ` k8s_worker_release ` to ` 1.31.11 `
35+
3136## 28.0.0+1.31.5
3237
3338- ** UPDATE**
@@ -68,7 +73,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
6873roles :
6974 - name : githubixx.kubernetes_worker
7075 src : https://github.com/githubixx/ansible-role-kubernetes-worker.git
71- version : 28.0.0 +1.31.5
76+ version : 28.0.1 +1.31.11
7277` ` `
7378
7479## Role Variables
@@ -96,7 +101,7 @@ k8s_worker_pki_dir: "{{ k8s_worker_conf_dir }}/pki"
96101k8s_worker_bin_dir : " /usr/local/bin"
97102
98103# K8s release
99- k8s_worker_release : " 1.31.5 "
104+ k8s_worker_release : " 1.31.11 "
100105
101106# The interface on which the Kubernetes services should listen on. As all cluster
102107# 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"
2121k8s_worker_bin_dir : " /usr/local/bin"
2222
2323# K8s release
24- k8s_worker_release : " 1.31.5 "
24+ k8s_worker_release : " 1.31.11 "
2525
2626# The interface on which the Kubernetes services should listen on. As all cluster
2727# communication should use a VPN interface the interface name is
You can’t perform that action at this time.
0 commit comments