Skip to content

Commit b905597

Browse files
committed
release(v0.2.0-beta.0): prepare release
This is the official v0.2.0-beta.0 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent 606f408 commit b905597

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## [terraform-provider-talos 0.2.0-beta.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-beta.0) (2023-04-18)
2+
3+
Welcome to the v0.2.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+
### Data Sources
12+
13+
`talos_machine_disks` data source is added to list disks on a machine.
14+
15+
16+
### Provider Changes
17+
18+
This version of the provider includes some breaking changes. Make sure to follow the provider upgrade guide at https://registry.terraform.io/providers/siderolabs/talos/latest/docs/guides/version-0.2-upgrade.html
19+
20+
21+
### Component Updates
22+
23+
Talos sdk: v1.4.0-beta.1
24+
25+
26+
### Contributors
27+
28+
* Noel Georgi
29+
30+
### Changes
31+
<details><summary>1 commit</summary>
32+
<p>
33+
34+
* [`606f408`](https://github.com/siderolabs/terraform-provider-talos/commit/606f408dc2acc11dfa231eaad6dc4e79b67f76d9) chore: bump deps
35+
</p>
36+
</details>
37+
38+
### Dependency Changes
39+
40+
* **k8s.io/client-go** v0.27.0 -> v0.27.1
41+
42+
Previous release can be found at [v0.2.0-alpha.2](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-alpha.2)
43+
144
## [terraform-provider-talos 0.2.0-alpha.2](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-alpha.2) (2023-04-14)
245

346
Welcome to the v0.2.0-alpha.2 release of terraform-provider-talos!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "terraform-provider-talos"
55
github_repo = "siderolabs/terraform-provider-talos"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
previous = "v0.2.0-alpha.1"
8+
previous = "v0.2.0-alpha.2"
99
pre_release = true
1010

1111
[notes]

0 commit comments

Comments
 (0)