Skip to content

Commit b035834

Browse files
committed
release(0.2.1): prepare release
This is the official 0.2.1 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent 9b57d5e commit b035834

File tree

2 files changed

+82
-14
lines changed

2 files changed

+82
-14
lines changed

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,83 @@
1+
## [terraform-provider-talos 0.2.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.1) (2023-08-04)
2+
3+
Welcome to the 0.2.1 release of terraform-provider-talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/terraform-provider-talos/issues.
9+
10+
### Component Updates
11+
12+
Talos sdk: v1.4.7
13+
14+
15+
### Contributors
16+
17+
* Artem Chernyshev
18+
* Dmitriy Matrenichev
19+
* Noel Georgi
20+
* Utku Ozdemir
21+
* Andrey Smirnov
22+
23+
### Changes
24+
<details><summary>1 commit</summary>
25+
<p>
26+
27+
* [`9b57d5e`](https://github.com/siderolabs/terraform-provider-talos/commit/9b57d5e87e4824f8cdba25684e4c07004d4fb4cb) fix: ci failures due to TF state removal
28+
</p>
29+
</details>
30+
31+
### Changes from siderolabs/crypto
32+
<details><summary>2 commits</summary>
33+
<p>
34+
35+
* [`8f77da3`](https://github.com/siderolabs/crypto/commit/8f77da30a5193d207a6660b562a273a06d73aae0) feat: add a method to load PEM key from file
36+
* [`c03ff58`](https://github.com/siderolabs/crypto/commit/c03ff58af5051acb9b56e08377200324a3ea1d5e) feat: add a way to represent redacted x509 private keys
37+
</p>
38+
</details>
39+
40+
### Changes from siderolabs/gen
41+
<details><summary>3 commits</summary>
42+
<p>
43+
44+
* [`f9f5805`](https://github.com/siderolabs/gen/commit/f9f5805973d30fe6bbac2f4a79ad4197fe59970e) chore: bump rekres and add functions from exp
45+
* [`b968d21`](https://github.com/siderolabs/gen/commit/b968d21c9671d97e54317f80cdf781d6f963e44b) feat: add `TryRecv` and `RecvWithContext` functions
46+
* [`476dfea`](https://github.com/siderolabs/gen/commit/476dfeae70882e1ca6e5cfed3d6e12dc36841a26) feat: add foreach and clear to lazymap
47+
</p>
48+
</details>
49+
50+
### Changes from siderolabs/go-blockdevice
51+
<details><summary>4 commits</summary>
52+
<p>
53+
54+
* [`fbb01f7`](https://github.com/siderolabs/go-blockdevice/commit/fbb01f714bdc9c32ea3459345b730b1043ce10c0) fix: properly detect token not found error
55+
* [`3e08968`](https://github.com/siderolabs/go-blockdevice/commit/3e089682439e885c6386f833e35728ce54daff44) fix: do not attach token to a key slot
56+
* [`f2c419e`](https://github.com/siderolabs/go-blockdevice/commit/f2c419e81dcba3c5be007130f677d2075e2aec3c) feat: support LUKS token management
57+
* [`076874a`](https://github.com/siderolabs/go-blockdevice/commit/076874a155ad44d764d25081125f950e8194d023) chore: resolve blockdevice symlinks
58+
</p>
59+
</details>
60+
61+
### Dependency Changes
62+
63+
* **github.com/hashicorp/terraform-plugin-docs** v0.14.1 -> v0.16.0
64+
* **github.com/hashicorp/terraform-plugin-framework** v1.2.0 -> v1.3.4
65+
* **github.com/hashicorp/terraform-plugin-framework-timeouts** v0.3.1 -> v0.4.1
66+
* **github.com/hashicorp/terraform-plugin-framework-validators** v0.10.0 -> v0.11.0
67+
* **github.com/hashicorp/terraform-plugin-go** v0.15.0 -> v0.18.0
68+
* **github.com/hashicorp/terraform-plugin-sdk/v2** v2.26.1 -> v2.27.0
69+
* **github.com/hashicorp/terraform-plugin-testing** v1.2.0 -> v1.4.0
70+
* **github.com/siderolabs/crypto** v0.4.0 -> v0.4.1
71+
* **github.com/siderolabs/gen** v0.4.3 -> v0.4.5
72+
* **github.com/siderolabs/go-blockdevice** v0.4.4 -> v0.4.6
73+
* **github.com/siderolabs/talos/pkg/machinery** v1.4.0 -> v1.4.7
74+
* **github.com/stretchr/testify** v1.8.2 -> v1.8.4
75+
* **golang.org/x/mod** v0.10.0 -> v0.12.0
76+
* **google.golang.org/grpc** v1.54.0 -> v1.57.0
77+
* **k8s.io/client-go** v0.27.1 -> v0.27.4
78+
79+
Previous release can be found at [v0.2.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0)
80+
181
## [terraform-provider-talos 0.2.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0) (2023-04-24)
282

383
Welcome to the v0.2.0 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.1.2"
8+
previous = "v0.2.0"
99
pre_release = false
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
16+
Talos sdk: v1.4.7
2917
"""

0 commit comments

Comments
 (0)