v1.2.4 (2022-01-13)
Added
- #1113 - Added documentation about using Redis Sentinel with Nautobot.
- #1251 - Added
workflow_call
to the GitHub Actions CI workflow so that it may be called by other GHA workflows.
Changed
- #616 - The REST API now no longer permits setting non-string values for text-type custom fields.
- #1243 - Github CI action no longer runs for pull requests that don't impact Nautobot code, such as documentation, examples, etc.
Fixed
- #1053 - Fixed error when removing an IP address from an interface when it was previously the parent device's primary IP.
- #1140 - Fixed incorrect UI widgets in the updated Admin UI.
- #1253 - Fixed missing code that prevented switching between tabs in the device-type detail view.
Security
- #1267 - Implemented fixes for CVE-2022-22815, CVE-2022-22816, and CVE-2022-22817 to require Pillow >=9.0.0 for Python version >=3.7. For Python version <3.7 (e.g. 3.6), it is recommended that you prioritize upgrading your environment to use Python 3.7 or higher. Support for Python 3.6 will be removed in a future update.