Releases: Solvik/netbox-agent
Releases · Solvik/netbox-agent
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_interfaces
configuration file argument. #98