Skip to content

Commit 851d51c

Browse files
committed
release(0.3.0-beta.0): prepare release
This is the official 0.3.0-beta.0 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent 3f02af3 commit 851d51c

File tree

2 files changed

+41
-14
lines changed

2 files changed

+41
-14
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [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)
2+
3+
Welcome to the 0.3.0-beta.0 release of terraform-provider-talos!
4+
*This is a pre-release of terraform-provider-talos*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/terraform-provider-talos/issues.
10+
11+
### Component Updates
12+
13+
Talos sdk: v1.5.0-beta.0
14+
15+
16+
### Contributors
17+
18+
* Noel Georgi
19+
* Ole-Martin Bratteng
20+
* Spencer Smith
21+
22+
### Changes
23+
<details><summary>5 commits</summary>
24+
<p>
25+
26+
* [`3f02af3`](https://github.com/siderolabs/terraform-provider-talos/commit/3f02af32747ab97d56d274eecbb3cc12bdaa7d1c) feat: update to talos 1.5 sdk
27+
* [`ff0e2ad`](https://github.com/siderolabs/terraform-provider-talos/commit/ff0e2adec13192716b9cf2180baa1bff2843387d) fix: ci failures due to TF state removal
28+
* [`ee150ce`](https://github.com/siderolabs/terraform-provider-talos/commit/ee150ce9925aac49e324ba4909104cba5a9ad50e) docs: update link to contrib repo
29+
* [`df4f876`](https://github.com/siderolabs/terraform-provider-talos/commit/df4f876ce18e8239bb1cabec7437a0f62ed1f5f7) docs: replace `type` with `machine_type`
30+
* [`f6c8715`](https://github.com/siderolabs/terraform-provider-talos/commit/f6c871516635dbb402bfe24bd47759537c7fee46) chore: bump deps
31+
</p>
32+
</details>
33+
34+
### Dependency Changes
35+
36+
* **github.com/siderolabs/talos/pkg/machinery** v1.4.7 -> v1.5.0-beta.0
37+
38+
Previous release can be found at [v0.2.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.1)
39+
140
## [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)
241

342
Welcome to the v0.2.0-alpha.2 release of terraform-provider-talos!

hack/release.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,13 @@ project_name = "terraform-provider-talos"
55
github_repo = "siderolabs/terraform-provider-talos"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
previous = "v0.2.0-alpha.1"
8+
previous = "v0.2.1"
99
pre_release = true
1010

1111
[notes]
1212

13-
[notes.datasources]
14-
title = "Data Sources"
15-
description = """\
16-
`talos_machine_disks` data source is added to list disks on a machine.
17-
"""
18-
19-
[notes.provider]
20-
title = "Provider Changes"
21-
description = """\
22-
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
23-
"""
24-
2513
[notes.updates]
2614
title = "Component Updates"
2715
description = """\
28-
Talos sdk: v1.4.0-beta.1
16+
Talos sdk: v1.5.0-beta.0
2917
"""

0 commit comments

Comments
 (0)