Releases: PyratLabs/ansible-role-k3s
Releases · PyratLabs/ansible-role-k3s
v2.8.1
v2.8.0
Happy π day!
Notable changes
- Updated GitHub Actions, resolved linting errors.
- Renamed
k3s_control_node_address
->k3s_registration_address
Breaking changes
- A task has been added to rename
k3s_control_node_address
to
k3s_registration_address
for any users still using this variable name,
however this might still break something.
v2.7.1
Notable changes
- Bugfix, missing become on cluster token check.
v2.7.0
v2.6.1
Notable changes
- Bugfix: Templating error for single control plane nodes using Etcd.
- Bugfix: a number of typos fixed.
v2.6.0
Notable changes
- Tidy up of
when
params andassert
tasks to be more readable. - Added feature to tweak K3S service dependencies.
- Updated documentation:
- Node labels and component arguments
- systemd config
- Use alternate CNI (Calico example)
v2.5.3
v2.5.2
Notable changes
- Bugfix, missing
k3s_start_on_boot
to controlsystemd.enabled
added.