Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
nautobot-2.4.12-py3-none-any.whl | 2025-07-17 | 44.3 MB | |
nautobot-2.4.12.tar.gz | 2025-07-17 | 43.1 MB | |
README.md | 2025-07-17 | 2.7 kB | |
v2.4.12 - 2025-07-17 source code.tar.gz | 2025-07-17 | 66.0 MB | |
v2.4.12 - 2025-07-17 source code.zip | 2025-07-17 | 67.1 MB | |
Totals: 5 Items | 220.4 MB | 0 |
What's Changed
Changed in v2.4.12
- #7194 - Moved
job_results
field from Job Panel to a separateJobResults
table panel using ObjectsTablePanel from UI framework.
Fixed in v2.4.12
- #5056 - Fixed broken link pointing to Nautobot Golden Config Git Settings.
- #7143 - Fixed filtering on custom relationships for component models.
- #7547 - Fixed worker-status page failing with a KeyError.
- #7552 - Fixed formatting issue in rendering Config Context data.
- #7556 - Fixed Cloud, Devices, and Wireless NavMenuTabs all had the same weight of 200. Updated the Cloud weight to 150 and the Wireless weight to 250.
- #7558 - Improved logic in
LogsCleanup
system Job to avoid an infinite recursion possibility. - #7559 - Reverted some of the changes introduced in v2.4.11 to Job loading from
JOBS_ROOT
and Git repositories, due to reports of regressions in behavior.
Housekeeping in v2.4.12
- #7194 - Refactored Jobs detail view to use
UI component framework
. - #7194 - Added
jobs_ui.py
tonautobot.extras.views
with classes:JobRunScheduleButton
,JobKeyValueOverrideValueTablePanel
andJobObjectFieldsPanel
. - #7217 - Refactored Controller model related UI views to use
UI component framework
. - #7291 - Refactored VirtualChassis model related UI views to use
NautobotUIViewSet
. - #7323 - Refactored CircuitTermination model related UI views to use
UI component framework
. - #7490 - Refactored Tag model related UI views to use
UI component framework
. - #7537 - Updated documentation dependency
mkdocs-material
to~9.6.15
.
Contributors
- @sirisha-bode
- @Sridevi-NTC
- @teunvink
- @glennmatthews
- @renovate[bot]
- @dsoftait
- @Pavan-183
- @michalis1
- @itdependsnetworks
New Contributors
- @michalis1 made their first contribution in https://github.com/nautobot/nautobot/pull/7557
Full Changelog: https://github.com/nautobot/nautobot/compare/v2.4.11...v2.4.12