Update nautobot to v3.1.2#2023
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
d6c2e2b to
e06d715
Compare
e06d715 to
d5362af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.1.0-py3.12→3.1.2-py3.12==3.1.0→==3.1.23.1.0→3.1.2Release Notes
nautobot/nautobot (ghcr.io/nautobot/nautobot)
v3.1.2: - 2026-05-08Compare Source
Security in v3.1.2
WEBHOOK_ALLOWED_SCHEMESsettings variable. By default new or updatedWebhookrecords will be restricted to HTTP or HTTPS only, disallowing other schemes that may have been previously allowed. Administrators should audit existingWebhookrecords to identify any that are invalid, and either update/delete said records or customizeWEBHOOK_ALLOWED_SCHEMESas appropriate.WEBHOOK_ADDITIONAL_BLOCKED_NETWORKSsettings variable. This can be used to specify additional IP networks that should be denied toWebhooksending, for example some deployments may wish to disallow RFC1918 addresses.WEBHOOK_ALLOWED_HOSTSsettings variable. This can be used to provide an allow-list of specific hosts that would otherwise be blocked by anyWEBHOOK_ADDITIONAL_BLOCKED_NETWORKSconfiguration.Webhook. Administrators should audit existingWebhookrecords to identify any that are invalid and delete said records (CVE-2026-44797).Webhookdefinitions against being used as a vector for server-side request forgery (SSRF) (CVE-2026-44797).GitRepository.current_headbeing incorrectly user-editable through the REST API (CVE-2026-44798).GitRepository.clean()and to various methods of theGitRepohelper class.bulk-renameviews (both legacyBulkRenameViewand viewsetObjectBulkRenameViewMixin) when doing regular-expression-based bulk renames to protect against denial-of-service (REDoS) due to an overly-complex or maliciously crafted regular expression provided by the user (CVE-2026-44796).djangoto>=5.2.14,<5.3to mitigate CVE-2026-5766, CVE-2026-35192, and CVE-2026-6907.gitpythonto>=3.1.50,<3.2to mitigate CVE-2026-44243, CVE-2026-44244, and GHSA-mv93-w799-cj2w.Added in v3.1.2
Removed in v3.1.2
nautobot-server webhook_receivercommand.Fixed in v3.1.2
ImageAttachmentREST API incorrectly marking theimage_heightandimage_widthas required fields.ImageAttachmentREST API incorrectly allowing creation of attachments to an unsupportedcontent_type.ContactAssociationREST API incorrectly allowing creation of associations to an invalidassociated_object_type.0130_jobresult_generate_log_entry_countsto prevent resource exhaustion._JobModalButtonrefresh_on_close_if_doneflag being dropped during modal polling, causing the page to not reload when the Close button (footer, header, or Escape key) is used after a Job completes.Dependencies in v3.1.2
regex>=2026.4.4as a dependency. (Previously it was a development-only dependency.)nh3to>=0.3.5,<0.4.Documentation in v3.1.2
Housekeeping in v3.1.2
bulk_renameactions onModuleBayUIViewSetandModuleBayTemplateUIViewSetwith the genericObjectBulkRenameViewMixin.--no-inputoption toinvoke teststask.--commandoption toinvoke nbshelltask.fakerto^40.15.0.pymarkdownlntto~0.9.37.test_bulk_rename_regex_redos_protectionto reduce spurious failures in CI.Contributors
Full Changelog: nautobot/nautobot@v3.1.1...v3.1.2
v3.1.1: - 2026-04-27Compare Source
v3.1.1 (2026-04-27)
Security in v3.1.1
GitPythonto>=3.1.47,<3.2to mitigate CVE-2026-42215 and CVE-2026-42284.lxmlto6.1.0to mitigate CVE-2026-41066. As this is not a direct dependency, it will not auto-update when upgrading; please be sure to upgrade your local environment.Added in v3.1.1
render_default_panels_for_objecttemplate tag.Changed in v3.1.1
Fixed in v3.1.1
nautobot/extras/templates/extras/inc/jobresult_js.html,nautobot/project-static/js/job_result.js, andnautobot/project-static/js/log_level_filtering.jsthat were removed in 3.1.0, in order to avoid breaking Apps still referencing these files.NoReverseMatchcrash when adding Data Validation Rules.Dependencies in v3.1.1
djangorestframeworkto>=3.17.1,<3.18.psycopg2-binaryto>=2.9.12,<2.10.social-auth-coreto>=4.8.6,<4.9.htmx.orgto^2.0.10.social-auth-coreto>=4.8.7,<4.9.Documentation in v3.1.1
Housekeeping in v3.1.1
richto~14.3.4.mkdocs-section-indexto~0.3.12.mkdocstringsto~1.0.4.ruffto~0.15.11.postcssto^8.5.10.prettierto^3.8.3.bulk_renametest cases.ruffto~0.15.12.openapi-spec-validatorto~0.8.5.Contributors
New Contributors
Full Changelog: nautobot/nautobot@v3.1.0...v3.1.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.