Skip to content

Commit 47293c7

Browse files
committed
release(0.3.2): prepare release
This is the official 0.3.2 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent 90ba5ad commit 47293c7

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [terraform-provider-talos 0.3.2](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.2) (2023-08-28)
2+
3+
Welcome to the 0.3.2 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+
### Contributors
11+
12+
* Noel Georgi
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`90ba5ad`](https://github.com/siderolabs/terraform-provider-talos/commit/90ba5ad802e4f4c616a4e99caeec2ccf697db0eb) fix: node/endpoint were swapped for some resources.
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v0.3.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.1)
27+
128
## [terraform-provider-talos 0.3.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.1) (2023-08-24)
229

330
Welcome to the 0.3.1 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.3.0"
8+
previous = "v0.3.1"
99
pre_release = false
1010

1111
[notes]

0 commit comments

Comments
 (0)