Skip to content

Commit c05c018

Browse files
committed
release(v0.9.0): prepare release
This is the official v0.9.0 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent a3e7110 commit c05c018

File tree

2 files changed

+77
-2
lines changed

2 files changed

+77
-2
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,78 @@
1+
## [terraform-provider-talos 0.9.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.9.0) (2025-09-01)
2+
3+
Welcome to the v0.9.0 release of terraform-provider-talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/terraform-provider-talos/issues.
9+
10+
### talos_machine_disks Data Source
11+
12+
The `talos_machine_disks` data source has been updated to use the better CEL expression language.
13+
The resource attributes and selector have been updated to use the new syntax.
14+
The user would need to update the data source in their configuration to use the new syntax.
15+
The expression syntax is documented in the [CEL documentation](https://www.talos.dev/latest/talos-guides/configuration/disk-management/#disk-selector).
16+
17+
This also brings in consistency with how disks are reported in Talos.
18+
19+
20+
### Component Updates
21+
22+
Talos sdk: v1.11.0
23+
24+
25+
### Contributors
26+
27+
* Noel Georgi
28+
* Halvdan Hoem Grelland
29+
* obvionaoe
30+
31+
### Changes
32+
<details><summary>10 commits</summary>
33+
<p>
34+
35+
* [`a3e7110`](https://github.com/siderolabs/terraform-provider-talos/commit/a3e7110d16dbe2640ff6a62a2ee7aa685d8eed04) chore: bump deps
36+
* [`b794375`](https://github.com/siderolabs/terraform-provider-talos/commit/b794375c45ed17c20b7bfda5ce9bddece31e6b60) feat: bump deps
37+
* [`ae5d735`](https://github.com/siderolabs/terraform-provider-talos/commit/ae5d7353a373e398f575972ea801faba39c7d87d) release(v0.9.0-alpha.0): prepare release
38+
* [`4016c0c`](https://github.com/siderolabs/terraform-provider-talos/commit/4016c0cc890585c6343829b99d23a22c4fb4bb42) fix: secureboot installer urls for non-metal platform
39+
* [`34f3f1e`](https://github.com/siderolabs/terraform-provider-talos/commit/34f3f1e74a5e7b65cc82a5c46b5929fbde530790) chore: simplify disk selector code
40+
* [`93070aa`](https://github.com/siderolabs/terraform-provider-talos/commit/93070aaa166aa2ba81a3322bac2de4b9ef927319) feat: use CEL expression filters for `talos_machine_disks`
41+
* [`f70e10e`](https://github.com/siderolabs/terraform-provider-talos/commit/f70e10e97d81a1b211c7d09dd3b04156ece70d1a) fix: allow talos_version to be used without a `v` prefix
42+
* [`fa8002d`](https://github.com/siderolabs/terraform-provider-talos/commit/fa8002d47d35c558ae810e50f6ed0beaa759454a) chore: bump deps
43+
* [`e76002d`](https://github.com/siderolabs/terraform-provider-talos/commit/e76002d6bf47b39d474cc5bc01c0b919afb20046) fix: factory installer urls
44+
* [`44eec1c`](https://github.com/siderolabs/terraform-provider-talos/commit/44eec1cc87eeae3d5eaaf45ea742807eea32367a) fix: image factory examples and docs
45+
</p>
46+
</details>
47+
48+
### Changes since v0.9.0-alpha.0
49+
<details><summary>2 commits</summary>
50+
<p>
51+
52+
* [`a3e7110`](https://github.com/siderolabs/terraform-provider-talos/commit/a3e7110d16dbe2640ff6a62a2ee7aa685d8eed04) chore: bump deps
53+
* [`b794375`](https://github.com/siderolabs/terraform-provider-talos/commit/b794375c45ed17c20b7bfda5ce9bddece31e6b60) feat: bump deps
54+
</p>
55+
</details>
56+
57+
### Dependency Changes
58+
59+
* **github.com/hashicorp/terraform-plugin-docs** v0.21.0 -> v0.22.0
60+
* **github.com/hashicorp/terraform-plugin-framework** v1.14.1 -> v1.15.1
61+
* **github.com/hashicorp/terraform-plugin-framework-validators** v0.17.0 -> v0.18.0
62+
* **github.com/hashicorp/terraform-plugin-go** v0.26.0 -> v0.28.0
63+
* **github.com/hashicorp/terraform-plugin-sdk/v2** v2.36.1 -> v2.37.0
64+
* **github.com/hashicorp/terraform-plugin-testing** v1.12.0 -> v1.13.3
65+
* **github.com/siderolabs/crypto** v0.5.1 -> v0.6.3
66+
* **github.com/siderolabs/gen** v0.8.0 -> v0.8.5
67+
* **github.com/siderolabs/image-factory** v0.6.9 -> v0.8.3
68+
* **github.com/siderolabs/talos** v1.10.0 -> v1.11.0
69+
* **github.com/siderolabs/talos/pkg/machinery** v1.10.0 -> v1.11.0
70+
* **github.com/stretchr/testify** v1.10.0 -> v1.11.1
71+
* **golang.org/x/mod** v0.24.0 -> v0.27.0
72+
* **k8s.io/client-go** v0.33.0 -> v0.34.0
73+
74+
Previous release can be found at [v0.8.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.8.1)
75+
176
## [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)
277

378
Welcome to the v0.9.0-alpha.0 release of terraform-provider-talos!

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ github_repo = "siderolabs/terraform-provider-talos"
66
ignore_deps = ["google.golang.org/grpc"]
77

88
previous = "v0.8.1"
9-
pre_release = true
9+
pre_release = false
1010

1111
[notes]
1212

1313
[notes.updates]
1414
title = "Component Updates"
1515
description = """\
16-
Talos sdk: v1.11.0-alpha.0
16+
Talos sdk: v1.11.0
1717
"""
1818

1919
[notes.disks_data_source]

0 commit comments

Comments
 (0)