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/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 | 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. 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"