From 23e13acb20918c1728bdae70f5337e25c74d424f Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:15:52 -0500 Subject: [PATCH 1/4] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20release=20note?= =?UTF-8?q?s=20for=202.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/484.housekeeping | 1 - changes/488.fixed | 1 - changes/491.changed | 1 - changes/497.housekeeping | 1 - changes/504.added | 1 - docs/admin/release_notes/version_2.8.md | 15 +++++++++++++++ mkdocs.yml | 1 + 7 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 changes/484.housekeeping delete mode 100644 changes/488.fixed delete mode 100644 changes/491.changed delete mode 100644 changes/497.housekeeping delete mode 100644 changes/504.added create mode 100644 docs/admin/release_notes/version_2.8.md diff --git a/changes/484.housekeeping b/changes/484.housekeeping deleted file mode 100644 index 881c35ec0..000000000 --- a/changes/484.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Releasing 2.7.0 \ No newline at end of file diff --git a/changes/488.fixed b/changes/488.fixed deleted file mode 100644 index eba20dd54..000000000 --- a/changes/488.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed issue with Infoblox setup docs. \ No newline at end of file diff --git a/changes/491.changed b/changes/491.changed deleted file mode 100644 index d4947b52e..000000000 --- a/changes/491.changed +++ /dev/null @@ -1 +0,0 @@ -Fixed tenant names and introduced tag for multisite. \ No newline at end of file diff --git a/changes/497.housekeeping b/changes/497.housekeeping deleted file mode 100644 index 2673d5f0d..000000000 --- a/changes/497.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Fixed IPFabric test failures under Django 4.2. diff --git a/changes/504.added b/changes/504.added deleted file mode 100644 index 1703afc1c..000000000 --- a/changes/504.added +++ /dev/null @@ -1 +0,0 @@ -Added pagination to the `get_all_subnets` Infoblox client call. \ No newline at end of file diff --git a/docs/admin/release_notes/version_2.8.md b/docs/admin/release_notes/version_2.8.md new file mode 100644 index 000000000..07989194a --- /dev/null +++ b/docs/admin/release_notes/version_2.8.md @@ -0,0 +1,15 @@ + +## [v2.8.0 (2024-08-21)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v2.8.0) + +### Added + +- [#504](https://github.com/nautobot/nautobot-app-ssot/issues/504) - Added pagination to the `get_all_subnets` Infoblox client call. + +### Documentation + +- [#488](https://github.com/nautobot/nautobot-app-ssot/issues/488) - Fixed issue with Infoblox setup docs. + +### Fixed + +- [#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. diff --git a/mkdocs.yml b/mkdocs.yml index 3081d12c6..968bb35ca 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -132,6 +132,7 @@ nav: - Compatibility Matrix: "admin/compatibility_matrix.md" - Release Notes: - "admin/release_notes/index.md" + - v2.8: "admin/release_notes/version_2.8.md" - v2.7: "admin/release_notes/version_2.7.md" - v2.6: "admin/release_notes/version_2.6.md" - v2.5: "admin/release_notes/version_2.5.md" From ccfe34de72ec9010cfab21f7bf8b0ecd8c731750 Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:16:06 -0500 Subject: [PATCH 2/4] =?UTF-8?q?build:=20=F0=9F=94=96=20Update=20project=20?= =?UTF-8?q?to=202.8.0?= 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 a60e824be..9e71704cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-ssot" -version = "2.7.0" +version = "2.8.0" description = "Nautobot Single Source of Truth" authors = ["Network to Code, LLC "] license = "Apache-2.0" From ca8185bcfc4a23a9625110d66f869285ea2fc32b Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:16:28 -0500 Subject: [PATCH 3/4] =?UTF-8?q?docs:=20=F0=9F=90=9B=20Add=20missing=20refe?= =?UTF-8?q?rences=20to=20Itential=20documentation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 968bb35ca..b7c12c4f2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -112,6 +112,7 @@ nav: - Device42: "user/integrations/device42.md" - Infoblox: "user/integrations/infoblox.md" - IPFabric: "user/integrations/ipfabric.md" + - Itential: "user/integrations/itential.md" - ServiceNow: "user/integrations/servicenow.md" - Modeling: "user/modeling.md" - Performance: "user/performance.md" @@ -126,6 +127,7 @@ nav: - Device42: "admin/integrations/device42_setup.md" - Infoblox: "admin/integrations/infoblox_setup.md" - IPFabric: "admin/integrations/ipfabric_setup.md" + - Itential: "admin/integrations/itential_setup.md" - ServiceNow: "admin/integrations/servicenow_setup.md" - Upgrade: "admin/upgrade.md" - Uninstall: "admin/uninstall.md" From 8f8fd4c58a1599883651cc1a1ae9244b015f29ed Mon Sep 17 00:00:00 2001 From: Justin Drew <2396364+jdrew82@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:20:19 -0500 Subject: [PATCH 4/4] =?UTF-8?q?docs:=20=F0=9F=93=9D=20Add=20missing=20docu?= =?UTF-8?q?mentation=20to=20compatibility=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/admin/compatibility_matrix.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/admin/compatibility_matrix.md b/docs/admin/compatibility_matrix.md index b0298bc01..b8d0c2b72 100644 --- a/docs/admin/compatibility_matrix.md +++ b/docs/admin/compatibility_matrix.md @@ -18,3 +18,10 @@ While that last supported version will not be strictly enforced--via the max_ver | 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 |