PackageTrack
Sign in Get early access

github.com/siderolabs/terraform-provider-talos

v0.11.0 #2871 most downloaded on Go modules siderolabs/terraform-provider-talos

What this package is like to depend on

Last release 2 months ago

25 Jun 2026

Release timing varies

gaps range from 9 days to 4 months

Rarely documented

notes for 3 of 22 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

90 releases · first in 2022

19 releases in the last 12 months

see the full history below

Release timeline

90 releases · Jun 2022 to Jun 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 90
  1. v0.12.0-alpha.5 25 Jun 2026 pre-release
    Release notes

    terraform-provider-talos 0.12.0-alpha.5 (2026-06-25)

    Welcome to the v0.12.0-alpha.5 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • ludwighansson

    Changes

    26 commits

    • 3d0ca3a release(v0.12.0-alpha.5): prepare release
    • f31bca2 feat(talos_machine): add ignore_kubernetes_upgrade_drift opt-in
    • fd84ee8 chore(deps): upgrade talos to v1.14.0-alpha.1, use Image Factory installer
    • 4705d60 perf(tests): reduce acceptance test cluster count by merging shared setups
    • 0f9475f release(v0.12.0-alpha.4): prepare release
    • c641631 fix(talos_machine): recover from half-open connection after reboot
    • 1eb88f5 release(v0.12.0-alpha.3): prepare release
    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes
    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst

    Changes since v0.12.0-alpha.4

    4 commits

    • 3d0ca3a release(v0.12.0-alpha.5): prepare release
    • f31bca2 feat(talos_machine): add ignore_kubernetes_upgrade_drift opt-in
    • fd84ee8 chore(deps): upgrade talos to v1.14.0-alpha.1, use Image Factory installer
    • 4705d60 perf(tests): reduce acceptance test cluster count by merging shared setups

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.1 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.1
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.1
    • golang.org/x/crypto v0.50.0 -> v0.52.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
    Release notes

    Welcome to the v0.12.0-alpha.5 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • ludwighansson

    Changes

    <details><summary>25 commits</summary> <p>

    • f31bca2 feat(talos_machine): add ignore_kubernetes_upgrade_drift opt-in
    • fd84ee8 chore(deps): upgrade talos to v1.14.0-alpha.1, use Image Factory installer
    • 4705d60 perf(tests): reduce acceptance test cluster count by merging shared setups
    • 0f9475f release(v0.12.0-alpha.4): prepare release
    • c641631 fix(talos_machine): recover from half-open connection after reboot
    • 1eb88f5 release(v0.12.0-alpha.3): prepare release
    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes
    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst </p> </details>

    Changes since v0.12.0-alpha.4

    <details><summary>3 commits</summary> <p>

    • f31bca2 feat(talos_machine): add ignore_kubernetes_upgrade_drift opt-in
    • fd84ee8 chore(deps): upgrade talos to v1.14.0-alpha.1, use Image Factory installer
    • 4705d60 perf(tests): reduce acceptance test cluster count by merging shared setups </p> </details>

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.1 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.1
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.1
    • golang.org/x/crypto v0.50.0 -> v0.52.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
  2. v0.12.0-alpha.4 12 Jun 2026 pre-release
    Release notes

    terraform-provider-talos 0.12.0-alpha.4 (2026-06-12)

    Welcome to the v0.12.0-alpha.4 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • ludwighansson

    Changes

    22 commits

    • 0f9475f release(v0.12.0-alpha.4): prepare release
    • c641631 fix(talos_machine): recover from half-open connection after reboot
    • 1eb88f5 release(v0.12.0-alpha.3): prepare release
    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes
    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst

    Changes since v0.12.0-alpha.3

    2 commits

    • 0f9475f release(v0.12.0-alpha.4): prepare release
    • c641631 fix(talos_machine): recover from half-open connection after reboot

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
    Release notes

    Welcome to the v0.12.0-alpha.4 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • ludwighansson

    Changes

    <details><summary>21 commits</summary> <p>

    • c641631 fix(talos_machine): recover from half-open connection after reboot
    • 1eb88f5 release(v0.12.0-alpha.3): prepare release
    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes
    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst </p> </details>

    Changes since v0.12.0-alpha.3

    <details><summary>1 commit</summary> <p>

    • c641631 fix(talos_machine): recover from half-open connection after reboot </p> </details>

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
  3. v0.12.0-alpha.3 11 Jun 2026 pre-release
    Release notes

    terraform-provider-talos 0.12.0-alpha.3 (2026-06-11)

    Welcome to the v0.12.0-alpha.3 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • ludwighansson

    Changes

    20 commits

    • 1eb88f5 release(v0.12.0-alpha.3): prepare release
    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes
    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst

    Changes since v0.12.0-alpha.2

    4 commits

    • 1eb88f5 release(v0.12.0-alpha.3): prepare release
    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
    Release notes

    Welcome to the v0.12.0-alpha.3 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • ludwighansson

    Changes

    <details><summary>19 commits</summary> <p>

    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes
    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst </p> </details>

    Changes since v0.12.0-alpha.2

    <details><summary>3 commits</summary> <p>

    • 6ba92c7 perf(talos_machine): decouple CordonAndDrain from Talos API
    • 1a4f282 perf(talos_machine): decouple talosMachineUncordon from Talos API
    • b812b76 fix(talos_machine): trigger image updates when schematic changes </p> </details>

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
  4. v0.12.0-alpha.2 05 Jun 2026 pre-release
    Release notes

    terraform-provider-talos 0.12.0-alpha.2 (2026-06-05)

    Welcome to the v0.12.0-alpha.2 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi

    Changes

    16 commits

    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026
    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst

    Changes since v0.12.0-alpha.1

    7 commits

    • 82c71d3 release(v0.12.0-alpha.2): prepare release
    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
    Release notes

    Welcome to the v0.12.0-alpha.2 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet

    Changes

    <details><summary>6 commits</summary> <p>

    • 024ce5a fix(machine_configuration_apply): mark hash unknown when input is unknown during plan
    • 76bd86c fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities
    • 0e717e3 fix(talos_machine): guard client_configuration in Update when WO variant is used
    • 5292cff fix(talos_machine): support drain_on_upgrade on worker nodes via kubeconfig(_wo)
    • d3ad8c5 docs: add Kubernetes upgrade workflow to resource documentation
    • 4ca3e23 fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026 </p> </details>

    Dependency Changes

    This release has no dependency changes

    Previous release can be found at v0.12.0-alpha.1

    Open source →
  5. v0.12.0-alpha.1.0.20260601162034-0e717e311ef3 01 Jun 2026 pre-release

    Nothing published for this version

  6. v0.12.0-alpha.1 19 May 2026 pre-release
    Release notes

    terraform-provider-talos 0.12.0-alpha.1 (2026-05-19)

    Welcome to the v0.12.0-alpha.1 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi

    Changes

    9 commits

    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst

    Changes since v0.12.0-alpha.0

    4 commits

    • d7c7739 release(v0.12.0-alpha.1): prepare release
    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
    Release notes

    Welcome to the v0.12.0-alpha.1 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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi

    Changes

    <details><summary>8 commits</summary> <p>

    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support
    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst </p> </details>

    Changes since v0.12.0-alpha.0

    <details><summary>3 commits</summary> <p>

    • 7c725d5 fix(on_destroy): use types.Bool to handle unknown values in on_destroy block
    • c2530a7 fix(talos_cluster): add control_plane_nodes to fix HA bootstrap
    • 3c258d9 fix(talos_machine): fix client_configuration_wo support </p> </details>

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
  7. v0.12.0-alpha.0 18 May 2026 pre-release
    Release notes

    terraform-provider-talos 0.12.0-alpha.0 (2026-05-18)

    Welcome to the v0.12.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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi

    Changes

    5 commits

    • 01464b4 release(v0.12.0-alpha.0): prepare release
    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
    Release notes

    Welcome to the v0.12.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.

    new resources

    New talos_machine and talos_cluster resources are added, please see docs.

    Component Updates

    Talos sdk: v1.14.0-alpha.0

    Contributors

    • Mickaël Canévet
    • Noel Georgi

    Changes

    <details><summary>4 commits</summary> <p>

    • fbf12d5 feat: bump deps
    • 23a9efc feat(talos_cluster): add talos_cluster resource
    • 6c38092 feat: add talos_machine resource
    • 5e7b893 chore: disable goconst </p> </details>

    Dependency Changes

    • github.com/cosi-project/runtime v1.16.0 new
    • github.com/hashicorp/terraform-plugin-docs v0.24.0 -> v0.25.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.40.0 -> v2.40.1
    • github.com/hashicorp/terraform-plugin-testing v1.15.0 -> v1.16.0
    • github.com/siderolabs/go-kubernetes v0.2.37 new
    • github.com/siderolabs/image-factory v1.1.0 -> v1.3.1
    • github.com/siderolabs/talos v1.13.0 -> v1.14.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0-alpha.0
    • golang.org/x/crypto v0.50.0 -> v0.51.0
    • golang.org/x/mod v0.35.0 -> v0.36.0
    • k8s.io/client-go v0.35.4 -> v0.36.1

    Previous release can be found at v0.11.0

    Open source →
  8. v0.11.0 27 Apr 2026
    Release notes

    terraform-provider-talos 0.11.0 (2026-04-27)

    Welcome to the v0.11.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.

    ephemeral resources

    New ephemeral resources are added, please see docs.

    Component Updates

    Talos sdk: v1.13.0

    Contributors

    • Noel Georgi
    • Mickaël Canévet
    • Nikita COEUR
    • Dennis Witt
    • Nahue
    • purajit

    Changes

    20 commits

    • d696081 release(v0.11.0): prepare release
    • b5affe3 fix(docs): update talos_version description
    • ce4ede8 fix: handle unknown-whole-list config_patches on machine_configuration_apply
    • 000a3ec fix(ephemeral): detect machine_configuration_input_wo changes via hash
    • 032a5ac chore: bump deps
    • 7b6a3e4 fix: prevent empty resolved_apply_mode when reusing state
    • f427339 release(v0.11.0-beta.2): prepare release
    • 6ed1274 feat: add sboms to release
    • 4729352 feat(ephemeral): rewrite talos_cluster_kubeconfig to generate from machine_secrets
    • 4992c4a fix(ephemeral): rewrite talos_client_configuration to generate from machine_secrets
    • 4c8def5 release(v0.11.0-beta.1): prepare release
    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25
    • d7bb719 release(v0.11.0-beta.0): prepare release
    • 09f6c83 fix: restore correct skip_kubernetes_checks behavior
    • eaedcfd chore: bump deps
    • f4d673f feat: add ephemeral resources to prevent secrets from leaking to state
    • 5f07e0f feat: add staged_if_needing_reboot apply mode for automatic reboot prevention
    • c8e3b87 feat: add exact_filters attribute to talos_image_factory_extensions_versions
    • efe146e fix: gracefully handle Unknown config_patches values

    Changes since v0.11.0-beta.2

    6 commits

    • d696081 release(v0.11.0): prepare release
    • b5affe3 fix(docs): update talos_version description
    • ce4ede8 fix: handle unknown-whole-list config_patches on machine_configuration_apply
    • 000a3ec fix(ephemeral): detect machine_configuration_input_wo changes via hash
    • 032a5ac chore: bump deps
    • 7b6a3e4 fix: prevent empty resolved_apply_mode when reusing state

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-framework v1.17.0 -> v1.19.0
    • github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
    • github.com/hashicorp/terraform-plugin-testing v1.14.0 -> v1.15.0
    • github.com/siderolabs/crypto v0.6.4 -> v0.6.5
    • github.com/siderolabs/image-factory v0.9.0 -> v1.1.0
    • github.com/siderolabs/talos v1.12.0 -> v1.13.0
    • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.13.0
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 -> v4.0.0-rc.4
    • golang.org/x/crypto v0.50.0 new
    • golang.org/x/mod v0.31.0 -> v0.35.0
    • k8s.io/client-go v0.35.0 -> v0.35.4

    Previous release can be found at v0.10.1

    Open source →
    Release notes

    Welcome to the v0.11.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.

    ephemeral resources

    New ephemeral resources are added, please see docs.

    Component Updates

    Talos sdk: v1.13.0

    Contributors

    • Noel Georgi
    • Mickaël Canévet
    • Nikita COEUR
    • Dennis Witt
    • Nahue
    • purajit

    Changes

    <details><summary>20 commits</summary> <p>

    • 1c68732 release(v0.11.0): prepare release
    • b5affe3 fix(docs): update talos_version description
    • ce4ede8 fix: handle unknown-whole-list config_patches on machine_configuration_apply
    • 000a3ec fix(ephemeral): detect machine_configuration_input_wo changes via hash
    • 032a5ac chore: bump deps
    • 7b6a3e4 fix: prevent empty resolved_apply_mode when reusing state
    • f427339 release(v0.11.0-beta.2): prepare release
    • 6ed1274 feat: add sboms to release
    • 4729352 feat(ephemeral): rewrite talos_cluster_kubeconfig to generate from machine_secrets
    • 4992c4a fix(ephemeral): rewrite talos_client_configuration to generate from machine_secrets
    • 4c8def5 release(v0.11.0-beta.1): prepare release
    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25
    • d7bb719 release(v0.11.0-beta.0): prepare release
    • 09f6c83 fix: restore correct skip_kubernetes_checks behavior
    • eaedcfd chore: bump deps
    • f4d673f feat: add ephemeral resources to prevent secrets from leaking to state
    • 5f07e0f feat: add staged_if_needing_reboot apply mode for automatic reboot prevention
    • c8e3b87 feat: add exact_filters attribute to talos_image_factory_extensions_versions
    • efe146e fix: gracefully handle Unknown config_patches values </p> </details>

    Changes since v0.11.0-beta.2

    <details><summary>6 commits</summary> <p>

    • 1c68732 release(v0.11.0): prepare release
    • b5affe3 fix(docs): update talos_version description
    • ce4ede8 fix: handle unknown-whole-list config_patches on machine_configuration_apply
    • 000a3ec fix(ephemeral): detect machine_configuration_input_wo changes via hash
    • 032a5ac chore: bump deps
    • 7b6a3e4 fix: prevent empty resolved_apply_mode when reusing state </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-framework v1.17.0 -> v1.19.0
    • github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
    • github.com/hashicorp/terraform-plugin-testing v1.14.0 -> v1.15.0
    • github.com/siderolabs/crypto v0.6.4 -> v0.6.5
    • github.com/siderolabs/image-factory v0.9.0 -> v1.1.0
    • github.com/siderolabs/talos v1.12.0 -> v1.13.0
    • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.13.0
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 -> v4.0.0-rc.4
    • golang.org/x/crypto v0.50.0 new
    • golang.org/x/mod v0.31.0 -> v0.35.0
    • k8s.io/client-go v0.35.0 -> v0.35.4

    Previous release can be found at v0.10.1

    Open source →
  9. v0.11.0-beta.2 31 Mar 2026 pre-release
    Release notes

    terraform-provider-talos 0.11.0-beta.2 (2026-04-02)

    Welcome to the v0.11.0-beta.2 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.

    ephemeral resources

    New ephemeral resources are added, please see docs.

    Component Updates

    Talos sdk: v1.13.0-beta.1

    Contributors

    • Noel Georgi
    • Mickaël Canévet
    • Dennis Witt
    • Nikita COEUR
    • purajit

    Changes

    14 commits

    • f427339 release(v0.11.0-beta.2): prepare release
    • 6ed1274 feat: add sboms to release
    • 4729352 feat(ephemeral): rewrite talos_cluster_kubeconfig to generate from machine_secrets
    • 4992c4a fix(ephemeral): rewrite talos_client_configuration to generate from machine_secrets
    • 4c8def5 release(v0.11.0-beta.1): prepare release
    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25
    • d7bb719 release(v0.11.0-beta.0): prepare release
    • 09f6c83 fix: restore correct skip_kubernetes_checks behavior
    • eaedcfd chore: bump deps
    • f4d673f feat: add ephemeral resources to prevent secrets from leaking to state
    • 5f07e0f feat: add staged_if_needing_reboot apply mode for automatic reboot prevention
    • c8e3b87 feat: add exact_filters attribute to talos_image_factory_extensions_versions
    • efe146e fix: gracefully handle Unknown config_patches values

    Changes since v0.11.0-beta.1

    4 commits

    • f427339 release(v0.11.0-beta.2): prepare release
    • 6ed1274 feat: add sboms to release
    • 4729352 feat(ephemeral): rewrite talos_cluster_kubeconfig to generate from machine_secrets
    • 4992c4a fix(ephemeral): rewrite talos_client_configuration to generate from machine_secrets

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-framework v1.17.0 -> v1.19.0
    • github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
    • github.com/hashicorp/terraform-plugin-testing v1.14.0 -> v1.15.0
    • github.com/siderolabs/image-factory v0.9.0 -> v1.0.3
    • github.com/siderolabs/talos v1.12.0 -> v1.13.0-beta.1
    • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.13.0-beta.1
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 -> v4.0.0-rc.4
    • golang.org/x/crypto v0.49.0 new
    • golang.org/x/mod v0.31.0 -> v0.34.0
    • k8s.io/client-go v0.35.0 -> v0.35.3

    Previous release can be found at v0.10.1

    Open source →
    Release notes

    Welcome to the v0.11.0-beta.2 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.

    ephemeral resources

    New ephemeral resources are added, please see docs.

    Component Updates

    Talos sdk: v1.13.0-beta.1

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • Dennis Witt
    • Nikita COEUR
    • purajit

    Changes

    <details><summary>13 commits</summary> <p>

    • 6ed1274 feat: add sboms to release
    • 4729352 feat(ephemeral): rewrite talos_cluster_kubeconfig to generate from machine_secrets
    • 4992c4a fix(ephemeral): rewrite talos_client_configuration to generate from machine_secrets
    • 4c8def5 release(v0.11.0-beta.1): prepare release
    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25
    • d7bb719 release(v0.11.0-beta.0): prepare release
    • 09f6c83 fix: restore correct skip_kubernetes_checks behavior
    • eaedcfd chore: bump deps
    • f4d673f feat: add ephemeral resources to prevent secrets from leaking to state
    • 5f07e0f feat: add staged_if_needing_reboot apply mode for automatic reboot prevention
    • c8e3b87 feat: add exact_filters attribute to talos_image_factory_extensions_versions
    • efe146e fix: gracefully handle Unknown config_patches values </p> </details>

    Changes since v0.11.0-beta.1

    <details><summary>3 commits</summary> <p>

    • 6ed1274 feat: add sboms to release
    • 4729352 feat(ephemeral): rewrite talos_cluster_kubeconfig to generate from machine_secrets
    • 4992c4a fix(ephemeral): rewrite talos_client_configuration to generate from machine_secrets </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-framework v1.17.0 -> v1.19.0
    • github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.31.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.40.0
    • github.com/hashicorp/terraform-plugin-testing v1.14.0 -> v1.15.0
    • github.com/siderolabs/image-factory v0.9.0 -> v1.0.3
    • github.com/siderolabs/talos v1.12.0 -> v1.13.0-beta.1
    • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.13.0-beta.1
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 -> v4.0.0-rc.4
    • golang.org/x/crypto v0.49.0 new
    • golang.org/x/mod v0.31.0 -> v0.34.0
    • k8s.io/client-go v0.35.0 -> v0.35.3

    Previous release can be found at v0.10.1

    Open source →
  10. v0.11.0-beta.1.0.20260328111320-4729352f7228 28 Mar 2026 pre-release

    Nothing published for this version

  11. v0.11.0-beta.1 27 Feb 2026 pre-release
    Release notes

    terraform-provider-talos 0.11.0-beta.1 (2026-02-27)

    Welcome to the v0.11.0-beta.1 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.

    ephemeral resources

    New ephemeral resources are added, please see docs.

    Component Updates

    Talos sdk: v1.13.0-alpha.1

    Contributors

    • Noel Georgi
    • Mickaël Canévet
    • Dennis Witt
    • Nikita COEUR
    • purajit

    Changes

    10 commits

    • 4c8def5 release(v0.11.0-beta.1): prepare release
    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25
    • d7bb719 release(v0.11.0-beta.0): prepare release
    • 09f6c83 fix: restore correct skip_kubernetes_checks behavior
    • eaedcfd chore: bump deps
    • f4d673f feat: add ephemeral resources to prevent secrets from leaking to state
    • 5f07e0f feat: add staged_if_needing_reboot apply mode for automatic reboot prevention
    • c8e3b87 feat: add exact_filters attribute to talos_image_factory_extensions_versions
    • efe146e fix: gracefully handle Unknown config_patches values

    Changes since v0.11.0-beta.0

    3 commits

    • 4c8def5 release(v0.11.0-beta.1): prepare release
    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.30.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.38.2
    • github.com/siderolabs/image-factory v0.9.0 -> v1.0.3
    • github.com/siderolabs/talos v1.12.0 -> v1.13.0-alpha.2
    • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.13.0-alpha.2
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 -> v4.0.0-rc.4
    • golang.org/x/mod v0.31.0 -> v0.33.0
    • k8s.io/client-go v0.35.0 -> v0.35.1

    Previous release can be found at v0.10.1

    Open source →
    Release notes

    Welcome to the v0.11.0-beta.1 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.

    ephemeral resources

    New ephemeral resources are added, please see docs.

    Component Updates

    Talos sdk: v1.13.0-alpha.1

    Contributors

    • Mickaël Canévet
    • Noel Georgi
    • Dennis Witt
    • Nikita COEUR
    • purajit

    Changes

    <details><summary>9 commits</summary> <p>

    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25
    • d7bb719 release(v0.11.0-beta.0): prepare release
    • 09f6c83 fix: restore correct skip_kubernetes_checks behavior
    • eaedcfd chore: bump deps
    • f4d673f feat: add ephemeral resources to prevent secrets from leaking to state
    • 5f07e0f feat: add staged_if_needing_reboot apply mode for automatic reboot prevention
    • c8e3b87 feat: add exact_filters attribute to talos_image_factory_extensions_versions
    • efe146e fix: gracefully handle Unknown config_patches values </p> </details>

    Changes since v0.11.0-beta.0

    <details><summary>2 commits</summary> <p>

    • 01330a9 chore: update goreleaser schema
    • 1585aed fix: remove unsupported windows/arm build target for Go 1.25 </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.30.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.38.2
    • github.com/siderolabs/image-factory v0.9.0 -> v1.0.3
    • github.com/siderolabs/talos v1.12.0 -> v1.13.0-alpha.2
    • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.13.0-alpha.2
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 -> v4.0.0-rc.4
    • golang.org/x/mod v0.31.0 -> v0.33.0
    • k8s.io/client-go v0.35.0 -> v0.35.1

    Previous release can be found at v0.10.1

    Open source →
  12. v0.11.0-beta.0 26 Feb 2026 pre-release
    Release notes

    Welcome to the v0.11.0-beta.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.

    ephemeral resources

    New ephemeral resources are added, please see docs.

    Component Updates

    Talos sdk: v1.13.0-alpha.1

    Contributors

    • Mickaël Canévet
    • Dennis Witt
    • Nikita COEUR
    • Noel Georgi
    • purajit

    Changes

    <details><summary>6 commits</summary> <p>

    • 09f6c83 fix: restore correct skip_kubernetes_checks behavior
    • eaedcfd chore: bump deps
    • f4d673f feat: add ephemeral resources to prevent secrets from leaking to state
    • 5f07e0f feat: add staged_if_needing_reboot apply mode for automatic reboot prevention
    • c8e3b87 feat: add exact_filters attribute to talos_image_factory_extensions_versions
    • efe146e fix: gracefully handle Unknown config_patches values </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-go v0.29.0 -> v0.30.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1 -> v2.38.2
    • github.com/siderolabs/image-factory v0.9.0 -> v1.0.3
    • github.com/siderolabs/talos v1.12.0 -> v1.13.0-alpha.2
    • github.com/siderolabs/talos/pkg/machinery v1.12.0 -> v1.13.0-alpha.2
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 -> v4.0.0-rc.4
    • golang.org/x/mod v0.31.0 -> v0.33.0
    • k8s.io/client-go v0.35.0 -> v0.35.1

    Previous release can be found at v0.10.1

    Open source →
  13. v0.10.1 19 Jan 2026

    Nothing published for this version

  14. v0.10.0 23 Dec 2025

    Nothing published for this version

  15. v0.10.0-beta.0.0.20260119135451-5f07e0f60436 19 Jan 2026 pre-release

    Nothing published for this version

  16. v0.10.0-beta.0.0.20251223092325-36facc45be98 23 Dec 2025 pre-release

    Nothing published for this version

  17. v0.10.0-beta.0 28 Nov 2025 pre-release
    Release notes

    Welcome to the v0.10.0-beta.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.

    config patches

    JSON6502 patches are no longer supported, use strategic patches instead.

    Component Updates

    Talos sdk: v1.12.0-beta.0

    Contributors

    • Noel Georgi

    Changes

    <details><summary>1 commit</summary> <p>

    • 11063bc chore: bump deps </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-docs v0.22.0 -> v0.24.0
    • github.com/hashicorp/terraform-plugin-framework v1.15.1 -> v1.16.1
    • github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0 -> v0.7.0
    • github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 -> v0.19.0
    • github.com/hashicorp/terraform-plugin-go v0.28.0 -> v0.29.0
    • github.com/hashicorp/terraform-plugin-log v0.9.0 -> v0.10.0
    • github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 -> v2.38.1
    • github.com/siderolabs/crypto v0.6.3 -> v0.6.4
    • github.com/siderolabs/gen v0.8.5 -> v0.8.6
    • github.com/siderolabs/image-factory v0.8.3 -> v0.9.0
    • github.com/siderolabs/talos v1.11.0 -> v1.12.0-beta.0
    • github.com/siderolabs/talos/pkg/machinery v1.11.0 -> v1.12.0-beta.0
    • go.yaml.in/yaml/v4 v4.0.0-rc.3 new
    • golang.org/x/mod v0.27.0 -> v0.30.0
    • k8s.io/client-go v0.34.0 -> v0.35.0-alpha.3

    Previous release can be found at v0.9.0

    Open source →
  18. v0.9.0 01 Sep 2025

    Nothing published for this version

  19. v0.9.0-alpha.0.0.20250901133242-a3e7110d16db 01 Sep 2025 pre-release

    Nothing published for this version

  20. v0.9.0-alpha.0 19 May 2025 pre-release
    Release notes

    Welcome to the v0.9.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_machine_disks Data Source

    The talos_machine_disks data source has been updated to use the better CEL expression language. The resource attributes and selector have been updated to use the new syntax. The user would need to update the data source in their configuration to use the new syntax. The expression syntax is documented in the CEL documentation.

    This also brings in consistency with how disks are reported in Talos.

    Component Updates

    Talos sdk: v1.11.0-alpha.0

    Contributors

    • Noel Georgi
    • Halvdan Hoem Grelland
    • obvionaoe

    Changes

    <details><summary>7 commits</summary> <p>

    • 4016c0c fix: secureboot installer urls for non-metal platform
    • 34f3f1e chore: simplify disk selector code
    • 93070aa feat: use CEL expression filters for talos_machine_disks
    • f70e10e fix: allow talos_version to be used without a v prefix
    • fa8002d chore: bump deps
    • e76002d fix: factory installer urls
    • 44eec1c fix: image factory examples and docs </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-framework-validators v0.17.0 -> v0.18.0
    • github.com/siderolabs/gen v0.8.0 -> v0.8.1
    • github.com/siderolabs/image-factory v0.6.9 -> v0.7.0
    • github.com/siderolabs/talos v1.10.0 -> v1.11.0-alpha.0
    • github.com/siderolabs/talos/pkg/machinery v1.10.0 -> v1.11.0-alpha.0

    Previous release can be found at v0.8.1

    Open source →
  21. v0.8.1 15 May 2025

    Nothing published for this version

  22. v0.8.0 01 May 2025

    Nothing published for this version

  23. v0.8.0-alpha.0.0.20250515040129-f70e10e97d81 15 May 2025 pre-release

    Nothing published for this version

  24. v0.8.0-alpha.0.0.20250501082142-e9fec0c8820f 01 May 2025 pre-release

    Nothing published for this version

  25. v0.8.0-alpha.0 18 Apr 2025 pre-release
    Release notes

    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

    <details><summary>5 commits</summary> <p>

    • 2cfcf88 chore: bump deps
    • 46ab81c fix: drop talos<->k8s compatibility check
    • 69596f1 fix: skip if aggregator certs are nil
    • d3214dc refactor: pull platform metadata from Talos machinery
    • 5c0ff77 feat: add secure boot support to non-metal image factory urls </p> </details>

    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

    Open source →
  26. v0.7.1 22 Jan 2025

    Nothing published for this version

  27. v0.7.0 18 Dec 2024

    Nothing published for this version

  28. v0.7.0-alpha.0.0.20250121122731-46ab81ca8b79 21 Jan 2025 pre-release

    Nothing published for this version

  29. v0.7.0-alpha.0.0.20241218125627-a0aaf5f36fc6 18 Dec 2024 pre-release

    Nothing published for this version

  30. v0.7.0-alpha.0.0.20241206155859-c21362e0356e 06 Dec 2024 pre-release

    Nothing published for this version

  31. v0.7.0-alpha.0 21 Oct 2024 pre-release
    Release notes

    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

    <details><summary>1 commit</summary> <p>

    • beb5e2b chore: bump deps </p> </details>

    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

    Open source →
  32. v0.6.1 18 Oct 2024
    Release notes

    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

    <details><summary>3 commits</summary> <p>

    • daddfb7 feat: configurable cert refresh time for kubeconfig
    • 96c9a85 fix: resourceplanmodifiers for kubeconfig resource
    • 800573b fix: disks wipe on destroy </p> </details>

    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

    Open source →
  33. v0.6.1-0.20241017182720-96c9a857f9df 17 Oct 2024 pre-release

    Nothing published for this version

  34. v0.6.0 24 Sep 2024
    Release notes

    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

    <details><summary>20 commits</summary> <p>

    • 758df67 docs: machine_configuration fix typo
    • 4e01809 release(v0.6.0-beta.0): prepare release
    • 8dcab7b chore: bump deps
    • 3b59c4a release(v0.6.0-alpha.2): prepare release
    • 858f7f3 chore: bump deps
    • 7af49b3 chore: better health checks from talos sdk
    • 063b7ae chore: default talos_machine_configuration docs and examples to false
    • 80c5534 chore: support filtering stable version
    • b9c7f5f release(v0.6.0-alpha.1): prepare release
    • 92fcb70 feat: add talos_image_factory_url data source
    • ffc8102 feat: add factory support
    • d6c2a0b chore: fix goreleaser config
    • dcdcee6 release(v0.6.0-alpha.0): prepare release
    • d962913 chore: reset options for machine_configuration_apply resource
    • f26a591 chore: data source -> resource talos_cluster_kubeconfig
    • 78fd0d3 chore: ignore version prefix for talos_version
    • 11ae330 feat: support skipping k8s health checks
    • 0fe1a6f docs: update description of talos_cluster_health
    • f6f1811 feat: regenerate talosconfig
    • 501c78e chore: bump deps </p> </details>

    Changes since v0.6.0-beta.0

    <details><summary>1 commit</summary> <p>

    • 758df67 docs: machine_configuration fix typo </p> </details>

    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

    Open source →
  35. v0.6.0-beta.0 10 Sep 2024 pre-release
    Release notes

    Welcome to the v0.6.0-beta.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.

    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
    • Hippie Hacker

    Changes

    <details><summary>18 commits</summary> <p>

    • 8dcab7b chore: bump deps
    • 3b59c4a release(v0.6.0-alpha.2): prepare release
    • 858f7f3 chore: bump deps
    • 7af49b3 chore: better health checks from talos sdk
    • 063b7ae chore: default talos_machine_configuration docs and examples to false
    • 80c5534 chore: support filtering stable version
    • b9c7f5f release(v0.6.0-alpha.1): prepare release
    • 92fcb70 feat: add talos_image_factory_url data source
    • ffc8102 feat: add factory support
    • d6c2a0b chore: fix goreleaser config
    • dcdcee6 release(v0.6.0-alpha.0): prepare release
    • d962913 chore: reset options for machine_configuration_apply resource
    • f26a591 chore: data source -> resource talos_cluster_kubeconfig
    • 78fd0d3 chore: ignore version prefix for talos_version
    • 11ae330 feat: support skipping k8s health checks
    • 0fe1a6f docs: update description of talos_cluster_health
    • f6f1811 feat: regenerate talosconfig
    • 501c78e chore: bump deps </p> </details>

    Changes since v0.6.0-alpha.2

    <details><summary>1 commit</summary> <p>

    • 8dcab7b chore: bump deps </p> </details>

    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

    Open source →
  36. v0.6.0-alpha.2 02 Sep 2024 pre-release
    Release notes

    Welcome to the v0.6.0-alpha.2 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.

    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
    • Hippie Hacker

    Changes

    <details><summary>16 commits</summary> <p>

    • 858f7f3 chore: bump deps
    • 7af49b3 chore: better health checks from talos sdk
    • 063b7ae chore: default talos_machine_configuration docs and examples to false
    • 80c5534 chore: support filtering stable version
    • b9c7f5f release(v0.6.0-alpha.1): prepare release
    • 92fcb70 feat: add talos_image_factory_url data source
    • ffc8102 feat: add factory support
    • d6c2a0b chore: fix goreleaser config
    • dcdcee6 release(v0.6.0-alpha.0): prepare release
    • d962913 chore: reset options for machine_configuration_apply resource
    • f26a591 chore: data source -> resource talos_cluster_kubeconfig
    • 78fd0d3 chore: ignore version prefix for talos_version
    • 11ae330 feat: support skipping k8s health checks
    • 0fe1a6f docs: update description of talos_cluster_health
    • f6f1811 feat: regenerate talosconfig
    • 501c78e chore: bump deps </p> </details>

    Changes since v0.6.0-alpha.1

    <details><summary>4 commits</summary> <p>

    • 858f7f3 chore: bump deps
    • 7af49b3 chore: better health checks from talos sdk
    • 063b7ae chore: default talos_machine_configuration docs and examples to false
    • 80c5534 chore: support filtering stable version </p> </details>

    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 9687413a9a85 new
    • github.com/siderolabs/talos v1.8.0-alpha.2 new
    • github.com/siderolabs/talos/pkg/machinery v1.7.0 -> v1.8.0-alpha.2
    • golang.org/x/mod v0.17.0 -> v0.20.0
    • google.golang.org/grpc v1.63.2 -> v1.66.0
    • k8s.io/client-go v0.29.3 -> v0.31.0

    Previous release can be found at v0.5.0

    Open source →
  37. v0.6.0-alpha.1 18 Jul 2024 pre-release
    Release notes

    Welcome to the v0.6.0-alpha.1 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.

    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 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

    Changes

    <details><summary>11 commits</summary> <p>

    • 92fcb70 feat: add talos_image_factory_url data source
    • ffc8102 feat: add factory support
    • d6c2a0b chore: fix goreleaser config
    • dcdcee6 release(v0.6.0-alpha.0): prepare release
    • d962913 chore: reset options for machine_configuration_apply resource
    • f26a591 chore: data source -> resource talos_cluster_kubeconfig
    • 78fd0d3 chore: ignore version prefix for talos_version
    • 11ae330 feat: support skipping k8s health checks
    • 0fe1a6f docs: update description of talos_cluster_health
    • f6f1811 feat: regenerate talosconfig
    • 501c78e chore: bump deps </p> </details>

    Changes since v0.6.0-alpha.0

    <details><summary>2 commits</summary> <p>

    • 92fcb70 feat: add talos_image_factory_url data source
    • ffc8102 feat: add factory support </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-docs v0.19.0 -> v0.19.4
    • github.com/hashicorp/terraform-plugin-framework v1.7.0 -> v1.10.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.9.0
    • github.com/siderolabs/gen v0.4.8 -> v0.5.0
    • github.com/siderolabs/image-factory 8b4e0d9e9819 new
    • github.com/siderolabs/talos 980f9ebc0725 new
    • github.com/siderolabs/talos/pkg/machinery v1.7.0 -> v1.8.0-alpha.1
    • golang.org/x/mod v0.17.0 -> v0.19.0
    • google.golang.org/grpc v1.63.2 -> v1.65.0
    • k8s.io/client-go v0.29.3 -> v0.31.0-beta.0

    Previous release can be found at v0.5.0

    Open source →
  38. v0.6.0-alpha.0 11 Jul 2024 pre-release
    Release notes

    Welcome to the v0.6.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

    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 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
    • Dmitriy Matrenichev

    Changes

    <details><summary>8 commits</summary> <p>

    • 1908d9e release(v0.6.0-alpha.0): prepare release
    • d962913 chore: reset options for machine_configuration_apply resource
    • f26a591 chore: data source -> resource talos_cluster_kubeconfig
    • 78fd0d3 chore: ignore version prefix for talos_version
    • 11ae330 feat: support skipping k8s health checks
    • 0fe1a6f docs: update description of talos_cluster_health
    • f6f1811 feat: regenerate talosconfig
    • 501c78e chore: bump deps </p> </details>

    Changes from siderolabs/gen

    <details><summary>2 commits</summary> <p>

    • 7654108 chore: add hashtriemap implementation
    • 8485864 chore: optimize maps.Values and maps.Keys </p> </details>

    Dependency Changes

    • github.com/hashicorp/terraform-plugin-docs v0.19.0 -> v0.19.4
    • github.com/hashicorp/terraform-plugin-framework v1.7.0 -> v1.9.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.8.0
    • github.com/siderolabs/gen v0.4.8 -> v0.5.0
    • github.com/siderolabs/talos/pkg/machinery v1.7.0 -> v1.8.0-alpha.1
    • golang.org/x/mod v0.17.0 -> v0.19.0
    • google.golang.org/grpc v1.63.2 -> v1.65.0
    • k8s.io/client-go v0.29.3 -> v0.31.0-alpha.3

    Previous release can be found at v0.5.0

    Open source →
  39. v0.5.0 19 Apr 2024

    Nothing published for this version

  40. v0.4.0 15 Dec 2023

    Nothing published for this version

  41. v0.4.0-alpha.0.0.20240711170118-d9629133c03e 11 Jul 2024 pre-release

    Nothing published for this version

  42. v0.4.0-alpha.0.0.20240704140338-11ae33002bee 04 Jul 2024 pre-release

    Nothing published for this version

  43. v0.4.0-alpha.0.0.20240419141707-0088df9ab695 19 Apr 2024 pre-release

    Nothing published for this version

  44. v0.4.0-alpha.0.0.20231214153848-c29545708204 14 Dec 2023 pre-release

    Nothing published for this version

  45. v0.4.0-alpha.0.0.20231002205919-2ff68baed122 02 Oct 2023 pre-release

    Nothing published for this version

  46. v0.4.0-alpha.0.0.20230910173218-acdc00dfc89d 10 Sep 2023 pre-release

    Nothing published for this version

  47. v0.4.0-alpha.0 30 Aug 2023 pre-release
    Release notes

    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

    <details><summary>4 commits</summary> <p>

    • 1c918e6 chore: add conform
    • ed36726 feat: add talos_cluster_health data source.
    • 5ac7183 fix: node/endpoint were swapped for some resources.
    • 713ac46 fix: creation of talos client </p> </details>

    Changes from siderolabs/gen

    <details><summary>1 commit</summary> <p>

    • 36a3ae3 feat: update module </p> </details>

    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

    Open source →
  48. v0.3.4 04 Oct 2023

    Nothing published for this version

  49. v0.3.3 07 Sep 2023

    Nothing published for this version

  50. v0.3.2 28 Aug 2023

    Nothing published for this version

  51. v0.3.1 24 Aug 2023

    Nothing published for this version

  52. v0.3.0 17 Aug 2023

    Nothing published for this version

  53. v0.3.0-beta.0.0.20230828105406-5ac7183f33a4 28 Aug 2023 pre-release

    Nothing published for this version

  54. v0.3.0-beta.0.0.20230824185747-713ac4686a3e 24 Aug 2023 pre-release

    Nothing published for this version

  55. v0.3.0-beta.0.0.20230817145013-0ccfc54a1692 17 Aug 2023 pre-release

    Nothing published for this version

  56. v0.3.0-beta.0 07 Aug 2023 pre-release
    Release notes

    Welcome to the 0.3.0-beta.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.5.0-beta.0

    Contributors

    • Noel Georgi
    • Ole-Martin Bratteng
    • Spencer Smith

    Changes

    <details><summary>5 commits</summary> <p>

    • 3f02af3 feat: update to talos 1.5 sdk
    • ff0e2ad fix: ci failures due to TF state removal
    • ee150ce docs: update link to contrib repo
    • df4f876 docs: replace type with machine_type
    • f6c8715 chore: bump deps </p> </details>

    Dependency Changes

    • github.com/siderolabs/talos/pkg/machinery v1.4.7 -> v1.5.0-beta.0

    Previous release can be found at v0.2.1

    Open source →
  57. v0.2.1 04 Aug 2023

    Nothing published for this version

  58. v0.2.0 24 Apr 2023

    Nothing published for this version

  59. v0.2.0-beta.0 18 Apr 2023 pre-release

    Nothing published for this version

  60. v0.2.0-alpha.2.0.20230804115927-ff0e2adec131 04 Aug 2023 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive