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.2+1.31.11
4
+
5
+ - ** UPDATE**
6
+ - update ` k8s_ctl_release ` to ` 1.31.11 `
7
+
3
8
## 26.0.1+1.31.5
4
9
5
10
- ** 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
30
30
31
31
** Recent changes:**
32
32
33
+ ## 26.0.2+1.31.11
34
+
35
+ - ** UPDATE**
36
+ - update ` k8s_ctl_release ` to ` 1.31.11 `
37
+
33
38
## 26.0.1+1.31.5
34
39
35
40
- ** OTHER CHANGES**
@@ -81,7 +86,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
81
86
roles :
82
87
- name : githubixx.kubernetes_controller
83
88
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
85
90
` ` `
86
91
87
92
## Role (default) variables
@@ -111,7 +116,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
111
116
k8s_ctl_bin_dir : " /usr/local/bin"
112
117
113
118
# The Kubernetes release.
114
- k8s_ctl_release : " 1.31.5 "
119
+ k8s_ctl_release : " 1.31.11 "
115
120
116
121
# The interface on which the Kubernetes services should listen on. As all cluster
117
122
# 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.31.5 "
26
+ k8s_ctl_release : " 1.31.11 "
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
You can’t perform that action at this time.
0 commit comments