|
| 1 | +## [terraform-provider-talos 0.9.0-alpha.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.9.0-alpha.0) (2025-05-19) |
| 2 | + |
| 3 | +Welcome to the v0.9.0-alpha.0 release of terraform-provider-talos! |
| 4 | +*This is a pre-release of terraform-provider-talos* |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | +Please try out the release binaries and report any issues at |
| 9 | +https://github.com/siderolabs/terraform-provider-talos/issues. |
| 10 | + |
| 11 | +### talos_machine_disks Data Source |
| 12 | + |
| 13 | +The `talos_machine_disks` data source has been updated to use the better CEL expression language. |
| 14 | +The resource attributes and selector have been updated to use the new syntax. |
| 15 | +The user would need to update the data source in their configuration to use the new syntax. |
| 16 | +The expression syntax is documented in the [CEL documentation](https://www.talos.dev/latest/talos-guides/configuration/disk-management/#disk-selector). |
| 17 | + |
| 18 | +This also brings in consistency with how disks are reported in Talos. |
| 19 | + |
| 20 | + |
| 21 | +### Component Updates |
| 22 | + |
| 23 | +Talos sdk: v1.11.0-alpha.0 |
| 24 | + |
| 25 | + |
| 26 | +### Contributors |
| 27 | + |
| 28 | +* Noel Georgi |
| 29 | +* Halvdan Hoem Grelland |
| 30 | +* obvionaoe |
| 31 | + |
| 32 | +### Changes |
| 33 | +<details><summary>7 commits</summary> |
| 34 | +<p> |
| 35 | + |
| 36 | +* [`4016c0c`](https://github.com/siderolabs/terraform-provider-talos/commit/4016c0cc890585c6343829b99d23a22c4fb4bb42) fix: secureboot installer urls for non-metal platform |
| 37 | +* [`34f3f1e`](https://github.com/siderolabs/terraform-provider-talos/commit/34f3f1e74a5e7b65cc82a5c46b5929fbde530790) chore: simplify disk selector code |
| 38 | +* [`93070aa`](https://github.com/siderolabs/terraform-provider-talos/commit/93070aaa166aa2ba81a3322bac2de4b9ef927319) feat: use CEL expression filters for `talos_machine_disks` |
| 39 | +* [`f70e10e`](https://github.com/siderolabs/terraform-provider-talos/commit/f70e10e97d81a1b211c7d09dd3b04156ece70d1a) fix: allow talos_version to be used without a `v` prefix |
| 40 | +* [`fa8002d`](https://github.com/siderolabs/terraform-provider-talos/commit/fa8002d47d35c558ae810e50f6ed0beaa759454a) chore: bump deps |
| 41 | +* [`e76002d`](https://github.com/siderolabs/terraform-provider-talos/commit/e76002d6bf47b39d474cc5bc01c0b919afb20046) fix: factory installer urls |
| 42 | +* [`44eec1c`](https://github.com/siderolabs/terraform-provider-talos/commit/44eec1cc87eeae3d5eaaf45ea742807eea32367a) fix: image factory examples and docs |
| 43 | +</p> |
| 44 | +</details> |
| 45 | + |
| 46 | +### Dependency Changes |
| 47 | + |
| 48 | +* **github.com/hashicorp/terraform-plugin-framework-validators** v0.17.0 -> v0.18.0 |
| 49 | +* **github.com/siderolabs/gen** v0.8.0 -> v0.8.1 |
| 50 | +* **github.com/siderolabs/image-factory** v0.6.9 -> v0.7.0 |
| 51 | +* **github.com/siderolabs/talos** v1.10.0 -> v1.11.0-alpha.0 |
| 52 | +* **github.com/siderolabs/talos/pkg/machinery** v1.10.0 -> v1.11.0-alpha.0 |
| 53 | + |
| 54 | +Previous release can be found at [v0.8.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.8.1) |
| 55 | + |
1 | 56 | ## [terraform-provider-talos 0.8.0-alpha.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.8.0-alpha.0) (2025-04-18) |
2 | 57 |
|
3 | 58 | Welcome to the v0.8.0-alpha.0 release of terraform-provider-talos! |
|
0 commit comments