Releases: netdevopsbr/netbox-proxbox
Releases · netdevopsbr/netbox-proxbox
v0.0.5 - 2023-03-17
What's Changed
- Fix conditional from 'remove' part of Full Update script by @emersonfelipesp in #47
- Release v0.0.4 by @emersonfelipesp in #48
- Remove numpy and matplotlib - they do not seem to be in use by @klaernie in #57
- Document when username and password are required by @klaernie in #56
- Closes #37 - Automatically publish the package on PyPI by @klaernie in #55
- Update virtualmachine choices - Fixes #72 by @Chankster in #76
- Fix footer path - Fixes #73, fixes #64 by @Chankster in #78
- Update version and add dependencies - Fixes #62, fixes #24 by @Chankster in #79
- Clarify pynetbox config in README.md - Fixes #74, fixes #63, fixes #59 by @Chankster in #77
- Get Network information from Proxmox by @MrBE4R in #84
- Adding missing use of PROXMOX_PORT by @MrBE4R in #83
- Fix Virtual Machine ID selection and minor bug by @Gskill75 in #87
- Close #90 - Change how tables are displayed using django_tables2 by @emersonfelipesp in #91
New Contributors
- @klaernie made their first contribution in #57
- @Chankster made their first contribution in #76
- @MrBE4R made their first contribution in #84
- @Gskill75 made their first contribution in #87
Full Changelog: v0.0.4...v0.0.5
v0.0.5-beta1 - 2022-05-21
What's Changed
- fix conditional from 'remove' part of Full Update script by @emersonfelipesp in #47
- Release v0.0.4 by @emersonfelipesp in #48
- remove numpy and matplotlib - they do not seem to be in use by @klaernie in #57
- document when username and password are required by @klaernie in #56
- Closes #37 - Automatically publish the package on PyPI by @klaernie in #55
New Contributors
Full Changelog: v0.0.4...v0.0.5-beta1
v0.0.4 - 2022-05-07
What's Changed
- Closes #36 and #42 - Add support to Netbox >v3.2 by @emersonfelipesp in #44
Full Changelog: v0.0.3...v0.0.4
v0.0.3 - 2022-03-04
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
v0.0.2
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
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