Skip to content

Commit d3ab8fe

Browse files
authored
Merge pull request #1122 from nautobot/release-3.12.1
Release v3.12.1
2 parents 3aef7a1 + e9e1371 commit d3ab8fe

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

changes/1096.added

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

changes/1096.fixed

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

changes/1098.fixed

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

docs/admin/release_notes/version_3.12.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ This document describes all new features and changes in the release. The format
1616

1717
- [#1027](https://github.com/nautobot/nautobot-app-ssot/issues/1027) - Added Job input to Assign All Meraki Devices Under a Single Location
1818
- [#1028](https://github.com/nautobot/nautobot-app-ssot/issues/1028) - Added setting to Allow Syncing of DHCP-Based Management IPs
19+
20+
## [v3.12.1 (2026-03-09)](https://github.com/nautobot/nautobot-app-ssot/releases/tag/v3.12.1)
21+
22+
### Added
23+
24+
- [#1096](https://github.com/nautobot/nautobot-app-ssot/issues/1096) - Added two new settings to the Arista CV integration to allow for the deletion of namespaces and prefixes that are present in Nautobot but not present in CloudVision (both default to False).
25+
26+
### Fixed
27+
28+
- [#1096](https://github.com/nautobot/nautobot-app-ssot/issues/1096) - Fixed a bug in the Arista CV integration that was attempting to create duplicate namespaces and prefixes that were already present in Nautobot but were not associated with an Arista device.
29+
- [#1098](https://github.com/nautobot/nautobot-app-ssot/issues/1098) - Fixed Device42 integration `load_sites()` passing `LocationType.name` string instead of `LocationType` instance to `Location.objects.filter()`, causing the sync job to fail.

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.12.0"
3+
version = "3.12.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)