Skip to content

Releases: nautobot/nautobot-app-ssot

v2.5.0

20 Mar 12:07
fd32997
Compare
Choose a tag to compare

v2.5.0 (2024-03-20)

Added

  • #359 - Added warning for Device Types with Interfaces.

Changed

  • #343 - Replaced pydocstyle with ruff.
  • #390 - Use typing.get_args in contrib in favor of accessing args.

Fixed

  • #377 - Allow foreign keys inside of many to many relationships.
  • #380 - Fixed issue with generic relationships and NautobotAdapter.load.
  • #393 - Fixed custom 1 to many contrib management
  • #395 - Fix examples.py Jobs

Housekeeping

  • #8, #394 - Re-baked from the latest template.
  • #384 - Re-baked from the latest template nautobot-app-v2.2.0.

v1.6.3

20 Mar 12:06
993e5ca
Compare
Choose a tag to compare

v1.6.3 - 2024-03-20

Fixed

  • 396 - Fix custom one-to-many relationships (backport of #393)
  • 396 -
    Use typing.get_args in favor of accessing __args__ directly (backport of #390)
  • 396 -
    Fixed issue with generic relationships and NautobotAdapter.load (backport of #388)
  • 396 -
    Allow foreign keys inside of many to many relationships (backport of #377)

Housekeeping

  • Replicate module and test module structure for contrib code in LTM branch

v1.6.2

12 Mar 09:35
9b6027b
Compare
Choose a tag to compare

v1.6.2 - 2024-03-12

Fixed

  • 386 - Fixes bug in backport of contrib custom relationship handling

Changed

  • 386 - Improves error handling in contrib (backport of #374)
  • 373 - Change contrib.NautobotModel.get_from_db to use a PK (backport of #371)

v2.4.0

08 Mar 16:46
aaaa20b
Compare
Choose a tag to compare

Added

  • 375 - Add support to IPFabric for VirtualChassis/Stacks by @jmcgill298
  • 379 - Add LCM plugin config. Fix 'infoblox_import_subnets` setting. by @progala

Fixes

Changed

v2.3.0

21 Feb 16:55
7869108
Compare
Choose a tag to compare

Added

Fixed

Changed

  • 333 - Allow Exceptions To Fail Job by @jdrew82
  • 341 - Wrap IPFabric's database calls around try/except by @jmcgill298
  • 362 - Use typing.get_type_hints everywhere in favor of annotations by @Kircheneer

v1.6.1

21 Feb 16:56
e10d656
Compare
Choose a tag to compare

Fixed

Changed

v2.2.0

18 Jan 18:44
9d6011d
Compare
Choose a tag to compare

Added

  • 271 - Add custom relationship capabilities to the contrib module by @Kircheneer
  • 320 - Store sets in diffsync by @snaselj
  • 325 - Update Infoblox SSoT to allow for gathering of IPv6 Prefixes by @qduk

Fixed

v2.1.0

05 Jan 21:56
6cc17b5
Compare
Choose a tag to compare

Added

  • 287 - Validate Default Settings Exist for CVP Integration And Fix DeviceRole attribute. by @jdrew82
  • 299 - Ensure Device ContentType on Site LocationType, Role, and Tags in CVP by @jdrew82
  • 298 - Adds a debugging guide for SSoT jobs by @Kircheneer
  • 281 - Add Custom Database Parameter Loader by @Renrut5
  • 309 - Support using long interface names with IPFabric by @jmcgill298
  • 313 - Add support to IPFabric for additional interface media by @jmcgill298

Fixed

  • 301 - Fix Vlan Type, Transceiver , Location and role devices, by @gerardocastaldo
  • 303 - Add single network view and IP Address type support by @Dav-C

Changed

v2.0.2

28 Nov 17:08
23dd062
Compare
Choose a tag to compare

Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

07 Nov 13:17
42b6060
Compare
Choose a tag to compare

Changed

  • 242 - Fix Infoblox import_subnets setting by @jdrew82
  • 252 - Add CODEOWNERS for the various integrations by @jdrew82
  • 254 - Add app-ssot as integration code owners by @jdrew82
  • 251 - Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool by @snaselj
  • 250 - fixes possible error state in nautobot_ssot_duration_seconds metric by @Kircheneer
  • 260 - Fix Documentation for Device42 by @jdrew82
  • 246 - IPFabric integration settings updates for 2.0 by @alhogan
  • 264 - Add check for missing job_class attribute on 1.x Jobs by @jdrew82