Skip to content

Commit e174163

Browse files
authored
update k8s_worker_release to 1.31.11 (#57)
1 parent e40b8b2 commit e174163

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

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

README.md

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

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ k8s_worker_pki_dir: "{{ k8s_worker_conf_dir }}/pki"
2121
k8s_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

0 commit comments

Comments
 (0)