Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync Main to Develop for 3.4.0 #663

Merged
merged 5 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion changes/+nautobot-app-v2.4.1.housekeeping

This file was deleted.

1 change: 0 additions & 1 deletion changes/597.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/598.fixed

This file was deleted.

2 changes: 0 additions & 2 deletions changes/621.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/624.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/626.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/631.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/631.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/634.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/636.added

This file was deleted.

1 change: 0 additions & 1 deletion changes/641.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/643.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/646.fixed

This file was deleted.

2 changes: 0 additions & 2 deletions changes/648.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/650.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/656.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changes/659.housekeeping

This file was deleted.

39 changes: 39 additions & 0 deletions docs/admin/release_notes/version_3.4.md
Original file line number Diff line number Diff line change
@@ -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`.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down