Skip to content

Commit

Permalink
update k8s_release to 1.29.9 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
githubixx authored Oct 8, 2024
1 parent 4b67aca commit 98b4554
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 26.0.1+1.29.9

- **UPDATE**
- update `k8s_release` to `1.29.9`

## 26.0.0+1.29.4

- **PLEASE READ CAREFULLY**
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor

**Recent changes:**

## 26.0.1+1.29.9

- **UPDATE**
- update `k8s_release` to `1.29.9`

## 26.0.0+1.29.4

- **UPDATE**
Expand Down Expand Up @@ -71,7 +76,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-wor
roles:
- name: githubixx.kubernetes_worker
src: https://github.com/githubixx/ansible-role-kubernetes-worker.git
version: 26.0.0+1.29.4
version: 26.0.1+1.29.9
```
## Role Variables
Expand Down Expand Up @@ -99,7 +104,7 @@ k8s_worker_pki_dir: "{{ k8s_worker_conf_dir }}/pki"
k8s_worker_bin_dir: "/usr/local/bin"

# K8s release
k8s_worker_release: "1.29.4"
k8s_worker_release: "1.29.9"

# The interface on which the Kubernetes services should listen on. As all cluster
# communication should use a VPN interface the interface name is
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ k8s_worker_pki_dir: "{{ k8s_worker_conf_dir }}/pki"
k8s_worker_bin_dir: "/usr/local/bin"

# K8s release
k8s_worker_release: "1.29.4"
k8s_worker_release: "1.29.9"

# The interface on which the Kubernetes services should listen on. As all cluster
# communication should use a VPN interface the interface name is
Expand Down

0 comments on commit 98b4554

Please sign in to comment.