Releases: nautobot/nautobot-app-ssot
Releases · nautobot/nautobot-app-ssot
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_sync
API methods that Job implementations can override instead of overriding the generalizedsync_data
method. - #21 - Add performance stats in Sync job detail view.
Fixed
v1.0.1 - 2021-10-18
Release 1.0.0
Initial public release.