Skip to content

chore(deps): update terraform proxmox to v0.94.0#50

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/proxmox-0.x
Open

chore(deps): update terraform proxmox to v0.94.0#50
renovate[bot] wants to merge 1 commit intomainfrom
renovate/proxmox-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
proxmox (source) required_provider minor 0.81.00.94.0

Release Notes

bpg/terraform-provider-proxmox (proxmox)

v0.94.0

Compare Source

Features
  • firewall: add proxmox_virtual_environment_node_firewall (#​2502) (d45f269)
Bug Fixes

v0.93.1

Compare Source

Bug Fixes
  • docs: prevent path traversal in sudoers tee configuration (#​2524) (bd604c4)
Miscellaneous

v0.93.0

Compare Source

Features
Bug Fixes
  • docs: improve provider documentation readability and structure (#​2487) (b9457fa)
  • example: make lxc container use root provider so it works (#​2458) (7e1a379)
  • lxc: allow mounting existing subvol with size argument (#​2491) (0b9e1e0)
  • ssh: harden try_sudo for PVE 9, improve shell compatibility (#​2480) (f3dd703)
  • vm: prevent initialization drift when cloning VM with user_account (#​2486) (dbd4fd5)
  • vm: resizing disk deletes cdrom / cloud-init (#​2484) (ae17149)
Miscellaneous

v0.92.0

Compare Source

⚠ BREAKING CHANGES
  • The proxmox_virtual_environment_download_file resource now checks the upstream URL's Content-Length during every refresh with overwrite=true (default). This restores the original behavior from v0.33.0 that was accidentally removed in v0.78.2. Users who want to disable upstream checking should set overwrite=false.

  • The proxmox_virtual_environment_firewall_options resource now requires exactly one of vm_id or container_id to be specified. Previously, configurations with only node_name would pass validation but fail at runtime. This change enforces the requirement at validation time.

Features
Bug Fixes
  • api: detect TFA requirement and return clear error message (#​2477) (876849d)
  • docs: clarify documentation workflow for FWK resources (#​2475) (7bd295a)
  • docs: fix broken links in docs (#​2464) (cdeddf8)
  • docs: update reference to setting up proxmox (#​2455) (3c11ffd)
  • file: restore upstream URL change detection in download_file (#​2474) (ad181ee), closes #​2470
  • firewall: make vm_id/container_id required in VM/Container -level firewall options (#​2453) (5ded5d4)
  • storage: prevent "was absent, but now present" error for backups block (#​2465) (501c09b)
  • vm: allow vcpus hotplug without reboot (#​2466) (f864d36)
  • vm: correct disk speed settings for multiple disks and update detection (#​2478) (0889c74)
Miscellaneous
  • deps: update golangci/golangci-lint (v2.7.2 → v2.8.0) (#​2472) (5009161)
  • deps: Update module github.com/avast/retry-go/v4 (v4.7.0 → v5.0.0) (#​2452) (1f664be)
  • docs: remove outdated Ceph handles from apt_standard_repository docs (#​2471) (ccbaabd), closes #​2421
  • docs: update terraform proxmox (0.90.0 → 0.91.0) (#​2459) (d175ef0)

v0.91.0

Compare Source

Features
  • acme: add support for certificate ordering (#​2292) (a2a970d)
  • sdn: add support for Fabric resources (#​2444) (b223dad)
  • storage: add support for provisioning storage types (NFS/CIFS/PBS/Directory/LVM) (#​2130) (f361704)
Bug Fixes
  • core: handle scientific notation in CustomInt/CustomInt64 unmarshaling (#​2431) (4baff92)
  • vm: allow TPM state updates in place (#​2446) (f8717c4)
Miscellaneous

v0.90.0

Compare Source

Features
Miscellaneous

v0.89.1

Compare Source

Bug Fixes
  • vm,lxc: revert deprecation notice for pool_id attribute (#​2405) (af3efa9)
  • vm: allow EFI disk parameter updates without VM recreation (51b8d39), closes #​1515
  • vm: handle disk size mismatch when re-adding removed disk (#​2411) (d7346d4)
  • vm: match CPU type format with PVE (#​2409) (63f22db)
  • vm: prevent perpetual diff when using pool_membership without pool_id (#​2408) (acc95bf)
  • vm: prevent unnecessary reboots on hotplug operations (#​2412) (77dc49e), closes #​538
  • vm: retry disk resize on 'does not exist' errors (#​2407) (f5f5437)
  • vm: retry HTTP 500 errors when waiting for agent retrieving IPs (#​2410) (c324ef0)
Miscellaneous
  • ci: update jetbrains/qodana-action action (v2025.2.2 → v2025.2.3) (#​2400) (893fd6d)
  • deps: update golangci/golangci-lint (v2.7.1 → v2.7.2) (#​2413) (99e30e1)
  • deps: update module golang.org/x/crypto (v0.45.0 → v0.46.0) (#​2414) (67ac0b1)
  • deps: update module golang.org/x/net (v0.47.0 → v0.48.0) (#​2415) (b0aabfd)

v0.89.0

Compare Source

⚠ BREAKING CHANGES
  • vm: revert cpu.units default to use PVE server default (#​2402)
Features
  • lxc: add env parameter support (#​2383) (ef134fc)
  • oci: add proxmox_virtual_environment_oci_image resource for OCI Images Management (#​2373) (86a5bf1)
  • sdn: add possibility to apply SDN changes on a particular actions (#​2386) (01e6433)
Bug Fixes
Miscellaneous

v0.88.0

Compare Source

Features
  • provider: add OTel implementation for metrics resource (#​2372) (d37a8bb)
  • vm,lxc: add wait_for_ip configuration for agent/network interfaces (#​2362) (f24add3)
  • vm: support custom cloud init drive file format (#​2375) (ddccd0a)
Bug Fixes
Miscellaneous

v0.87.0

Compare Source

Features
Bug Fixes
Miscellaneous
  • ci: Update golangci/golangci-lint-action action (v8 → v9) (#​2330) (90810fa)
  • ci: update lycheeverse/lychee-action action (v2.6.1 → v2.7.0) (#​2305) (9a788da)
  • deps: update image golang (1.25.3 → 1.25.4) (#​2328) (90f876f)
  • deps: update image golang (6ca9eb0e68f6a0) (#​2335) (5354d6b)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.8.1 → v7.8.2) (#​2303) (cd9b5fb)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.8.2 → v7.9.0) (#​2329) (76680dd)
  • deps: update module github.com/hashicorp/terraform-plugin-log (v0.9.0 → v0.10.0) (#​2336) (6dd51fd)
  • deps: update module golang.org/x/crypto (v0.43.0 → v0.44.0) (#​2337) (fb3fbfc)
  • deps: update module golang.org/x/net (v0.46.0 → v0.47.0) (#​2338) (9f57e9f)
  • docs: document auto option for enabling SLAAC in IPv6 config in vm and lxc (#​2317) (e8c70d7)
  • docs: update the main doc page for consistency (#​2326) (7e4f421)
  • lxc,vm: add deprecation notice for pool_id attribute (#​2312) (3c507cc)

v0.86.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.85.1

Compare Source

Bug Fixes
Miscellaneous
  • deps: update image golang (1.25.2 → 1.25.3) (#​2246) (3d2092f)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.7.3 → v7.8.0) (#​2241) (ecf7920)
  • deps: update module github.com/hashicorp/terraform-plugin-docs (v0.23.0 → v0.24.0) (#​2247) (6e23c90)

v0.85.0

Compare Source

Features
Bug Fixes
Miscellaneous
  • ci: update actions/stale digest (3a9db7e5f858e3) (#​2222) (b38066b)
  • ci: Update peter-evans/create-issue-from-file action (v5.0.1 → v6.0.0) (#​2217) (29748a5)
  • deps: update image golang (1.25.1 → 1.25.2) (#​2228) (9e77057)
  • deps: update image golang (8305f5fab1f5c4) (#​2215) (6a1f972)
  • deps: update module github.com/hashicorp/terraform-plugin-framework (v1.16.0 → v1.16.1) (#​2216) (515c6bb)
  • deps: update module github.com/hashicorp/terraform-plugin-framework-validators (v0.18.0 → v0.19.0) (#​2230) (761fb70)
  • deps: update module github.com/skeema/knownhosts (v1.3.1 → v1.3.2) (#​2229) (b6022d4)
  • deps: update module golang.org/x/net (v0.44.0 → v0.45.0) (#​2231) (60fdfd6)
  • deps: update module golang.org/x/net (v0.45.0 → v0.46.0) (#​2236) (68bd667)

v0.84.1

Compare Source

Bug Fixes
Miscellaneous

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from zimmertr as a code owner August 18, 2025 02:04
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.82.0 chore(deps): update terraform proxmox to v0.82.1 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 7b83be0 to 9b509c6 Compare August 19, 2025 05:47
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.82.1 chore(deps): update terraform proxmox to v0.83.0 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 9b509c6 to 4d83ac2 Compare August 31, 2025 09:37
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.83.0 chore(deps): update terraform proxmox to v0.83.1 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 4d83ac2 to 496ba22 Compare September 10, 2025 03:01
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.83.1 chore(deps): update terraform proxmox to v0.83.2 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 496ba22 to 42c9c45 Compare September 14, 2025 13:45
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 42c9c45 to 6439c6e Compare September 22, 2025 06:02
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.83.2 chore(deps): update terraform proxmox to v0.84.0 Sep 22, 2025
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.84.0 chore(deps): update terraform proxmox to v0.84.1 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 6439c6e to d1d729b Compare September 29, 2025 02:28
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from d1d729b to 25b96d3 Compare October 12, 2025 02:03
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.84.1 chore(deps): update terraform proxmox to v0.85.0 Oct 12, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 25b96d3 to f0cd9e3 Compare October 15, 2025 02:50
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.85.0 chore(deps): update terraform proxmox to v0.85.1 Oct 15, 2025
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.85.1 chore(deps): update terraform proxmox to v0.86.0 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from f0cd9e3 to 64cfdc9 Compare October 28, 2025 20:51
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.86.0 chore(deps): update terraform proxmox to v0.87.0 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 64cfdc9 to b02995f Compare November 20, 2025 05:29
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from b02995f to 1b4566a Compare December 1, 2025 10:00
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.87.0 chore(deps): update terraform proxmox to v0.88.0 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 1b4566a to ceea3cd Compare December 6, 2025 18:11
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.88.0 chore(deps): update terraform proxmox to v0.89.0 Dec 6, 2025
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.89.0 chore(deps): update terraform proxmox to v0.89.1 Dec 9, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from ceea3cd to cb674d9 Compare December 9, 2025 06:59
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from cb674d9 to c02add3 Compare December 24, 2025 04:37
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.89.1 chore(deps): update terraform proxmox to v0.90.0 Dec 24, 2025
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from c02add3 to 8c3d331 Compare January 3, 2026 01:03
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.90.0 chore(deps): update terraform proxmox to v0.91.0 Jan 3, 2026
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 8c3d331 to 0833722 Compare January 10, 2026 04:34
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.91.0 chore(deps): update terraform proxmox to v0.92.0 Jan 10, 2026
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 0833722 to 6b3948e Compare January 12, 2026 13:52
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.92.0 chore(deps): update terraform proxmox to v0.93.0 Jan 12, 2026
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 6b3948e to 45c5ced Compare January 31, 2026 21:09
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.93.0 chore(deps): update terraform proxmox to v0.93.1 Jan 31, 2026
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.93.1 chore(deps): update terraform proxmox to v0.94.0 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 45c5ced to 8e039a2 Compare February 2, 2026 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants