Skip to content

Releases: netdevopsbr/netbox-proxbox

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