|
| 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 | + |
1 | 81 | ## [terraform-provider-talos 0.2.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.2.0) (2023-04-24) |
2 | 82 |
|
3 | 83 | Welcome to the v0.2.0 release of terraform-provider-talos! |
|
0 commit comments