Skip to content

v1.4.6 - 2022-10-17

Compare
Choose a tag to compare
@bryanculver bryanculver released this 17 Oct 23:27
· 2042 commits to develop since this release
v1.4.6
f340bd2

Added

  • #2437 - Added Nautobot-themed error page for handling 403 CSRF errors.
  • #2512 - Added link to nautobot-plugin-nornir in the Apps section of the documentation.
  • #2588 - Added a danger admonition to developer docs about never using pip to install Poetry into Nautobot dev environment.

Changed

  • #2434 - Updated oauthlib to 3.2.1 for CVE-2022-36087. This is a dependency of social-auth-core so will not auto-update when upgrading. Please be sure to upgrade your local environment.
  • #2530 - Updated development documentation to include LTM, additional release schedule information.
  • #2565 - Updated version to 1.4.6-beta.1.
  • #2602 - Increased size of ObjectChange.change_context_detail field from 100 to 400 chars, and add truncation to it. Also adding truncation to ObjectChange.object_repr.

Fixed

  • #2075 - Fixed white screen flash in dark mode.
  • #2546 - Applied a hotfix for multiple jobs executing from a single scheduled job.
  • #2560 - Fixed NautobotHTMLRenderer incorrectly overrides selected pk_list for bulk_destroy and bulk_update.
  • #2566 - Clarified documentation on superusers needing staff permission to access admin UI.
  • #2573 - Fixed link from VLAN group detail view to filtered VLAN list.
  • #2574 - Updated nautobot.core.settings to match expected behavior on NAPALM_USERNAME, NAPALM_PASSWORD, and NAPALM_TIMEOUT based on documentation.
  • #2595 - Fixed NautobotUIViewSet handling of unauthenticated users.
  • #2614 - Fixed CONTRIBUTING.md link to actual Nautobot documentation.

Contributors

Full Changelog: v1.4.5...v1.4.6