Skip to content

Commit 0f04444

Browse files
authored
update k8s_ctl_release to 1.31.11 (#74)
1 parent 2775def commit 0f04444

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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**

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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
8186
roles:
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"
111116
k8s_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

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
2323
k8s_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

0 commit comments

Comments
 (0)