chore(deps): update terraform talos to v0.12.0 #44

Open
renovate wants to merge 1 commit from renovate/talos-0.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
talos (source) required_provider minor 0.11.00.12.0

Release Notes

siderolabs/terraform-provider-talos (talos)

v0.12.0

Compare Source

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

new resources

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

Component Updates

Talos sdk: v1.14.0

Contributors
  • Mickaël Canévet
  • Mickaël Canévet
  • Noel Georgi
  • Andrei Bobokhin
  • Mason Elmore
  • Mike Beaumont
  • Sierra1011
  • ludwighansson
Changes
42 commits

  • 08db013 fix(talos_machine): don't recreate on transient Read failures
  • 0b7f206 release(v0.12.0-rc.0): prepare release
  • c44a066 feat(image_factory_urls): add disk_image_format
  • 0e8dd15 fix(talos_machine): reconcile schematic on create
  • 2ae69cc fix(talos_cluster): surface the actual health-check failure, not just the timeout
  • afcc450 fix(talos_machine): stop corrupting digest-pinned image references
  • dc53cbc docs: clarify talos_version contract is independent of image upgrades
  • ea0d3ba chore(deps): upgrade talos to v1.14.0, image-factory to v1.6.0
  • b827ab3 fix(machine_configuration_apply): defer hash compute on unknown list elements
  • a2b4f69 release(v0.12.0-beta.0): prepare release
  • 75146c1 fix(talos_machine): detect legacy upgrade completion by boot ID
  • c57ca81 fix(talos_cluster): reject non-IP node addresses at plan time
  • 73ad04d chore(deps): upgrade talos to v1.14.0-rc.2
  • 6d1a91c chore(ci): kvm-accelerated domains, patch known vulnerabilities
  • 1042860 chore(deps): upgrade image-factory to v1.3.3
  • 812b614 chore(deps): upgrade talos to v1.14.0-alpha.2
  • 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-rc.0
1 commit

  • 08db013 fix(talos_machine): don't recreate on transient Read failures

Dependency Changes
  • github.com/cosi-project/runtime v1.16.3 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/gen v0.8.6 -> v0.8.7
  • github.com/siderolabs/go-kubernetes v0.2.41 new
  • github.com/siderolabs/image-factory v1.1.0 -> v1.6.0
  • github.com/siderolabs/talos v1.13.0 -> v1.14.0
  • github.com/siderolabs/talos/pkg/machinery v1.13.0 -> v1.14.0
  • github.com/stretchr/testify v1.11.1 -> v1.12.1
  • go.yaml.in/yaml/v4 v4.0.0-rc.4 -> 643e93b
  • golang.org/x/crypto v0.50.0 -> v0.55.0
  • golang.org/x/mod v0.35.0 -> v0.40.0
  • k8s.io/client-go v0.35.4 -> v0.37.0

Previous release can be found at v0.11.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on Tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [talos](https://search.opentofu.org/provider/siderolabs/talos) ([source](https://github.com/siderolabs/terraform-provider-talos)) | required_provider | minor | `0.11.0` → `0.12.0` | --- ### Release Notes <details> <summary>siderolabs/terraform-provider-talos (talos)</summary> ### [`v0.12.0`](https://github.com/siderolabs/terraform-provider-talos/blob/HEAD/CHANGELOG.md#terraform-provider-talos-0120-2026-09-21) [Compare Source](https://github.com/siderolabs/terraform-provider-talos/compare/v0.11.0...v0.12.0) Welcome to the v0.12.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>. ##### new resources New `talos_machine` and `talos_cluster` resources are added, please see docs. ##### Component Updates Talos sdk: v1.14.0 ##### Contributors - Mickaël Canévet - Mickaël Canévet - Noel Georgi - Andrei Bobokhin - Mason Elmore - Mike Beaumont - Sierra1011 - ludwighansson ##### Changes <details><summary>42 commits</summary> <p> - [`08db013`](https://github.com/siderolabs/terraform-provider-talos/commit/08db013dbce185da2e13ec87bedd2ac13e2fde33) fix(talos\_machine): don't recreate on transient Read failures - [`0b7f206`](https://github.com/siderolabs/terraform-provider-talos/commit/0b7f20669f5fbf5dde51d13be9ae04a1dd6261f6) release(v0.12.0-rc.0): prepare release - [`c44a066`](https://github.com/siderolabs/terraform-provider-talos/commit/c44a066667585e8987ad313464f28ffa0129638d) feat(image\_factory\_urls): add disk\_image\_format - [`0e8dd15`](https://github.com/siderolabs/terraform-provider-talos/commit/0e8dd15059dd926f0571437a47014cf72a579efe) fix(talos\_machine): reconcile schematic on create - [`2ae69cc`](https://github.com/siderolabs/terraform-provider-talos/commit/2ae69cc882c3fc4d14df527acca89a02ce084e41) fix(talos\_cluster): surface the actual health-check failure, not just the timeout - [`afcc450`](https://github.com/siderolabs/terraform-provider-talos/commit/afcc450f92f24dbc0b1cccb444c9cdc2716704fc) fix(talos\_machine): stop corrupting digest-pinned image references - [`dc53cbc`](https://github.com/siderolabs/terraform-provider-talos/commit/dc53cbc6c0b7503f561795e1e7cc2151a22018e7) docs: clarify talos\_version contract is independent of image upgrades - [`ea0d3ba`](https://github.com/siderolabs/terraform-provider-talos/commit/ea0d3bac7e1441624a9de96448870545ad511240) chore(deps): upgrade talos to v1.14.0, image-factory to v1.6.0 - [`b827ab3`](https://github.com/siderolabs/terraform-provider-talos/commit/b827ab3a3700eef1c28ac301ff9921a6241392c5) fix(machine\_configuration\_apply): defer hash compute on unknown list elements - [`a2b4f69`](https://github.com/siderolabs/terraform-provider-talos/commit/a2b4f69510a8468f8da434fabe7b945453a29464) release(v0.12.0-beta.0): prepare release - [`75146c1`](https://github.com/siderolabs/terraform-provider-talos/commit/75146c1b1d215bf10c519eb6df0eac80a740c20a) fix(talos\_machine): detect legacy upgrade completion by boot ID - [`c57ca81`](https://github.com/siderolabs/terraform-provider-talos/commit/c57ca8138150ae311090b8e8f8516bced66ea40c) fix(talos\_cluster): reject non-IP node addresses at plan time - [`73ad04d`](https://github.com/siderolabs/terraform-provider-talos/commit/73ad04ded64addee4e4459594aab2fb06be7c3e2) chore(deps): upgrade talos to v1.14.0-rc.2 - [`6d1a91c`](https://github.com/siderolabs/terraform-provider-talos/commit/6d1a91c452e83382bc3e976bc911b85f8d10954d) chore(ci): kvm-accelerated domains, patch known vulnerabilities - [`1042860`](https://github.com/siderolabs/terraform-provider-talos/commit/10428606e7aa39656fa0bf65105d233583418dbb) chore(deps): upgrade image-factory to v1.3.3 - [`812b614`](https://github.com/siderolabs/terraform-provider-talos/commit/812b61418cf941495d31fdd19afec5b1b1581206) chore(deps): upgrade talos to v1.14.0-alpha.2 - [`3d0ca3a`](https://github.com/siderolabs/terraform-provider-talos/commit/3d0ca3abe6e4e27e0dab812c75fe0958aeac6b9d) release(v0.12.0-alpha.5): prepare release - [`f31bca2`](https://github.com/siderolabs/terraform-provider-talos/commit/f31bca2b5ffe8d513037b2b97118123d6ecca662) feat(talos\_machine): add ignore\_kubernetes\_upgrade\_drift opt-in - [`fd84ee8`](https://github.com/siderolabs/terraform-provider-talos/commit/fd84ee8f3a8e86535191c7605442ebbda36a8cf3) chore(deps): upgrade talos to v1.14.0-alpha.1, use Image Factory installer - [`4705d60`](https://github.com/siderolabs/terraform-provider-talos/commit/4705d60bf9991de9bd72df4a47632f6f9de4f1e3) perf(tests): reduce acceptance test cluster count by merging shared setups - [`0f9475f`](https://github.com/siderolabs/terraform-provider-talos/commit/0f9475fdc04fb300e8a3207f213f25f278f0802f) release(v0.12.0-alpha.4): prepare release - [`c641631`](https://github.com/siderolabs/terraform-provider-talos/commit/c6416315e149fa8d14c46c766492fda0541afb80) fix(talos\_machine): recover from half-open connection after reboot - [`1eb88f5`](https://github.com/siderolabs/terraform-provider-talos/commit/1eb88f558dc0b9d7167dc8180b3b7c29166a567b) release(v0.12.0-alpha.3): prepare release - [`6ba92c7`](https://github.com/siderolabs/terraform-provider-talos/commit/6ba92c762fa7d83dbdc592f5ef3a3686e1b881db) perf(talos\_machine): decouple CordonAndDrain from Talos API - [`1a4f282`](https://github.com/siderolabs/terraform-provider-talos/commit/1a4f2824576ee62cce0b635174d057c74b11b912) perf(talos\_machine): decouple talosMachineUncordon from Talos API - [`b812b76`](https://github.com/siderolabs/terraform-provider-talos/commit/b812b767eb764a9ee5a55de778e76c1468a6ea52) fix(talos\_machine): trigger image updates when schematic changes - [`82c71d3`](https://github.com/siderolabs/terraform-provider-talos/commit/82c71d32532e4b7f07e8d5f584d62a797062988c) release(v0.12.0-alpha.2): prepare release - [`024ce5a`](https://github.com/siderolabs/terraform-provider-talos/commit/024ce5af35231d26d9342efb98f7b5d9c34798e8) fix(machine\_configuration\_apply): mark hash unknown when input is unknown during plan - [`76bd86c`](https://github.com/siderolabs/terraform-provider-talos/commit/76bd86c886c414e982f636ddd3c758447bbe39a8) fix(deps): upgrade Go to 1.26.4 to fix crypto/x509 vulnerabilities - [`0e717e3`](https://github.com/siderolabs/terraform-provider-talos/commit/0e717e311ef398724ef590d0fca66023df1ef3b0) fix(talos\_machine): guard client\_configuration in Update when WO variant is used - [`5292cff`](https://github.com/siderolabs/terraform-provider-talos/commit/5292cffecb3318dedc1e3e64626ada05ffad1f04) fix(talos\_machine): support drain\_on\_upgrade on worker nodes via kubeconfig(\_wo) - [`d3ad8c5`](https://github.com/siderolabs/terraform-provider-talos/commit/d3ad8c5ce5f46f6c8c8177b5c08813502aa109d9) docs: add Kubernetes upgrade workflow to resource documentation - [`4ca3e23`](https://github.com/siderolabs/terraform-provider-talos/commit/4ca3e2314b84346f400788f606d6ffc4814f3e88) fix(deps): upgrade golang.org/x/net to v0.55.0 to fix GO-2026-5026 - [`d7c7739`](https://github.com/siderolabs/terraform-provider-talos/commit/d7c77397ba4efdf5ec2203aa8a1847473d0c56c1) release(v0.12.0-alpha.1): prepare release - [`7c725d5`](https://github.com/siderolabs/terraform-provider-talos/commit/7c725d51ce3e6992b57fe50b74e65789fcda8c8b) fix(on\_destroy): use types.Bool to handle unknown values in on\_destroy block - [`c2530a7`](https://github.com/siderolabs/terraform-provider-talos/commit/c2530a7643b20391d4026d5cb07776a19e4d5fe2) fix(talos\_cluster): add control\_plane\_nodes to fix HA bootstrap - [`3c258d9`](https://github.com/siderolabs/terraform-provider-talos/commit/3c258d94014abd494a058b079c191e7a615d24d7) fix(talos\_machine): fix client\_configuration\_wo support - [`01464b4`](https://github.com/siderolabs/terraform-provider-talos/commit/01464b4bed82d8f1aae944cbb3df267b2c961b02) release(v0.12.0-alpha.0): prepare release - [`fbf12d5`](https://github.com/siderolabs/terraform-provider-talos/commit/fbf12d56acc36e1d1e0e51011cba77f25c2a645a) feat: bump deps - [`23a9efc`](https://github.com/siderolabs/terraform-provider-talos/commit/23a9efc65d2192655c6fc5b190f73737a5b627a6) feat(talos\_cluster): add talos\_cluster resource - [`6c38092`](https://github.com/siderolabs/terraform-provider-talos/commit/6c38092cce102dce15149385d919a4483237b654) feat: add talos\_machine resource - [`5e7b893`](https://github.com/siderolabs/terraform-provider-talos/commit/5e7b893add9448b48bcc56b64858fdf16c935ba4) chore: disable goconst </p> </details> ##### Changes since v0.12.0-rc.0 <details><summary>1 commit</summary> <p> - [`08db013`](https://github.com/siderolabs/terraform-provider-talos/commit/08db013dbce185da2e13ec87bedd2ac13e2fde33) fix(talos\_machine): don't recreate on transient Read failures </p> </details> ##### Dependency Changes - **github.com/cosi-project/runtime** v1.16.3 ***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/gen** v0.8.6 -> v0.8.7 - **github.com/siderolabs/go-kubernetes** v0.2.41 ***new*** - **github.com/siderolabs/image-factory** v1.1.0 -> v1.6.0 - **github.com/siderolabs/talos** v1.13.0 -> v1.14.0 - **github.com/siderolabs/talos/pkg/machinery** v1.13.0 -> v1.14.0 - **github.com/stretchr/testify** v1.11.1 -> v1.12.1 - **go.yaml.in/yaml/v4** v4.0.0-rc.4 -> [`643e93b`](https://github.com/siderolabs/terraform-provider-talos/commit/643e93b9c9be) - **golang.org/x/crypto** v0.50.0 -> v0.55.0 - **golang.org/x/mod** v0.35.0 -> v0.40.0 - **k8s.io/client-go** v0.35.4 -> v0.37.0 Previous release can be found at [v0.11.0](https://github.com/siderolabs/terraform-provider-talos/releases/tag/v0.11.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 6am on Tuesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
chore(deps): update terraform talos to v0.12.0
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 26s
c98ecd9aa0

Tofu Plan k8s-wheatley

OpenTofu Format and Style 🖌

OpenTofu Initialization ⚙️

OpenTofu Validation 🤖

Validation Output
Success! The configuration is valid.

OpenTofu Plan 📖

Show Plan
OpenTofu used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place (current -> planned)

OpenTofu will perform the following actions:

  # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp01] will be updated in-place
  ~ resource talos_machine_configuration_apply config_apply_cp {
      ~ client_configuration_wo        = (write-only attribute)
        id                             = machine_configuration_apply
      ~ machine_configuration          = (sensitive value)
      ~ machine_configuration_hash     = dc3710d3580fec618c87ba4e72a35862e8dad793adf464392a23ec7eb86962a0 -> 80a236ad72d6e968792c56eb235acb54a49ba2c9c09ec5717cf572e85efaf9d3
      ~ machine_configuration_input    = (sensitive value)
      ~ machine_configuration_input_wo = (write-only attribute)
        # (6 unchanged attributes hidden)
    }

  # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp02] will be updated in-place
  ~ resource talos_machine_configuration_apply config_apply_cp {
      ~ client_configuration_wo        = (write-only attribute)
        id                             = machine_configuration_apply
      ~ machine_configuration          = (sensitive value)
      ~ machine_configuration_hash     = c8a30cfcb4bee4eda667c4db561d541e849dcd9ef36615c854a1c0d7131e19a7 -> 9cdd031e727b6698dda7be3401c9347e539cdb11c758ad433ec52681695af319
      ~ machine_configuration_input    = (sensitive value)
      ~ machine_configuration_input_wo = (write-only attribute)
        # (6 unchanged attributes hidden)
    }

  # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp03] will be updated in-place
  ~ resource talos_machine_configuration_apply config_apply_cp {
      ~ client_configuration_wo        = (write-only attribute)
        id                             = machine_configuration_apply
      ~ machine_configuration          = (sensitive value)
      ~ machine_configuration_hash     = 755fd96aa13e2fafc29989d9a9fd97c28bd3b7ed348b4a7017b89ac186a142d5 -> bd5030181b9d29315cc89df7a763b9737b2841b8d59157ad6d382bbf2d64d8d9
      ~ machine_configuration_input    = (sensitive value)
      ~ machine_configuration_input_wo = (write-only attribute)
        # (6 unchanged attributes hidden)
    }

  # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker01] will be updated in-place
  ~ resource talos_machine_configuration_apply config_apply_worker {
      ~ client_configuration_wo        = (write-only attribute)
        id                             = machine_configuration_apply
      ~ machine_configuration          = (sensitive value)
      ~ machine_configuration_hash     = f9aeada82a9bc18953a39002786d8190c34ee72701d6c299aa3987d523e6ca74 -> 50a1e6ec5fadd863513d2c73ba9b5227f0af3893f5efcf302c42895c3cb31759
      ~ machine_configuration_input    = (sensitive value)
      ~ machine_configuration_input_wo = (write-only attribute)
        # (6 unchanged attributes hidden)
    }

  # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker02] will be updated in-place
  ~ resource talos_machine_configuration_apply config_apply_worker {
      ~ client_configuration_wo        = (write-only attribute)
        id                             = machine_configuration_apply
      ~ machine_configuration          = (sensitive value)
      ~ machine_configuration_hash     = 4ca2d082ae73e9b69dca27bb53c01d1ad4b8d296b84362f380e0725a5b7dc091 -> 5cd571e47210c700d361f5ec94067b7037b2dde49e45753c5c15152b15ec5efa
      ~ machine_configuration_input    = (sensitive value)
      ~ machine_configuration_input_wo = (write-only attribute)
        # (6 unchanged attributes hidden)
    }

  # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker03] will be updated in-place
  ~ resource talos_machine_configuration_apply config_apply_worker {
      ~ client_configuration_wo        = (write-only attribute)
        id                             = machine_configuration_apply
      ~ machine_configuration          = (sensitive value)
      ~ machine_configuration_hash     = 2ddbc6030f9d546b2a36969956402ef4d51bef2448bfea226be4cb46c7d92aaf -> bbfe9b06b9b4977784977b37ff9382cfadebcb92eebc6d250e06382df91151a0
      ~ machine_configuration_input    = (sensitive value)
      ~ machine_configuration_input_wo = (write-only attribute)
        # (6 unchanged attributes hidden)
    }

Plan: 0 to add, 6 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so OpenTofu can't
guarantee to take exactly these actions if you run tofu apply now.
### Tofu Plan k8s-wheatley #### ✅ OpenTofu Format and Style 🖌 #### ✅ OpenTofu Initialization ⚙️ #### ✅ OpenTofu Validation 🤖 <details><summary>Validation Output</summary> ``` Success! The configuration is valid. ``` </details> #### ✅ OpenTofu Plan 📖 <details><summary>Show Plan</summary> ``` OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: ~ update in-place (current -> planned) OpenTofu will perform the following actions: # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp01] will be updated in-place ~ resource talos_machine_configuration_apply config_apply_cp { ~ client_configuration_wo = (write-only attribute) id = machine_configuration_apply ~ machine_configuration = (sensitive value) ~ machine_configuration_hash = dc3710d3580fec618c87ba4e72a35862e8dad793adf464392a23ec7eb86962a0 -> 80a236ad72d6e968792c56eb235acb54a49ba2c9c09ec5717cf572e85efaf9d3 ~ machine_configuration_input = (sensitive value) ~ machine_configuration_input_wo = (write-only attribute) # (6 unchanged attributes hidden) } # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp02] will be updated in-place ~ resource talos_machine_configuration_apply config_apply_cp { ~ client_configuration_wo = (write-only attribute) id = machine_configuration_apply ~ machine_configuration = (sensitive value) ~ machine_configuration_hash = c8a30cfcb4bee4eda667c4db561d541e849dcd9ef36615c854a1c0d7131e19a7 -> 9cdd031e727b6698dda7be3401c9347e539cdb11c758ad433ec52681695af319 ~ machine_configuration_input = (sensitive value) ~ machine_configuration_input_wo = (write-only attribute) # (6 unchanged attributes hidden) } # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp03] will be updated in-place ~ resource talos_machine_configuration_apply config_apply_cp { ~ client_configuration_wo = (write-only attribute) id = machine_configuration_apply ~ machine_configuration = (sensitive value) ~ machine_configuration_hash = 755fd96aa13e2fafc29989d9a9fd97c28bd3b7ed348b4a7017b89ac186a142d5 -> bd5030181b9d29315cc89df7a763b9737b2841b8d59157ad6d382bbf2d64d8d9 ~ machine_configuration_input = (sensitive value) ~ machine_configuration_input_wo = (write-only attribute) # (6 unchanged attributes hidden) } # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker01] will be updated in-place ~ resource talos_machine_configuration_apply config_apply_worker { ~ client_configuration_wo = (write-only attribute) id = machine_configuration_apply ~ machine_configuration = (sensitive value) ~ machine_configuration_hash = f9aeada82a9bc18953a39002786d8190c34ee72701d6c299aa3987d523e6ca74 -> 50a1e6ec5fadd863513d2c73ba9b5227f0af3893f5efcf302c42895c3cb31759 ~ machine_configuration_input = (sensitive value) ~ machine_configuration_input_wo = (write-only attribute) # (6 unchanged attributes hidden) } # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker02] will be updated in-place ~ resource talos_machine_configuration_apply config_apply_worker { ~ client_configuration_wo = (write-only attribute) id = machine_configuration_apply ~ machine_configuration = (sensitive value) ~ machine_configuration_hash = 4ca2d082ae73e9b69dca27bb53c01d1ad4b8d296b84362f380e0725a5b7dc091 -> 5cd571e47210c700d361f5ec94067b7037b2dde49e45753c5c15152b15ec5efa ~ machine_configuration_input = (sensitive value) ~ machine_configuration_input_wo = (write-only attribute) # (6 unchanged attributes hidden) } # module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker03] will be updated in-place ~ resource talos_machine_configuration_apply config_apply_worker { ~ client_configuration_wo = (write-only attribute) id = machine_configuration_apply ~ machine_configuration = (sensitive value) ~ machine_configuration_hash = 2ddbc6030f9d546b2a36969956402ef4d51bef2448bfea226be4cb46c7d92aaf -> bbfe9b06b9b4977784977b37ff9382cfadebcb92eebc6d250e06382df91151a0 ~ machine_configuration_input = (sensitive value) ~ machine_configuration_input_wo = (write-only attribute) # (6 unchanged attributes hidden) } Plan: 0 to add, 6 to change, 0 to destroy. ───────────────────────────────────────────────────────────────────────────── Note: You didn't use the -out option to save this plan, so OpenTofu can't guarantee to take exactly these actions if you run tofu apply now. ``` </details>
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 26s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/talos-0.x:renovate/talos-0.x
git switch renovate/talos-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/talos-0.x
git switch renovate/talos-0.x
git rebase main
git switch main
git merge --ff-only renovate/talos-0.x
git switch renovate/talos-0.x
git rebase main
git switch main
git merge --no-ff renovate/talos-0.x
git switch main
git merge --squash renovate/talos-0.x
git switch main
git merge --ff-only renovate/talos-0.x
git switch main
git merge renovate/talos-0.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
wheatley/infrastructure!44
No description provided.