Releases: Solvik/netbox-agent
Releases · Solvik/netbox-agent
1.2.0
What's Changed
- add new version by @CllaudiaB in #351
- Get ruff version from pyproject for CI by @ribetm in #356
- Fix netboxk interface delete by @TiagoTT in #353
- Fix exit code by @ribetm in #358
- Update virtualisation cluster on existing VMs by @ribetm in #359
- Set total disk space on VMs by @ribetm in #357
- check if hypervisor by @CllaudiaB in #364
- fix(deps): update dependency jsonargparse to v4.36.0 by @renovate[bot] in #360
- fix(deps): update dependency ruff to ~=0.9.2 by @renovate[bot] in #362
- Network interface improvements by @ribetm in #363
- Network interfaces by @CllaudiaB in #366
- Add support for 2.5GBASE-T and 5GBASE-T interface types by @gs-adn in #374
- Handle os-release without version or codename by @ribetm in #370
- Update README.md by @shystrui1199 in #383
New Contributors
- @gs-adn made their first contribution in #374
- @shystrui1199 made their first contribution in #383
Full Changelog: v1.1.0...1.2.0
v1.1.0
v1.0.0
Features:
- Support Netbox 3.7+ (#205 @CllaudiaB)
- Support python 3.7 to 3.13 (#306 #311 @CllaudiaB @ribetm)
- Save IPMI IP in OOB IP field (#307 @CllaudiaB)
Fixes:
v0.7.2
What's Changed
- Fixed HP raid parser when disks are in JBOD by @geektophe in #209
- feat: add QEMU support by @KivraChristoffer and @cyrinux in #211
- fix(#212): prevent server tags to be override by default by @cyrinux in #213
- Added platform to the config with auto-detect as fallback by @cyrinux in #216
- Fix netbox_agent.yml to netbox_agent.yaml by @morihaya in #214
New Contributors
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.6.2
Features
- Add support for HPE Moonshot hardware (#161 thanks to @cyrinux)
- Add RHEV virtuals machine support (#150 thanks to @wolfman2g1)
Fixes
- Fix crash on server registration (#158)
- Fix Supermicro vendor class (#155)
- Datacenter is now mandatory based on Netbox newest version requirements (#143)
Misc
- Add SSL verify feature (#152)
v0.6.1
v0.6.0
v0.5.0
Features
Add compatibility with Netbox 2.7
- Use choice API (#107 thanks to @ThomasADavis)
- Upgrade to pynetbox 4.2.4 (#96)
Fixes
- Fixed regression in jsonargparse that wasn't using
ignore_interfacesconfiguration file argument. #98