Releases: nautobot/nautobot-app-ssot
Releases · nautobot/nautobot-app-ssot
v2.0.1
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
v2.0.0
What's Changed
- Merge Main Back to Dev for 1.6.0 by @jdrew82 in #228
- Update Device42 Integration for Nautobot 2.0 by @jdrew82 in #231
- Update to Nautobot 2.0 by @jdrew82 in https://github.com/nautobot/nautobot-plugin-ssot/pull/230
- Release v2.0.0 by @jdrew82 in https://github.com/nautobot/nautobot-plugin-ssot/pull/237
Full Changelog: v1.6.0...v2.0.0
v1.6.0
What's Changed
- Add Device42 integration by @jdrew82 in #221
- Attempt fixing CI error in #214 by @Kircheneer in #219
- Update ci.yml by @Kircheneer in #220
- Sync Main to Develop for 1.5.0 by @jdrew82 in #214
- Fixes contrib.NautobotModel not returning objects on update/delete by @Kircheneer in #218
- Add conflicting message link by @snaselj in #222
- Allow Skipping Conflicting Apps Check by @snaselj in #224
- Reverts ChatOps dependency removal by @snaselj in #161
- fix: 🐛 Several fixes in the ACI integration by @chadell in #213
- Migrate PR #164 from Arista Child Repo by @qduk in #205
- Release v1.6.0 by @jdrew82 in #227
New Contributors
Full Changelog: v1.5.0...v1.6.0
v1.5.0
v2.0.0-rc.2
What's Changed
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
v1.4.0
What's Changed
- fix: Do not fail example data source job with invalid data by @snaselj in #88
- Sync tasks with template by @snaselj in #135
- Prepare for integrations and add Infoblox integration by @snaselj in #134
- 1.3.2 back to develop by @Kircheneer in #124
- Wrap saving diff in try/except for large diff errors by @jmcgill298 in #145
- Use DjangoJSONEncoder for diff field by @jmcgill298 in #146
- Add Cisco ACI integration by @snaselj in #136
- Add Arista CloudVision integration by @snaselj in #138
- Add ServiceNow integration by @snaselj in #139
- Port IP Fabric release v2.0.2 into integration PR by @pke11y in #155
- Merge nautobot-plugin-ssot-ipfabric/pull/131 by @alhogan in #156
- Add IPFabric integration by @snaselj in #137
- Implementing base models/adapters for Nautobot side functionality. by @Kircheneer in #153
- style: 🐛 Support generic folder path (ported fomr a commit by @jasonjuenger) by @chadell in #199
- Finalize Integrations by @snaselj in #152
- Release v1.4.0 by @jdrew82 in #202
New Contributors
- @jmcgill298 made their first contribution in #145
- @pke11y made their first contribution in #155
- @alhogan made their first contribution in #156
Full Changelog: v1.3.2...v1.4.0
v2.0.0-rc.1
What's Changed
Full Changelog: v2.0.0-beta.2...v2.0.0-rc.1
v2.0.0-beta.2
Added
- Added Cisco ACI, Arista CloudVision, and ServiceNow integrations
Changed
- Updated Cisco ACI, Arista CloudVision, and ServiceNow integrations to work with Nautobot 2.0
- Updated ServiceNow Job to use load_source_adapter() and load_target_adapter() pattern
- Fixed Infoblox assignment of VRFs to Prefixes
v2.0.0-beta.1 - 2023-07-14
Added
- Added pylint-nautobot to dev dependencies.
Changed
- Updated all imports to be derived from new module locations.
- Updated all models that no longer have slugs to use replacement field.
- Updated navigation to use new NavMenu elements.
- Updated metrics to use new Jobs model attributes.
- Updated example Jobs to use new Location model instead of Region/Site along with updating IPAddress to specify parent Prefix.
- Updated example Jobs to use new Job pattern with passed variables.
- Updated Job loading to use new register_jobs function.
- Updated logging in example Jobs to use new logger on JobResult.
- Updated Infoblox integration to work with Nautobot 2.0.
- Refactored Infoblox integration to have tags applied to imported objects after sync is complete.