v0.12.0-alpha.2
·
18 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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
82c71d3release(v0.12.0-alpha.2): prepare release024ce5afix(machine_configuration_apply): mark hash unknown when input is unknown during plan76bd86cfix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities0e717e3fix(talos_machine): guard client_configuration in Update when WO variant is used5292cfffix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)d3ad8c5docs: add Kubernetes upgrade workflow to resource documentation4ca3e23fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026d7c7739release(v0.12.0-alpha.1): prepare release7c725d5fix(on_destroy): use types.Bool to handle unknown values in on_destroy blockc2530a7fix(talos_cluster): add control_plane_nodes to fix HA bootstrap3c258d9fix(talos_machine): fix client_configuration_wo support01464b4release(v0.12.0-alpha.0): prepare releasefbf12d5feat: bump deps23a9efcfeat(talos_cluster): add talos_cluster resource6c38092feat: add talos_machine resource5e7b893chore: disable goconst
Changes since v0.12.0-alpha.1
7 commits
82c71d3release(v0.12.0-alpha.2): prepare release024ce5afix(machine_configuration_apply): mark hash unknown when input is unknown during plan76bd86cfix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities0e717e3fix(talos_machine): guard client_configuration in Update when WO variant is used5292cfffix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)d3ad8c5docs: add Kubernetes upgrade workflow to resource documentation4ca3e23fix(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