Skip to content

Commit 254ea3b

Browse files
committed
Release v5.2.2
1 parent d4b6e9c commit 254ea3b

File tree

8 files changed

+15
-7
lines changed

8 files changed

+15
-7
lines changed

changes/472.documentation

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

changes/509.fixed

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

changes/513.fixed

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

changes/515.fixed

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

changes/517.fixed

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

changes/519.fixed

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

docs/admin/release_notes/version_5.2.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ This document describes all new features and changes in the release. The format
99
<!-- towncrier release notes start -->
1010

1111

12+
## [v5.2.2 (2026-03-18)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v5.2.2)
13+
14+
### Fixed
15+
16+
- [#509](https://github.com/nautobot/nautobot-app-device-onboarding/issues/509) - Fixed VLAN sync failing with duplicate child location name.
17+
- [#513](https://github.com/nautobot/nautobot-app-device-onboarding/issues/513) - Fixed HP ProCurve not onboarding if using OOBM interface.
18+
- [#515](https://github.com/nautobot/nautobot-app-device-onboarding/issues/515) - Updated ntc-templates dependency.
19+
- [#517](https://github.com/nautobot/nautobot-app-device-onboarding/issues/517) - Added “fail job on task failure” so the job fails when one or more tasks fail.
20+
- [#519](https://github.com/nautobot/nautobot-app-device-onboarding/issues/519) - Fixed AOS-CX not onboarding if using OOBM interface.
21+
22+
### Documentation
23+
24+
- [#472](https://github.com/nautobot/nautobot-app-device-onboarding/issues/472) - Updated Device onboarding documentation to include 3.0 screenshots.
25+
1226
## [v5.2.1 (2026-01-29)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v5.2.1)
1327

1428
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautobot-device-onboarding"
3-
version = "5.2.2a0"
3+
version = "5.2.2"
44
description = "A app for Nautobot to easily onboard new devices."
55
authors = ["Network to Code, LLC <info@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)