Releases: hcloud-talos/terraform-hcloud-talos
Releases · hcloud-talos/terraform-hcloud-talos
v2.4.1
v2.4.0
2.4.0 (2024-05-28)
✨ Features
- talos: Apparently the explicit interface configuration is no longer needed (01c0501)
🐛 Bug Fixes
- talos: Add some required kubespan parameters (8ec39b1)
- talos: disable forwardKubeDNSToHost until talos 1.7.3 (6442494)
🔙 Reverts
- Revert "docs(talos):
enable_kube_span
is working" (fcbe230)
v2.3.1
v2.3.0
2.3.0 (2024-05-27)
⚠ BREAKING CHANGES
- talos: Set
talos_version
intalos_machine_secrets
and do not use a default value
✨ Features
- talos: enable features: hostDNS, forwardKubeDNSToHost and resolveMemberNames (5f92040)
- talos: Use hostDNS (5c4e084)
🐛 Bug Fixes
- talos: Add missing certSANs in worker machine config (26a7280)
- talos: Explicitly specify the siderolabs/installer version (05ec67d), closes /github.com/siderolabs/terraform-provider-talos/issues/157#issuecomment-2047715631
- talos: Remove duplicate certSANs (9a40b5f)
- talos: Set
talos_version
intalos_machine_secrets
and do not use a default value (d5ea8bc)
📦 Dependencies
v2.2.0
v2.1.1
v2.1.0
v2.0.0
2.0.0 (2024-05-22)
⚠ BREAKING CHANGES
- talos: Use
moved
to migrate.
refactor
- talos: Use names in patches instead of indexes (b4538e8)
You can use moved
blocks to migrate the servers:
e.g.:
moved {
from = module.talos.hcloud_server.control_planes[0]
to = module.talos.hcloud_server.control_planes["control-plane-1"]
}
moved {
from = module.talos.hcloud_server.workers[0]
to = module.talos.hcloud_server.workers["worker-1"]
}
v1.16.0
1.16.0 (2024-05-22)
✨ Features
- talos: Possibility to set additional sysctls (ba5e584)
- terraform-cilium: Possibility to set cilium values file (d20eaf4)
- terraform-cilium: Possibility to set the cilium version (2e8ae5a)
- terraform-hccm: Possibility to set the hcloud-cloud-controller-manager version (5181f92)
- terraform: Replace machine_config example outputs with full list (044e10f)
🐛 Bug Fixes
- server: Ignore user_data and image changes. (4e8316c)
📦 Dependencies
- deps: Update cilium to 1.15.5 (f9efcc7)