Skip to content

Commit d61df74

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

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [terraform-provider-talos 0.3.4](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.4) (2023-10-04)
2+
3+
Welcome to the v0.3.4 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+
* Rui Lopes
14+
15+
### Changes
16+
<details><summary>2 commits</summary>
17+
<p>
18+
19+
* [`ea85648`](https://github.com/siderolabs/terraform-provider-talos/commit/ea85648a328a526f5a106c89941ab4809366edc0) chore: rever gh actions change from fbb371c
20+
* [`fbb371c`](https://github.com/siderolabs/terraform-provider-talos/commit/fbb371c8f596799b64b1cdc8b78e2de2b24dab45) fix: talos_version nil parsing
21+
</p>
22+
</details>
23+
24+
### Dependency Changes
25+
26+
This release has no dependency changes
27+
28+
Previous release can be found at [v0.3.3](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.3)
29+
130
## [terraform-provider-talos 0.3.3](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.3) (2023-09-07)
231

332
Welcome to the v0.3.3 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.2"
8+
previous = "v0.3.3"
99
pre_release = false
1010

1111
[notes]

0 commit comments

Comments
 (0)