From 4d9ddd2053d7ccc9d9b0619a12cfef9c0afdc5f2 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:38:14 -0500 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=F0=9F=94=96=20Bumping=20to=202.0.?= =?UTF-8?q?0-rc.1?= 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 375d87aad..d38b5c08a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-ssot" -version = "2.0.0-beta.2" +version = "2.0.0-rc.1" description = "Nautobot Single Source of Truth" authors = ["Network to Code, LLC "] license = "Apache-2.0" From 4e35ae72546fea9ea7e576f9f4a8dd3bf15300df Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:38:32 -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 | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/admin/compatibility_matrix.md b/docs/admin/compatibility_matrix.md index bb3fd63b4..e7c52c80c 100644 --- a/docs/admin/compatibility_matrix.md +++ b/docs/admin/compatibility_matrix.md @@ -10,3 +10,4 @@ While that last supported version will not be strictly enforced--via the max_ver | 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 | +| 2.0.0-rc.1 | 2.0.0rc1 | 2.0.0rc1 | diff --git a/docs/admin/release_notes/version_2.0.md b/docs/admin/release_notes/version_2.0.md index e055368a4..50cb16776 100644 --- a/docs/admin/release_notes/version_2.0.md +++ b/docs/admin/release_notes/version_2.0.md @@ -32,3 +32,14 @@ - 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-rc.1 - 2023-08-24 + +### Added + +- Added `network_driver` definition to Arista EOS Platform + +### Changed + +- Updated everything to support Nautobot 2.0.0rc1 +- Fixed use of slug on Platform in Arista CVP integration.