Skip to content

Commit 1bee96d

Browse files
committed
prepare release v4.2.1
1 parent 0d93229 commit 1bee96d

File tree

7 files changed

+907
-725
lines changed

7 files changed

+907
-725
lines changed

changes/1155.fixed

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

changes/1160.fixed

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

changes/1162.fixed

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

changes/1165.fixed

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

docs/admin/release_notes/version_4.2.md

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

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

12+
## [v4.2.1 (2026-04-01)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v4.2.1)
13+
14+
### Fixed
15+
16+
- [#1155](https://github.com/nautobot/nautobot-app-ssot/issues/1155) - Support uv controlled development environment to run unittest.
17+
- [#1160](https://github.com/nautobot/nautobot-app-ssot/issues/1160) - Fixed a bug in the DNA Center integration where the get_locations method was not correctly paginating the results.
18+
- [#1162](https://github.com/nautobot/nautobot-app-ssot/issues/1162) - Fixed SSoT tests that assumed integration/example Job records were preloaded, so they now pass regardless of local integration enablement settings.
19+
- [#1165](https://github.com/nautobot/nautobot-app-ssot/issues/1165) - Fixed maintainer
20+
1221
## [v4.2.0 (2025-03-23)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v4.2.0)
1322

1423
### Added

poetry.lock

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

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-ssot"
3-
version = "4.2.1a0"
3+
version = "4.2.1"
44
description = "Nautobot Single Source of Truth"
55
authors = ["Network to Code, LLC <opensource@networktocode.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)