Releases: lablabs/ansible-role-rke2
Releases · lablabs/ansible-role-rke2
1.40.3
1.40.2
1.40.1
What's changed
Bug Fixes
- Revert "Add validation to YAML templates #305" as it introduced an unwanted dependency (PyYAML pip package) on Kubernetes nodes. , by @MonolithProjects (#309)
1.40.0
What's changed
Features
- Add validation to yaml templates, by @simonfelding (#305)
Bug Fixes
- Allow registry mirror without endpoint. Add nice indentation and output, by @simonfelding (#307)
- Update config.yaml.j2, by @webpav (#306)
1.39.0
What's changed
Features
- Added option to configure KubeletConfiguration, by @lukapetrovic-git (#297)
Fixes
- Prevent version skews when upgrading cluster (make sure the control-plane nodes are upgraded before the worker nodes) , by @ludwighansson (#299)