Skip to content

Releases: zifeo/terraform-openstack-rke2

v2.0.1

24 Apr 22:08
c25aa62
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

23 Apr 21:18
83015f3
Compare
Choose a tag to compare

This release brings better defaults for high-availability.

What's Changed

  • feat: HA tweaks by @zifeo in #9
  • breaking: data persistence of the server node is only enable when there is a single server (see below)

How to upgrade

Perform a node per node restart (see README), and check the terraform plan. You may need to manually delete the node in OpenStack as all the volumes will be recreated. In case of single server setup, you will need to make a backup and restore. In any case, having a backup is always advised.

Support for multiple SSH keys has also been added. See corresponding terraform warning when applying.

Full Changelog: v1.2.0...v2.0.0

v1.2.0

16 Mar 20:41
446b6f7
Compare
Choose a tag to compare
  • move snapshot controller to native rke2 (you will have to delete the helm chart releases and remove the CRD)
  • enable ssh between servers
  • document the version used and the relative bumps

Full Changelog: v1.1.2...v1.2.0