Releases: nautobot/nautobot-app-ssot
Releases · nautobot/nautobot-app-ssot
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.
Release v1.3.2
Release v1.3.1
Release v1.3.0
Release v1.2.0
Release v1.1.2
v1.1.2 - 2022-05-09
Fixed
v1.1.1 (removed) - 2022-05-06
Added
- #43 - The detailed SSoT log output contains a summary info message about the diff changes.
Fixed
Release v1.1.0
v1.1.0 - 2022-02-03
Added
- #11 - Add option to profile memory usage during job execution.
- #14, #22 - Added Prefix sync to example jobs, added Celery worker to dev environment.
- #15 - Added
load_source_adapter,load_target_adapter,calculate_diff, andexecute_syncAPI methods that Job implementations can override instead of overriding the generalizedsync_datamethod. - #21 - Add performance stats in Sync job detail view.