Post-release patch on stable v0.0.15. Pairs with backend proxbox-api v0.0.11.post1.
Fixes
- VM/LXC resource API pagination —
/api/plugins/proxbox/resources/virtual-machines/and/api/plugins/proxbox/resources/lxc-containers/now filter the full proxbox-tagged VM set before applying optionallimit/offsetpagination (fixes the 100-object truncation regression). Both endpoints order by VM name and preserve fully-unpaginated responses when no pagination parameters are supplied. (#444) - PVE 9.x HA rules — Cluster HA dashboard renders the new
rulesfield exposed byproxbox-api's/proxmox/cluster/ha/summary. PVE 9.x clusters (wherecluster/ha/groupswas replaced bycluster/ha/rules) now show populated HA info instead of an empty view. Backward compatible — the card is hidden on pre-9.x clusters. (Fixes #111) - Cloud image template updates — REST API accepts PUT/PATCH on cloud image templates via
CloudImageTemplateSerializerdelegation throughNetBoxModelSerializer. (#444) - Bulk-delete fix —
ProxmoxEndpointBulkDeleteViewwired inurls.pyso the bulk-delete action no longer 404s. (#446) - Serializer MRO —
fix(api): delegate create/update through NetBoxModelSerializer MROensures create/update payloads flow through the documented pipeline. - Full-update resilience — backups, snapshots, and task history can now fail individually without aborting the whole sync; required stages still raise errors. (#448)
Compatibility
No NetBox compatibility rotation. NetBox compatibility range 4.5.8 – 4.6.99 unchanged.
| NetBox | netbox-proxbox | proxbox-api | netbox-sdk | proxmox-sdk |
|---|---|---|---|---|
| >=4.5.8 | v0.0.15.post1 | v0.0.11.post1 | v0.0.8.post1 | v0.0.3.post1 |
| >=4.5.8 | v0.0.15 | v0.0.11 | v0.0.8.post1 | v0.0.3.post1 |
Full release notes: https://emersonfelipesp.github.io/netbox-proxbox/release-notes/version-0.0.15.post1/