Skip to content

Releases: Solvik/netbox-agent

1.2.0

02 Jan 09:34
fe0ea00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...1.2.0

v1.1.0

08 Jan 13:44
f1cc9b5

Choose a tag to compare

Features:

  • Associate hypervisor devices to the virtualization cluster and virtual machines to the hypervisor device(#327 @TiagoTT)
  • Add debug to Virtual Machine(#279, @obeone)
  • Ensure proper program exit after main function execution(#279, @obeone)

Fixes:

  • Handle missing pvid in LLDP VLAN data(#326 @TiagoTT)
  • Handle missing driver in storage device configuration data(#333 @TiagoTT)
  • Fix VLAN ID decoding for some devices(#223 @illes)

v1.0.0

23 Oct 15:28
4150d5e

Choose a tag to compare

Features:

Fixes:

v0.7.2

04 Apr 06:49
05bfc69

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

08 Mar 17:20
b53dfa9

Choose a tag to compare

v0.7.1 Pre-release
Pre-release

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

24 Aug 11:44

Choose a tag to compare

v0.6.2 Pre-release
Pre-release

Features

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

18 Jun 11:11

Choose a tag to compare

v0.6.1 Pre-release
Pre-release

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

04 May 11:28

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

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

28 Jan 10:29
bdc2cbe

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

Features

Add compatibility with Netbox 2.7

Fixes

  • Fixed regression in jsonargparse that wasn't using ignore_interfaces configuration file argument. #98

v0.4.1

23 Oct 11:58

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

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)