0.109.0 (2026-06-06)
⚠ BREAKING CHANGES
vm agent.wait_for_ip.enabled replaced by agent.wait_for_ip.disabled
The agent.wait_for_ip.enabled attribute on proxmox_virtual_environment_vm (introduced in v0.108.0) has been replaced by agent.wait_for_ip.disabled with inverted semantics. The previous attribute defaulted to true, which caused ipv4_addresses, ipv6_addresses, and network_interface_names to become empty on refresh/plan for VMs created before v0.108.0: their stored state had no value for the new switch, so it read back as false ("disabled") and the provider skipped the agent IP lookup.
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
- ci: update actions/checkout action (v6.0.2 → v6.0.3) (#2937) (832d2f8)
- ci: update actions/checkout digest (de0fac2 → df4cb1c) (#2936) (e064604)
- deps: update image golang (1.26.3 → 1.26.4) (#2933) (3159f24)