nautobot-app-nornir icon indicating copy to clipboard operation
nautobot-app-nornir copied to clipboard

Bump nautobot from 2.0.0 to 2.2.4

Open dependabot[bot] opened this issue 1 month ago • 0 comments

Bumps nautobot from 2.0.0 to 2.2.4.

Release notes

Sourced from nautobot's releases.

v2.2.4 - 2024-05-13

What's Changed

Security

  • #1858 - Added sanitization of HTML tags in the content of BANNER_TOP, BANNER_BOTTOM, and BANNER_LOGIN configuration to prevent against potential injection of malicious scripts (stored XSS) via these features (GHSA-r2hr-4v48-fjv3).
  • #5672 - Updated Jinja2 dependency to 3.1.4 to address CVE-2024-34064.

Added

  • #1858 - Added support in BRANDING_FILEPATHS configuration to specify a custom css and/or javascript file to be added to Nautobot page content.
  • #1858 - Added Markdown support to the BANNER_TOP, BANNER_BOTTOM, and BANNER_LOGIN configuration settings.

Fixed

  • #4986 - Fixed inconsistent use of super causing active_tab context to be missing from several views.
  • #5644 - Made the uniqueness constraints between the ContactAssociation model and the related API serializer consistent.
  • #5684 - Fixed standard CSV export when using export templates.
  • #5689 - Fixed change logging for bulk delete operations so that user is included in the log.

Documentation

  • #5661 - Updated documentation to organize installation instructions and provide easier to use functions from mkdocs.

Housekeeping

  • #5263 - Updated nh3 to 0.2.17 in poetry.lock.
  • #5637 - Removed "version" from development docker-compose.yml files as newer versions of Docker complain about it being obsolete.
  • #5637 - Fixed behavior of invoke stop so that it also stops the optional mkdocs container if present.

Contributors

Full Changelog: https://github.com/nautobot/nautobot/compare/v2.2.3...v2.2.4

v2.2.3 - 2024-04-30

What's Changed

Security

  • #5624 - Updated social-auth-app-django dependency to ~5.4.1 to address CVE-2024-32879.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar May 13 '24 20:05 dependabot[bot]