Skip to content

v2.6.1

Compare
Choose a tag to compare
@jdrew82 jdrew82 released this 29 Apr 17:26
· 619 commits to main since this release
cd88356

Added

  • #436 - Added additional unit tests for Device42 integration.

Changed

  • #437 - Improved performance of the Infoblox client by using requests.Session for API calls instead of requests.request.

Fixed

  • #435 - Fixed handling of DLM App installed but not enabled throwing RuntimeError.
  • #436 - Fixed IPAddress attribute to be ip_version.
  • #436 - Fixed IPAddress Status incorrectly being set to Reserved when the status in Device42 showed as "available".
  • #436 - Fixed multiple bugs when assigning IPAddresses to Interfaces.
  • #436 - Fixed check for Building definiton when creating a VLAN.
  • #436 - Fixed VLAN to use location instead of location_id in create().

Housekeeping

  • #431 - Updated note on nautobot_ssot/integrations/ipfabric/diffsync/adapter_ipfabric.py IPFabricDiffSync from Nautobot to IPFabric.