diff --git a/changes/+nautobot-app-v2.4.1.housekeeping b/changes/+nautobot-app-v2.4.1.housekeeping deleted file mode 100644 index 317148814..000000000 --- a/changes/+nautobot-app-v2.4.1.housekeeping +++ /dev/null @@ -1 +0,0 @@ -Rebaked from the cookie `nautobot-app-v2.4.1`. diff --git a/changes/597.fixed b/changes/597.fixed deleted file mode 100644 index 5598573a8..000000000 --- a/changes/597.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed ACI integration LocationType usage in CRUD operations to match Job device_site or specified APIC Location's LocationType. \ No newline at end of file diff --git a/changes/598.fixed b/changes/598.fixed deleted file mode 100644 index 10fd39a05..000000000 --- a/changes/598.fixed +++ /dev/null @@ -1 +0,0 @@ -Swapped out `nautobot.extras.plugins.PluginTemplateExtension` for `TemplateExtension` diff --git a/changes/621.fixed b/changes/621.fixed deleted file mode 100644 index 51e48ff32..000000000 --- a/changes/621.fixed +++ /dev/null @@ -1,2 +0,0 @@ -Fixed ASN updates on Location objects. -Fixed documentation on data normalization. \ No newline at end of file diff --git a/changes/624.fixed b/changes/624.fixed deleted file mode 100644 index b8c28b66f..000000000 --- a/changes/624.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed Floors respecting location map for Building related changes. \ No newline at end of file diff --git a/changes/626.fixed b/changes/626.fixed deleted file mode 100644 index 0d1f01ab2..000000000 --- a/changes/626.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed SoftwareVersion update on Devices in DNA Center integration. \ No newline at end of file diff --git a/changes/631.added b/changes/631.added deleted file mode 100644 index a53cb0599..000000000 --- a/changes/631.added +++ /dev/null @@ -1 +0,0 @@ -Added integration with SolarWinds. diff --git a/changes/631.changed b/changes/631.changed deleted file mode 100644 index 28acc2d83..000000000 --- a/changes/631.changed +++ /dev/null @@ -1 +0,0 @@ -Added documentation for SolarWinds integration. diff --git a/changes/634.fixed b/changes/634.fixed deleted file mode 100644 index 363c0cd71..000000000 --- a/changes/634.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed load locations on the source adapter for the ServiceNow integration when a site filter is applied. \ No newline at end of file diff --git a/changes/636.added b/changes/636.added deleted file mode 100644 index a2dd9c9d7..000000000 --- a/changes/636.added +++ /dev/null @@ -1 +0,0 @@ -Added LibreNMS integration. \ No newline at end of file diff --git a/changes/641.fixed b/changes/641.fixed deleted file mode 100644 index 7f67f028b..000000000 --- a/changes/641.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed incorrectly nested imports within if block used for Device Lifecycle Models. \ No newline at end of file diff --git a/changes/643.fixed b/changes/643.fixed deleted file mode 100644 index c47fb3c6d..000000000 --- a/changes/643.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed DNA Center bug where empty Locations were imported. \ No newline at end of file diff --git a/changes/646.fixed b/changes/646.fixed deleted file mode 100644 index ab2306f4a..000000000 --- a/changes/646.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed IPAddress assigned wrong parent Prefix in Citrix ADM. \ No newline at end of file diff --git a/changes/648.fixed b/changes/648.fixed deleted file mode 100644 index 839b0fb78..000000000 --- a/changes/648.fixed +++ /dev/null @@ -1,2 +0,0 @@ -Fixed Citrix ADM deleting SoftwareVersion in use with ValidatedSoftware. -Fixed Meraki deleting SoftwareVersion in use with ValidatedSoftware. \ No newline at end of file diff --git a/changes/650.fixed b/changes/650.fixed deleted file mode 100644 index 106bdd045..000000000 --- a/changes/650.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed Device floor name being incorrectly defined and including Building name when it shouldn't. \ No newline at end of file diff --git a/docs/admin/release_notes/version_3.4.md b/docs/admin/release_notes/version_3.4.md new file mode 100644 index 000000000..b78e54324 --- /dev/null +++ b/docs/admin/release_notes/version_3.4.md @@ -0,0 +1,39 @@ + +# v3.4 Release Notes + +This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## Release Overview + +This release adds two new integrations to the project, one for Solarwinds Orion and one for LibreNMS! There are also a lot of bug fixes for various integrations. + +## [v3.4.0 (2025-01-14)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v3.4.0) + +### Added + +- [#631](https://github.com/nautobot/nautobot-app-ssot/issues/631) - Added integration with SolarWinds. +- [#636](https://github.com/nautobot/nautobot-app-ssot/issues/636) - Added LibreNMS integration. + +### Documentation + +- [#631](https://github.com/nautobot/nautobot-app-ssot/issues/631) - Added documentation for SolarWinds integration. + +### Fixed + +- [#597](https://github.com/nautobot/nautobot-app-ssot/issues/597) - Fixed ACI integration LocationType usage in CRUD operations to match Job device_site or specified APIC Location's LocationType. +- [#598](https://github.com/nautobot/nautobot-app-ssot/issues/598) - Swapped out `nautobot.extras.plugins.PluginTemplateExtension` for `TemplateExtension` +- [#621](https://github.com/nautobot/nautobot-app-ssot/issues/621) - Fixed ASN updates on Location objects. +- [#621](https://github.com/nautobot/nautobot-app-ssot/issues/621) - Fixed documentation on data normalization. +- [#624](https://github.com/nautobot/nautobot-app-ssot/issues/624) - Fixed Floors respecting location map for Building related changes. +- [#626](https://github.com/nautobot/nautobot-app-ssot/issues/626) - Fixed SoftwareVersion update on Devices in DNA Center integration. +- [#634](https://github.com/nautobot/nautobot-app-ssot/issues/634) - Fixed load locations on the source adapter for the ServiceNow integration when a site filter is applied. +- [#641](https://github.com/nautobot/nautobot-app-ssot/issues/641) - Fixed incorrectly nested imports within if block used for Device Lifecycle Models. +- [#643](https://github.com/nautobot/nautobot-app-ssot/issues/643) - Fixed DNA Center bug where empty Locations were imported. +- [#646](https://github.com/nautobot/nautobot-app-ssot/issues/646) - Fixed IPAddress assigned wrong parent Prefix in Citrix ADM. +- [#648](https://github.com/nautobot/nautobot-app-ssot/issues/648) - Fixed Citrix ADM deleting SoftwareVersion in use with ValidatedSoftware. +- [#648](https://github.com/nautobot/nautobot-app-ssot/issues/648) - Fixed Meraki deleting SoftwareVersion in use with ValidatedSoftware. +- [#650](https://github.com/nautobot/nautobot-app-ssot/issues/650) - Fixed Device floor name being incorrectly defined and including Building name when it shouldn't. + +### Housekeeping + +- [#1](https://github.com/nautobot/nautobot-app-ssot/issues/1) - Rebaked from the cookie `nautobot-app-v2.4.1`. diff --git a/mkdocs.yml b/mkdocs.yml index 27af2ce7a..3d71ac32a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -149,6 +149,7 @@ nav: - Compatibility Matrix: "admin/compatibility_matrix.md" - Release Notes: - "admin/release_notes/index.md" + - v3.4: "admin/release_notes/version_3.4.md" - v3.3: "admin/release_notes/version_3.3.md" - v3.2: "admin/release_notes/version_3.2.md" - v3.1: "admin/release_notes/version_3.1.md" diff --git a/pyproject.toml b/pyproject.toml index 03728d496..5b7b04e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nautobot-ssot" -version = "3.3.1a0" +version = "3.4.1a0" description = "Nautobot Single Source of Truth" authors = ["Network to Code, LLC "] license = "Apache-2.0"