-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from nautobot/release-v2.0.0b2
Release v2.0.0b2
- Loading branch information
Showing
5 changed files
with
24 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
# v2.0 Release Notes | ||
|
||
## v2.0.0-beta.1 - 2023-07-13 | ||
|
||
### 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "nautobot-ssot" | ||
version = "2.0.0" | ||
version = "2.0.0-beta.1" | ||
description = "Nautobot Single Source of Truth" | ||
authors = ["Network to Code, LLC <[email protected]>"] | ||
license = "Apache-2.0" | ||
|