From fb30e378f3d649f58ef53ba3d90060f5ac55ed9b Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:06:49 -0500 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=94=96=20Update=20project=20?= =?UTF-8?q?version=20to=202.0.0-beta.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 969a62e8d..a654e1276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-ssot" -version = "2.0.0-beta.1" +version = "2.0.0-beta.2" description = "Nautobot Single Source of Truth" authors = ["Network to Code, LLC "] license = "Apache-2.0" From d9bc798d3f0f938649c7f35fc1294d41259d6bde Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:07:09 -0500 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20release=20n?= =?UTF-8?q?otes=20and=20compatibility=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/admin/compatibility_matrix.md | 1 + docs/admin/release_notes/version_2.0.md | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/admin/compatibility_matrix.md b/docs/admin/compatibility_matrix.md index d52510cfb..bb3fd63b4 100644 --- a/docs/admin/compatibility_matrix.md +++ b/docs/admin/compatibility_matrix.md @@ -9,3 +9,4 @@ While that last supported version will not be strictly enforced--via the max_ver | 1.2.X | 1.0.3 | 1.99.99 | | 1.3.X | 1.4.0 | 1.99.99 | | 2.0.0-beta.1 | 2.0.0b2 | 2.0.0b2 | +| 2.0.0-beta.2 | 2.0.0b2 | 2.0.0b2 | diff --git a/docs/admin/release_notes/version_2.0.md b/docs/admin/release_notes/version_2.0.md index 835362e95..e055368a4 100644 --- a/docs/admin/release_notes/version_2.0.md +++ b/docs/admin/release_notes/version_2.0.md @@ -19,3 +19,16 @@ - 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. + + +## v2.0.0-beta.2 - 2023-08-16 + +### 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