Skip to content

v2.6 Release Notes

v2.6.0 (2024-04-16)

Added

  • #367 - Added support of Roles, Platforms, Manufacturers, DeviceTypes, and Devices to example Jobs.

Changed

  • #398 - Changed Arista Cloud Vision jobs to optionally use ExternalIntegration.
  • #414 - Changed IPFabric interface media matching to fall back on interface names.

Fixed

  • #367 - Fixed issues with example Jobs.
  • #407 - Fixed logic check for 'hide_example_jobs' when defined, and also set to False.
  • #409 - Fixed tagging and custom field updates for Nautobot objects synced to/from Infoblox.
  • #413 - Fixed method of retrieving objects from IPFabric's technology categories.

Housekeeping

  • #418 - Unpins multiple dependencies.
  • #421 - Opened prometheus-client dependency range and removed direct drf-spectacular dependency.

v2.6.1 (2024-04-29)

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.