Skip to content

Releases: PyratLabs/ansible-role-k3s

v2.8.1

22 Mar 18:02
Compare
Choose a tag to compare

Notable changes

  • #100 - Fixed typo in README.md

Contributors

v2.8.0

14 Mar 16:36
Compare
Choose a tag to compare

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

28 Feb 17:37
Compare
Choose a tag to compare

Notable changes

  • Bugfix, missing become on cluster token check.

v2.7.0

28 Feb 17:22
15141e9
Compare
Choose a tag to compare

Notable changes

  • Cluster init checks added.
  • Tidy up of tasks, failed checks.
  • Possible fix for #93 - force draining of nodes added.

v2.6.1

27 Feb 19:55
Compare
Choose a tag to compare

Notable changes

  • Bugfix: Templating error for single control plane nodes using Etcd.
  • Bugfix: a number of typos fixed.

v2.6.0

16 Feb 19:14
05242ba
Compare
Choose a tag to compare

Notable changes

  • Tidy up of when params and assert 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

31 Jan 12:50
Compare
Choose a tag to compare

Notable changes

  • Bugfix, missing update to minimum ansible version var #91.

v2.5.2

30 Jan 17:59
Compare
Choose a tag to compare

Notable changes

  • Bugfix, missing k3s_start_on_boot to control systemd.enabled added.

v2.5.1

30 Jan 17:42
Compare
Choose a tag to compare

Notable changes

  • Added uninstall task to remove hard-linked files #88
  • Fixed missing become for systemd operations tasks. #89
  • Added k3s_start_on_boot to control systemd.enabled.

v2.5.0

24 Jan 20:00
d4d24ae
Compare
Choose a tag to compare

Notable changes

  • Added support for Ansible >= 2.9.17 #83