Skip to content

chore(deps): update terraform proxmox to 0.94.0#366

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

chore(deps): update terraform proxmox to 0.94.0#366
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/proxmox-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 22, 2025

Copy link
Copy Markdown
Contributor

ℹ️ 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.73.10.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

v0.84.1

Compare Source

Bug Fixes
Miscellaneous

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

🔕 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 added the type/patch label Mar 22, 2025
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.73.2 chore(deps): update terraform proxmox to 0.74.0 Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch 2 times, most recently from 8c2e744 to 3c05041 Compare March 31, 2025 01:58
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.74.0 chore(deps): update terraform proxmox to 0.74.1 Mar 31, 2025
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.74.1 chore(deps): update terraform proxmox to 0.75.0 Apr 8, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 3c05041 to 77c8662 Compare April 8, 2025 07:09
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 77c8662 to 7a07e3b Compare April 17, 2025 01:39
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.75.0 chore(deps): update terraform proxmox to 0.76.0 Apr 17, 2025
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.76.0 chore(deps): update terraform proxmox to 0.76.1 Apr 23, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 7a07e3b to ba436d8 Compare April 23, 2025 03:38
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.76.1 chore(deps): update terraform proxmox to 0.77.0 Apr 30, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from ba436d8 to d3eca7d Compare April 30, 2025 01:51
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.77.0 chore(deps): update terraform proxmox to 0.77.1 May 6, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from d3eca7d to 0da0397 Compare May 6, 2025 06:20
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.77.1 chore(deps): update terraform proxmox to 0.78.0 May 14, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 0da0397 to 53a69c7 Compare May 14, 2025 03:37
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 53a69c7 to faa97b4 Compare June 3, 2025 06:42
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.78.0 chore(deps): update terraform proxmox to 0.78.1 Jun 3, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from faa97b4 to 0e3d632 Compare June 16, 2025 15:35
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.78.1 chore(deps): update terraform proxmox to 0.78.2 Jun 16, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 0e3d632 to 2e1d8ad Compare July 6, 2025 18:14
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.78.2 chore(deps): update terraform proxmox to 0.79.0 Jul 6, 2025
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.79.0 chore(deps): update terraform proxmox to 0.80.0 Jul 15, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 2e1d8ad to a0dd03c Compare July 15, 2025 17:37
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.80.0 chore(deps): update terraform proxmox to 0.81.0 Aug 1, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from a0dd03c to bde0b90 Compare August 1, 2025 05:39
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from bde0b90 to 379bb63 Compare August 10, 2025 13:24
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 379bb63 to 430bc12 Compare August 18, 2025 04:33
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.83.2 chore(deps): update terraform proxmox to 0.84.0 Sep 22, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 75b254c to cbbe4a9 Compare September 29, 2025 01:38
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.84.0 chore(deps): update terraform proxmox to 0.84.1 Sep 29, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from cbbe4a9 to 51e9c53 Compare October 12, 2025 05:50
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.84.1 chore(deps): update terraform proxmox to 0.85.0 Oct 12, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 51e9c53 to 7456b7b Compare October 15, 2025 07:31
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.85.0 chore(deps): update terraform proxmox to 0.85.1 Oct 15, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 7456b7b to f95bbfb Compare October 28, 2025 18:58
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.85.1 chore(deps): update terraform proxmox to 0.86.0 Oct 28, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from f95bbfb to ce94d98 Compare November 20, 2025 04:35
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.86.0 chore(deps): update terraform proxmox to 0.87.0 Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from ce94d98 to aa16657 Compare December 1, 2025 09:51
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.87.0 chore(deps): update terraform proxmox to 0.88.0 Dec 1, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from aa16657 to 241a721 Compare December 6, 2025 18:04
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.88.0 chore(deps): update terraform proxmox to 0.89.0 Dec 6, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 241a721 to a647eab Compare December 9, 2025 08:35
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.89.0 chore(deps): update terraform proxmox to 0.89.1 Dec 9, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from a647eab to d5a393b Compare December 24, 2025 04:48
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.89.1 chore(deps): update terraform proxmox to 0.90.0 Dec 24, 2025
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from d5a393b to 74bc281 Compare January 3, 2026 06:09
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.90.0 chore(deps): update terraform proxmox to 0.91.0 Jan 3, 2026
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 74bc281 to 3cfcf68 Compare January 10, 2026 05:50
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.91.0 chore(deps): update terraform proxmox to 0.92.0 Jan 10, 2026
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from 3cfcf68 to baf16cf Compare January 12, 2026 12:35
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.92.0 chore(deps): update terraform proxmox to 0.93.0 Jan 12, 2026
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from baf16cf to c0c19d4 Compare January 31, 2026 21:27
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.93.0 chore(deps): update terraform proxmox to 0.93.1 Jan 31, 2026
@renovate renovate Bot force-pushed the renovate/proxmox-0.x branch from c0c19d4 to 09690ff Compare February 2, 2026 14:48
@renovate renovate Bot changed the title chore(deps): update terraform proxmox to 0.93.1 chore(deps): update terraform proxmox to 0.94.0 Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants