# netbox-proxbox v0.0.26.post7

v0.0.26.post7

| Field |Value |
| --- | --- |
| Canonical URL | https://emersonfelipesp.com/netbox-proxbox/releases/v0.0.26.post7 |
| GitHub URL | https://github.com/emersonfelipesp/netbox-proxbox/releases/tag/v0.0.26.post7 |
| Tag | v0.0.26.post7 |
| State | stable |
| Author | emersonfelipesp |
| Created | 2026-09-11 22:41 UTC |
| Published | 2026-09-16 23:05 UTC |
| Target | main |
| Synced | 2026-09-20 10:37 UTC |
| Assets | 0 |

## Release notes

> **Not published to PyPI.** The release validation run for this tag failed at the validation gate; it is superseded by 0.0.26.post10, the first 0.0.26-line build on PyPI.

# Version 0.0.26.post7

## Import path fix for VM list filter helpers

Export `get_proxbox_tagged_virtual_machines_queryset` and
`apply_virtual_machine_list_filters` from `netbox_proxbox.utils` (the package
`__init__`) so production imports resolve correctly when both `utils.py` and
`utils/` are present in the wheel.

## Production deploy compatibility for VM list filters

Restores migration `0083_openbao_credential_storage.py` to the byte-identical
history already installed in production so package-first deploys pass the
migration-preservation gate. The OpenBao default change remains in migration
`0094_automatic_credential_storage_default`.

## Proxbox virtual machines list search and filtering

Current backend-runtime pairing: netbox-proxbox 0.0.26.post7 <-> proxbox-api 0.0.21.post7 <-> proxmox-sdk 0.0.13 <-> netbox-sdk 0.0.10. This netbox-sdk version is proxbox-api's REST dependency only and does not provide the semantic MCP bridge.

This maintenance release ships NetBox-native search and filtering on the Proxbox virtual machines list. The page reuses `VirtualMachineFilterSet`, exposes the standard Results and Filters tabs, and keeps sync actions and pagination. The list and API views share the same proxbox-tagged queryset helper so filter behavior stays aligned.

No compatibility floor or ceiling changes in this release. NetBox `4.5.8` through official `4.7.0` GA remains supported.

| NetBox | netbox-proxbox | proxbox-api | netbox-sdk | proxmox-sdk |
|---|---|---|---|---|
| 4.5.8-4.7.0 GA | v0.0.26.post7 | v0.0.21.post7 | v0.0.10 | v0.0.13 |

## Assets

No binary assets attached.

Source archives:

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