Update Terraform talos to v0.8.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| talos (source) | required_provider | minor |
0.3.2 -> 0.8.1
|
Release Notes
siderolabs/terraform-provider-talos (talos)
v0.8.1
terraform-provider-talos 0.8.1 (2025-05-15)
Welcome to the v0.8.1 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Contributors
- Noel Georgi
- obvionaoe
Changes
4 commits
Dependency Changes
This release has no dependency changes
Previous release can be found at v0.8.0
v0.8.0
Welcome to the v0.8.0-alpha.0 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Component Updates
Talos sdk: v1.10.0-beta.0
Contributors
- Noel Georgi
- Andrey Smirnov
- Matt Willsher
Changes
5 commits
Dependency Changes
- github.com/hashicorp/terraform-plugin-docs v0.20.1 -> v0.21.0
- github.com/hashicorp/terraform-plugin-framework v1.13.0 -> v1.14.1
- github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1 -> v0.5.0
- github.com/hashicorp/terraform-plugin-framework-validators v0.16.0 -> v0.17.0
- github.com/hashicorp/terraform-plugin-go v0.25.0 -> v0.26.0
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.35.0 -> v2.36.1
- github.com/hashicorp/terraform-plugin-testing v1.11.0 -> v1.12.0
- github.com/siderolabs/image-factory v0.6.4 -> v0.6.8
- github.com/siderolabs/talos v1.9.2 -> v1.10.0-beta.0
- github.com/siderolabs/talos/pkg/machinery v1.9.2 -> v1.10.0-beta.0
- golang.org/x/mod v0.22.0 -> v0.24.0
- k8s.io/client-go v0.32.0 -> v0.33.0-rc.0
Previous release can be found at v0.7.1
v0.7.1
terraform-provider-talos 0.7.1 (2025-01-22)
Welcome to the v0.7.1 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Component Updates
Talos sdk: v1.9.2
Contributors
- Noel Georgi
Changes
4 commits
Dependency Changes
- github.com/siderolabs/talos v1.9.0 -> v1.9.2
- github.com/siderolabs/talos/pkg/machinery v1.9.0 -> v1.9.2
Previous release can be found at v0.7.0
v0.7.0
Welcome to the v0.7.0-alpha.0 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Component Updates
Talos sdk: v1.9.0-alpha.0
Contributors
- Noel Georgi
Changes
Dependency Changes
- github.com/hashicorp/terraform-plugin-framework-validators v0.13.0 -> v0.14.0
- github.com/siderolabs/talos v1.8.1 -> v1.9.0-alpha.0
- github.com/siderolabs/talos/pkg/machinery v1.8.1 -> v1.9.0-alpha.0
Previous release can be found at v0.6.1
v0.6.1
Welcome to the v0.6.1 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Talos Cluster Kubeconfig
The talos_cluster_kubeconfig resource now supports confiuring the certificate renewal check time.
Component Updates
Talos sdk: v1.8.1
Contributors
- Noel Georgi
Changes
3 commits
Dependency Changes
- github.com/hashicorp/terraform-plugin-framework v1.11.0 -> v1.12.0
- github.com/hashicorp/terraform-plugin-go v0.23.0 -> v0.24.0
- github.com/siderolabs/crypto v0.4.4 -> v0.5.0
- github.com/siderolabs/go-blockdevice v0.4.7 -> v0.4.8
- github.com/siderolabs/talos v1.8.0 -> v1.8.1
- github.com/siderolabs/talos/pkg/machinery v1.8.0 -> v1.8.1
Previous release can be found at v0.6.0
v0.6.0
Welcome to the v0.6.0 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Image Factory
Support for querying info from Image Factory and registering schematics is now supported via new Terraform resources.
Talos Cluster Health
talos_cluster_health data source now has a way to skip running the Kubernetes components health check by setting skip_kubernetes_checks to true.
Talos Cluster Kubeconfig
talos_cluster_kubeconfig data source is now deprecated and will be removed in the next minor release.
Use talos_cluster_kubeconfig resource instead.
The talos_cluster_kubeconfig resource will regenerate kubernetes client config when the time to expiry is less than a month.
Talos Machine Configuration Data Source
talos_machine_configuration data source now defaults to generating config with documentation and examples disabled.
To restore the previous behavior, set docs and examples attributes to true.
Talos Machine Configuration Apply
talos_machine_configuration_apply resource now optionally supports resetting the machine back to maintenance mode.
Talos Machine Secrets
talos_machine_secrets resource now regenerates client config when the time to expiry is less than a month.
Component Updates
Talos sdk: v1.8.0-alpha.1
Contributors
- Noel Georgi
- Bruno Bigras
- Hippie Hacker
Changes
20 commits
-
758df67docs: machine_configuration fix typo -
4e01809release(v0.6.0-beta.0): prepare release -
8dcab7bchore: bump deps -
3b59c4arelease(v0.6.0-alpha.2): prepare release -
858f7f3chore: bump deps -
7af49b3chore: better health checks from talos sdk -
063b7aechore: default talos_machine_configuration docs and examples to false -
80c5534chore: support filtering stable version -
b9c7f5frelease(v0.6.0-alpha.1): prepare release -
92fcb70feat: addtalos_image_factory_urldata source -
ffc8102feat: add factory support -
d6c2a0bchore: fix goreleaser config -
dcdcee6release(v0.6.0-alpha.0): prepare release -
d962913chore: reset options formachine_configuration_applyresource -
f26a591chore: data source -> resourcetalos_cluster_kubeconfig -
78fd0d3chore: ignore version prefix fortalos_version -
11ae330feat: support skipping k8s health checks -
0fe1a6fdocs: update description oftalos_cluster_health -
f6f1811feat: regenerate talosconfig -
501c78echore: bump deps
Changes since v0.6.0-beta.0
Dependency Changes
- github.com/blang/semver/v4 v4.0.0 new
- github.com/hashicorp/terraform-plugin-docs v0.19.0 -> v0.19.4
- github.com/hashicorp/terraform-plugin-framework v1.7.0 -> v1.11.0
- github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 -> v0.13.0
- github.com/hashicorp/terraform-plugin-go v0.22.1 -> v0.23.0
- github.com/hashicorp/terraform-plugin-log v0.9.0 new
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 -> v2.34.0
- github.com/hashicorp/terraform-plugin-testing v1.7.0 -> v1.10.0
- github.com/siderolabs/gen v0.4.8 -> v0.5.0
- github.com/siderolabs/image-factory v0.5.0 new
- github.com/siderolabs/talos v1.8.0-beta.0 new
- github.com/siderolabs/talos/pkg/machinery v1.7.0 -> v1.8.0-beta.0
- golang.org/x/mod v0.17.0 -> v0.21.0
- k8s.io/client-go v0.29.3 -> v0.31.0
Previous release can be found at v0.5.0
v0.5.0
terraform-provider-talos 0.5.0 (2024-04-19)
Welcome to the v0.5.0 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Component Updates
Talos sdk: v1.7.0
Contributors
- Andrey Smirnov
- Noel Georgi
- Dmitriy Matrenichev
Changes
3 commits
Changes from siderolabs/crypto
3 commits
Changes from siderolabs/gen
Dependency Changes
- github.com/hashicorp/terraform-plugin-docs v0.16.0 -> v0.19.0
- github.com/hashicorp/terraform-plugin-framework v1.4.2 -> v1.7.0
- github.com/hashicorp/terraform-plugin-go v0.19.1 -> v0.22.1
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0 -> v2.33.0
- github.com/hashicorp/terraform-plugin-testing v1.6.0 -> v1.7.0
- github.com/siderolabs/crypto v0.4.1 -> v0.4.4
- github.com/siderolabs/gen v0.4.7 -> v0.4.8
- github.com/siderolabs/talos/pkg/machinery v1.6.0 -> v1.7.0
- github.com/stretchr/testify v1.8.4 -> v1.9.0
- golang.org/x/mod v0.14.0 -> v0.17.0
- google.golang.org/grpc v1.60.0 -> v1.63.2
- k8s.io/client-go v0.28.4 -> v0.29.3
Previous release can be found at v0.4.0
v0.4.0
Welcome to the v0.4.0-alpha.0 release of terraform-provider-talos!
This is a pre-release of terraform-provider-talos
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Talos Cluster Health data source
talos_cluster_health data source has been added and the wait parameter from the talos_cluster_kubeconfig data source is now deprecated.
Component Updates
Talos sdk: v1.6.0-alpha.0
Contributors
- Noel Georgi
- Dmitriy Matrenichev
Changes
4 commits
Changes from siderolabs/gen
Dependency Changes
- github.com/hashicorp/terraform-plugin-framework v1.3.4 -> v1.3.5
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.27.0 -> v2.28.0
- github.com/siderolabs/gen v0.4.5 -> v0.4.6
- github.com/siderolabs/talos/pkg/machinery v1.5.0 -> v1.6.0-alpha.0
- k8s.io/client-go v0.28.0 -> v0.28.1
Previous release can be found at v0.3.2
v0.3.4
terraform-provider-talos 0.3.4 (2023-10-04)
Welcome to the v0.3.4 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Contributors
- Noel Georgi
- Rui Lopes
Changes
3 commits
Dependency Changes
This release has no dependency changes
Previous release can be found at v0.3.3
v0.3.3
terraform-provider-talos 0.3.3 (2023-09-07)
Welcome to the v0.3.3 release of terraform-provider-talos!
Please try out the release binaries and report any issues at https://github.com/siderolabs/terraform-provider-talos/issues.
Contributors
- Andrey Smirnov
Changes
Dependency Changes
- github.com/siderolabs/talos/pkg/machinery v1.5.0 -> v1.5.2
Previous release can be found at v0.3.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.