Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.11 #467

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 18, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/nautobot/nautobot patch 2.3.7-py3.11 -> 2.3.11-py3.11

Release Notes

nautobot/nautobot (ghcr.io/nautobot/nautobot)

v2.3.11: - 2024-11-12

Compare Source

What's Changed

Added
  • #​6231 - Added nautobot.apps.utils.get_related_field_for_models() helper function.
  • #​6231 - Added optional lookup parameter to LinkedCountColumn.
Changed
  • #​5321 - For bulk delete all objects view, only show the confirmation dialog without the table that shows the objects that would be deleted.
  • #​6231 - Changed most related-object-count table columns (e.g. the "Locations" column in a Prefix table) to, if only a single related record is present (e.g. a single Location is associated with a given Prefix), display that related record directly instead of just displaying 1.
  • #​6465 - For bulk edit all objects view, skip rendering the table of related objects in the confirmation page.
Fixed
  • #​6414 - Fixed layout bug in browsable REST API.
  • #​6442 - Fixed an issue where GitLab CI pipelines fail using all versions of official Docker images.
  • #​6453 - Fixed issue where interfaces cannot be removed/deleted from an Interface for Modules.
  • #​6472 - Fixed incorrect placement of buttons in create and edit views.
  • #​6472 - Fixed the panel width in multiple create and edit views.
  • #​6490 - Added missing vrf_count column to Prefix table in PrefixListView.
  • #​6491 - Added missing vrf field to VMInterfaceForm and VMInterfaceCreateForm.
  • #​6492 - Fixed vlan_group field is not filtered by locations field input on VLANForm.
Documentation
  • #​6485 - Added additional clarification for enabling request profiling via user profile.
Housekeeping
  • #​6449 - Added an integration test to create a Manufacturer, DeviceType, LocationType, Location, Role and Device to test the create forms and select2 api form fields are working correctly.
  • #​6449 - Fixed incorrect assertion in core navbar integration tests.
  • #​6449 - Added helper functions to SeleniumTestCase to perform some common UI actions.
  • #​6455 - Fixed two tests which always passed due to errors in their implementation. Ensured they provide value by checking against the correct results.
  • #​6497 - Added support for --no-reusedb option to invoke integration-test task.

Contributors

New Contributors

Full Changelog: nautobot/nautobot@v2.3.10...v2.3.11

v2.3.10: - 2024-10-29

Compare Source

What's Changed

Added
  • #​6421 - Added cacheable CustomField.objects.keys_for_model(model) API.
  • #​6421 - Added queryset caching in web_request_context for more efficient JobHook and Webhook dispatching on bulk requests.
  • #​6421 - Added logging to JobResults for CustomField provisioning background tasks.
  • #​6421 - Added more efficient database calls for most cases of bulk-provisioning CustomField data on model objects.
Changed
  • #​6421 - Increased soft/hard time limits on CustomField provisioning background tasks to 1800 and 2000 seconds respectively.
Fixed
  • #​6421 - Fixed long-running-at-scale transaction lock on records while adding/removing a CustomField definition.
  • #​6441 - Fixed a regression in 2.3.9 that broke the rendering of the Device create/edit form.
Dependencies
  • #​6423 - Updated mysqlclient to ~2.2.5.
Housekeeping
  • #​6423 - Updated documentation dependency mkdocs-material to ~9.5.42.

Contributors

Full Changelog: nautobot/nautobot@v2.3.9...v2.3.10

v2.3.9: - 2024-10-28

Compare Source

What's Changed

Added
  • #​4899 - Added TableExtension class to allow app developers to add columns to core tables.
  • #​6336 - Added logic to ModuleBay model to ensure that if the position field is empty, its value will be automatically populated from the name of the Module Bay instance.
  • #​6372 - Added environment variable support for setting CSRF_TRUSTED_ORIGINS.
Changed
  • #​6336 - Enhanced position fields on ModuleBayCreate/UpdateForms to auto-populate their values from name fields.
  • #​6386 - Changed GitRepositorySync system Job to run atomically (all-or-nothing), such that any failure in the resync will cause all associated database updates to be reverted.
  • #​6386 - Changed behavior of change logging web_request_context() to only reload Job code when a relevant JobHook is found to apply to the change in question.
Fixed
  • #​6297 - Fixed overly broad scope of the TreeModel invalidate_max_depth_cache signal so that it now correctly only fires for TreeModel instances rather than all models.
  • #​6297 - Improved performance of DynamicGroup membership updates/recalculations when dealing with large numbers of member objects.
  • #​6386 - Fixed reversed chronological ordering of JobHooks and Webhooks sent from a single web_request_context session.
  • #​6400 - Removed misleading help text from ModularComponentForm, as the {module} auto-substitution in names only applies through component templates at present.
  • #​6415 - Added missing column software_version to the Device Table in Device List View.
  • #​6425 - Fixed bug in which ColoredLabelColumn() wasn't being applied to the `role' column on Device/VM interfaces.
Dependencies
  • #​6362 - Updated psycopg2-binary dependency to ~2.9.10.
Housekeeping
  • #​6362 - Updated documentation dependency mkdocs-material to ~9.5.41.

Contributors

New Contributors

Full Changelog: nautobot/nautobot@v2.3.8...v2.3.9

v2.3.8: - 2024-10-18

Compare Source

What's Changed

Fixed
  • #​5050 - Changed logic to permit VLANs assigned to a device's location's parent locations (including parents of parents, etc.) to be assigned to that device's interfaces.
  • #​6297 - Fixed paginator widget to display the current selected per_page value even if it's not one of the PER_PAGE_DEFAULTS options.
  • #​6297 - Added pagination of related-object tables to many IPAM views to avoid errors when very large quantities of related records are present.
  • #​6380 - Fixed issue with Installed Apps page trying to render invalid links.
  • #​6385 - Restored Prefix.get_child_ips() API mistakenly removed from v2.3.5 through v2.3.7.

Contributors

Full Changelog: nautobot/nautobot@v2.3.7...v2.3.8


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Oct 18, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: charts/nautobot/values.yaml
Post-upgrade command 'scripts/update_version.sh "{{{prTitle}}}"' has not been added to the allowed list in allowedPostUpgradeCommands

@renovate renovate bot requested review from gertzakis and ubajze as code owners October 18, 2024 20:02
@renovate renovate bot force-pushed the renovate/ghcr.io-nautobot-nautobot-2.x branch from 21f7d15 to f2c4e4e Compare October 28, 2024 19:19
@renovate renovate bot changed the title chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.8 chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.9 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-nautobot-nautobot-2.x branch from f2c4e4e to 47b84c3 Compare October 29, 2024 21:58
@renovate renovate bot changed the title chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.9 chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.10 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-nautobot-nautobot-2.x branch from 47b84c3 to 742fbae Compare November 12, 2024 19:40
@renovate renovate bot changed the title chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.10 chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.11 Nov 12, 2024
@gertzakis gertzakis merged commit 64db240 into develop Nov 15, 2024
5 checks passed
@gertzakis gertzakis deleted the renovate/ghcr.io-nautobot-nautobot-2.x branch November 15, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants