chore(deps): pin dependencies #7

Merged
Peter merged 1 commit from renovate/pin-dependencies into main 2026-02-24 11:20:11 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
https://github.com/actions/checkout action pinDigest 34e1148
https://github.com/opentofu/setup-opentofu action pinDigest 9d84900

Configuration

📅 Schedule: Branch creation - "before 6am on Tuesday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/actions/checkout](https://github.com/actions/checkout) | action | pinDigest | → `34e1148` | | [https://github.com/opentofu/setup-opentofu](https://github.com/opentofu/setup-opentofu) | action | pinDigest | → `9d84900` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on Tuesday" (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zMS43IiwidXBkYXRlZEluVmVyIjoiNDMuMzEuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2026-02-24 01:02:26 +01:00
chore(deps): pin dependencies
All checks were successful
Tofu Plan pve01.wheatley.in templates / tofu-plan-templates (pull_request) Successful in 1m6s
Tofu Plan k8s-wheatley / tofu-plan-k8s-wheatley (pull_request) Successful in 1m11s
7cbc45ec68
First-time contributor

Tofu Plan pve01.wheatley.in templates

OpenTofu Format and Style 🖌

OpenTofu Initialization ⚙️

OpenTofu Validation 🤖

Validation Output
Success! The configuration is valid.

OpenTofu Plan 📖

Show Plan
module.talos.data.http.schematic: Reading...
module.talos.data.http.schematic: Read complete after 0s [id=https://factory.talos.dev/schematics]
module.talos.proxmox_virtual_environment_download_file.talos-image["1.12.2"]: Refreshing state... [id=local:iso/talos-1.12.2-nocloud-amd64-secureboot.iso]
module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Refreshing state... [id=11122]

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.proxmox_virtual_environment_vm.talos-template["1.12.2"] will be updated in-place
  ~ resource "proxmox_virtual_environment_vm" "talos-template" {
        id                                   = "11122"
      ~ ipv4_addresses                       = [] -> (known after apply)
      ~ ipv6_addresses                       = [] -> (known after apply)
        name                                 = "talos-template-1.12.2"
      ~ network_interface_names              = [] -> (known after apply)
        tags                                 = [
            "tofu",
        ]
        # (27 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

Plan: 0 to add, 1 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 pve01.wheatley.in templates #### ✅ 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> ``` module.talos.data.http.schematic: Reading... module.talos.data.http.schematic: Read complete after 0s [id=https://factory.talos.dev/schematics] module.talos.proxmox_virtual_environment_download_file.talos-image["1.12.2"]: Refreshing state... [id=local:iso/talos-1.12.2-nocloud-amd64-secureboot.iso] module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Refreshing state... [id=11122] 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.proxmox_virtual_environment_vm.talos-template["1.12.2"] will be updated in-place ~ resource "proxmox_virtual_environment_vm" "talos-template" { id = "11122" ~ ipv4_addresses = [] -> (known after apply) ~ ipv6_addresses = [] -> (known after apply) name = "talos-template-1.12.2" ~ network_interface_names = [] -> (known after apply) tags = [ "tofu", ] # (27 unchanged attributes hidden) # (7 unchanged blocks hidden) } Plan: 0 to add, 1 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>
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
module.workers["worker02"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=222]
module.workers["worker01"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=221]
module.workers["worker03"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=223]
module.controlplanes["cp01"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=211]
module.controlplanes["cp02"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=212]
module.controlplanes["cp03"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=213]
module.talos-bootstrap.talos_machine_secrets.machine_secrets: Refreshing state... [id=machine_secrets]
module.talos-bootstrap.data.talos_machine_configuration.machineconfig-cp: Reading...
module.talos-bootstrap.data.talos_client_configuration.talosconfig: Reading...
module.talos-bootstrap.data.talos_client_configuration.talosconfig: Read complete after 0s [id=k8s-wheatley]
module.talos-bootstrap.data.talos_machine_configuration.machineconfig-worker: Reading...
module.talos-bootstrap.talos_cluster_kubeconfig.kubeconfig: Refreshing state... [id=k8s-wheatley]
module.talos-bootstrap.data.talos_machine_configuration.machineconfig-worker: Read complete after 0s [id=k8s-wheatley]
module.talos-bootstrap.data.talos_machine_configuration.machineconfig-cp: Read complete after 0s [id=k8s-wheatley]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker["k8s-wheatley-worker01"]: Refreshing state... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker["k8s-wheatley-worker03"]: Refreshing state... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp["k8s-wheatley-cp03"]: Refreshing state... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker["k8s-wheatley-worker02"]: Refreshing state... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp["k8s-wheatley-cp01"]: Refreshing state... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp["k8s-wheatley-cp02"]: Refreshing state... [id=machine_configuration_apply]
module.talos-bootstrap.talos_machine_bootstrap.talos_machine_bootstrap: Refreshing state... [id=machine_bootstrap]

No changes. Your infrastructure matches the configuration.

OpenTofu has compared your real infrastructure against your configuration and
found no differences, so no changes are needed.

### 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> ``` module.workers["worker02"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=222] module.workers["worker01"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=221] module.workers["worker03"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=223] module.controlplanes["cp01"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=211] module.controlplanes["cp02"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=212] module.controlplanes["cp03"].proxmox_virtual_environment_vm.talos-node: Refreshing state... [id=213] module.talos-bootstrap.talos_machine_secrets.machine_secrets: Refreshing state... [id=machine_secrets] module.talos-bootstrap.data.talos_machine_configuration.machineconfig-cp: Reading... module.talos-bootstrap.data.talos_client_configuration.talosconfig: Reading... module.talos-bootstrap.data.talos_client_configuration.talosconfig: Read complete after 0s [id=k8s-wheatley] module.talos-bootstrap.data.talos_machine_configuration.machineconfig-worker: Reading... module.talos-bootstrap.talos_cluster_kubeconfig.kubeconfig: Refreshing state... [id=k8s-wheatley] module.talos-bootstrap.data.talos_machine_configuration.machineconfig-worker: Read complete after 0s [id=k8s-wheatley] module.talos-bootstrap.data.talos_machine_configuration.machineconfig-cp: Read complete after 0s [id=k8s-wheatley] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker["k8s-wheatley-worker01"]: Refreshing state... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker["k8s-wheatley-worker03"]: Refreshing state... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp["k8s-wheatley-cp03"]: Refreshing state... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_worker["k8s-wheatley-worker02"]: Refreshing state... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp["k8s-wheatley-cp01"]: Refreshing state... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_configuration_apply.config_apply_cp["k8s-wheatley-cp02"]: Refreshing state... [id=machine_configuration_apply] module.talos-bootstrap.talos_machine_bootstrap.talos_machine_bootstrap: Refreshing state... [id=machine_bootstrap] No changes. Your infrastructure matches the configuration. OpenTofu has compared your real infrastructure against your configuration and found no differences, so no changes are needed. ``` </details>
renovate force-pushed renovate/pin-dependencies from 7cbc45ec68 to 4a64d52dab 2026-02-24 11:02:21 +01:00 Compare
renovate force-pushed renovate/pin-dependencies from 4a64d52dab to 0fff9c84df 2026-02-24 11:05:48 +01:00 Compare
Peter merged commit d2f4dba298 into main 2026-02-24 11:20:11 +01:00
First-time contributor

Tofu Apply k8s-wheatley

OpenTofu Format and Style 🖌

OpenTofu Initialization ⚙️

OpenTofu Validation 🤖

Validation Output

OpenTofu Apply 🚀

Show Apply

### Tofu Apply k8s-wheatley #### ❌ OpenTofu Format and Style 🖌 #### ❌ OpenTofu Initialization ⚙️ #### ❌ OpenTofu Validation 🤖 <details><summary>Validation Output</summary> ``` ``` </details> #### ❌ OpenTofu Apply 🚀 <details><summary>Show Apply</summary> ``` ``` </details>
First-time contributor

Tofu Apply pve01.wheatley.in templates

OpenTofu Format and Style 🖌

OpenTofu Initialization ⚙️

OpenTofu Validation 🤖

Validation Output
Success! The configuration is valid.

OpenTofu Apply 🚀

Show Apply
module.talos.data.http.schematic: Reading...
module.talos.data.http.schematic: Read complete after 0s [id=https://factory.talos.dev/schematics]
module.talos.proxmox_virtual_environment_download_file.talos-image["1.12.2"]: Refreshing state... [id=local:iso/talos-1.12.2-nocloud-amd64-secureboot.iso]
module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Refreshing state... [id=11122]

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.proxmox_virtual_environment_vm.talos-template["1.12.2"] will be updated in-place
  ~ resource "proxmox_virtual_environment_vm" "talos-template" {
        id                                   = "11122"
      ~ ipv4_addresses                       = [] -> (known after apply)
      ~ ipv6_addresses                       = [] -> (known after apply)
        name                                 = "talos-template-1.12.2"
      ~ network_interface_names              = [] -> (known after apply)
        tags                                 = [
            "tofu",
        ]
        # (27 unchanged attributes hidden)

        # (7 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.
module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Modifying... [id=11122]
module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Modifications complete after 0s [id=11122]

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

### Tofu Apply pve01.wheatley.in templates #### ✅ 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> ``` module.talos.data.http.schematic: Reading... module.talos.data.http.schematic: Read complete after 0s [id=https://factory.talos.dev/schematics] module.talos.proxmox_virtual_environment_download_file.talos-image["1.12.2"]: Refreshing state... [id=local:iso/talos-1.12.2-nocloud-amd64-secureboot.iso] module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Refreshing state... [id=11122] 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.proxmox_virtual_environment_vm.talos-template["1.12.2"] will be updated in-place ~ resource "proxmox_virtual_environment_vm" "talos-template" { id = "11122" ~ ipv4_addresses = [] -> (known after apply) ~ ipv6_addresses = [] -> (known after apply) name = "talos-template-1.12.2" ~ network_interface_names = [] -> (known after apply) tags = [ "tofu", ] # (27 unchanged attributes hidden) # (7 unchanged blocks hidden) } Plan: 0 to add, 1 to change, 0 to destroy. module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Modifying... [id=11122] module.talos.proxmox_virtual_environment_vm.talos-template["1.12.2"]: Modifications complete after 0s [id=11122] Apply complete! Resources: 0 added, 1 changed, 0 destroyed. ``` </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#7
No description provided.