Skip to content

chore(deps): update terraform proxmox to v0.111.1#36

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 12, 2026

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.84.10.111.1

Release Notes

bpg/terraform-provider-proxmox (proxmox)

v0.111.1

Compare Source

Bug Fixes
  • cluster: handle influx_token write-only status in metrics_server (#​2972) (65831bb)
  • hwmapping: percent-encode comments to survive PVE round-trip (#​2980) (dcc0c36)
  • vm: persist boot_order on first apply when cloning (#​2969) (505cb8d)
Miscellaneous

v0.111.0

Compare Source

Features
  • acme: add write-only data_wo argument to proxmox_acme_dns_plugin (#​2962) (cd4ecd7)
  • disk: add support for ZFS disk/zpool creation with proxmox_node_disk_zfs (#​2952) (087b1d0)
  • openid: add write-only client_key_wo to proxmox_realm_openid (#​2964) (0ef7bdc)
Miscellaneous
  • ci: Update actions/checkout action (v6.0.3 → v7.0.0) (#​2958) (0a5bf04)
  • docs: update README.md (5fd272a)

v0.110.0

Compare Source

Features
  • cluster: add dynamic crs ha scheduler and auto-rebalance options (#​2940) (1b14b39)
  • file: add ImportState to proxmox_virtual_environment_download_file (#​2938) (e7a1032)
  • storage: add options parameter for proxmox_storage_cifs resource (#​2947) (e152990)
  • storage: add create_base_path and create_subdirs base options for cifs,nfs,dir storage resources (#​2949) (c1262fd)
Bug Fixes
  • core: surface underlying error on SSH file transfer failure (#​2956) (45d73a6)
  • node: accept string-typed startall-onboot-delay in node config (#​2957) (87b7992)
Miscellaneous

v0.109.0

Compare Source

⚠ BREAKING CHANGES
  • vm: restore ipv4_addresses on refresh for existing VMs (#​2932)
Features
Bug Fixes
  • core: bound SSH dial and handshake with a timeout, improve concurrent sudo checks (#​2924) (d59b7bb)
  • vm: restore ipv4_addresses on refresh for existing VMs (#​2932) (fdcc890)
Miscellaneous

v0.108.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.107.0

Compare Source

Features
Bug Fixes
  • access: gate user/group acl read; deprecate inline acl (e40c1ab)
  • lxc: avoid nil-bool panic when disk block is omitted (#​2908) (053ce10)
  • lxc: skip empty config PUT for lifecycle-only updates (#​2888) (32b1194)
  • sdn: add missing acceptance build tag to EVPN Zone test (#​2872) (93ed6a8)
Miscellaneous

v0.106.0

Compare Source

Features
Bug Fixes
Miscellaneous
  • ci: Update actions/add-to-project action (v1.0.2 → v2) (#​2860) (5939390)

v0.105.0

Compare Source

Features
Bug Fixes
  • acme: mark eab_hmac_key and eab_kid as Sensitive (#​2838) (30051b2)
  • ci: derive bot identity from app-slug output, not /app endpoint (b801d67)
  • ci: read release PR branch from action output, not gh pr view (52565bb)
  • lxc: gate host_managed on PVE 9.1+, not 9.0+ (#​2828) (d348aed)
  • network: catch omitted vlan_aware in vids validator (#​2849) (9e47424)
Miscellaneous
  • ci: update goreleaser/goreleaser-action action (v7.1.0 → v7.2.1) (#​2831) (2506f61)
  • ci: Update JetBrains/qodana-action action (v2025.3.2 → v2026.1.0) (#​2834) (d485cc9)
  • code: address Qodana code-quality findings (#​2827) (b0e08d7)
  • core: add nil-safe helpers for nil to value conversion (#​2829) (03493e9)
  • deps: update golangci/golangci-lint (v2.11.4 → v2.12.1) (#​2844) (c3a14a3)
  • deps: update image golang (1e598eab54cbf5) (#​2830) (16c2280)
  • deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.40.0 → v2.40.1) (#​2843) (114ce5a)
  • docs: configure context7.json indexing with version sync (ac70974)
  • lxc: restructure container docs for LLM retrieval (#​2833) (7d264d8)

v0.104.0

Compare Source

Features
  • lxc: add host_managed option for container networking (#​2812) (03dcffb)
Bug Fixes
  • lxc: apply disk acl/quota/replicate on container create (#​2824) (0d64b73)
  • vm: stop re-emitting format= on existing import_from disks (#​2822) (edfdac6)
  • vm: treat missing disk volume as not-found during read (#​2821) (07cd772)
Miscellaneous

v0.103.0

Compare Source

Features
  • cluster: refactoring and improving proxmox_metrics_server (#​2805) (354abf4)
  • file: add file_name_regex filter to proxmox_files data source (#​2802) (c84eca9)
  • hw: add proxmox_hardware_pci data source (#​2799) (76618a1)
Miscellaneous

v0.102.0

Compare Source

⚠ BREAKING CHANGES
  • lxc: use computed cpu.units value instead of hardcoded 1024 (#​2791)
Features
  • provider: add node_address_source ssh attribute for DNS-based node resolution (#​2792) (87d0abb)
  • vm: add upgrade attribute to cloud-init initialization block (#​2788) (e828b52)
  • vm: wait for guest agent readiness before reboot (#​2790) (40317ec)
Bug Fixes
  • example: update /example/* to use short aliases (d6f1680)
  • lxc: use computed cpu.units value instead of hardcoded 1024 (#​2791) (b54e6c5)
Miscellaneous

v0.101.1

Compare Source

Bug Fixes
  • docs: add missing examples and import sections for short-name aliases (#​2784) (5f59d52)
Miscellaneous

v0.101.0

Compare Source

⚠ BREAKING CHANGES
  • vm: fix and improve VM datasources, deprecate SDK datasource (#​2764)
Features
Bug Fixes
  • docs: add storage import docs (#​2759) (079902f)
  • hwmapping,ha: better 'not-found' detection in read and delete (#​2767) (ac53f8c)
  • network: adjust Linux Bridge name validator to PVE UI constraint (#​2762) (190f7fa)
  • network: improve consistency of linux network interface resources (#​2776) (57a97ce)
  • vm: fix and improve VM datasources, deprecate SDK datasource (#​2764) (0ce6d0c)
  • vm: use move_disk API for EFI disk and TPM state storage migration (#​2757) (c78c873)
Miscellaneous
  • deps: update module github.com/hashicorp/go-version (v1.8.0 → v1.9.0) (#​2760) (7362ba5)
  • docs: update terraform local (2.7.0 → 2.8.0) (#​2765) (0424b01)

v0.100.0

Compare Source

⚠ BREAKING CHANGES
  • vm: set power state of VM centrally (#​2508)
Features
Bug Fixes
Miscellaneous
  • core: add migration helpers for resource type name rename (ADR-007) (#​2719) (b2bb732)
  • deps: update golangci/golangci-lint (v2.11.3 → v2.11.4) (#​2729) (f95bc46)
  • dev: update ADRs and reference examples (#​2752) (15afbe8)
  • dev: update code-review skill (a7a489f)
  • docs: document usage of ZFS storage in acc tests (2eca921)
  • docs: update FWK reference examples documentation (c20d0be)
  • test: add tier-based and resource-targeted test execution (#​2753) (31b4706)
  • test: improve acceptance test stability and reliability (#​2746) (f54fca2)

v0.99.0

Compare Source

Features
Bug Fixes
  • access: remove overly restrictive username_claim validation on openid realm (#​2685) (7782dc5)
  • ci: correct repository reference in sync-docs workflow (f225107)
  • ha: handle nil Strict value in HARule and update API response validation (3bf1e8c)
  • lxc: ignore warnings in container create and clone tasks (#​2701) (7f7e36d)
  • vm: reboot after disk resize when disk is not hotpluggable (#​2686) (4ffb2f1)
  • vm: skip cloud-init device update when only config changed (#​2709) (46e8362)
Miscellaneous

v0.98.1

Compare Source

Bug Fixes
  • pool: support nested pool IDs in API endpoints (#​2680) (c6c726b)
  • provider: preserve null tos in ACME account when API returns empty string (#​2672) (f9bbd7d)
  • vm: replace enumerated network and IP config fields with dynamic unmarshaling (#​2679) (e5b2771)
  • vm: support removal of network devices from VM configuration ([

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

@cecobask
cecobask force-pushed the main branch 5 times, most recently from 96e9bab to 95005fa Compare July 17, 2026 00:28
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