From 8d7debc1fdb645c006c14a6ea7f8af5695dde06d Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:30:15 -0500 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Update=20release=20n?= =?UTF-8?q?otes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/530.fixed | 1 - docs/admin/release_notes/version_2.8.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 changes/530.fixed diff --git a/changes/530.fixed b/changes/530.fixed deleted file mode 100644 index 7fd6ab229..000000000 --- a/changes/530.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed Infoblox Configuration List Bug when on Nautobot 2.3 by disabling SSOTInfobloxConfig from being a saved view. diff --git a/docs/admin/release_notes/version_2.8.md b/docs/admin/release_notes/version_2.8.md index 07989194a..1f9844a88 100644 --- a/docs/admin/release_notes/version_2.8.md +++ b/docs/admin/release_notes/version_2.8.md @@ -13,3 +13,10 @@ - [#491](https://github.com/nautobot/nautobot-app-ssot/issues/491) - Fixed tenant names and introduced tag for multisite. - [#497](https://github.com/nautobot/nautobot-app-ssot/issues/497) - Fixed IPFabric test failures under Django 4.2. + + +## v2.8.1 - 2024-09-23 + +### Fixed + +- [#530](https://github.com/nautobot/nautobot-app-ssot/issues/530) - Fixed Infoblox Configuration List Bug when on Nautobot 2.3 by disabling SSOTInfobloxConfig from being a saved view. From 4e057337079d9901d2bfecb2a4badfd56431dc2b Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:33:01 -0500 Subject: [PATCH 2/3] docs: Update compatibility matrix --- docs/admin/compatibility_matrix.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/admin/compatibility_matrix.md b/docs/admin/compatibility_matrix.md index b8d0c2b72..155e32292 100644 --- a/docs/admin/compatibility_matrix.md +++ b/docs/admin/compatibility_matrix.md @@ -14,14 +14,15 @@ While that last supported version will not be strictly enforced--via the max_ver | 2.0.0-beta.2 | 2.0.0b2 | 2.0.0b2 | | 2.0.0-rc.1 | 2.0.0rc1 | 2.0.0rc1 | | 2.0.0-rc.2 | 2.0.0rc2 | 2.0.0rc99 | -| 2.0.0 | 2.0.0 | 2.99.09 | -| 2.0.1 | 2.0.0 | 2.99.09 | -| 2.0.2 | 2.0.0 | 2.99.09 | -| 2.1.0 | 2.0.0 | 2.99.09 | -| 2.2.0 | 2.0.0 | 2.99.09 | -| 2.3.0 | 2.1.0 | 2.99.09 | -| 2.4.0 | 2.1.0 | 2.99.09 | -| 2.5.0 | 2.1.0 | 2.99.09 | -| 2.6.0 | 2.1.0 | 2.99.09 | -| 2.7.0 | 2.1.0 | 2.99.09 | -| 2.8.0 | 2.1.0 | 2.99.09 | +| 2.0.0 | 2.0.0 | 2.99.99 | +| 2.0.1 | 2.0.0 | 2.99.99 | +| 2.0.2 | 2.0.0 | 2.99.99 | +| 2.1.0 | 2.0.0 | 2.99.99 | +| 2.2.0 | 2.0.0 | 2.99.99 | +| 2.3.0 | 2.1.0 | 2.99.99 | +| 2.4.0 | 2.1.0 | 2.99.99 | +| 2.5.0 | 2.1.0 | 2.99.99 | +| 2.6.0 | 2.1.0 | 2.99.99 | +| 2.7.0 | 2.1.0 | 2.99.99 | +| 2.8.0 | 2.1.0 | 2.99.99 | +| 2.8.1 | 2.1.0 | 2.99.99 | From c0e258a4f5a15ce82c326e541885fc0c6a1f0df3 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:33:09 -0500 Subject: [PATCH 3/3] build: Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e71704cc..b2659d83b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-ssot" -version = "2.8.0" +version = "2.8.1" description = "Nautobot Single Source of Truth" authors = ["Network to Code, LLC "] license = "Apache-2.0"