Skip to content

Releases: nimbolus/tf-k3s

v4.4.0

26 Nov 22:28
v4.4.0
e92ae86
Compare
Choose a tag to compare

What's Changed

  • feat: manage allowed-address-pairs optionally by @tobikris in #25

Upgrade Notes

You can now ignore the allowed-address-pairs and let CCM manage them automatically.

If you manage allowed-address-pairs manually, after this PR you need to do

moved {
  from = module.X.openstack_networking_port_v2.mgmt
  to   = module.X.openstack_networking_port_v2.mgmt_with_allowed_address_pairs.0
}

Full Changelog: v4.3.0...v4.4.0

v4.3.0

25 Nov 18:26
v4.3.0
edcf09b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.5...v4.3.0

v4.2.5

13 Jul 13:48
70b431d
Compare
Choose a tag to compare

What's Changed

  • allow setting allowed address cidrs for port by @lu1as in #21

Full Changelog: v4.2.4...v4.2.5

v4.2.4

22 Jun 16:04
e40c8ce
Compare
Choose a tag to compare

What's Changed

  • fix containerd obsolete symlink creation and migration path by @lu1as in #20

Full Changelog: v4.2.3...v4.2.4

v4.2.3

04 May 11:32
f800460
Compare
Choose a tag to compare

What's Changed

  • add k3s_install_url variable by @lu1as in #19

Full Changelog: v4.2.2...v4.2.3

v4.2.2

04 May 11:26
f30007c
Compare
Choose a tag to compare

What's Changed

  • fix exclude containerd directory from persistence by @lu1as in #17
  • fix mount data volume by label by @lu1as in #18

Full Changelog: v4.2.1...v4.2.2

v4.2.1

24 Mar 15:20
543f930
Compare
Choose a tag to compare

Fixed:

  • wait for cloud-init to initialize network stack before starting k3s installation

v4.2.0

19 Mar 12:51
4634dd8
Compare
Choose a tag to compare

Added:

  • support SCSI bus support for OpenStack
  • add k3s channel variable
  • allow using ephemeral data disk instead of cinder volume

Upgrade notes:
Since the Cinder data volume is optional now the existing Terraform resource needs to be moved to a resource array:

terraform state mv "module.cluster_master1.openstack_blockstorage_volume_v3.data" "module.cluster_master1.openstack_blockstorage_volume_v3.data[0]"

v4.1.3

21 Jan 17:33
d1c5ba4
Compare
Choose a tag to compare

Added:

  • OpenStack SCSI bus support

v4.1.2

13 Dec 15:57
8a4475b
Compare
Choose a tag to compare

Fixes:

  • notice when instance image got updated by another entity and is already up-to-date