Skip to content

Releases: hcloud-talos/terraform-hcloud-talos

v2.4.1

30 May 13:52
5a0afb4
Compare
Choose a tag to compare

2.4.1 (2024-05-30)

🔙 Reverts

  • Revert "fix(talos): disable forwardKubeDNSToHost until talos 1.7.3" (5a0afb4)

📦‍ Dependencies

  • deps: Update talos to 1.7.3 (41a3166)

v2.4.0

28 May 17:10
Compare
Choose a tag to compare

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

27 May 22:47
f9b55bf
Compare
Choose a tag to compare

2.3.1 (2024-05-27)

🐛 Bug Fixes

  • talos: API access can only be enabled on control plane (f9b55bf)

v2.3.0

27 May 22:04
Compare
Choose a tag to compare

2.3.0 (2024-05-27)

⚠ BREAKING CHANGES

  • talos: Set talos_version in talos_machine_secrets and do not use a default value

✨ Features

  • talos: enable features: hostDNS, forwardKubeDNSToHost and resolveMemberNames (5f92040)
  • talos: Use hostDNS (5c4e084)

🐛 Bug Fixes

📦‍ Dependencies

  • deps: pin kubectl terraform module (8679141)
  • deps: Update hcloud terraform module to 1.47.0 and pin it (dd34574)
  • deps: Update talos terraform module to 0.5.0 (cf9b303)
  • deps: Update talos to 1.7.2 (d820b35)

v2.2.0

27 May 19:31
Compare
Choose a tag to compare

2.2.0 (2024-05-27)

✨ Features

  • Allows specifying the Kubernetes version (204e2b5)

v2.1.1

27 May 14:02
0ecd658
Compare
Choose a tag to compare

2.1.1 (2024-05-27)

📦‍ Dependencies

  • deps: Update talos to 1.7.2 (0ecd658)

v2.1.0

27 May 13:53
f94ebdf
Compare
Choose a tag to compare

2.1.0 (2024-05-27)

✨ Features

  • terraform: Add talos_client_configuration output (f94ebdf)

v2.0.0

22 May 22:34
Compare
Choose a tag to compare

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

22 May 13:02
Compare
Choose a tag to compare

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)

v1.15.0

20 May 17:48
Compare
Choose a tag to compare

1.15.0 (2024-05-20)

✨ Features

  • Adds cluster_name as optional prefix for hcloud resources (06ba8f3)