nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
38 stars 41 forks source link

Release v3.0.0 #512

Closed jdrew82 closed 3 months ago

jdrew82 commented 3 months ago

Release 3.0.0 Overview

There are two major updates in this release. First, the entire project has been upgraded to support DiffSync 2.0 which utilizes pydantic 2.0. This should improve processing times for any integrations or personal Apps utilizing the SSoT framework. However, it will require some slight changes to any code using the framework. You can find details about these required updates in the documentation.

Second, this release also adds a new integration supporting Cisco's DNA Center product. In addition, we've migrated the IPFabric ChatOps command allowing triggering of the SSoT sync Job to the ChatOps project so you will be required to upgrade to 3.1.0 if you use that Job.

Added

Changed

Removed

Dependencies

Updating DiffSync required changes to imports and many files changed from diffsync import Diffsync to from diffsync import Adapter and then changing diffsync to adapter in the file.

Housekeeping