Skip to content

Releases: PyratLabs/ansible-role-k3s

v3.6.2

16 Nov 17:24
6d84a37

Choose a tag to compare

What's Changed

  • Fix directory default mode by @tlnd in #248

New Contributors

  • @tlnd made their first contribution in #248

Full Changelog: v3.6.1...v3.6.2

v3.6.1

27 Sep 19:12
a3f9fc5

Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.6.1

v3.6.0

21 Sep 19:11
61474bd

Choose a tag to compare

What's Changed

  • Document netaddr dependency by @ToroNZ in #243
  • Allow cpu and memory limit for k3s service by @hypery2k in #244
  • Update when statements to fix errors with ansible-core 2.19 type checks by @david-igou in #242

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

14 Jul 12:18
d0b38da

Choose a tag to compare

What's Changed

  • add k3s_service_exec_start_pre_vars for the k3s service by @longns1 in #226
  • Fix node registration ip on dual stack by @logan2211 in #230
  • Check for cgroup v2 controllers by @ToroNZ in #233
  • ci: fix tests, update workflow deps and tested platforms by @onedr0p in #238
  • use k3s_install_dir instead of hardcoded /usr/local/bin path to install k3s-killall.sh and k3s-uninstall.sh by @matteyeux in #235

New Contributors

Full Changelog: v3.4.4...v3.5.0

v3.4.4

26 Jan 20:16
19c24bd

Choose a tag to compare

What's Changed

  • Containerd registries config not live by @sm-gravid-day in #222
  • kubectl commands on node must use short name by @fragpit in #220
  • Add scan for running control nodes when choosing primary control node by @paradon in #219

New Contributors

Full Changelog: v3.4.3...v3.4.4

v3.4.3

09 Dec 14:05
6b25876

Choose a tag to compare

What's Changed

  • add support for experimental option "prefer-bundled-bin" by @matteyeux in #214
  • Compare kubectl get nodes with ansible_hostname, not ansible_fqdn/i… by @fragpit in #212
  • Update k3s killall and uninstall scripts by @onedr0p in #217

New Contributors

Full Changelog: v3.4.2...v3.4.3

v3.4.2

17 Jun 10:42
37cca2e

Choose a tag to compare

What's Changed

  • fix: static pods should be deployed to all control nodes by @onedr0p in #207
  • Create registries.yaml if k3s_registries.mirrors or k3s_registries.configs are not None by @matteyeux in #208

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

17 May 20:12
4463502

Choose a tag to compare

What's Changed

  • Fix(tests): Resolve Ansible Lint warnings and fix Molecule tests on GitHub Actions by @dbrennand in #202

Full Changelog: v3.4.0...v3.4.1

v3.4.0

17 May 20:11
0cc1e48

Choose a tag to compare

What's Changed

  • Refactor/remove-secret-encryption-experimental by @dbrennand in #201

Full Changelog: v3.3.1...v3.4.0

v3.3.1

15 Nov 17:53
13db5d2

Choose a tag to compare

Notable changes

  • fix: length indentation in registry.yaml