Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Aug 7, 2023
1 parent 3f02af3 commit 851d51c
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 14 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
## [terraform-provider-talos 0.3.0-beta.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.3.0-beta.0) (2023-08-07)

Welcome to the 0.3.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.

### Component Updates

Talos sdk: v1.5.0-beta.0


### Contributors

* Noel Georgi
* Ole-Martin Bratteng
* Spencer Smith

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

* [`3f02af3`](https://github.com/siderolabs/terraform-provider-talos/commit/3f02af32747ab97d56d274eecbb3cc12bdaa7d1c) feat: update to talos 1.5 sdk
* [`ff0e2ad`](https://github.com/siderolabs/terraform-provider-talos/commit/ff0e2adec13192716b9cf2180baa1bff2843387d) fix: ci failures due to TF state removal
* [`ee150ce`](https://github.com/siderolabs/terraform-provider-talos/commit/ee150ce9925aac49e324ba4909104cba5a9ad50e) docs: update link to contrib repo
* [`df4f876`](https://github.com/siderolabs/terraform-provider-talos/commit/df4f876ce18e8239bb1cabec7437a0f62ed1f5f7) docs: replace `type` with `machine_type`
* [`f6c8715`](https://github.com/siderolabs/terraform-provider-talos/commit/f6c871516635dbb402bfe24bd47759537c7fee46) chore: bump deps
</p>
</details>

### Dependency Changes

* **github.com/siderolabs/talos/pkg/machinery** v1.4.7 -> v1.5.0-beta.0

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

## [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
16 changes: 2 additions & 14 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,13 @@ 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.1"
pre_release = true

[notes]

[notes.datasources]
title = "Data Sources"
description = """\
`talos_machine_disks` data source is added to list disks on a machine.
"""

[notes.provider]
title = "Provider Changes"
description = """\
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
"""

[notes.updates]
title = "Component Updates"
description = """\
Talos sdk: v1.4.0-beta.1
Talos sdk: v1.5.0-beta.0
"""

0 comments on commit 851d51c

Please sign in to comment.