Skip to content

Commit c6cbd59

Browse files
authored
Merge pull request #494 from nautobot/u/smk4664-main-to-develop-post5.1.0
Main to Develop post 5.1.0 release
2 parents 27992ca + 37eade0 commit c6cbd59

File tree

12 files changed

+517
-561
lines changed

12 files changed

+517
-561
lines changed

changes/+nautobot-app-v3.0.0.housekeeping

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/366.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/424.added

Lines changed: 0 additions & 5 deletions
This file was deleted.

changes/428.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/437.documentation

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/455.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/476.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/admin/release_notes/version_5.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ This major release marks the compatibility of the Device Onboarding App with Nau
1212

1313
We will continue to support the previous major release for users of Nautobot LTM 2.4 only with critical bug and security fixes as per the [Software Lifecycle Policy](https://networktocode.com/company/legal/software-lifecycle-policy/).
1414

15+
<!-- towncrier release notes start -->
16+
1517
## [v5.0.0 (2025-11-17)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v5.0.0)
1618

1719
### Added
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# v5.1 Release Notes
2+
3+
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).
4+
5+
## Release Overview
6+
7+
- Support for additional device platforms has been added, including Brocade/Ruckus FastIron, HP Procurve, ArubaCX, ArubaOS, and F5 TMSH.
8+
- Fixed several bugs related to database connections, device synchronization, and interface management.
9+
10+
<!-- towncrier release notes start -->
11+
12+
## [v5.1.0 (2026-01-21)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v5.1.0)
13+
14+
### Added
15+
16+
- [#424](https://github.com/nautobot/nautobot-app-device-onboarding/issues/424) - Adds support for Brocade/Ruckus fastiron.
17+
- [#424](https://github.com/nautobot/nautobot-app-device-onboarding/issues/424) - Adds support for HP Procurve.
18+
- [#424](https://github.com/nautobot/nautobot-app-device-onboarding/issues/424) - Adds network data sync support for ArubaCX.
19+
- [#424](https://github.com/nautobot/nautobot-app-device-onboarding/issues/424) - Adds support for ArubaOS.
20+
- [#424](https://github.com/nautobot/nautobot-app-device-onboarding/issues/424) - Adds network data sync for F5 tmsh.
21+
22+
### Fixed
23+
24+
- [#366](https://github.com/nautobot/nautobot-app-device-onboarding/issues/366) - Fixed Sync Devices and Sync Network Data jobs not releasing DB connections.
25+
- [#428](https://github.com/nautobot/nautobot-app-device-onboarding/issues/428) - In the sync network data job, added handling of Devices who's Primary IP is not set.
26+
- [#455](https://github.com/nautobot/nautobot-app-device-onboarding/issues/455) - Fixed migration bug where OnboardingTask was not filtered correctly.
27+
- [#476](https://github.com/nautobot/nautobot-app-device-onboarding/issues/476) - Fixed interfaces attached to modules being recreated when running the Sync Network Data job.
28+
29+
### Documentation
30+
31+
- [#437](https://github.com/nautobot/nautobot-app-device-onboarding/issues/437) - Updated documentation on the readme for capitalization.
32+
33+
### Housekeeping
34+
35+
- Rebaked from the cookie `nautobot-app-v3.0.0`.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ nav:
115115
- Compatibility Matrix: "admin/compatibility_matrix.md"
116116
- Release Notes:
117117
- "admin/release_notes/index.md"
118+
- v5.1: "admin/release_notes/version_5.1.md"
118119
- v5.0: "admin/release_notes/version_5.0.md"
119120
- v4.4: "admin/release_notes/version_4.4.md"
120121
- v4.3: "admin/release_notes/version_4.3.md"

0 commit comments

Comments
 (0)