Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Apr 18, 2023
1 parent 606f408 commit b905597
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
## [terraform-provider-talos 0.2.0-beta.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-beta.0) (2023-04-18)

Welcome to the v0.2.0-beta.0 release of terraform-provider-talos!
*This is a pre-release of terraform-provider-talos*



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

### Data Sources

`talos_machine_disks` data source is added to list disks on a machine.


### Provider Changes

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


### Component Updates

Talos sdk: v1.4.0-beta.1


### Contributors

* Noel Georgi

### Changes
<details><summary>1 commit</summary>
<p>

* [`606f408`](https://github.com/siderolabs/terraform-provider-talos/commit/606f408dc2acc11dfa231eaad6dc4e79b67f76d9) chore: bump deps
</p>
</details>

### Dependency Changes

* **k8s.io/client-go** v0.27.0 -> v0.27.1

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

## [terraform-provider-talos 0.2.0-alpha.2](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0-alpha.2) (2023-04-14)

Welcome to the v0.2.0-alpha.2 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.2.0-alpha.1"
previous = "v0.2.0-alpha.2"
pre_release = true

[notes]
Expand Down

0 comments on commit b905597

Please sign in to comment.