diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c47e2c3d..5d7bf034a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Versions: -- rke2 version: 1.27.12 +- rke2 version: 1.28.10 - kube-vip: 0.8.0 diff --git a/README.md b/README.md index 5a5e10894..483d6001a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This Ansible collection will install in airgap environnement RKE2 (one controler **Ansible Collection Rkub 1.0.3 include:** -- [RKE2 1.27.12](https://docs.rke2.io) - Security focused Kubernetes +- [RKE2 1.28.10](https://docs.rke2.io) - Security focused Kubernetes - [Kube-vip 0.8.0](https://kube-vip.io/) - Virtual IP and load balancer diff --git a/playbooks/vars/main.yml b/playbooks/vars/main.yml index 5b7a63415..c316c0c38 100644 --- a/playbooks/vars/main.yml +++ b/playbooks/vars/main.yml @@ -9,7 +9,7 @@ global_extras_components: neuvector: "{{ neuvector | default(global_all_wanted) }}" global_versions: - rke2: "1.27.12" + rke2: "1.28.10" kubevip: "0.8.0" cert_manager: "1.14.1" rancher: "2.8.1"