Skip to content

Commit ad6270c

Browse files
committed
release(v0.1.0-alpha.3): prepare release
This is the official v0.1.0-alpha.3 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent e29e302 commit ad6270c

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
## [terraform-provider-talos 0.1.0-alpha.3](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.1.0-alpha.3) (2022-09-08)
2+
3+
Welcome to the v0.1.0-alpha.3 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+
### Talos Provider
12+
13+
The Talos provider supports generating configs, applying them and bootstrap the nodes.
14+
15+
Resources supported:
16+
17+
* `talos_machine_secrets`
18+
* `talos_client_configuration`
19+
* `talos_machine_configuration_controlplane`
20+
* `talos_machine_configuration_worker`
21+
* `talos_machine_configuration_apply`
22+
* `talos_machine_bootstrap`
23+
* `talos_cluster_kubeconfig`
24+
25+
Data sources supported:
26+
27+
* `talos_client_configuration`
28+
* `talos_cluster_kubeconfig`
29+
30+
Data sources will always create a diff and might be removed in a future release.
31+
32+
33+
### Contributors
34+
35+
* Andrew Rynhard
36+
* Andrey Smirnov
37+
* Dmitriy Matrenichev
38+
* Noel Georgi
39+
40+
### Changes
41+
<details><summary>2 commits</summary>
42+
<p>
43+
44+
* [`e29e302`](https://github.com/siderolabs/terraform-provider-talos/commit/e29e3028b0b5dc3c56757a7724d1400d4d98b3e8) chore: add release workflow
45+
* [`4ecfd4f`](https://github.com/siderolabs/terraform-provider-talos/commit/4ecfd4f52353495a8304b0530d85a73b757861c9) feat: add new resources
46+
</p>
47+
</details>
48+
49+
### Changes from siderolabs/go-pointer
50+
<details><summary>2 commits</summary>
51+
<p>
52+
53+
* [`71ccdf0`](https://github.com/siderolabs/go-pointer/commit/71ccdf0d65330596f4def36da37625e4f362f2a9) chore: implement main functionality
54+
* [`c1c3b23`](https://github.com/siderolabs/go-pointer/commit/c1c3b235d30cb0de97ed0645809f2b21af3b021e) Initial commit
55+
</p>
56+
</details>
57+
58+
### Dependency Changes
59+
60+
* **github.com/cosi-project/runtime** v0.1.1 **_new_**
61+
* **github.com/siderolabs/go-pointer** v1.0.0 **_new_**
62+
* **google.golang.org/grpc** v1.48.0 **_new_**
63+
64+
Previous release can be found at [v0.1.0-alpha.2](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.1.0-alpha.2)
65+

0 commit comments

Comments
 (0)