chore(deps): update terraform talos to v0.11.0 #19

Merged
Peter merged 1 commit from renovate/talos-0.x into main 2026-04-28 08:49:56 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
talos required_provider minor 0.10.10.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 | required_provider | minor | `0.10.1` → `0.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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2026-04-28 02:03:22 +02:00
chore(deps): update terraform talos to v0.11.0
All checks were successful
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 1m12s
a7b2e95429
First-time contributor

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     = aab4b8474c60fc6f581140d46b010d763ecfe40020e3101853d1288005b38937
      ~ 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     = 1c6f3eb19002efa612ef643e7df666f4b599b5c6f781aebbe891eea801fcd4e5
      ~ 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     = 2cfcb42f1902b1324cf714627b54d8093a89ea55caeb111f5d78d07411ab2013
      ~ 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     = dadc1bdc76443eeb826cd873d9c735a36827093c31814a53b5db834371fea24a
      ~ 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     = c6118fca630d3478eca9bb7f8c056bcbf6591dfecf73126e6f51d204405e26f5
      ~ 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     = 6abfacbeafc58cb54a77e9f7570256906f996874d7421572456c6d60e81e8586
      ~ 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 = aab4b8474c60fc6f581140d46b010d763ecfe40020e3101853d1288005b38937 ~ 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 = 1c6f3eb19002efa612ef643e7df666f4b599b5c6f781aebbe891eea801fcd4e5 ~ 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 = 2cfcb42f1902b1324cf714627b54d8093a89ea55caeb111f5d78d07411ab2013 ~ 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 = dadc1bdc76443eeb826cd873d9c735a36827093c31814a53b5db834371fea24a ~ 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 = c6118fca630d3478eca9bb7f8c056bcbf6591dfecf73126e6f51d204405e26f5 ~ 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 = 6abfacbeafc58cb54a77e9f7570256906f996874d7421572456c6d60e81e8586 ~ 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>
Peter merged commit c2e25906ed into main 2026-04-28 08:49:56 +02:00
First-time contributor

Tofu Apply k8s-wheatley

OpenTofu Format and Style 🖌

OpenTofu Initialization ⚙️

OpenTofu Validation 🤖

Validation Output
Success! The configuration is valid.

OpenTofu Apply 🚀

Show Apply
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     = aab4b8474c60fc6f581140d46b010d763ecfe40020e3101853d1288005b38937
      ~ 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     = 1c6f3eb19002efa612ef643e7df666f4b599b5c6f781aebbe891eea801fcd4e5
      ~ 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     = 2cfcb42f1902b1324cf714627b54d8093a89ea55caeb111f5d78d07411ab2013
      ~ 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     = dadc1bdc76443eeb826cd873d9c735a36827093c31814a53b5db834371fea24a
      ~ 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     = c6118fca630d3478eca9bb7f8c056bcbf6591dfecf73126e6f51d204405e26f5
      ~ 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     = 6abfacbeafc58cb54a77e9f7570256906f996874d7421572456c6d60e81e8586
      ~ 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.
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp03]: Modifying... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker02]: Modifying... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp01]: Modifying... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker01]: Modifying... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp02]: Modifying... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker03]: Modifying... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker02]: Modifications complete after 0s [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp03]: Modifications complete after 0s [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker01]: Modifications complete after 0s [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp01]: Modifications complete after 0s [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp02]: Modifications complete after 0s [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker03]: Modifications complete after 0s [id=machine_configuration_apply]

Apply complete! Resources: 0 added, 6 changed, 0 destroyed.

Outputs:

kubeconfig = <sensitive>
talosconfig = <sensitive>
### Tofu Apply k8s-wheatley #### ✅ OpenTofu Format and Style 🖌 #### ✅ OpenTofu Initialization ⚙️ #### ✅ OpenTofu Validation 🤖 <details><summary>Validation Output</summary> ``` Success! The configuration is valid. ``` </details> #### ✅ OpenTofu Apply 🚀 <details><summary>Show Apply</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 = aab4b8474c60fc6f581140d46b010d763ecfe40020e3101853d1288005b38937 ~ 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 = 1c6f3eb19002efa612ef643e7df666f4b599b5c6f781aebbe891eea801fcd4e5 ~ 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 = 2cfcb42f1902b1324cf714627b54d8093a89ea55caeb111f5d78d07411ab2013 ~ 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 = dadc1bdc76443eeb826cd873d9c735a36827093c31814a53b5db834371fea24a ~ 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 = c6118fca630d3478eca9bb7f8c056bcbf6591dfecf73126e6f51d204405e26f5 ~ 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 = 6abfacbeafc58cb54a77e9f7570256906f996874d7421572456c6d60e81e8586 ~ 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. module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp03]: Modifying... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker02]: Modifying... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp01]: Modifying... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker01]: Modifying... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp02]: Modifying... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker03]: Modifying... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker02]: Modifications complete after 0s [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp03]: Modifications complete after 0s [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker01]: Modifications complete after 0s [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp01]: Modifications complete after 0s [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp[k8s-wheatley-cp02]: Modifications complete after 0s [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker[k8s-wheatley-worker03]: Modifications complete after 0s [id=machine_configuration_apply] Apply complete! Resources: 0 added, 6 changed, 0 destroyed. Outputs: kubeconfig = <sensitive> talosconfig = <sensitive> ``` </details>
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#19
No description provided.