Skip to content

Commit

Permalink
23.1.2+1.28.8 (#61)
Browse files Browse the repository at this point in the history
* update k8s_release to 1.29.3

* remove trailing space

* fix typo in CHANGELOG

* fix k8s_ctl_release
  • Loading branch information
githubixx committed Apr 4, 2024
1 parent 531427a commit 2017b0c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 23.1.2+1.28.8

### UPDATE

- update `k8s_release` to `1.28.8`

## 23.1.1+1.28.5

### BUGFIX
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con

**Recent changes:**

## 23.1.2+1.28.8

### UPDATE

- update `k8s_release` to `1.28.8`

## 23.1.1+1.28.5

### BUGFIX
Expand Down
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
k8s_ctl_bin_dir: "/usr/local/bin"

# The Kubernetes release.
k8s_ctl_release: "1.28.5"
k8s_ctl_release: "1.28.8"

# 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 Expand Up @@ -170,7 +170,7 @@ k8s_admin_conf_owner: "root"
# "admin.kubeconfig" stored in this directory.
k8s_admin_conf_group: "root"

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

0 comments on commit 2017b0c

Please sign in to comment.