File tree Expand file tree Collapse file tree 2 files changed +36
-8
lines changed Expand file tree Collapse file tree 2 files changed +36
-8
lines changed Original file line number Diff line number Diff line change 1+ ## [ terraform-provider-talos 0.7.0-alpha.0] ( https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.7.0-alpha.0 ) (2024-10-21)
2+
3+ Welcome to the v0.7.0-alpha.0 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.9.0-alpha.0
13+
14+
15+ ### Contributors
16+
17+ * Noel Georgi
18+
19+ ### Changes
20+ <details ><summary >1 commit</summary >
21+ <p >
22+
23+ * [ ` beb5e2b ` ] ( https://github.com/siderolabs/terraform-provider-talos/commit/beb5e2b38466116da1d212dea33f5d7926655442 ) chore: bump deps
24+ </p >
25+ </details >
26+
27+ ### Dependency Changes
28+
29+ * ** github.com/hashicorp/terraform-plugin-framework-validators** v0.13.0 -> v0.14.0
30+ * ** github.com/siderolabs/talos** v1.8.1 -> v1.9.0-alpha.0
31+ * ** github.com/siderolabs/talos/pkg/machinery** v1.8.1 -> v1.9.0-alpha.0
32+
33+ Previous release can be found at [ v0.6.1] ( https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.6.1 )
34+
135## [ terraform-provider-talos 0.6.1] ( https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.6.1 ) (2024-10-18)
236
337Welcome to the v0.6.1 release of terraform-provider-talos!
Original file line number Diff line number Diff line change @@ -5,19 +5,13 @@ project_name = "terraform-provider-talos"
55github_repo = " siderolabs/terraform-provider-talos"
66ignore_deps = [" google.golang.org/grpc" ]
77
8- previous = " v0.6.0 "
8+ previous = " v0.6.1 "
99pre_release = false
1010
1111[notes ]
1212
13- [notes .talos_cluster_kubeconfig ]
14- title = " Talos Cluster Kubeconfig"
15- description = """ \
16- The `talos_cluster_kubeconfig` resource now supports confiuring the certificate renewal check time.
17- """
18-
1913 [notes .updates ]
2014 title = " Component Updates"
2115 description = """ \
22- Talos sdk: v1.8.1
16+ Talos sdk: v1.9.0-alpha.0
2317"""
You can’t perform that action at this time.
0 commit comments