Skip to content

Release 3.10.0 - 2025-10-21

Choose a tag to compare

@smk4664 smk4664 released this 21 Oct 20:34
· 118 commits to main since this release
6bb332a

What's Changed

  • Mitigate CVE by enforcing permissions on the ServiceNow Config view.
  • Minimum Nautobot version is now 2.4.20.
  • Minimum Python version is now 3.10.

v3.10.0 (2025-10-21)

Security

Added

  • #877 - Added contrib base classes BaseNautobotAdapter and BaseNautobotModel.

Fixed

  • #878 - Fixed inability of vSphere integration to sync IPv6 addresses
  • #964 - Fixes sync of anycast IPs for CloudVision SSOT.
  • #964 - Implements tag deduplication for CloudVision SSOT.
  • #964 - Removes log noise when duplicate IP or IPAssignments are found by CloudVision SSOT.
  • #964 - Fixes cert failures for CloudVision SSOT CVaaS implementations (verify cert = False). Such cases can happen when SSL inspection for nautobot workers is in place.
  • #980 - Fix Bootstrap SoftwareVersion deletion error.
  • #982 - Fixed Exception when attempting to delete Software referenced by a Device.

Housekeeping

  • #984 - Removed redundant nautobot minimum version check in jobs module.
  • #991 - Implemented UIViewSets and Component UI.
  • Rebaked from the cookie nautobot-app-v2.6.0.

Contributors

New Contributors

Full Changelog: v3.9.4...v3.10.0