From 894dbaf438eeae47d2854b343a8e7032943037ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mo=C5=BCe=20Ba=C5=82tyk?= <35733045+MozeBaltyk@users.noreply.github.com> Date: Thu, 23 May 2024 15:49:29 +0200 Subject: [PATCH] Release 1.0.3 (#39) (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # CHANGELOG.md ## 1.0.3 (2024-05-23) ### Versions - rke2 version: 1.27.12 - kube-vip: 0.8.0 - cert-manager version: 1.14.1 - rancher version: 2.8.1 - longhorn version: 1.6.0 - neuvector version: 2.7.2 ### Features ✨ - [x] Install RKE2 one controler and several workers (currently no HA): - [x] Add nerdctl. - [x] Setup an admin on master node (kuberoot). - [x] Deploy local registry and images loaded inside. - [x] Setup firewalld rules if needed. - [x] Make "master_ip" and "domain" parametrable. - [x] Deploy longhorn with custom datapath. - [x] Deploy Rancher with custom password. - [x] Deploy Neuvector. - [x] Script to containerize in an Execution-Env. - [x] Script to uninstall everything - [x] More install customization and options - [x] Improve collection to run as true collection - [x] CI workflows - [x] Quickstart script Use case: - [x] airgap - [x] non-airgap - [x] standalone - [x] one-master-and-x-workers - [ ] masters-HA 🚧 - [ ] update/upgrade 🚧 - [ ] change-config 🚧 ### Fix 🩹 - Firewalld conditions to apply only when running. - Correct names and tasks order. ### Bugfix 🐞 - Correct scripts for prerequisites. ### Security 🔒️ - Branch protect - Github Workflows to release and lint. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>