Skip to content

Commit

Permalink
24.0.0+1.29.3 (#62)
Browse files Browse the repository at this point in the history
* update k8s_release to 1.29.3

* Molecule: use alvistack instead of generic Vagrant boxes

* update CHANGELOG
  • Loading branch information
githubixx committed Apr 15, 2024
1 parent 2017b0c commit 217e9bc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 24.0.0+1.29.3

### UPDATE

- update `k8s_release` to `1.29.3`
- Molecule: use `alvistack` instead of `generic` Vagrant boxes

## 23.1.2+1.28.8

### UPDATE
Expand Down
8 changes: 7 additions & 1 deletion 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:**

## 24.0.0+1.29.3

### UPDATE

- update `k8s_release` to `1.29.3`

## 23.1.2+1.28.8

### UPDATE
Expand Down Expand Up @@ -206,7 +212,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.29.3"

# 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 @@ -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.8"
k8s_ctl_release: "1.29.3"

# 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
12 changes: 6 additions & 6 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ driver:

platforms:
- name: test-assets
box: generic/ubuntu2204
box: alvistack/ubuntu-22.04
memory: 2048
cpus: 2
groups:
Expand All @@ -26,7 +26,7 @@ platforms:
type: static
ip: 172.16.10.5
- name: test-controller1
box: generic/ubuntu2204
box: alvistack/ubuntu-22.04
memory: 2048
cpus: 2
groups:
Expand All @@ -42,7 +42,7 @@ platforms:
type: static
ip: 172.16.10.10
- name: test-controller2
box: generic/ubuntu2204
box: alvistack/ubuntu-22.04
memory: 2048
cpus: 2
groups:
Expand All @@ -58,7 +58,7 @@ platforms:
type: static
ip: 172.16.10.20
- name: test-controller3
box: generic/ubuntu2004
box: alvistack/ubuntu-20.04
memory: 2048
cpus: 2
groups:
Expand All @@ -74,7 +74,7 @@ platforms:
type: static
ip: 172.16.10.30
- name: test-worker1
box: generic/ubuntu2204
box: alvistack/ubuntu-22.04
memory: 2048
cpus: 2
groups:
Expand All @@ -88,7 +88,7 @@ platforms:
type: static
ip: 172.16.10.100
- name: test-worker2
box: generic/ubuntu2004
box: alvistack/ubuntu-20.04
memory: 2048
cpus: 2
groups:
Expand Down

0 comments on commit 217e9bc

Please sign in to comment.