Skip to content

Commit 98b4554

Browse files
authored
update k8s_release to 1.29.9 (#52)
1 parent 4b67aca commit 98b4554

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.1+1.29.9
4+
5+
- **UPDATE**
6+
- update `k8s_release` to `1.29.9`
7+
38
## 26.0.0+1.29.4
49

510
- **PLEASE READ CAREFULLY**

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
2727

2828
**Recent changes:**
2929

30+
## 26.0.1+1.29.9
31+
32+
- **UPDATE**
33+
- update `k8s_release` to `1.29.9`
34+
3035
## 26.0.0+1.29.4
3136

3237
- **UPDATE**
@@ -71,7 +76,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
7176
roles:
7277
- name: githubixx.kubernetes_worker
7378
src: https://github.com/githubixx/ansible-role-kubernetes-worker.git
74-
version: 26.0.0+1.29.4
79+
version: 26.0.1+1.29.9
7580
```
7681
7782
## Role Variables
@@ -99,7 +104,7 @@ k8s_worker_pki_dir: "{{ k8s_worker_conf_dir }}/pki"
99104
k8s_worker_bin_dir: "/usr/local/bin"
100105

101106
# K8s release
102-
k8s_worker_release: "1.29.4"
107+
k8s_worker_release: "1.29.9"
103108

104109
# The interface on which the Kubernetes services should listen on. As all cluster
105110
# 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.29.4"
24+
k8s_worker_release: "1.29.9"
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)