Releases: nimbolus/tf-k3s
Releases · nimbolus/tf-k3s
v4.4.0
What's Changed
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
v4.2.5
v4.2.4
v4.2.3
v4.2.2
v4.2.1
v4.2.0
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]"