Skip to content

Commit 0b8f8b3

Browse files
committed
build: Bump version and add release notes
1 parent 2791499 commit 0b8f8b3

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

changes/844.fixed

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

changes/867.fixed

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/874.changed

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/899.housekeeping

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

docs/admin/release_notes/version_3.9.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,21 @@ This release brings several significant additions and changes:
5050

5151
- [#856](https://github.com/nautobot/nautobot-app-ssot/issues/856) - Added a note to the developer upgrade documentation to explain the default value for text fields declared with `blank=True, null=False`.
5252
- [#870](https://github.com/nautobot/nautobot-app-ssot/issues/870) - Updated installation steps for vSphere integration.
53+
54+
## [v3.9.1 (2025-07-09)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v3.9.1)
55+
56+
### Release Overview
57+
58+
Please note that the behavior in the SNOW integration now is to swallow and log an overview of how many duplicates encountered, and provide file output outlining what duplicates were encountered.
59+
60+
### Changed
61+
62+
- [#874](https://github.com/nautobot/nautobot-app-ssot/issues/874) - Reverted changes in `NautobotModel` to be backwards compatible with other integrations.
63+
- [#874](https://github.com/nautobot/nautobot-app-ssot/issues/874) - Reverted removal of `invalidate_cache` method in `NautobotAdapter`.
64+
65+
### Fixed
66+
67+
- [#844](https://github.com/nautobot/nautobot-app-ssot/issues/844) - Fixed job failure if there are duplicate devices in LibreNMS. Will skip device instead.
68+
- [#867](https://github.com/nautobot/nautobot-app-ssot/issues/867) - Gracefully swallow ServiceNow exceptions
69+
- [#867](https://github.com/nautobot/nautobot-app-ssot/issues/867) - Adds ServiceNow duplicate file reports
70+
- [#867](https://github.com/nautobot/nautobot-app-ssot/issues/867) - Fixes ServiceNow comparison filters to only compare against company names with Manufacturer set to True

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 = "3.9.1a0"
3+
version = "3.9.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)