Skip to content

Commit fca5832

Browse files
authored
Merge pull request #550 from nautobot/release-5.3.0-to-develop
Post release v5.3.0 to develop
2 parents c59f98c + f9f181f commit fca5832

10 files changed

Lines changed: 330 additions & 306 deletions

File tree

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

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

changes/329.added

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

changes/425.fixed

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

changes/523.fixed

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

changes/527.housekeeping

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

changes/546.dependencies

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# v5.3 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+
- The Sync Devices job now auto-updates location type content types.
8+
9+
<!-- towncrier release notes start -->
10+
11+
## [v5.3.0 (2026-04-13)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v5.3.0)
12+
13+
### Added
14+
15+
- [#329](https://github.com/nautobot/nautobot-app-device-onboarding/issues/329) - Updated Sync Devices from Network job to automatically update location type content types if required
16+
17+
### Fixed
18+
19+
- [#425](https://github.com/nautobot/nautobot-app-device-onboarding/issues/425) - Fixed check connectivity failing on Sync Network Data job.
20+
- [#523](https://github.com/nautobot/nautobot-app-device-onboarding/issues/523) - Fixed invalid IP Address returned for Arista EOS virtual interface addresses.
21+
22+
### Dependencies
23+
24+
- [#546](https://github.com/nautobot/nautobot-app-device-onboarding/issues/546) - Bumped minimum version of ntc-templates to 9.0.0.
25+
- [#549](https://github.com/nautobot/nautobot-app-device-onboarding/issues/549) - Bumped minimum version of nautobot-plugin-nornir to 3.2.0.
26+
27+
### Housekeeping
28+
29+
- [#527](https://github.com/nautobot/nautobot-app-device-onboarding/issues/527) - Added @cdtomkins to CODEOWNERS.
30+
- Rebaked from the cookie `nautobot-app-v3.1.3`.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ nav:
117117
- Compatibility Matrix: "admin/compatibility_matrix.md"
118118
- Release Notes:
119119
- "admin/release_notes/index.md"
120+
- v5.3: "admin/release_notes/version_5.3.md"
120121
- v5.2: "admin/release_notes/version_5.2.md"
121122
- v5.1: "admin/release_notes/version_5.1.md"
122123
- v5.0: "admin/release_notes/version_5.0.md"

poetry.lock

Lines changed: 296 additions & 297 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nautobot-device-onboarding"
3-
version = "5.2.3a0"
3+
version = "5.3.1a0"
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"
@@ -31,7 +31,7 @@ python = ">=3.10,<3.15"
3131
napalm = ">=4.1.0, <6.0.0"
3232
zipp = "^3.4.0"
3333
nautobot-ssot = ">=4.0.0,<5.0.0"
34-
nautobot-plugin-nornir = ">=3.0.0,<4.0.0"
34+
nautobot-plugin-nornir = ">=3.2.0,<4.0.0"
3535
jdiff = ">=1.0.1,<2.0.0"
3636
ntc-templates = ">=9.0.0"
3737
# Netutils pin is needed for https://github.com/networktocode/netutils/pull/553
@@ -185,7 +185,7 @@ build-backend = "poetry.core.masonry.api"
185185
[tool.towncrier]
186186
package = "nautobot"
187187
directory = "changes"
188-
filename = "docs/admin/release_notes/version_5.2.md"
188+
filename = "docs/admin/release_notes/version_5.3.md"
189189
template = "development/towncrier_template.j2"
190190
start_string = "<!-- towncrier release notes start -->"
191191
issue_format = "[#{issue}](https://github.com/nautobot/nautobot-app-device-onboarding/issues/{issue})"

0 commit comments

Comments
 (0)