Skip to content

Commit 930af84

Browse files
author
michalis1
committed
Release v4.4.4
1 parent 59038ff commit 930af84

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

changes/517.fixed

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

docs/admin/release_notes/version_4.4.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ This document describes all new features and changes in the release. The format
99

1010
<!-- towncrier release notes start -->
1111

12+
13+
## [v4.4.4. (2026-03-11)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.4.4.)
14+
15+
### Fixed
16+
17+
- [#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.
18+
1219
## [v4.4.3 (2026-01-27)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.4.3)
1320

1421
### 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 = "4.4.3"
3+
version = "4.4.4"
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)