terraform-provider-talos 0.9.0 (2025-09-01)
Welcome to the v0.9.0 release of terraform-provider-talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.
talos_machine_disks Data Source
The talos_machine_disks data source has been updated to use the better CEL expression language.
The resource attributes and selector have been updated to use the new syntax.
The user would need to update the data source in their configuration to use the new syntax.
The expression syntax is documented in the CEL documentation.
This also brings in consistency with how disks are reported in Talos.
Component Updates
Talos sdk: v1.11.0
Contributors
- Noel Georgi
- Halvdan Hoem Grelland
- obvionaoe
Changes
11 commits
c05c018release(v0.9.0): prepare releasea3e7110chore: bump depsb794375feat: bump depsae5d735release(v0.9.0-alpha.0): prepare release4016c0cfix: secureboot installer urls for non-metal platform34f3f1echore: simplify disk selector code93070aafeat: use CEL expression filters fortalos_machine_disksf70e10efix: allow talos_version to be used without avprefixfa8002dchore: bump depse76002dfix: factory installer urls44eec1cfix: image factory examples and docs
Changes since v0.9.0-alpha.0
Dependency Changes
- github.com/hashicorp/terraform-plugin-docs v0.21.0 -> v0.22.0
- github.com/hashicorp/terraform-plugin-framework v1.14.1 -> v1.15.1
- github.com/hashicorp/terraform-plugin-framework-validators v0.17.0 -> v0.18.0
- github.com/hashicorp/terraform-plugin-go v0.26.0 -> v0.28.0
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 -> v2.37.0
- github.com/hashicorp/terraform-plugin-testing v1.12.0 -> v1.13.3
- github.com/siderolabs/crypto v0.5.1 -> v0.6.3
- github.com/siderolabs/gen v0.8.0 -> v0.8.5
- github.com/siderolabs/image-factory v0.6.9 -> v0.8.3
- github.com/siderolabs/talos v1.10.0 -> v1.11.0
- github.com/siderolabs/talos/pkg/machinery v1.10.0 -> v1.11.0
- github.com/stretchr/testify v1.10.0 -> v1.11.1
- golang.org/x/mod v0.24.0 -> v0.27.0
- k8s.io/client-go v0.33.0 -> v0.34.0
Previous release can be found at v0.8.1