Skip to content

v1.2.3: Bugfixes to work with NetBox >= 3.1 (Katherine Johnson)

Compare
Choose a tag to compare
@bb-Ricardo bb-Ricardo released this 09 Apr 22:19
· 160 commits to main since this release

Bugfixes:

  • Fixed requirements due to incompatibility with requests 2.24.0 #142
  • Fixes issue with creating custom attributes from vcenter source #151
  • Ignores devices with missing primary key 'name' (change NetBox uniqueness constrains) #162
  • Fixes issue with VM primary not properly resolved an causing setting VM primary over and over again #172
  • Fixes AttributeError: 'dict' object has no attribute 'get_display_name' (again) #120
  • Fixes issue with new possibility to assign an 'fhrpgroup' to an IP address #137
  • Fixes site detection when resolving interface VLANs #155

Improvements:

  • From now on docker image will be published on docker hub #168