Skip to content

Commit 2017b0c

Browse files
authored
23.1.2+1.28.8 (#61)
* update k8s_release to 1.29.3 * remove trailing space * fix typo in CHANGELOG * fix k8s_ctl_release
1 parent 531427a commit 2017b0c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 23.1.2+1.28.8
4+
5+
### UPDATE
6+
7+
- update `k8s_release` to `1.28.8`
8+
39
## 23.1.1+1.28.5
410

511
### BUGFIX

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
2323

2424
**Recent changes:**
2525

26+
## 23.1.2+1.28.8
27+
28+
### UPDATE
29+
30+
- update `k8s_release` to `1.28.8`
31+
2632
## 23.1.1+1.28.5
2733

2834
### BUGFIX

defaults/main.yml

+2-2
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.28.5"
26+
k8s_ctl_release: "1.28.8"
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
@@ -170,7 +170,7 @@ k8s_admin_conf_owner: "root"
170170
# "admin.kubeconfig" stored in this directory.
171171
k8s_admin_conf_group: "root"
172172

173-
# Host where the "admin" user connects to administer the K8s cluster.
173+
# Host where the "admin" user connects to administer the K8s cluster.
174174
# This setting is written into "admin.kubeconfig". This allows to use
175175
# a different host/loadbalancer as the K8s services which might use an internal
176176
# loadbalancer while the "admin" user connects to a different host/loadbalancer

0 commit comments

Comments
 (0)