Skip to content

Commit

Permalink
release(v0.3.4): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.3.4 release.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Oct 4, 2023
1 parent ea85648 commit d61df74
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [terraform-provider-talos 0.3.4](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.4) (2023-10-04)

Welcome to the v0.3.4 release of terraform-provider-talos!



Please try out the release binaries and report any issues at
https://github.com/siderolabs/terraform-provider-talos/issues.

### Contributors

* Noel Georgi
* Rui Lopes

### Changes
<details><summary>2 commits</summary>
<p>

* [`ea85648`](https://github.com/siderolabs/terraform-provider-talos/commit/ea85648a328a526f5a106c89941ab4809366edc0) chore: rever gh actions change from fbb371c
* [`fbb371c`](https://github.com/siderolabs/terraform-provider-talos/commit/fbb371c8f596799b64b1cdc8b78e2de2b24dab45) fix: talos_version nil parsing
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.3.3](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.3)

## [terraform-provider-talos 0.3.3](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.3) (2023-09-07)

Welcome to the v0.3.3 release of terraform-provider-talos!
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name = "terraform-provider-talos"
github_repo = "siderolabs/terraform-provider-talos"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v0.3.2"
previous = "v0.3.3"
pre_release = false

[notes]
Expand Down

0 comments on commit d61df74

Please sign in to comment.