netbox-proxbox v0.0.13.post2
Post-release of v0.0.13.post1 — packaging/compat-pin bump only, no runtime behavior change.
Compatible with proxbox-api v0.0.9.post1 and NetBox ≥ 4.6.0 (certified against v4.6.0-beta2).
What changed from v0.0.13.post1
- proxbox-api pin moves to
0.0.9.post1acrosse2e-docker.yml,docs-screenshots.yml, andnightly-contracts.yml. The plugin's runtime behavior is unchanged; only the version it is certified against moves forward. - Plugin source version bump in
pyproject.tomlandnetbox_proxbox/__init__.pyto0.0.13.post2. Thetests/test_version.pyAST pin moves with it so future drift fails loudly. - Compatibility matrix row added in
docs/index.md,README.md,docs/release-notes/index.md, anddocs/release-notes/version-0.0.13.mdfor the newv0.0.13.post2 / proxbox-api v0.0.9.post1 / NetBox 4.6.0-beta2triple. - Installation docs refreshed (
docs/installation/upgrading.md,docs/installation/2-installing-plugin-git.md) to reflect the new current source version.
Compatibility
| NetBox | netbox-proxbox | proxbox-api | netbox-sdk | proxmox-sdk |
|---|---|---|---|---|
| ≥4.6.0-beta2 | v0.0.13.post2 | v0.0.9.post1 | v0.0.7.post6 | v0.0.3.post1 |
| ≥4.6.0-beta2 | v0.0.13.post1 | v0.0.9 | v0.0.7.post6 | v0.0.3.post1 |
| ≥4.6.0-beta1 | v0.0.13 | v0.0.9 | v0.0.7.post6 | v0.0.3.post1 |
| ≥4.6.0-beta1 | v0.0.12 | v0.0.8.post1 | v0.0.7.post6 | v0.0.3.post1 |
Installation
pip install netbox-proxbox==0.0.13.post2
See the installation docs for full setup instructions.
Pull request
- #347 — chore: bump to 0.0.13.post2 / proxbox-api 0.0.9.post1