File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 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
332Welcome to the v0.3.3 release of terraform-provider-talos!
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project_name = "terraform-provider-talos"
55github_repo = " siderolabs/terraform-provider-talos"
66match_deps = " ^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77
8- previous = " v0.3.2 "
8+ previous = " v0.3.3 "
99pre_release = false
1010
1111[notes ]
You can’t perform that action at this time.
0 commit comments