Skip to content

Releases: netdevopsbr/netbox-proxbox

v0.0.6b2.post1 - 2025-04-16

16 Apr 21:15
Compare
Choose a tag to compare

Basically removed proxbox-api as a direct dependency, as the communication between the services are fully using API.

Full Changelog: v0.0.b2...v0.0.6b2.post1

v0.0.6b2 - 2025-04-08

08 Apr 19:40
Compare
Choose a tag to compare

What's Changed

  • Closes #256 - Fix template error when there's no object created. Also update 'Nodes' and 'Virtual Machines' templates to use new WebSocket client. by @emersonfelipesp in #257
  • Closes #261 - Create Domain fields for NetBox and FastAPI endpoints and manual mkcert cert generation already working with the provided domain. by @emersonfelipesp in #262
  • Closes #264 - Implement Sync Routines using Django Models to trigger and follow sync progress. by @emersonfelipesp in #269
  • Closes #252 - Allow GUI sync buttons to be clicked only when Websocket is sucessfully connected with backend. by @emersonfelipesp in #270
  • Bump cryptography from 43.0.1 to 44.0.1 by @dependabot in #240
  • Bump django from 5.0.11 to 5.0.13 by @dependabot in #260
  • Bump gunicorn from 22.0.0 to 23.0.0 by @dependabot in #268
  • Closes #234 - Allow only one object for NetBoxEndpoint and FastAPIEndpoint to be created using API. by @emersonfelipesp in #275
  • Closes #278 - Add domain field to ProxmoxEndpoint model. by @emersonfelipesp in #280

Full Changelog: v0.0.6b1...v0.0.b2

v0.0.6b1 - 2025-03-01

01 Mar 22:46
Compare
Choose a tag to compare
v0.0.6b1 - 2025-03-01 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6b1
**Package on PyPi: https://pypi.org/project/netbox-proxbox/0.0.6b1/

v0.0.5 - 2023-03-17

17 Mar 12:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.5-beta1 - 2022-05-21

21 May 21:23
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5-beta1

v0.0.4 - 2022-05-07

07 May 20:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3 - 2022-03-04

05 Mar 02:53
fc0d309
Compare
Choose a tag to compare
v0.0.3 - 2022-03-04 Pre-release
Pre-release

Enhancements

  • #34 - Create custom footer of Proxbox for all templates
    • Also contributed to Netbox itself to make it easy to create custom links on Issue #8733
  • Commit 48031a4 - Add ProxmoxFullUpdate view, allowing to render though Jinja2 the returning JSON containing all Proxmox sync.

Bug Fixes

  • #28 and #29 - Fix template path error for Netbox 3.x

v0.0.2

24 Apr 01:17
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Removes 'dotenv' package.

It was used when the proxmox and netbox config was gotten from .env, but it now comes from configuration.py Netbox file at PLUGIN_CONFIG section

v0.0.1 - 2021-04-23

24 Apr 00:53
c1c82b3
Compare
Choose a tag to compare
v0.0.1 - 2021-04-23 Pre-release
Pre-release

Initial plugin deploy

It is currently able to get the following information from Proxmox:

  • Cluster name
  • VM/CTs:
    • Status (online / offline)
    • Name
    • ID
    • CPU
    • Disk
    • Memory
    • Node (Server)

OBS: To Netbox correctly get Node, ID and Type information from Proxmox, it is necessary to previous configure custom_fields following the specifications on README.md