Skip to content

v0.89.0

Choose a tag to compare

@bpg-autobot bpg-autobot released this 06 Dec 15:04
54f7950

0.89.0 (2025-12-06)

⚠ BREAKING CHANGES

  • vm: revert cpu.units default to use PVE server default (#2402)

    Fixed a regression introduced in v0.85.0 where cpu.units default was changed from 1024 to 100, causing unexpected plan diffs for existing VMs.

    The cpu.units attribute is now computed from the Proxmox server instead of using a hardcoded provider default. When not explicitly set, PVE will use its own default (1024 for cgroups v1 or 100 for cgroups v2), and the provider will read and store the actual value from the server.

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

  • vm: do not re-import existing disks during update (#2401) (0c7fad9)
  • vm: revert cpu.units default to use PVE server default (#2402) (c9b8a3f)

Miscellaneous

  • ci: pin dependencies (#2388) (84bf77d)
  • ci: update actions/checkout action (v6.0.0 → v6.0.1) (#2398) (5eb8020)
  • ci: update actions/checkout digest (1af3b93 → 8e8c483) (#2396) (a9926ca)
  • ci: update actions/create-github-app-token action (v2.2.0 → v2.2.1) (#2399) (2f6c1b4)
  • ci: Update actions/github-script action (v7 → v8) (#2394) (aaef00e)
  • ci: update actions/stale digest (5f858e3 → 9971854) (#2397) (cd63393)
  • ci: update golangci/golangci-lint-action digest (e7fa5ac → 1e7e51e) (#2389) (6593102)
  • deps: update github.com/hashicorp/terraform-plugin-* (#2392) (459cdfc)
  • deps: update golangci/golangci-lint (v2.6.2 → v2.7.1) (#2393) (4b5652f)
  • deps: update image golang (1.25.4 → 1.25.5) (#2390) (54e6aa5)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.12.0 → v7.12.1) (#2391) (5952ae7)