Skip to content

Commit

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

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Aug 30, 2023
1 parent 1c918e6 commit 4587ebd
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 2 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
## [terraform-provider-talos 0.4.0-alpha.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.4.0-alpha.0) (2023-08-30)

Welcome to the v0.4.0-alpha.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.

### Talos Cluster Health data source

`talos_cluster_health` data source has been added and the `wait` parameter from the `talos_cluster_kubeconfig` data source is now deprecated.


### Component Updates

Talos sdk: v1.6.0-alpha.0


### Contributors

* Noel Georgi
* Dmitriy Matrenichev

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

* [`1c918e6`](https://github.com/siderolabs/terraform-provider-talos/commit/1c918e65b10764b1ed5286193ac661f3daec51d9) chore: add conform
* [`ed36726`](https://github.com/siderolabs/terraform-provider-talos/commit/ed3672669b20c7fd911088609952f8e036f38a1f) feat: add `talos_cluster_health` data source.
* [`5ac7183`](https://github.com/siderolabs/terraform-provider-talos/commit/5ac7183f33a425e17821f1a294a3133daa09e7fa) fix: node/endpoint were swapped for some resources.
* [`713ac46`](https://github.com/siderolabs/terraform-provider-talos/commit/713ac4686a3e00e135cab7ea533da7319522dddd) fix: creation of talos client
</p>
</details>

### Changes from siderolabs/gen
<details><summary>1 commit</summary>
<p>

* [`36a3ae3`](https://github.com/siderolabs/gen/commit/36a3ae312ce03876b2c961a1bcb4ef4c221593d7) feat: update module
</p>
</details>

### Dependency Changes

* **github.com/hashicorp/terraform-plugin-framework** v1.3.4 -> v1.3.5
* **github.com/hashicorp/terraform-plugin-sdk/v2** v2.27.0 -> v2.28.0
* **github.com/siderolabs/gen** v0.4.5 -> v0.4.6
* **github.com/siderolabs/talos/pkg/machinery** v1.5.0 -> v1.6.0-alpha.0
* **k8s.io/client-go** v0.28.0 -> v0.28.1

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

## [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!
Expand Down
10 changes: 8 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ project_name = "terraform-provider-talos"
github_repo = "siderolabs/terraform-provider-talos"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

previous = "v0.2.1"
previous = "v0.3.2"
pre_release = true

[notes]

[notes.talos_cluster_health]
title = "Talos Cluster Health data source"
description = """\
`talos_cluster_health` data source has been added and the `wait` parameter from the `talos_cluster_kubeconfig` data source is now deprecated.
"""

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

0 comments on commit 4587ebd

Please sign in to comment.