What's Changed
Security in v2.4.25
- #8383 - Updated dependency
pynaclto1.6.2to mitigate CVE-2025-69277. As this is not a direct dependency, it will not auto-update when upgrading; please be sure to upgrade your local environment. - #8395 - Updated dependency
urllib3to2.6.3to mitigate CVE-2026-21441. As this is not a direct dependency, it will not auto-update when upgrading; please be sure to upgrade your local environment.
Added in v2.4.25
- #7252 - Added
NAUTOBOT_KUBERNETES_JOB_MANIFESTenvironment variable to configureKUBERNETES_JOB_MANIFESTsetting.
Changed in v2.4.25
- #8350 - Use graceful degradation in case of media failure. When a dependency fails to load, show an error alert instead of navigating to a separate page.
Fixed in v2.4.25
- #8340 - Fixed incorrect default timeout values for cache entries intended to be long-lived when not explicitly invalidated.
- #8362 - Fixed an IntegrityError when using kubernetes workers to run jobs.
- #8380 - Restored (still-deprecated) support for explicit configuration of
STATICFILES_STORAGEandDEFAULT_FILE_STORAGEinnautobot_config.pythat was inadvertently broken when deprecating these settings in the previous release.
Documentation in v2.4.25
- #8380 - Updated documentation for the deprecated
STORAGE_BACKENDandSTORAGE_CONFIGsettings to clarify their migration path.
Contributors
Full Changelog: v2.4.24...v2.4.25