Skip to content

Releases: lablabs/ansible-role-rke2

1.22.0

03 May 06:17
881ffa7
Compare
Choose a tag to compare

What's changed

Features

  • Provide option to disable kube-proxy, by @schinmai-akamai (#141)
  • Add ability for RKE2 server to listen on private IP address, by @erikfuego (#140)

1.21.0

06 Apr 09:54
4af9032
Compare
Choose a tag to compare

What's changed

Features

  • Ability to restore etcd backup from s3, by @schinmai-akamai (#138)

1.20.1

23 Mar 17:48
c75a8d6
Compare
Choose a tag to compare

What's changed

Bug Fixes

  • Fix etcd-backup restore, by @schinmai-akamai (#137)

1.20.0

06 Mar 19:36
c6e0ec9
Compare
Choose a tag to compare

What's changed

Features

  • Support setting agent token, by @viq (#132)

Bug Fixes

1.19.1

29 Jan 20:55
dc6d426
Compare
Choose a tag to compare

What's changed

Bug Fixes

  • Fix error when config_file_is_change is not defined, by @sestegra (#130)

1.19.0

29 Dec 21:45
ff23dfd
Compare
Choose a tag to compare

What's changed

Features

  • Remove option taints because it affects core services and other apps in k8s, by @DungT9x (#123)
  • Replace copy module with the template, by @hamatuni (#124)
  • Extended #123 change and removed rke2_server_taint and node_taints variables, by @MonolithProjects (#126)

Breaking change

  • #126 change removed variables rke2_server_taint, node_taints and added variables rke2_server_node_taints, rke2_server_node_taints using which you can set node taints for server and agent nodes.
  • If you had previously set the variable rke2_server_taint: true (this would add CriticalAddonsOnly=true:NoExecute taint to the server nodes), you should now add this taint to rke2_server_node_taints.
    rke2_server_node_taints:
        - 'CriticalAddonsOnly=true:NoExecute'

1.18.1

06 Dec 09:05
8276a51
Compare
Choose a tag to compare

What's changed

Bug Fixes

  • Flush handlers after configuring sysctl, by @danragnar (#120)
  • Fill in the missing "/" when download RKE2 artifacts, by @bobdxiao (#119)

1.18.0

05 Nov 00:06
45eb2b3
Compare
Choose a tag to compare

What's changed

Features

1.17.1

25 Oct 20:50
704e3e2
Compare
Choose a tag to compare

What's changed

  • version bump for kube-vip and kube-vip-cloud-provider, by @ThoanNV (#111)

1.17.0

20 Oct 14:04
Compare
Choose a tag to compare

What's changed

Features