Skip to content

Commit 180f6b5

Browse files
committed
release(v0.6.1): prepare release
This is the official v0.6.1 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent daddfb7 commit 180f6b5

File tree

2 files changed

+48
-37
lines changed

2 files changed

+48
-37
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
## [terraform-provider-talos 0.6.1](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.6.1) (2024-10-18)
2+
3+
Welcome to the v0.6.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+
### Talos Cluster Kubeconfig
11+
12+
The `talos_cluster_kubeconfig` resource now supports confiuring the certificate renewal check time.
13+
14+
15+
### Component Updates
16+
17+
Talos sdk: v1.8.1
18+
19+
20+
### Contributors
21+
22+
* Noel Georgi
23+
24+
### Changes
25+
<details><summary>3 commits</summary>
26+
<p>
27+
28+
* [`daddfb7`](https://github.com/siderolabs/terraform-provider-talos/commit/daddfb76cec78135ad62e8e46f4d965eb6eed52a) feat: configurable cert refresh time for kubeconfig
29+
* [`96c9a85`](https://github.com/siderolabs/terraform-provider-talos/commit/96c9a857f9df8a28b7f32f1d0cf948a74a8acfcb) fix: resourceplanmodifiers for kubeconfig resource
30+
* [`800573b`](https://github.com/siderolabs/terraform-provider-talos/commit/800573b841c901f562b8b2b151e58d86516944d0) fix: disks wipe on destroy
31+
</p>
32+
</details>
33+
34+
### Dependency Changes
35+
36+
* **github.com/hashicorp/terraform-plugin-framework** v1.11.0 -> v1.12.0
37+
* **github.com/hashicorp/terraform-plugin-go** v0.23.0 -> v0.24.0
38+
* **github.com/siderolabs/crypto** v0.4.4 -> v0.5.0
39+
* **github.com/siderolabs/go-blockdevice** v0.4.7 -> v0.4.8
40+
* **github.com/siderolabs/talos** v1.8.0 -> v1.8.1
41+
* **github.com/siderolabs/talos/pkg/machinery** v1.8.0 -> v1.8.1
42+
43+
Previous release can be found at [v0.6.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.6.0)
44+
45+
146
## [terraform-provider-talos 0.6.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.6.0) (2024-09-23)
247

348
Welcome to the v0.6.0 release of terraform-provider-talos!

hack/release.toml

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,53 +5,19 @@ project_name = "terraform-provider-talos"
55
github_repo = "siderolabs/terraform-provider-talos"
66
ignore_deps = ["google.golang.org/grpc"]
77

8-
previous = "v0.5.0"
8+
previous = "v0.6.0"
99
pre_release = false
1010

1111
[notes]
1212

13-
[notes.talos_machine_secrets]
14-
title = "Talos Machine Secrets"
15-
description = """\
16-
`talos_machine_secrets` resource now regenerates client config when the time to expiry is less than a month.
17-
"""
18-
19-
[notes.talos_cluster_health]
20-
title = "Talos Cluster Health"
21-
description = """\
22-
`talos_cluster_health` data source now has a way to skip running the Kubernetes components health check by setting `skip_kubernetes_checks` to `true`.
23-
"""
24-
2513
[notes.talos_cluster_kubeconfig]
2614
title = "Talos Cluster Kubeconfig"
2715
description = """\
28-
`talos_cluster_kubeconfig` data source is now deprecated and will be removed in the next minor release.
29-
Use `talos_cluster_kubeconfig` resource instead.
30-
The `talos_cluster_kubeconfig` resource will regenerate kubernetes client config when the time to expiry is less than a month.
31-
"""
32-
33-
[notes.talos_machine_configuration_apply]
34-
title = "Talos Machine Configuration Apply"
35-
description = """\
36-
`talos_machine_configuration_apply` resource now optionally supports resetting the machine back to maintenance mode.
37-
"""
38-
39-
[notes.talos_machine_configuration]
40-
title = "Talos Machine Configuration Data Source"
41-
description = """\
42-
`talos_machine_configuration` data source now defaults to generating config with documentation and examples disabled.
43-
44-
To restore the previous behavior, set `docs` and `examples` attributes to `true`.
45-
"""
46-
47-
[notes.image-factory]
48-
title = "Image Factory"
49-
description = """\
50-
Support for querying info from Image Factory and registering schematics is now supported via new Terraform resources.
16+
The `talos_cluster_kubeconfig` resource now supports confiuring the certificate renewal check time.
5117
"""
5218

5319
[notes.updates]
5420
title = "Component Updates"
5521
description = """\
56-
Talos sdk: v1.8.0-alpha.1
22+
Talos sdk: v1.8.1
5723
"""

0 commit comments

Comments
 (0)