Skip to content

Commit 4d3713b

Browse files
authored
Merge pull request #444 from nautobot/release-4.4.0-to-develop
Release 4.4.0 to develop
2 parents 675a3f1 + de969ac commit 4d3713b

5 files changed

Lines changed: 18 additions & 3 deletions

File tree

changes/392.fixed

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

changes/433.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# v4.4 Release Notes
3+
4+
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).
5+
6+
## Release Overview
7+
8+
- Fixed VLANs creation on cisco_nxos devices.
9+
- Fixed nxos lag member assigment.
10+
11+
## [v4.4.0 (2025-10-27)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.4.0)
12+
13+
### Fixed
14+
15+
- [#392](https://github.com/nautobot/nautobot-app-device-onboarding/issues/392) - Fixed a bug when creating VLANs for trunks on cisco_nxos devices.
16+
- [#433](https://github.com/nautobot/nautobot-app-device-onboarding/issues/433) - In the sync network data job, fix nxos lag member assignment.

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+
- v4.4: "admin/release_notes/version_4.4.md"
118119
- v4.3: "admin/release_notes/version_4.3.md"
119120
- v4.2: "admin/release_notes/version_4.2.md"
120121
- v4.1: "admin/release_notes/version_4.1.md"

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 = "4.4.0a0"
3+
version = "4.4.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"

0 commit comments

Comments
 (0)