chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.3.11 #467
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:
2.3.7-py3.11
->2.3.11-py3.11
Release Notes
nautobot/nautobot (ghcr.io/nautobot/nautobot)
v2.3.11
: - 2024-11-12Compare Source
What's Changed
Added
nautobot.apps.utils.get_related_field_for_models()
helper function.lookup
parameter toLinkedCountColumn
.Changed
1
.Fixed
vrf_count
column to Prefix table in PrefixListView.vrf
field toVMInterfaceForm
andVMInterfaceCreateForm
.vlan_group
field is not filtered bylocations
field input on VLANForm.Documentation
Housekeeping
--no-reusedb
option toinvoke integration-test
task.Contributors
New Contributors
Full Changelog: nautobot/nautobot@v2.3.10...v2.3.11
v2.3.10
: - 2024-10-29Compare Source
What's Changed
Added
CustomField.objects.keys_for_model(model)
API.web_request_context
for more efficient JobHook and Webhook dispatching on bulk requests.Changed
Fixed
Dependencies
mysqlclient
to~2.2.5
.Housekeeping
mkdocs-material
to~9.5.42
.Contributors
Full Changelog: nautobot/nautobot@v2.3.9...v2.3.10
v2.3.9
: - 2024-10-28Compare Source
What's Changed
Added
position
field is empty, its value will be automatically populated from thename
of the Module Bay instance.CSRF_TRUSTED_ORIGINS
.Changed
position
fields on ModuleBayCreate/UpdateForms to auto-populate their values fromname
fields.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.web_request_context()
to only reload Job code when a relevant JobHook is found to apply to the change in question.Fixed
invalidate_max_depth_cache
signal so that it now correctly only fires for TreeModel instances rather than all models.web_request_context
session.{module}
auto-substitution in names only applies through component templates at present.software_version
to the Device Table in Device List View.Dependencies
psycopg2-binary
dependency to~2.9.10
.Housekeeping
mkdocs-material
to~9.5.41
.Contributors
New Contributors
Full Changelog: nautobot/nautobot@v2.3.8...v2.3.9
v2.3.8
: - 2024-10-18Compare Source
What's Changed
Fixed
per_page
value even if it's not one of thePER_PAGE_DEFAULTS
options.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.
This PR was generated by Mend Renovate. View the repository job log.