# netbox-proxbox v0.0.15.post1

netbox-proxbox v0.0.15.post1

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/netbox-proxbox/releases/v0.0.15.post1 |
| GitHub URL | https://github.com/emersonfelipesp/netbox-proxbox/releases/tag/v0.0.15.post1 |
| Tag | v0.0.15.post1 |
| State | stable |
| Author | emersonfelipesp |
| Created | 2026-05-16 20:31 UTC |
| Published | 2026-05-16 20:31 UTC |
| Target | develop |
| Synced | 2026-05-21 07:21 UTC |
| Assets | 0 |

## Release notes

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 optional `limit` / `offset` pagination (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 `rules` field exposed by `proxbox-api`'s `/proxmox/cluster/ha/summary`. PVE 9.x clusters (where `cluster/ha/groups` was replaced by `cluster/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 `CloudImageTemplateSerializer` delegation through `NetBoxModelSerializer`. (#444)
- **Bulk-delete fix** — `ProxmoxEndpointBulkDeleteView` wired in `urls.py` so the bulk-delete action no longer 404s. (#446)
- **Serializer MRO** — `fix(api): delegate create/update through NetBoxModelSerializer MRO` ensures 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/

## Assets

No binary assets attached.

Source archives:

| Format |URL |
| --- | --- |
| zip | https://api.github.com/repos/emersonfelipesp/netbox-proxbox/zipball/v0.0.15.post1 |
| tar.gz | https://api.github.com/repos/emersonfelipesp/netbox-proxbox/tarball/v0.0.15.post1 |