File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 23.1.2+1.28.8
4
+
5
+ ### UPDATE
6
+
7
+ - update ` k8s_release ` to ` 1.28.8 `
8
+
3
9
## 23.1.1+1.28.5
4
10
5
11
### BUGFIX
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
23
23
24
24
** Recent changes:**
25
25
26
+ ## 23.1.2+1.28.8
27
+
28
+ ### UPDATE
29
+
30
+ - update ` k8s_release ` to ` 1.28.8 `
31
+
26
32
## 23.1.1+1.28.5
27
33
28
34
### BUGFIX
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
23
23
k8s_ctl_bin_dir : " /usr/local/bin"
24
24
25
25
# The Kubernetes release.
26
- k8s_ctl_release : " 1.28.5 "
26
+ k8s_ctl_release : " 1.28.8 "
27
27
28
28
# The interface on which the Kubernetes services should listen on. As all cluster
29
29
# communication should use a VPN interface the interface name is
@@ -170,7 +170,7 @@ k8s_admin_conf_owner: "root"
170
170
# "admin.kubeconfig" stored in this directory.
171
171
k8s_admin_conf_group : " root"
172
172
173
- # Host where the "admin" user connects to administer the K8s cluster.
173
+ # Host where the "admin" user connects to administer the K8s cluster.
174
174
# This setting is written into "admin.kubeconfig". This allows to use
175
175
# a different host/loadbalancer as the K8s services which might use an internal
176
176
# loadbalancer while the "admin" user connects to a different host/loadbalancer
You can’t perform that action at this time.
0 commit comments