Skip to content

v0.12.0-alpha.2

Choose a tag to compare

@github-actions github-actions released this 05 Jun 08:57
· 18 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.12.0-alpha.2
82c71d3

terraform-provider-talos 0.12.0-alpha.2 (2026-06-05)

Welcome to the v0.12.0-alpha.2 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos

Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

new resources

New talos_machine and talos_cluster resources are added, please see docs.

Component Updates

Talos sdk: v1.14.0-alpha.0

Contributors

  • Mickaël Canévet
  • Noel Georgi

Changes

16 commits

  • 82c71d3 release(v0.12.0-alpha.2): prepare release
  • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
  • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
  • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
  • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
  • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
  • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
  • d7c7739 release(v0.12.0-alpha.1): prepare release
  • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
  • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
  • 3c258d9 fix(talos_machine): fix client_configuration_wo support
  • 01464b4 release(v0.12.0-alpha.0): prepare release
  • fbf12d5 feat: bump deps
  • 23a9efc feat(talos_cluster): add talos_cluster resource
  • 6c38092 feat: add talos_machine resource
  • 5e7b893 chore: disable goconst

Changes since v0.12.0-alpha.1

7 commits

  • 82c71d3 release(v0.12.0-alpha.2): prepare release
  • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
  • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
  • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
  • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
  • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
  • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026

Dependency Changes

  • github.com/cosi-project/runtime v1.16.0 new
  • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
  • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
  • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
  • github.com/siderolabs/go-kubernetes v0.2.37 new
  • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
  • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
  • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
  • golang.org/x/crypto v0.50.0 -> v0.51.0
  • golang.org/x/mod v0.35.0 -> v0.36.0
  • k8s.io/client-go v0.35.4 -> v0.36.1

Previous release can be found at v0.11.0