v3.0 Release Notes
This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview
This major release marks the compatibility of the Nautobot Plugin Golden Config App with Nautobot 3.0.0. Check out the full details of the changes included in this new major release of Nautobot. Highlights:
- Minimum Nautobot version supported is 3.0.
- Added support for Python 3.13 and removed support for 3.9.
- Updated UI framework to use latest Bootstrap 5.3.
- Changed the charts rendering engine to Apache ECharts.
v3.0.0 (2025-11-17)
Added
- Added support for Python 3.13.
- Added support for Nautobot 3.0.
Changed
- #1016 - Changed the rendering engine from mat_plot_lib to Apache ECharts.
- #1016 - Updated imports to use preferred
nautobot.apps.*where applicable. - #1016 - Updated compliance view to use collapsible cards.
- #1016 - Updated navigation icon.
Fixed
- #1016 - Fixed imports that are no longer supported.
- #1016 - Fixed DJLint errors.
- #1031 - Fixed various issues with templates and modals.
- #1034 - Fixed Javascript failing to load in Config Plan Post Processing.
- #1031 - Fixed various issues with templates and modals.
Dependencies
- #1016 - Removed
mat_plot_libas a dependency.
Housekeeping
- #2109 - Replaced deprecated object_edit template.
Removed
- Dropped support for Python 3.9.
v3.0.0a4 (2025-11-05)
v3.0.0a3 (2025-11-04)
v3.0.0a1 (2025-10-31)
Contributors
Full Changelog: v2.5.1...v3.0.0