Skip to content

Commit b45422f

Browse files
committed
release(v0.10.0-beta.0): prepare release
This is the official v0.10.0-beta.0 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent 11063bc commit b45422f

File tree

2 files changed

+57
-10
lines changed

2 files changed

+57
-10
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,55 @@
1+
## [terraform-provider-talos 0.10.0-beta.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.10.0-beta.0) (2025-11-28)
2+
3+
Welcome to the v0.10.0-beta.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+
### config patches
12+
13+
JSON6502 patches are no longer supported, use strategic patches instead.
14+
15+
16+
### Component Updates
17+
18+
Talos sdk: v1.12.0-beta.0
19+
20+
21+
### Contributors
22+
23+
* Noel Georgi
24+
25+
### Changes
26+
<details><summary>1 commit</summary>
27+
<p>
28+
29+
* [`11063bc`](https://github.com/siderolabs/terraform-provider-talos/commit/11063bc25f97c7abb8ae9ceb099bbc523c8655b8) chore: bump deps
30+
</p>
31+
</details>
32+
33+
### Dependency Changes
34+
35+
* **github.com/hashicorp/terraform-plugin-docs** v0.22.0 -> v0.24.0
36+
* **github.com/hashicorp/terraform-plugin-framework** v1.15.1 -> v1.16.1
37+
* **github.com/hashicorp/terraform-plugin-framework-timeouts** v0.5.0 -> v0.7.0
38+
* **github.com/hashicorp/terraform-plugin-framework-validators** v0.18.0 -> v0.19.0
39+
* **github.com/hashicorp/terraform-plugin-go** v0.28.0 -> v0.29.0
40+
* **github.com/hashicorp/terraform-plugin-log** v0.9.0 -> v0.10.0
41+
* **github.com/hashicorp/terraform-plugin-sdk/v2** v2.37.0 -> v2.38.1
42+
* **github.com/siderolabs/crypto** v0.6.3 -> v0.6.4
43+
* **github.com/siderolabs/gen** v0.8.5 -> v0.8.6
44+
* **github.com/siderolabs/image-factory** v0.8.3 -> v0.9.0
45+
* **github.com/siderolabs/talos** v1.11.0 -> v1.12.0-beta.0
46+
* **github.com/siderolabs/talos/pkg/machinery** v1.11.0 -> v1.12.0-beta.0
47+
* **go.yaml.in/yaml/v4** v4.0.0-rc.3 **_new_**
48+
* **golang.org/x/mod** v0.27.0 -> v0.30.0
49+
* **k8s.io/client-go** v0.34.0 -> v0.35.0-alpha.3
50+
51+
Previous release can be found at [v0.9.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.9.0)
52+
153
## [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)
254

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

hack/release.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,19 @@ project_name = "terraform-provider-talos"
55
github_repo = "siderolabs/terraform-provider-talos"
66
ignore_deps = ["google.golang.org/grpc"]
77

8-
previous = "v0.8.1"
8+
previous = "v0.9.0"
99
pre_release = true
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.12.0-beta.0
1717
"""
1818

19-
[notes.disks_data_source]
20-
title = "talos_machine_disks Data Source"
19+
[notes.config_patches]
20+
title = "config patches"
2121
description = """\
22-
The `talos_machine_disks` data source has been updated to use the better CEL expression language.
23-
The resource attributes and selector have been updated to use the new syntax.
24-
The user would need to update the data source in their configuration to use the new syntax.
25-
The expression syntax is documented in the [CEL documentation](https://www.talos.dev/latest/talos-guides/configuration/disk-management/#disk-selector).
26-
27-
This also brings in consistency with how disks are reported in Talos.
22+
JSON6502 patches are no longer supported, use strategic patches instead.
2823
"""

0 commit comments

Comments
 (0)