Skip to content

Commit a1b7a38

Browse files
committed
release(v0.2.0-alpha.1): prepare release
This is the official v0.2.0-alpha.1 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent 96aeedd commit a1b7a38

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [terraform-provider-talos 0.2.0-alpha.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-alpha.1) (2023-04-12)
2+
3+
Welcome to the v0.2.0-alpha.1 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+
### Provider Changes
12+
13+
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
14+
15+
16+
### Component Updates
17+
18+
Talos sdk: v1.4.0-beta.1
19+
20+
21+
### Contributors
22+
23+
* Noel Georgi
24+
25+
### Changes
26+
<details><summary>1 commit</summary>
27+
<p>
28+
29+
* [`96aeedd`](https://github.com/siderolabs/terraform-provider-talos/commit/96aeedd4bca46ced42bc98220e809940b773ce5d) docs: fix rendering of website
30+
</p>
31+
</details>
32+
33+
### Dependency Changes
34+
35+
* **github.com/siderolabs/talos/pkg/machinery** v1.4.0-beta.0 -> v1.4.0-beta.1
36+
37+
Previous release can be found at [v0.2.0-alpha.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-alpha.0)
38+
39+
140
## [terraform-provider-talos 0.2.0-alpha.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-alpha.0) (2023-04-10)
241

342
Welcome to the v0.2.0-alpha.0 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.1.0-alpha.0"
8+
previous = "v0.2.0-alpha.0"
99
pre_release = true
1010

1111
[notes]

0 commit comments

Comments
 (0)