Netbox Agent Versions Save

Netbox agent to run on your infrastructure's servers

v0.7.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Solvik/netbox-agent/compare/v0.7.1...v0.7.2

v0.7.1

2 years ago

Features

  • Added option to purge remaining devices (#199)
  • Manage blade expansions as independent devices (#200)
  • Added custom_fields support (#201 thanks to @cyrinux)
  • Added disks extended attributes (#202)

Fixes

  • Fix unnamed network interfaces (#204)
  • virtual network cards creation (#208)

v0.6.2

3 years ago

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

3 years ago

Features

  • Add openvpn TUN and TAP interfaces support (#132 thanks to @cyrinux)

Fixes

  • Handle Netbox 2.8 deprecation of choices method (#127)
  • Some fixes that prevent crash on register and update (#128 thanks to @cyrinux)
  • Add missing N/A fallback on DIMM memory (#129)
  • Fix HP raid controller parsing (#131)

Misc

  • Improved README

v0.6.0

4 years ago

Features

  • Add virtual machines support (#122)

Fixes

  • Get the correct chassis serial number (#104 thanks to @ThomasADavis)
  • Fix bug when ethtool works but returns nothing (#123)

Misc

  • Lot of code refactoring

v0.5.0

4 years ago

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

v0.4.1

4 years ago

Fixes

  • Better handling of missing DeviceType and DeviceRole (#91)
  • Better slug handling for Manufacturer (#89 thanks to @gardar)

Other

  • Upgrade dependecies of pynetbox and jsonargparse (#88, #87)

v0.4.0

4 years ago

New features

  • Add config option to set hostname command (#81)

Fixes

  • Various parsing fixes (#73, #74, #75)
  • Add more vendors (#76)
  • Fix rack association (#84)

Other

  • Dependencies update (#85, #86)

v0.3.3

4 years ago

Minor fixes

  • Strip dmidecode data (#72)

v0.3.2

4 years ago

Minor fixes

  • Fix regression in RAID card creation (#71)

Features

  • Add omreport as RAID class (#69)