Skip to content

Releases: remche/terraform-openstack-rke2

v0.6.0

28 Jan 15:36
Compare
Choose a tag to compare
  • allow custom containerd file (see examples/nvidia-gpu and examples/jupyterhub-gpu)
  • allow to set boot_volume_type
  • allow different boot_volume_* for server and agent

Thanks to @compendius !

v0.5.0

07 Jan 16:35
Compare
Choose a tag to compare

⚠️ rke2_config_file now takes a string containing the configuration. This allow to templated file contents rather than straight yaml file. See examples/blue-green-nodes ⚠️

Thanks to @powellchristoph !

v0.4.1

23 Dec 10:02
Compare
Choose a tag to compare
  • use cluster name for kubeconfig context. Fix #22

v0.4.0

15 Dec 21:15
f5e52f6
Compare
Choose a tag to compare
  • fix server internal ip output
  • fix not so sensitive outputs. fix #21
  • Ignore user data changes. (#24)

v0.3.0

22 Nov 21:01
Compare
Choose a tag to compare

This release brings CentOS 8 compatibility.
Thanks @nicolasjouveamue for debug !

  • use supplied ssh key when scping kubeconfig. fix #18
  • use system_user group for rke2_remote. fix #17
  • remove unused dns_servers from example

v0.2.3

26 Oct 13:24
Compare
Choose a tag to compare

add a way to provide registries.yaml. fix #14

v0.2.2

11 Oct 08:43
41930d5
Compare
Choose a tag to compare
  • Merge pull request #13 from zifeo/fix-volume-boot

v0.2.1

04 Oct 08:14
Compare
Choose a tag to compare
  • config.yaml token issue. fix #8
  • specify matti/resource/shell module version. fix #9

v0.2.0

22 Jun 08:30
Compare
Choose a tag to compare
  • fix agent pool affinity
  • random cluster token
  • fmt and required_providers

v0.1.4

15 Jun 09:19
Compare
Choose a tag to compare
  • add manifests via gz+b64 computed variable