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 11# Changelog
22
3+ ## 26.0.2+1.31.11
4+
5+ - ** UPDATE**
6+ - update ` k8s_ctl_release ` to ` 1.31.11 `
7+
38## 26.0.1+1.31.5
49
510- ** OTHER CHANGES**
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
3030
3131** Recent changes:**
3232
33+ ## 26.0.2+1.31.11
34+
35+ - ** UPDATE**
36+ - update ` k8s_ctl_release ` to ` 1.31.11 `
37+
3338## 26.0.1+1.31.5
3439
3540- ** OTHER CHANGES**
@@ -81,7 +86,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
8186roles :
8287 - name : githubixx.kubernetes_controller
8388 src : https://github.com/githubixx/ansible-role-kubernetes-controller.git
84- version : 26.0.1 +1.31.5
89+ version : 26.0.2 +1.31.11
8590` ` `
8691
8792## Role (default) variables
@@ -111,7 +116,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
111116k8s_ctl_bin_dir : " /usr/local/bin"
112117
113118# The Kubernetes release.
114- k8s_ctl_release : " 1.31.5 "
119+ k8s_ctl_release : " 1.31.11 "
115120
116121# The interface on which the Kubernetes services should listen on. As all cluster
117122# 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.31.5 "
26+ k8s_ctl_release : " 1.31.11 "
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
You can’t perform that action at this time.
0 commit comments