Skip to content

Releases: lablabs/ansible-role-rke2

1.36.1

17 Aug 21:04
dc23a2f

Choose a tag to compare

What's changed

Bug Fixes

1.36.0

25 Jul 19:45
6535b05

Choose a tag to compare

What's changed

Bug Fixes

  • Don't fail due to missing versions in Ansible check mode., by @eliasp (#239)

Features

  • Add options to set custom network CIDRs, by @tregad (#240)

Important

If you edited cluster-cidr and service-cidr in config.yaml in your cluster, align it with new role variables rke2_cluster_cidr and rke2_service_cidr.

1.35.0

13 Jun 07:41
a5c0c6c

Choose a tag to compare

What's changed

Features

1.34.1

05 Jun 18:08
3be4b64

Choose a tag to compare

What's changed

Bug Fixes

  • fix: Include ingress-nginx.yml only if rke2_ingress_nginx_values is not empty, by @MonolithProjects (#224)

1.34.0

29 May 05:40
0aaaf7a

Choose a tag to compare

What's changed

Features

  • Allow configuration of nginx ingress controller, by @mueller-ma (#216)
    BREAKING CHANGE: If you are using rke2_custom_manifests variable to create custom ingress manifest,
    please use release 1.34.1 or migrate your setup to rke2_ingress_nginx_values variable.

Bug Fixes

Documentation

1.33.1

14 May 05:47
56be8d5

Choose a tag to compare

What's changed

Bug Fixes

1.33.0

22 Apr 15:03
457b145

Choose a tag to compare

What's changed

Features

  • Add option for custom rke2_node_name, by @hoo29 (#211)

1.32.1

11 Apr 08:55
232adc3

Choose a tag to compare

What's changed

Bug Fixes

1.32.0

05 Apr 16:04
dbe86a0

Choose a tag to compare

What's changed

Features

Bug Fixes

  • configuration of kube-vip per-service leader election, by @unlimitedt (#210)
  • daemonset - use same hostAlias strategy as static pods, by @Apsu (#209)
  • active_server for multi-cluster deployments, by @eliasp (#205)

1.31.0

29 Feb 21:41
96494c7

Choose a tag to compare

What's changed

Features

Bug Fixes

  • bug: wrong variable type for containerPort, by @koseb9 (#201)