nautobot 2.3.14__py3-none-any.whl → 2.3.15__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nautobot might be problematic. Click here for more details.
- nautobot/core/settings.py +3 -0
- nautobot/core/settings.yaml +8 -0
- nautobot/core/templates/inc/media.html +3 -0
- nautobot/core/templates/nautobot_config.py.j2 +3 -0
- nautobot/core/testing/mixins.py +7 -2
- nautobot/core/tests/integration/test_app_home.py +0 -1
- nautobot/core/tests/integration/test_app_navbar.py +0 -1
- nautobot/core/tests/integration/test_filters.py +0 -2
- nautobot/core/tests/integration/test_home.py +0 -1
- nautobot/core/tests/integration/test_navbar.py +0 -1
- nautobot/core/tests/integration/test_view_authentication.py +1 -0
- nautobot/core/tests/test_views.py +29 -0
- nautobot/core/urls.py +9 -0
- nautobot/extras/forms/mixins.py +1 -1
- nautobot/extras/models/customfields.py +12 -11
- nautobot/extras/tests/integration/test_plugin_banner.py +0 -2
- nautobot/extras/tests/test_forms.py +20 -1
- nautobot/ipam/api/views.py +17 -15
- nautobot/ipam/tests/test_api.py +334 -1
- nautobot/project-static/docs/404.html +2 -2
- nautobot/project-static/docs/apps/index.html +2 -2
- nautobot/project-static/docs/apps/nautobot-apps.html +2 -2
- nautobot/project-static/docs/assets/javascripts/{bundle.83f73b43.min.js → bundle.88dd0f4e.min.js} +2 -2
- nautobot/project-static/docs/assets/javascripts/{bundle.83f73b43.min.js.map → bundle.88dd0f4e.min.js.map} +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/api.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/config.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/models.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +11 -4
- nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/views.html +2 -2
- nautobot/project-static/docs/development/apps/api/configuration-view.html +2 -2
- nautobot/project-static/docs/development/apps/api/database-backend-config.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/django-admin.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/global-search.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/graphql.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +2 -2
- nautobot/project-static/docs/development/apps/api/prometheus.html +2 -2
- nautobot/project-static/docs/development/apps/api/setup.html +2 -2
- nautobot/project-static/docs/development/apps/api/testing.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/base-template.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/help-documentation.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/notes.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/rest-api.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/urls.html +2 -2
- nautobot/project-static/docs/development/apps/index.html +2 -2
- nautobot/project-static/docs/development/apps/migration/code-updates.html +2 -2
- nautobot/project-static/docs/development/apps/migration/dependency-updates.html +2 -2
- nautobot/project-static/docs/development/apps/migration/from-v1.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/global.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +2 -2
- nautobot/project-static/docs/development/apps/porting-from-netbox.html +2 -2
- nautobot/project-static/docs/development/core/application-registry.html +2 -2
- nautobot/project-static/docs/development/core/best-practices.html +2 -2
- nautobot/project-static/docs/development/core/bootstrap-ui.html +2 -2
- nautobot/project-static/docs/development/core/caching.html +2 -2
- nautobot/project-static/docs/development/core/controllers.html +2 -2
- nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +27 -70
- nautobot/project-static/docs/development/core/generic-views.html +2 -2
- nautobot/project-static/docs/development/core/getting-started.html +2 -2
- nautobot/project-static/docs/development/core/homepage.html +2 -2
- nautobot/project-static/docs/development/core/index.html +2 -2
- nautobot/project-static/docs/development/core/model-checklist.html +2 -2
- nautobot/project-static/docs/development/core/model-features.html +2 -2
- nautobot/project-static/docs/development/core/natural-keys.html +2 -2
- nautobot/project-static/docs/development/core/navigation-menu.html +2 -2
- nautobot/project-static/docs/development/core/release-checklist.html +2 -2
- nautobot/project-static/docs/development/core/role-internals.html +2 -2
- nautobot/project-static/docs/development/core/settings.html +2 -2
- nautobot/project-static/docs/development/core/style-guide.html +2 -2
- nautobot/project-static/docs/development/core/templates.html +2 -2
- nautobot/project-static/docs/development/core/testing.html +2 -2
- nautobot/project-static/docs/development/core/user-preferences.html +2 -2
- nautobot/project-static/docs/development/index.html +2 -2
- nautobot/project-static/docs/development/jobs/index.html +2 -2
- nautobot/project-static/docs/development/jobs/migration/from-v1.html +2 -2
- nautobot/project-static/docs/index.html +2 -2
- nautobot/project-static/docs/overview/application_stack.html +2 -2
- nautobot/project-static/docs/overview/design_philosophy.html +2 -2
- nautobot/project-static/docs/release-notes/index.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.0.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.1.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.2.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.3.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.4.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.5.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.6.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.0.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.1.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.2.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.3.html +400 -231
- nautobot/project-static/docs/requirements.txt +2 -2
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +270 -270
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/index.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/redis.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/settings.html +29 -2
- nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/docker.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/permissions.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/app-install.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/http-server.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/index.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/install_system.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/services.html +2 -2
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +2 -2
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +2 -2
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +2 -2
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/graphql.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/relationships.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +2 -2
- nautobot/project-static/docs/user-guide/index.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/note.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/role.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/secret.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/status.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/tag.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +2 -2
- {nautobot-2.3.14.dist-info → nautobot-2.3.15.dist-info}/METADATA +5 -4
- {nautobot-2.3.14.dist-info → nautobot-2.3.15.dist-info}/RECORD +302 -303
- nautobot/core/fixtures/user-data.json +0 -59
- {nautobot-2.3.14.dist-info → nautobot-2.3.15.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.3.14.dist-info → nautobot-2.3.15.dist-info}/NOTICE +0 -0
- {nautobot-2.3.14.dist-info → nautobot-2.3.15.dist-info}/WHEEL +0 -0
- {nautobot-2.3.14.dist-info → nautobot-2.3.15.dist-info}/entry_points.txt +0 -0
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
<link rel="icon" href="../assets/favicon.ico">
|
|
21
|
-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.49">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -8257,15 +8257,24 @@
|
|
|
8257
8257
|
</li>
|
|
8258
8258
|
|
|
8259
8259
|
<li class="md-nav__item">
|
|
8260
|
-
<a href="#
|
|
8260
|
+
<a href="#v2315-2025-01-02" class="md-nav__link">
|
|
8261
8261
|
<span class="md-ellipsis">
|
|
8262
|
-
v2.3.
|
|
8262
|
+
v2.3.15 (2025-01-02)
|
|
8263
8263
|
</span>
|
|
8264
8264
|
</a>
|
|
8265
8265
|
|
|
8266
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
8266
|
+
<nav class="md-nav" aria-label="v2.3.15 (2025-01-02)">
|
|
8267
8267
|
<ul class="md-nav__list">
|
|
8268
8268
|
|
|
8269
|
+
<li class="md-nav__item">
|
|
8270
|
+
<a href="#security" class="md-nav__link">
|
|
8271
|
+
<span class="md-ellipsis">
|
|
8272
|
+
Security
|
|
8273
|
+
</span>
|
|
8274
|
+
</a>
|
|
8275
|
+
|
|
8276
|
+
</li>
|
|
8277
|
+
|
|
8269
8278
|
<li class="md-nav__item">
|
|
8270
8279
|
<a href="#added_1" class="md-nav__link">
|
|
8271
8280
|
<span class="md-ellipsis">
|
|
@@ -8291,6 +8300,66 @@
|
|
|
8291
8300
|
</span>
|
|
8292
8301
|
</a>
|
|
8293
8302
|
|
|
8303
|
+
</li>
|
|
8304
|
+
|
|
8305
|
+
<li class="md-nav__item">
|
|
8306
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
8307
|
+
<span class="md-ellipsis">
|
|
8308
|
+
Dependencies
|
|
8309
|
+
</span>
|
|
8310
|
+
</a>
|
|
8311
|
+
|
|
8312
|
+
</li>
|
|
8313
|
+
|
|
8314
|
+
<li class="md-nav__item">
|
|
8315
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
8316
|
+
<span class="md-ellipsis">
|
|
8317
|
+
Housekeeping
|
|
8318
|
+
</span>
|
|
8319
|
+
</a>
|
|
8320
|
+
|
|
8321
|
+
</li>
|
|
8322
|
+
|
|
8323
|
+
</ul>
|
|
8324
|
+
</nav>
|
|
8325
|
+
|
|
8326
|
+
</li>
|
|
8327
|
+
|
|
8328
|
+
<li class="md-nav__item">
|
|
8329
|
+
<a href="#v2314-2024-12-19" class="md-nav__link">
|
|
8330
|
+
<span class="md-ellipsis">
|
|
8331
|
+
v2.3.14 (2024-12-19)
|
|
8332
|
+
</span>
|
|
8333
|
+
</a>
|
|
8334
|
+
|
|
8335
|
+
<nav class="md-nav" aria-label="v2.3.14 (2024-12-19)">
|
|
8336
|
+
<ul class="md-nav__list">
|
|
8337
|
+
|
|
8338
|
+
<li class="md-nav__item">
|
|
8339
|
+
<a href="#added_2" class="md-nav__link">
|
|
8340
|
+
<span class="md-ellipsis">
|
|
8341
|
+
Added
|
|
8342
|
+
</span>
|
|
8343
|
+
</a>
|
|
8344
|
+
|
|
8345
|
+
</li>
|
|
8346
|
+
|
|
8347
|
+
<li class="md-nav__item">
|
|
8348
|
+
<a href="#changed_2" class="md-nav__link">
|
|
8349
|
+
<span class="md-ellipsis">
|
|
8350
|
+
Changed
|
|
8351
|
+
</span>
|
|
8352
|
+
</a>
|
|
8353
|
+
|
|
8354
|
+
</li>
|
|
8355
|
+
|
|
8356
|
+
<li class="md-nav__item">
|
|
8357
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8358
|
+
<span class="md-ellipsis">
|
|
8359
|
+
Fixed
|
|
8360
|
+
</span>
|
|
8361
|
+
</a>
|
|
8362
|
+
|
|
8294
8363
|
</li>
|
|
8295
8364
|
|
|
8296
8365
|
<li class="md-nav__item">
|
|
@@ -8303,7 +8372,7 @@
|
|
|
8303
8372
|
</li>
|
|
8304
8373
|
|
|
8305
8374
|
<li class="md-nav__item">
|
|
8306
|
-
<a href="#
|
|
8375
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8307
8376
|
<span class="md-ellipsis">
|
|
8308
8377
|
Housekeeping
|
|
8309
8378
|
</span>
|
|
@@ -8327,7 +8396,7 @@
|
|
|
8327
8396
|
<ul class="md-nav__list">
|
|
8328
8397
|
|
|
8329
8398
|
<li class="md-nav__item">
|
|
8330
|
-
<a href="#
|
|
8399
|
+
<a href="#security_1" class="md-nav__link">
|
|
8331
8400
|
<span class="md-ellipsis">
|
|
8332
8401
|
Security
|
|
8333
8402
|
</span>
|
|
@@ -8336,7 +8405,7 @@
|
|
|
8336
8405
|
</li>
|
|
8337
8406
|
|
|
8338
8407
|
<li class="md-nav__item">
|
|
8339
|
-
<a href="#
|
|
8408
|
+
<a href="#added_3" class="md-nav__link">
|
|
8340
8409
|
<span class="md-ellipsis">
|
|
8341
8410
|
Added
|
|
8342
8411
|
</span>
|
|
@@ -8345,7 +8414,7 @@
|
|
|
8345
8414
|
</li>
|
|
8346
8415
|
|
|
8347
8416
|
<li class="md-nav__item">
|
|
8348
|
-
<a href="#
|
|
8417
|
+
<a href="#changed_3" class="md-nav__link">
|
|
8349
8418
|
<span class="md-ellipsis">
|
|
8350
8419
|
Changed
|
|
8351
8420
|
</span>
|
|
@@ -8354,7 +8423,7 @@
|
|
|
8354
8423
|
</li>
|
|
8355
8424
|
|
|
8356
8425
|
<li class="md-nav__item">
|
|
8357
|
-
<a href="#
|
|
8426
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8358
8427
|
<span class="md-ellipsis">
|
|
8359
8428
|
Fixed
|
|
8360
8429
|
</span>
|
|
@@ -8363,7 +8432,7 @@
|
|
|
8363
8432
|
</li>
|
|
8364
8433
|
|
|
8365
8434
|
<li class="md-nav__item">
|
|
8366
|
-
<a href="#
|
|
8435
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
8367
8436
|
<span class="md-ellipsis">
|
|
8368
8437
|
Dependencies
|
|
8369
8438
|
</span>
|
|
@@ -8381,7 +8450,7 @@
|
|
|
8381
8450
|
</li>
|
|
8382
8451
|
|
|
8383
8452
|
<li class="md-nav__item">
|
|
8384
|
-
<a href="#
|
|
8453
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8385
8454
|
<span class="md-ellipsis">
|
|
8386
8455
|
Housekeeping
|
|
8387
8456
|
</span>
|
|
@@ -8405,7 +8474,7 @@
|
|
|
8405
8474
|
<ul class="md-nav__list">
|
|
8406
8475
|
|
|
8407
8476
|
<li class="md-nav__item">
|
|
8408
|
-
<a href="#
|
|
8477
|
+
<a href="#added_4" class="md-nav__link">
|
|
8409
8478
|
<span class="md-ellipsis">
|
|
8410
8479
|
Added
|
|
8411
8480
|
</span>
|
|
@@ -8414,7 +8483,7 @@
|
|
|
8414
8483
|
</li>
|
|
8415
8484
|
|
|
8416
8485
|
<li class="md-nav__item">
|
|
8417
|
-
<a href="#
|
|
8486
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8418
8487
|
<span class="md-ellipsis">
|
|
8419
8488
|
Fixed
|
|
8420
8489
|
</span>
|
|
@@ -8423,7 +8492,7 @@
|
|
|
8423
8492
|
</li>
|
|
8424
8493
|
|
|
8425
8494
|
<li class="md-nav__item">
|
|
8426
|
-
<a href="#
|
|
8495
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
8427
8496
|
<span class="md-ellipsis">
|
|
8428
8497
|
Dependencies
|
|
8429
8498
|
</span>
|
|
@@ -8441,7 +8510,7 @@
|
|
|
8441
8510
|
</li>
|
|
8442
8511
|
|
|
8443
8512
|
<li class="md-nav__item">
|
|
8444
|
-
<a href="#
|
|
8513
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8445
8514
|
<span class="md-ellipsis">
|
|
8446
8515
|
Housekeeping
|
|
8447
8516
|
</span>
|
|
@@ -8465,7 +8534,7 @@
|
|
|
8465
8534
|
<ul class="md-nav__list">
|
|
8466
8535
|
|
|
8467
8536
|
<li class="md-nav__item">
|
|
8468
|
-
<a href="#
|
|
8537
|
+
<a href="#added_5" class="md-nav__link">
|
|
8469
8538
|
<span class="md-ellipsis">
|
|
8470
8539
|
Added
|
|
8471
8540
|
</span>
|
|
@@ -8474,7 +8543,7 @@
|
|
|
8474
8543
|
</li>
|
|
8475
8544
|
|
|
8476
8545
|
<li class="md-nav__item">
|
|
8477
|
-
<a href="#
|
|
8546
|
+
<a href="#changed_4" class="md-nav__link">
|
|
8478
8547
|
<span class="md-ellipsis">
|
|
8479
8548
|
Changed
|
|
8480
8549
|
</span>
|
|
@@ -8483,7 +8552,7 @@
|
|
|
8483
8552
|
</li>
|
|
8484
8553
|
|
|
8485
8554
|
<li class="md-nav__item">
|
|
8486
|
-
<a href="#
|
|
8555
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8487
8556
|
<span class="md-ellipsis">
|
|
8488
8557
|
Fixed
|
|
8489
8558
|
</span>
|
|
@@ -8501,7 +8570,7 @@
|
|
|
8501
8570
|
</li>
|
|
8502
8571
|
|
|
8503
8572
|
<li class="md-nav__item">
|
|
8504
|
-
<a href="#
|
|
8573
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
8505
8574
|
<span class="md-ellipsis">
|
|
8506
8575
|
Housekeeping
|
|
8507
8576
|
</span>
|
|
@@ -8525,7 +8594,7 @@
|
|
|
8525
8594
|
<ul class="md-nav__list">
|
|
8526
8595
|
|
|
8527
8596
|
<li class="md-nav__item">
|
|
8528
|
-
<a href="#
|
|
8597
|
+
<a href="#added_6" class="md-nav__link">
|
|
8529
8598
|
<span class="md-ellipsis">
|
|
8530
8599
|
Added
|
|
8531
8600
|
</span>
|
|
@@ -8534,7 +8603,7 @@
|
|
|
8534
8603
|
</li>
|
|
8535
8604
|
|
|
8536
8605
|
<li class="md-nav__item">
|
|
8537
|
-
<a href="#
|
|
8606
|
+
<a href="#changed_5" class="md-nav__link">
|
|
8538
8607
|
<span class="md-ellipsis">
|
|
8539
8608
|
Changed
|
|
8540
8609
|
</span>
|
|
@@ -8543,7 +8612,7 @@
|
|
|
8543
8612
|
</li>
|
|
8544
8613
|
|
|
8545
8614
|
<li class="md-nav__item">
|
|
8546
|
-
<a href="#
|
|
8615
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
8547
8616
|
<span class="md-ellipsis">
|
|
8548
8617
|
Fixed
|
|
8549
8618
|
</span>
|
|
@@ -8552,7 +8621,7 @@
|
|
|
8552
8621
|
</li>
|
|
8553
8622
|
|
|
8554
8623
|
<li class="md-nav__item">
|
|
8555
|
-
<a href="#
|
|
8624
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
8556
8625
|
<span class="md-ellipsis">
|
|
8557
8626
|
Dependencies
|
|
8558
8627
|
</span>
|
|
@@ -8561,7 +8630,7 @@
|
|
|
8561
8630
|
</li>
|
|
8562
8631
|
|
|
8563
8632
|
<li class="md-nav__item">
|
|
8564
|
-
<a href="#
|
|
8633
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
8565
8634
|
<span class="md-ellipsis">
|
|
8566
8635
|
Housekeeping
|
|
8567
8636
|
</span>
|
|
@@ -8585,7 +8654,7 @@
|
|
|
8585
8654
|
<ul class="md-nav__list">
|
|
8586
8655
|
|
|
8587
8656
|
<li class="md-nav__item">
|
|
8588
|
-
<a href="#
|
|
8657
|
+
<a href="#added_7" class="md-nav__link">
|
|
8589
8658
|
<span class="md-ellipsis">
|
|
8590
8659
|
Added
|
|
8591
8660
|
</span>
|
|
@@ -8594,7 +8663,7 @@
|
|
|
8594
8663
|
</li>
|
|
8595
8664
|
|
|
8596
8665
|
<li class="md-nav__item">
|
|
8597
|
-
<a href="#
|
|
8666
|
+
<a href="#changed_6" class="md-nav__link">
|
|
8598
8667
|
<span class="md-ellipsis">
|
|
8599
8668
|
Changed
|
|
8600
8669
|
</span>
|
|
@@ -8603,7 +8672,7 @@
|
|
|
8603
8672
|
</li>
|
|
8604
8673
|
|
|
8605
8674
|
<li class="md-nav__item">
|
|
8606
|
-
<a href="#
|
|
8675
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
8607
8676
|
<span class="md-ellipsis">
|
|
8608
8677
|
Fixed
|
|
8609
8678
|
</span>
|
|
@@ -8612,7 +8681,7 @@
|
|
|
8612
8681
|
</li>
|
|
8613
8682
|
|
|
8614
8683
|
<li class="md-nav__item">
|
|
8615
|
-
<a href="#
|
|
8684
|
+
<a href="#dependencies_5" class="md-nav__link">
|
|
8616
8685
|
<span class="md-ellipsis">
|
|
8617
8686
|
Dependencies
|
|
8618
8687
|
</span>
|
|
@@ -8621,7 +8690,7 @@
|
|
|
8621
8690
|
</li>
|
|
8622
8691
|
|
|
8623
8692
|
<li class="md-nav__item">
|
|
8624
|
-
<a href="#
|
|
8693
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
8625
8694
|
<span class="md-ellipsis">
|
|
8626
8695
|
Housekeeping
|
|
8627
8696
|
</span>
|
|
@@ -8645,7 +8714,7 @@
|
|
|
8645
8714
|
<ul class="md-nav__list">
|
|
8646
8715
|
|
|
8647
8716
|
<li class="md-nav__item">
|
|
8648
|
-
<a href="#
|
|
8717
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
8649
8718
|
<span class="md-ellipsis">
|
|
8650
8719
|
Fixed
|
|
8651
8720
|
</span>
|
|
@@ -8669,7 +8738,7 @@
|
|
|
8669
8738
|
<ul class="md-nav__list">
|
|
8670
8739
|
|
|
8671
8740
|
<li class="md-nav__item">
|
|
8672
|
-
<a href="#
|
|
8741
|
+
<a href="#added_8" class="md-nav__link">
|
|
8673
8742
|
<span class="md-ellipsis">
|
|
8674
8743
|
Added
|
|
8675
8744
|
</span>
|
|
@@ -8678,7 +8747,7 @@
|
|
|
8678
8747
|
</li>
|
|
8679
8748
|
|
|
8680
8749
|
<li class="md-nav__item">
|
|
8681
|
-
<a href="#
|
|
8750
|
+
<a href="#changed_7" class="md-nav__link">
|
|
8682
8751
|
<span class="md-ellipsis">
|
|
8683
8752
|
Changed
|
|
8684
8753
|
</span>
|
|
@@ -8687,7 +8756,7 @@
|
|
|
8687
8756
|
</li>
|
|
8688
8757
|
|
|
8689
8758
|
<li class="md-nav__item">
|
|
8690
|
-
<a href="#
|
|
8759
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
8691
8760
|
<span class="md-ellipsis">
|
|
8692
8761
|
Fixed
|
|
8693
8762
|
</span>
|
|
@@ -8696,7 +8765,7 @@
|
|
|
8696
8765
|
</li>
|
|
8697
8766
|
|
|
8698
8767
|
<li class="md-nav__item">
|
|
8699
|
-
<a href="#
|
|
8768
|
+
<a href="#dependencies_6" class="md-nav__link">
|
|
8700
8769
|
<span class="md-ellipsis">
|
|
8701
8770
|
Dependencies
|
|
8702
8771
|
</span>
|
|
@@ -8705,7 +8774,7 @@
|
|
|
8705
8774
|
</li>
|
|
8706
8775
|
|
|
8707
8776
|
<li class="md-nav__item">
|
|
8708
|
-
<a href="#
|
|
8777
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
8709
8778
|
<span class="md-ellipsis">
|
|
8710
8779
|
Housekeeping
|
|
8711
8780
|
</span>
|
|
@@ -8729,7 +8798,7 @@
|
|
|
8729
8798
|
<ul class="md-nav__list">
|
|
8730
8799
|
|
|
8731
8800
|
<li class="md-nav__item">
|
|
8732
|
-
<a href="#
|
|
8801
|
+
<a href="#added_9" class="md-nav__link">
|
|
8733
8802
|
<span class="md-ellipsis">
|
|
8734
8803
|
Added
|
|
8735
8804
|
</span>
|
|
@@ -8738,7 +8807,7 @@
|
|
|
8738
8807
|
</li>
|
|
8739
8808
|
|
|
8740
8809
|
<li class="md-nav__item">
|
|
8741
|
-
<a href="#
|
|
8810
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
8742
8811
|
<span class="md-ellipsis">
|
|
8743
8812
|
Fixed
|
|
8744
8813
|
</span>
|
|
@@ -8756,7 +8825,7 @@
|
|
|
8756
8825
|
</li>
|
|
8757
8826
|
|
|
8758
8827
|
<li class="md-nav__item">
|
|
8759
|
-
<a href="#
|
|
8828
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
8760
8829
|
<span class="md-ellipsis">
|
|
8761
8830
|
Housekeeping
|
|
8762
8831
|
</span>
|
|
@@ -8780,7 +8849,7 @@
|
|
|
8780
8849
|
<ul class="md-nav__list">
|
|
8781
8850
|
|
|
8782
8851
|
<li class="md-nav__item">
|
|
8783
|
-
<a href="#
|
|
8852
|
+
<a href="#added_10" class="md-nav__link">
|
|
8784
8853
|
<span class="md-ellipsis">
|
|
8785
8854
|
Added
|
|
8786
8855
|
</span>
|
|
@@ -8789,7 +8858,7 @@
|
|
|
8789
8858
|
</li>
|
|
8790
8859
|
|
|
8791
8860
|
<li class="md-nav__item">
|
|
8792
|
-
<a href="#
|
|
8861
|
+
<a href="#changed_8" class="md-nav__link">
|
|
8793
8862
|
<span class="md-ellipsis">
|
|
8794
8863
|
Changed
|
|
8795
8864
|
</span>
|
|
@@ -8798,7 +8867,7 @@
|
|
|
8798
8867
|
</li>
|
|
8799
8868
|
|
|
8800
8869
|
<li class="md-nav__item">
|
|
8801
|
-
<a href="#
|
|
8870
|
+
<a href="#fixed_10" class="md-nav__link">
|
|
8802
8871
|
<span class="md-ellipsis">
|
|
8803
8872
|
Fixed
|
|
8804
8873
|
</span>
|
|
@@ -8807,7 +8876,7 @@
|
|
|
8807
8876
|
</li>
|
|
8808
8877
|
|
|
8809
8878
|
<li class="md-nav__item">
|
|
8810
|
-
<a href="#
|
|
8879
|
+
<a href="#dependencies_7" class="md-nav__link">
|
|
8811
8880
|
<span class="md-ellipsis">
|
|
8812
8881
|
Dependencies
|
|
8813
8882
|
</span>
|
|
@@ -8825,7 +8894,7 @@
|
|
|
8825
8894
|
</li>
|
|
8826
8895
|
|
|
8827
8896
|
<li class="md-nav__item">
|
|
8828
|
-
<a href="#
|
|
8897
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
8829
8898
|
<span class="md-ellipsis">
|
|
8830
8899
|
Housekeeping
|
|
8831
8900
|
</span>
|
|
@@ -8849,7 +8918,7 @@
|
|
|
8849
8918
|
<ul class="md-nav__list">
|
|
8850
8919
|
|
|
8851
8920
|
<li class="md-nav__item">
|
|
8852
|
-
<a href="#
|
|
8921
|
+
<a href="#added_11" class="md-nav__link">
|
|
8853
8922
|
<span class="md-ellipsis">
|
|
8854
8923
|
Added
|
|
8855
8924
|
</span>
|
|
@@ -8858,7 +8927,7 @@
|
|
|
8858
8927
|
</li>
|
|
8859
8928
|
|
|
8860
8929
|
<li class="md-nav__item">
|
|
8861
|
-
<a href="#
|
|
8930
|
+
<a href="#changed_9" class="md-nav__link">
|
|
8862
8931
|
<span class="md-ellipsis">
|
|
8863
8932
|
Changed
|
|
8864
8933
|
</span>
|
|
@@ -8867,7 +8936,7 @@
|
|
|
8867
8936
|
</li>
|
|
8868
8937
|
|
|
8869
8938
|
<li class="md-nav__item">
|
|
8870
|
-
<a href="#
|
|
8939
|
+
<a href="#fixed_11" class="md-nav__link">
|
|
8871
8940
|
<span class="md-ellipsis">
|
|
8872
8941
|
Fixed
|
|
8873
8942
|
</span>
|
|
@@ -8885,7 +8954,7 @@
|
|
|
8885
8954
|
</li>
|
|
8886
8955
|
|
|
8887
8956
|
<li class="md-nav__item">
|
|
8888
|
-
<a href="#
|
|
8957
|
+
<a href="#housekeeping_10" class="md-nav__link">
|
|
8889
8958
|
<span class="md-ellipsis">
|
|
8890
8959
|
Housekeeping
|
|
8891
8960
|
</span>
|
|
@@ -8909,7 +8978,7 @@
|
|
|
8909
8978
|
<ul class="md-nav__list">
|
|
8910
8979
|
|
|
8911
8980
|
<li class="md-nav__item">
|
|
8912
|
-
<a href="#
|
|
8981
|
+
<a href="#security_2" class="md-nav__link">
|
|
8913
8982
|
<span class="md-ellipsis">
|
|
8914
8983
|
Security
|
|
8915
8984
|
</span>
|
|
@@ -8918,7 +8987,7 @@
|
|
|
8918
8987
|
</li>
|
|
8919
8988
|
|
|
8920
8989
|
<li class="md-nav__item">
|
|
8921
|
-
<a href="#
|
|
8990
|
+
<a href="#fixed_12" class="md-nav__link">
|
|
8922
8991
|
<span class="md-ellipsis">
|
|
8923
8992
|
Fixed
|
|
8924
8993
|
</span>
|
|
@@ -8927,7 +8996,7 @@
|
|
|
8927
8996
|
</li>
|
|
8928
8997
|
|
|
8929
8998
|
<li class="md-nav__item">
|
|
8930
|
-
<a href="#
|
|
8999
|
+
<a href="#dependencies_8" class="md-nav__link">
|
|
8931
9000
|
<span class="md-ellipsis">
|
|
8932
9001
|
Dependencies
|
|
8933
9002
|
</span>
|
|
@@ -8936,7 +9005,7 @@
|
|
|
8936
9005
|
</li>
|
|
8937
9006
|
|
|
8938
9007
|
<li class="md-nav__item">
|
|
8939
|
-
<a href="#
|
|
9008
|
+
<a href="#housekeeping_11" class="md-nav__link">
|
|
8940
9009
|
<span class="md-ellipsis">
|
|
8941
9010
|
Housekeeping
|
|
8942
9011
|
</span>
|
|
@@ -8960,7 +9029,7 @@
|
|
|
8960
9029
|
<ul class="md-nav__list">
|
|
8961
9030
|
|
|
8962
9031
|
<li class="md-nav__item">
|
|
8963
|
-
<a href="#
|
|
9032
|
+
<a href="#security_3" class="md-nav__link">
|
|
8964
9033
|
<span class="md-ellipsis">
|
|
8965
9034
|
Security
|
|
8966
9035
|
</span>
|
|
@@ -8969,7 +9038,7 @@
|
|
|
8969
9038
|
</li>
|
|
8970
9039
|
|
|
8971
9040
|
<li class="md-nav__item">
|
|
8972
|
-
<a href="#
|
|
9041
|
+
<a href="#added_12" class="md-nav__link">
|
|
8973
9042
|
<span class="md-ellipsis">
|
|
8974
9043
|
Added
|
|
8975
9044
|
</span>
|
|
@@ -8978,7 +9047,7 @@
|
|
|
8978
9047
|
</li>
|
|
8979
9048
|
|
|
8980
9049
|
<li class="md-nav__item">
|
|
8981
|
-
<a href="#
|
|
9050
|
+
<a href="#fixed_13" class="md-nav__link">
|
|
8982
9051
|
<span class="md-ellipsis">
|
|
8983
9052
|
Fixed
|
|
8984
9053
|
</span>
|
|
@@ -8987,7 +9056,7 @@
|
|
|
8987
9056
|
</li>
|
|
8988
9057
|
|
|
8989
9058
|
<li class="md-nav__item">
|
|
8990
|
-
<a href="#
|
|
9059
|
+
<a href="#housekeeping_12" class="md-nav__link">
|
|
8991
9060
|
<span class="md-ellipsis">
|
|
8992
9061
|
Housekeeping
|
|
8993
9062
|
</span>
|
|
@@ -9011,7 +9080,7 @@
|
|
|
9011
9080
|
<ul class="md-nav__list">
|
|
9012
9081
|
|
|
9013
9082
|
<li class="md-nav__item">
|
|
9014
|
-
<a href="#
|
|
9083
|
+
<a href="#added_13" class="md-nav__link">
|
|
9015
9084
|
<span class="md-ellipsis">
|
|
9016
9085
|
Added
|
|
9017
9086
|
</span>
|
|
@@ -9020,7 +9089,7 @@
|
|
|
9020
9089
|
</li>
|
|
9021
9090
|
|
|
9022
9091
|
<li class="md-nav__item">
|
|
9023
|
-
<a href="#
|
|
9092
|
+
<a href="#changed_10" class="md-nav__link">
|
|
9024
9093
|
<span class="md-ellipsis">
|
|
9025
9094
|
Changed
|
|
9026
9095
|
</span>
|
|
@@ -9029,7 +9098,7 @@
|
|
|
9029
9098
|
</li>
|
|
9030
9099
|
|
|
9031
9100
|
<li class="md-nav__item">
|
|
9032
|
-
<a href="#
|
|
9101
|
+
<a href="#fixed_14" class="md-nav__link">
|
|
9033
9102
|
<span class="md-ellipsis">
|
|
9034
9103
|
Fixed
|
|
9035
9104
|
</span>
|
|
@@ -9038,7 +9107,7 @@
|
|
|
9038
9107
|
</li>
|
|
9039
9108
|
|
|
9040
9109
|
<li class="md-nav__item">
|
|
9041
|
-
<a href="#
|
|
9110
|
+
<a href="#housekeeping_13" class="md-nav__link">
|
|
9042
9111
|
<span class="md-ellipsis">
|
|
9043
9112
|
Housekeeping
|
|
9044
9113
|
</span>
|
|
@@ -9062,7 +9131,7 @@
|
|
|
9062
9131
|
<ul class="md-nav__list">
|
|
9063
9132
|
|
|
9064
9133
|
<li class="md-nav__item">
|
|
9065
|
-
<a href="#
|
|
9134
|
+
<a href="#security_4" class="md-nav__link">
|
|
9066
9135
|
<span class="md-ellipsis">
|
|
9067
9136
|
Security
|
|
9068
9137
|
</span>
|
|
@@ -9071,7 +9140,7 @@
|
|
|
9071
9140
|
</li>
|
|
9072
9141
|
|
|
9073
9142
|
<li class="md-nav__item">
|
|
9074
|
-
<a href="#
|
|
9143
|
+
<a href="#added_14" class="md-nav__link">
|
|
9075
9144
|
<span class="md-ellipsis">
|
|
9076
9145
|
Added
|
|
9077
9146
|
</span>
|
|
@@ -9080,7 +9149,7 @@
|
|
|
9080
9149
|
</li>
|
|
9081
9150
|
|
|
9082
9151
|
<li class="md-nav__item">
|
|
9083
|
-
<a href="#
|
|
9152
|
+
<a href="#changed_11" class="md-nav__link">
|
|
9084
9153
|
<span class="md-ellipsis">
|
|
9085
9154
|
Changed
|
|
9086
9155
|
</span>
|
|
@@ -9098,7 +9167,7 @@
|
|
|
9098
9167
|
</li>
|
|
9099
9168
|
|
|
9100
9169
|
<li class="md-nav__item">
|
|
9101
|
-
<a href="#
|
|
9170
|
+
<a href="#fixed_15" class="md-nav__link">
|
|
9102
9171
|
<span class="md-ellipsis">
|
|
9103
9172
|
Fixed
|
|
9104
9173
|
</span>
|
|
@@ -9116,7 +9185,7 @@
|
|
|
9116
9185
|
</li>
|
|
9117
9186
|
|
|
9118
9187
|
<li class="md-nav__item">
|
|
9119
|
-
<a href="#
|
|
9188
|
+
<a href="#housekeeping_14" class="md-nav__link">
|
|
9120
9189
|
<span class="md-ellipsis">
|
|
9121
9190
|
Housekeeping
|
|
9122
9191
|
</span>
|
|
@@ -9140,7 +9209,7 @@
|
|
|
9140
9209
|
<ul class="md-nav__list">
|
|
9141
9210
|
|
|
9142
9211
|
<li class="md-nav__item">
|
|
9143
|
-
<a href="#
|
|
9212
|
+
<a href="#security_5" class="md-nav__link">
|
|
9144
9213
|
<span class="md-ellipsis">
|
|
9145
9214
|
Security
|
|
9146
9215
|
</span>
|
|
@@ -9149,7 +9218,7 @@
|
|
|
9149
9218
|
</li>
|
|
9150
9219
|
|
|
9151
9220
|
<li class="md-nav__item">
|
|
9152
|
-
<a href="#
|
|
9221
|
+
<a href="#added_15" class="md-nav__link">
|
|
9153
9222
|
<span class="md-ellipsis">
|
|
9154
9223
|
Added
|
|
9155
9224
|
</span>
|
|
@@ -9158,7 +9227,7 @@
|
|
|
9158
9227
|
</li>
|
|
9159
9228
|
|
|
9160
9229
|
<li class="md-nav__item">
|
|
9161
|
-
<a href="#
|
|
9230
|
+
<a href="#changed_12" class="md-nav__link">
|
|
9162
9231
|
<span class="md-ellipsis">
|
|
9163
9232
|
Changed
|
|
9164
9233
|
</span>
|
|
@@ -9185,7 +9254,7 @@
|
|
|
9185
9254
|
</li>
|
|
9186
9255
|
|
|
9187
9256
|
<li class="md-nav__item">
|
|
9188
|
-
<a href="#
|
|
9257
|
+
<a href="#fixed_16" class="md-nav__link">
|
|
9189
9258
|
<span class="md-ellipsis">
|
|
9190
9259
|
Fixed
|
|
9191
9260
|
</span>
|
|
@@ -9194,7 +9263,7 @@
|
|
|
9194
9263
|
</li>
|
|
9195
9264
|
|
|
9196
9265
|
<li class="md-nav__item">
|
|
9197
|
-
<a href="#
|
|
9266
|
+
<a href="#dependencies_9" class="md-nav__link">
|
|
9198
9267
|
<span class="md-ellipsis">
|
|
9199
9268
|
Dependencies
|
|
9200
9269
|
</span>
|
|
@@ -9212,7 +9281,7 @@
|
|
|
9212
9281
|
</li>
|
|
9213
9282
|
|
|
9214
9283
|
<li class="md-nav__item">
|
|
9215
|
-
<a href="#
|
|
9284
|
+
<a href="#housekeeping_15" class="md-nav__link">
|
|
9216
9285
|
<span class="md-ellipsis">
|
|
9217
9286
|
Housekeeping
|
|
9218
9287
|
</span>
|
|
@@ -10026,15 +10095,24 @@
|
|
|
10026
10095
|
</li>
|
|
10027
10096
|
|
|
10028
10097
|
<li class="md-nav__item">
|
|
10029
|
-
<a href="#
|
|
10098
|
+
<a href="#v2315-2025-01-02" class="md-nav__link">
|
|
10030
10099
|
<span class="md-ellipsis">
|
|
10031
|
-
v2.3.
|
|
10100
|
+
v2.3.15 (2025-01-02)
|
|
10032
10101
|
</span>
|
|
10033
10102
|
</a>
|
|
10034
10103
|
|
|
10035
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10104
|
+
<nav class="md-nav" aria-label="v2.3.15 (2025-01-02)">
|
|
10036
10105
|
<ul class="md-nav__list">
|
|
10037
10106
|
|
|
10107
|
+
<li class="md-nav__item">
|
|
10108
|
+
<a href="#security" class="md-nav__link">
|
|
10109
|
+
<span class="md-ellipsis">
|
|
10110
|
+
Security
|
|
10111
|
+
</span>
|
|
10112
|
+
</a>
|
|
10113
|
+
|
|
10114
|
+
</li>
|
|
10115
|
+
|
|
10038
10116
|
<li class="md-nav__item">
|
|
10039
10117
|
<a href="#added_1" class="md-nav__link">
|
|
10040
10118
|
<span class="md-ellipsis">
|
|
@@ -10063,9 +10141,9 @@
|
|
|
10063
10141
|
</li>
|
|
10064
10142
|
|
|
10065
10143
|
<li class="md-nav__item">
|
|
10066
|
-
<a href="#
|
|
10144
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
10067
10145
|
<span class="md-ellipsis">
|
|
10068
|
-
|
|
10146
|
+
Dependencies
|
|
10069
10147
|
</span>
|
|
10070
10148
|
</a>
|
|
10071
10149
|
|
|
@@ -10086,24 +10164,15 @@
|
|
|
10086
10164
|
</li>
|
|
10087
10165
|
|
|
10088
10166
|
<li class="md-nav__item">
|
|
10089
|
-
<a href="#
|
|
10167
|
+
<a href="#v2314-2024-12-19" class="md-nav__link">
|
|
10090
10168
|
<span class="md-ellipsis">
|
|
10091
|
-
v2.3.
|
|
10169
|
+
v2.3.14 (2024-12-19)
|
|
10092
10170
|
</span>
|
|
10093
10171
|
</a>
|
|
10094
10172
|
|
|
10095
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10173
|
+
<nav class="md-nav" aria-label="v2.3.14 (2024-12-19)">
|
|
10096
10174
|
<ul class="md-nav__list">
|
|
10097
10175
|
|
|
10098
|
-
<li class="md-nav__item">
|
|
10099
|
-
<a href="#security" class="md-nav__link">
|
|
10100
|
-
<span class="md-ellipsis">
|
|
10101
|
-
Security
|
|
10102
|
-
</span>
|
|
10103
|
-
</a>
|
|
10104
|
-
|
|
10105
|
-
</li>
|
|
10106
|
-
|
|
10107
10176
|
<li class="md-nav__item">
|
|
10108
10177
|
<a href="#added_2" class="md-nav__link">
|
|
10109
10178
|
<span class="md-ellipsis">
|
|
@@ -10132,16 +10201,7 @@
|
|
|
10132
10201
|
</li>
|
|
10133
10202
|
|
|
10134
10203
|
<li class="md-nav__item">
|
|
10135
|
-
<a href="#
|
|
10136
|
-
<span class="md-ellipsis">
|
|
10137
|
-
Dependencies
|
|
10138
|
-
</span>
|
|
10139
|
-
</a>
|
|
10140
|
-
|
|
10141
|
-
</li>
|
|
10142
|
-
|
|
10143
|
-
<li class="md-nav__item">
|
|
10144
|
-
<a href="#documentation_1" class="md-nav__link">
|
|
10204
|
+
<a href="#documentation" class="md-nav__link">
|
|
10145
10205
|
<span class="md-ellipsis">
|
|
10146
10206
|
Documentation
|
|
10147
10207
|
</span>
|
|
@@ -10164,35 +10224,53 @@
|
|
|
10164
10224
|
</li>
|
|
10165
10225
|
|
|
10166
10226
|
<li class="md-nav__item">
|
|
10167
|
-
<a href="#
|
|
10227
|
+
<a href="#v2313-2024-12-10" class="md-nav__link">
|
|
10168
10228
|
<span class="md-ellipsis">
|
|
10169
|
-
v2.3.
|
|
10229
|
+
v2.3.13 (2024-12-10)
|
|
10170
10230
|
</span>
|
|
10171
10231
|
</a>
|
|
10172
10232
|
|
|
10173
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10233
|
+
<nav class="md-nav" aria-label="v2.3.13 (2024-12-10)">
|
|
10174
10234
|
<ul class="md-nav__list">
|
|
10175
10235
|
|
|
10176
10236
|
<li class="md-nav__item">
|
|
10177
|
-
<a href="#
|
|
10237
|
+
<a href="#security_1" class="md-nav__link">
|
|
10178
10238
|
<span class="md-ellipsis">
|
|
10179
|
-
|
|
10239
|
+
Security
|
|
10180
10240
|
</span>
|
|
10181
10241
|
</a>
|
|
10182
10242
|
|
|
10183
10243
|
</li>
|
|
10184
10244
|
|
|
10185
10245
|
<li class="md-nav__item">
|
|
10186
|
-
<a href="#
|
|
10246
|
+
<a href="#added_3" class="md-nav__link">
|
|
10187
10247
|
<span class="md-ellipsis">
|
|
10188
|
-
|
|
10248
|
+
Added
|
|
10189
10249
|
</span>
|
|
10190
10250
|
</a>
|
|
10191
10251
|
|
|
10192
10252
|
</li>
|
|
10193
10253
|
|
|
10194
10254
|
<li class="md-nav__item">
|
|
10195
|
-
<a href="#
|
|
10255
|
+
<a href="#changed_3" class="md-nav__link">
|
|
10256
|
+
<span class="md-ellipsis">
|
|
10257
|
+
Changed
|
|
10258
|
+
</span>
|
|
10259
|
+
</a>
|
|
10260
|
+
|
|
10261
|
+
</li>
|
|
10262
|
+
|
|
10263
|
+
<li class="md-nav__item">
|
|
10264
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
10265
|
+
<span class="md-ellipsis">
|
|
10266
|
+
Fixed
|
|
10267
|
+
</span>
|
|
10268
|
+
</a>
|
|
10269
|
+
|
|
10270
|
+
</li>
|
|
10271
|
+
|
|
10272
|
+
<li class="md-nav__item">
|
|
10273
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
10196
10274
|
<span class="md-ellipsis">
|
|
10197
10275
|
Dependencies
|
|
10198
10276
|
</span>
|
|
@@ -10201,7 +10279,7 @@
|
|
|
10201
10279
|
</li>
|
|
10202
10280
|
|
|
10203
10281
|
<li class="md-nav__item">
|
|
10204
|
-
<a href="#
|
|
10282
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
10205
10283
|
<span class="md-ellipsis">
|
|
10206
10284
|
Documentation
|
|
10207
10285
|
</span>
|
|
@@ -10221,6 +10299,66 @@
|
|
|
10221
10299
|
</ul>
|
|
10222
10300
|
</nav>
|
|
10223
10301
|
|
|
10302
|
+
</li>
|
|
10303
|
+
|
|
10304
|
+
<li class="md-nav__item">
|
|
10305
|
+
<a href="#v2312-2024-11-25" class="md-nav__link">
|
|
10306
|
+
<span class="md-ellipsis">
|
|
10307
|
+
v2.3.12 (2024-11-25)
|
|
10308
|
+
</span>
|
|
10309
|
+
</a>
|
|
10310
|
+
|
|
10311
|
+
<nav class="md-nav" aria-label="v2.3.12 (2024-11-25)">
|
|
10312
|
+
<ul class="md-nav__list">
|
|
10313
|
+
|
|
10314
|
+
<li class="md-nav__item">
|
|
10315
|
+
<a href="#added_4" class="md-nav__link">
|
|
10316
|
+
<span class="md-ellipsis">
|
|
10317
|
+
Added
|
|
10318
|
+
</span>
|
|
10319
|
+
</a>
|
|
10320
|
+
|
|
10321
|
+
</li>
|
|
10322
|
+
|
|
10323
|
+
<li class="md-nav__item">
|
|
10324
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
10325
|
+
<span class="md-ellipsis">
|
|
10326
|
+
Fixed
|
|
10327
|
+
</span>
|
|
10328
|
+
</a>
|
|
10329
|
+
|
|
10330
|
+
</li>
|
|
10331
|
+
|
|
10332
|
+
<li class="md-nav__item">
|
|
10333
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
10334
|
+
<span class="md-ellipsis">
|
|
10335
|
+
Dependencies
|
|
10336
|
+
</span>
|
|
10337
|
+
</a>
|
|
10338
|
+
|
|
10339
|
+
</li>
|
|
10340
|
+
|
|
10341
|
+
<li class="md-nav__item">
|
|
10342
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
10343
|
+
<span class="md-ellipsis">
|
|
10344
|
+
Documentation
|
|
10345
|
+
</span>
|
|
10346
|
+
</a>
|
|
10347
|
+
|
|
10348
|
+
</li>
|
|
10349
|
+
|
|
10350
|
+
<li class="md-nav__item">
|
|
10351
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
10352
|
+
<span class="md-ellipsis">
|
|
10353
|
+
Housekeeping
|
|
10354
|
+
</span>
|
|
10355
|
+
</a>
|
|
10356
|
+
|
|
10357
|
+
</li>
|
|
10358
|
+
|
|
10359
|
+
</ul>
|
|
10360
|
+
</nav>
|
|
10361
|
+
|
|
10224
10362
|
</li>
|
|
10225
10363
|
|
|
10226
10364
|
<li class="md-nav__item">
|
|
@@ -10234,7 +10372,7 @@
|
|
|
10234
10372
|
<ul class="md-nav__list">
|
|
10235
10373
|
|
|
10236
10374
|
<li class="md-nav__item">
|
|
10237
|
-
<a href="#
|
|
10375
|
+
<a href="#added_5" class="md-nav__link">
|
|
10238
10376
|
<span class="md-ellipsis">
|
|
10239
10377
|
Added
|
|
10240
10378
|
</span>
|
|
@@ -10243,7 +10381,7 @@
|
|
|
10243
10381
|
</li>
|
|
10244
10382
|
|
|
10245
10383
|
<li class="md-nav__item">
|
|
10246
|
-
<a href="#
|
|
10384
|
+
<a href="#changed_4" class="md-nav__link">
|
|
10247
10385
|
<span class="md-ellipsis">
|
|
10248
10386
|
Changed
|
|
10249
10387
|
</span>
|
|
@@ -10252,7 +10390,7 @@
|
|
|
10252
10390
|
</li>
|
|
10253
10391
|
|
|
10254
10392
|
<li class="md-nav__item">
|
|
10255
|
-
<a href="#
|
|
10393
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
10256
10394
|
<span class="md-ellipsis">
|
|
10257
10395
|
Fixed
|
|
10258
10396
|
</span>
|
|
@@ -10270,7 +10408,7 @@
|
|
|
10270
10408
|
</li>
|
|
10271
10409
|
|
|
10272
10410
|
<li class="md-nav__item">
|
|
10273
|
-
<a href="#
|
|
10411
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
10274
10412
|
<span class="md-ellipsis">
|
|
10275
10413
|
Housekeeping
|
|
10276
10414
|
</span>
|
|
@@ -10294,7 +10432,7 @@
|
|
|
10294
10432
|
<ul class="md-nav__list">
|
|
10295
10433
|
|
|
10296
10434
|
<li class="md-nav__item">
|
|
10297
|
-
<a href="#
|
|
10435
|
+
<a href="#added_6" class="md-nav__link">
|
|
10298
10436
|
<span class="md-ellipsis">
|
|
10299
10437
|
Added
|
|
10300
10438
|
</span>
|
|
@@ -10303,7 +10441,7 @@
|
|
|
10303
10441
|
</li>
|
|
10304
10442
|
|
|
10305
10443
|
<li class="md-nav__item">
|
|
10306
|
-
<a href="#
|
|
10444
|
+
<a href="#changed_5" class="md-nav__link">
|
|
10307
10445
|
<span class="md-ellipsis">
|
|
10308
10446
|
Changed
|
|
10309
10447
|
</span>
|
|
@@ -10312,7 +10450,7 @@
|
|
|
10312
10450
|
</li>
|
|
10313
10451
|
|
|
10314
10452
|
<li class="md-nav__item">
|
|
10315
|
-
<a href="#
|
|
10453
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
10316
10454
|
<span class="md-ellipsis">
|
|
10317
10455
|
Fixed
|
|
10318
10456
|
</span>
|
|
@@ -10321,7 +10459,7 @@
|
|
|
10321
10459
|
</li>
|
|
10322
10460
|
|
|
10323
10461
|
<li class="md-nav__item">
|
|
10324
|
-
<a href="#
|
|
10462
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
10325
10463
|
<span class="md-ellipsis">
|
|
10326
10464
|
Dependencies
|
|
10327
10465
|
</span>
|
|
@@ -10330,7 +10468,7 @@
|
|
|
10330
10468
|
</li>
|
|
10331
10469
|
|
|
10332
10470
|
<li class="md-nav__item">
|
|
10333
|
-
<a href="#
|
|
10471
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
10334
10472
|
<span class="md-ellipsis">
|
|
10335
10473
|
Housekeeping
|
|
10336
10474
|
</span>
|
|
@@ -10354,7 +10492,7 @@
|
|
|
10354
10492
|
<ul class="md-nav__list">
|
|
10355
10493
|
|
|
10356
10494
|
<li class="md-nav__item">
|
|
10357
|
-
<a href="#
|
|
10495
|
+
<a href="#added_7" class="md-nav__link">
|
|
10358
10496
|
<span class="md-ellipsis">
|
|
10359
10497
|
Added
|
|
10360
10498
|
</span>
|
|
@@ -10363,7 +10501,7 @@
|
|
|
10363
10501
|
</li>
|
|
10364
10502
|
|
|
10365
10503
|
<li class="md-nav__item">
|
|
10366
|
-
<a href="#
|
|
10504
|
+
<a href="#changed_6" class="md-nav__link">
|
|
10367
10505
|
<span class="md-ellipsis">
|
|
10368
10506
|
Changed
|
|
10369
10507
|
</span>
|
|
@@ -10372,7 +10510,7 @@
|
|
|
10372
10510
|
</li>
|
|
10373
10511
|
|
|
10374
10512
|
<li class="md-nav__item">
|
|
10375
|
-
<a href="#
|
|
10513
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
10376
10514
|
<span class="md-ellipsis">
|
|
10377
10515
|
Fixed
|
|
10378
10516
|
</span>
|
|
@@ -10381,7 +10519,7 @@
|
|
|
10381
10519
|
</li>
|
|
10382
10520
|
|
|
10383
10521
|
<li class="md-nav__item">
|
|
10384
|
-
<a href="#
|
|
10522
|
+
<a href="#dependencies_5" class="md-nav__link">
|
|
10385
10523
|
<span class="md-ellipsis">
|
|
10386
10524
|
Dependencies
|
|
10387
10525
|
</span>
|
|
@@ -10390,7 +10528,7 @@
|
|
|
10390
10528
|
</li>
|
|
10391
10529
|
|
|
10392
10530
|
<li class="md-nav__item">
|
|
10393
|
-
<a href="#
|
|
10531
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
10394
10532
|
<span class="md-ellipsis">
|
|
10395
10533
|
Housekeeping
|
|
10396
10534
|
</span>
|
|
@@ -10414,7 +10552,7 @@
|
|
|
10414
10552
|
<ul class="md-nav__list">
|
|
10415
10553
|
|
|
10416
10554
|
<li class="md-nav__item">
|
|
10417
|
-
<a href="#
|
|
10555
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
10418
10556
|
<span class="md-ellipsis">
|
|
10419
10557
|
Fixed
|
|
10420
10558
|
</span>
|
|
@@ -10438,7 +10576,7 @@
|
|
|
10438
10576
|
<ul class="md-nav__list">
|
|
10439
10577
|
|
|
10440
10578
|
<li class="md-nav__item">
|
|
10441
|
-
<a href="#
|
|
10579
|
+
<a href="#added_8" class="md-nav__link">
|
|
10442
10580
|
<span class="md-ellipsis">
|
|
10443
10581
|
Added
|
|
10444
10582
|
</span>
|
|
@@ -10447,7 +10585,7 @@
|
|
|
10447
10585
|
</li>
|
|
10448
10586
|
|
|
10449
10587
|
<li class="md-nav__item">
|
|
10450
|
-
<a href="#
|
|
10588
|
+
<a href="#changed_7" class="md-nav__link">
|
|
10451
10589
|
<span class="md-ellipsis">
|
|
10452
10590
|
Changed
|
|
10453
10591
|
</span>
|
|
@@ -10456,7 +10594,7 @@
|
|
|
10456
10594
|
</li>
|
|
10457
10595
|
|
|
10458
10596
|
<li class="md-nav__item">
|
|
10459
|
-
<a href="#
|
|
10597
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
10460
10598
|
<span class="md-ellipsis">
|
|
10461
10599
|
Fixed
|
|
10462
10600
|
</span>
|
|
@@ -10465,7 +10603,7 @@
|
|
|
10465
10603
|
</li>
|
|
10466
10604
|
|
|
10467
10605
|
<li class="md-nav__item">
|
|
10468
|
-
<a href="#
|
|
10606
|
+
<a href="#dependencies_6" class="md-nav__link">
|
|
10469
10607
|
<span class="md-ellipsis">
|
|
10470
10608
|
Dependencies
|
|
10471
10609
|
</span>
|
|
@@ -10474,7 +10612,7 @@
|
|
|
10474
10612
|
</li>
|
|
10475
10613
|
|
|
10476
10614
|
<li class="md-nav__item">
|
|
10477
|
-
<a href="#
|
|
10615
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
10478
10616
|
<span class="md-ellipsis">
|
|
10479
10617
|
Housekeeping
|
|
10480
10618
|
</span>
|
|
@@ -10498,7 +10636,7 @@
|
|
|
10498
10636
|
<ul class="md-nav__list">
|
|
10499
10637
|
|
|
10500
10638
|
<li class="md-nav__item">
|
|
10501
|
-
<a href="#
|
|
10639
|
+
<a href="#added_9" class="md-nav__link">
|
|
10502
10640
|
<span class="md-ellipsis">
|
|
10503
10641
|
Added
|
|
10504
10642
|
</span>
|
|
@@ -10507,7 +10645,7 @@
|
|
|
10507
10645
|
</li>
|
|
10508
10646
|
|
|
10509
10647
|
<li class="md-nav__item">
|
|
10510
|
-
<a href="#
|
|
10648
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
10511
10649
|
<span class="md-ellipsis">
|
|
10512
10650
|
Fixed
|
|
10513
10651
|
</span>
|
|
@@ -10525,7 +10663,7 @@
|
|
|
10525
10663
|
</li>
|
|
10526
10664
|
|
|
10527
10665
|
<li class="md-nav__item">
|
|
10528
|
-
<a href="#
|
|
10666
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
10529
10667
|
<span class="md-ellipsis">
|
|
10530
10668
|
Housekeeping
|
|
10531
10669
|
</span>
|
|
@@ -10549,7 +10687,7 @@
|
|
|
10549
10687
|
<ul class="md-nav__list">
|
|
10550
10688
|
|
|
10551
10689
|
<li class="md-nav__item">
|
|
10552
|
-
<a href="#
|
|
10690
|
+
<a href="#added_10" class="md-nav__link">
|
|
10553
10691
|
<span class="md-ellipsis">
|
|
10554
10692
|
Added
|
|
10555
10693
|
</span>
|
|
@@ -10558,7 +10696,7 @@
|
|
|
10558
10696
|
</li>
|
|
10559
10697
|
|
|
10560
10698
|
<li class="md-nav__item">
|
|
10561
|
-
<a href="#
|
|
10699
|
+
<a href="#changed_8" class="md-nav__link">
|
|
10562
10700
|
<span class="md-ellipsis">
|
|
10563
10701
|
Changed
|
|
10564
10702
|
</span>
|
|
@@ -10567,7 +10705,7 @@
|
|
|
10567
10705
|
</li>
|
|
10568
10706
|
|
|
10569
10707
|
<li class="md-nav__item">
|
|
10570
|
-
<a href="#
|
|
10708
|
+
<a href="#fixed_10" class="md-nav__link">
|
|
10571
10709
|
<span class="md-ellipsis">
|
|
10572
10710
|
Fixed
|
|
10573
10711
|
</span>
|
|
@@ -10576,7 +10714,7 @@
|
|
|
10576
10714
|
</li>
|
|
10577
10715
|
|
|
10578
10716
|
<li class="md-nav__item">
|
|
10579
|
-
<a href="#
|
|
10717
|
+
<a href="#dependencies_7" class="md-nav__link">
|
|
10580
10718
|
<span class="md-ellipsis">
|
|
10581
10719
|
Dependencies
|
|
10582
10720
|
</span>
|
|
@@ -10594,7 +10732,7 @@
|
|
|
10594
10732
|
</li>
|
|
10595
10733
|
|
|
10596
10734
|
<li class="md-nav__item">
|
|
10597
|
-
<a href="#
|
|
10735
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
10598
10736
|
<span class="md-ellipsis">
|
|
10599
10737
|
Housekeeping
|
|
10600
10738
|
</span>
|
|
@@ -10618,7 +10756,7 @@
|
|
|
10618
10756
|
<ul class="md-nav__list">
|
|
10619
10757
|
|
|
10620
10758
|
<li class="md-nav__item">
|
|
10621
|
-
<a href="#
|
|
10759
|
+
<a href="#added_11" class="md-nav__link">
|
|
10622
10760
|
<span class="md-ellipsis">
|
|
10623
10761
|
Added
|
|
10624
10762
|
</span>
|
|
@@ -10627,7 +10765,7 @@
|
|
|
10627
10765
|
</li>
|
|
10628
10766
|
|
|
10629
10767
|
<li class="md-nav__item">
|
|
10630
|
-
<a href="#
|
|
10768
|
+
<a href="#changed_9" class="md-nav__link">
|
|
10631
10769
|
<span class="md-ellipsis">
|
|
10632
10770
|
Changed
|
|
10633
10771
|
</span>
|
|
@@ -10636,7 +10774,7 @@
|
|
|
10636
10774
|
</li>
|
|
10637
10775
|
|
|
10638
10776
|
<li class="md-nav__item">
|
|
10639
|
-
<a href="#
|
|
10777
|
+
<a href="#fixed_11" class="md-nav__link">
|
|
10640
10778
|
<span class="md-ellipsis">
|
|
10641
10779
|
Fixed
|
|
10642
10780
|
</span>
|
|
@@ -10654,7 +10792,7 @@
|
|
|
10654
10792
|
</li>
|
|
10655
10793
|
|
|
10656
10794
|
<li class="md-nav__item">
|
|
10657
|
-
<a href="#
|
|
10795
|
+
<a href="#housekeeping_10" class="md-nav__link">
|
|
10658
10796
|
<span class="md-ellipsis">
|
|
10659
10797
|
Housekeeping
|
|
10660
10798
|
</span>
|
|
@@ -10678,7 +10816,7 @@
|
|
|
10678
10816
|
<ul class="md-nav__list">
|
|
10679
10817
|
|
|
10680
10818
|
<li class="md-nav__item">
|
|
10681
|
-
<a href="#
|
|
10819
|
+
<a href="#security_2" class="md-nav__link">
|
|
10682
10820
|
<span class="md-ellipsis">
|
|
10683
10821
|
Security
|
|
10684
10822
|
</span>
|
|
@@ -10687,7 +10825,7 @@
|
|
|
10687
10825
|
</li>
|
|
10688
10826
|
|
|
10689
10827
|
<li class="md-nav__item">
|
|
10690
|
-
<a href="#
|
|
10828
|
+
<a href="#fixed_12" class="md-nav__link">
|
|
10691
10829
|
<span class="md-ellipsis">
|
|
10692
10830
|
Fixed
|
|
10693
10831
|
</span>
|
|
@@ -10696,7 +10834,7 @@
|
|
|
10696
10834
|
</li>
|
|
10697
10835
|
|
|
10698
10836
|
<li class="md-nav__item">
|
|
10699
|
-
<a href="#
|
|
10837
|
+
<a href="#dependencies_8" class="md-nav__link">
|
|
10700
10838
|
<span class="md-ellipsis">
|
|
10701
10839
|
Dependencies
|
|
10702
10840
|
</span>
|
|
@@ -10705,7 +10843,7 @@
|
|
|
10705
10843
|
</li>
|
|
10706
10844
|
|
|
10707
10845
|
<li class="md-nav__item">
|
|
10708
|
-
<a href="#
|
|
10846
|
+
<a href="#housekeeping_11" class="md-nav__link">
|
|
10709
10847
|
<span class="md-ellipsis">
|
|
10710
10848
|
Housekeeping
|
|
10711
10849
|
</span>
|
|
@@ -10729,7 +10867,7 @@
|
|
|
10729
10867
|
<ul class="md-nav__list">
|
|
10730
10868
|
|
|
10731
10869
|
<li class="md-nav__item">
|
|
10732
|
-
<a href="#
|
|
10870
|
+
<a href="#security_3" class="md-nav__link">
|
|
10733
10871
|
<span class="md-ellipsis">
|
|
10734
10872
|
Security
|
|
10735
10873
|
</span>
|
|
@@ -10738,7 +10876,7 @@
|
|
|
10738
10876
|
</li>
|
|
10739
10877
|
|
|
10740
10878
|
<li class="md-nav__item">
|
|
10741
|
-
<a href="#
|
|
10879
|
+
<a href="#added_12" class="md-nav__link">
|
|
10742
10880
|
<span class="md-ellipsis">
|
|
10743
10881
|
Added
|
|
10744
10882
|
</span>
|
|
@@ -10747,7 +10885,7 @@
|
|
|
10747
10885
|
</li>
|
|
10748
10886
|
|
|
10749
10887
|
<li class="md-nav__item">
|
|
10750
|
-
<a href="#
|
|
10888
|
+
<a href="#fixed_13" class="md-nav__link">
|
|
10751
10889
|
<span class="md-ellipsis">
|
|
10752
10890
|
Fixed
|
|
10753
10891
|
</span>
|
|
@@ -10756,7 +10894,7 @@
|
|
|
10756
10894
|
</li>
|
|
10757
10895
|
|
|
10758
10896
|
<li class="md-nav__item">
|
|
10759
|
-
<a href="#
|
|
10897
|
+
<a href="#housekeeping_12" class="md-nav__link">
|
|
10760
10898
|
<span class="md-ellipsis">
|
|
10761
10899
|
Housekeeping
|
|
10762
10900
|
</span>
|
|
@@ -10780,7 +10918,7 @@
|
|
|
10780
10918
|
<ul class="md-nav__list">
|
|
10781
10919
|
|
|
10782
10920
|
<li class="md-nav__item">
|
|
10783
|
-
<a href="#
|
|
10921
|
+
<a href="#added_13" class="md-nav__link">
|
|
10784
10922
|
<span class="md-ellipsis">
|
|
10785
10923
|
Added
|
|
10786
10924
|
</span>
|
|
@@ -10789,7 +10927,7 @@
|
|
|
10789
10927
|
</li>
|
|
10790
10928
|
|
|
10791
10929
|
<li class="md-nav__item">
|
|
10792
|
-
<a href="#
|
|
10930
|
+
<a href="#changed_10" class="md-nav__link">
|
|
10793
10931
|
<span class="md-ellipsis">
|
|
10794
10932
|
Changed
|
|
10795
10933
|
</span>
|
|
@@ -10798,7 +10936,7 @@
|
|
|
10798
10936
|
</li>
|
|
10799
10937
|
|
|
10800
10938
|
<li class="md-nav__item">
|
|
10801
|
-
<a href="#
|
|
10939
|
+
<a href="#fixed_14" class="md-nav__link">
|
|
10802
10940
|
<span class="md-ellipsis">
|
|
10803
10941
|
Fixed
|
|
10804
10942
|
</span>
|
|
@@ -10807,7 +10945,7 @@
|
|
|
10807
10945
|
</li>
|
|
10808
10946
|
|
|
10809
10947
|
<li class="md-nav__item">
|
|
10810
|
-
<a href="#
|
|
10948
|
+
<a href="#housekeeping_13" class="md-nav__link">
|
|
10811
10949
|
<span class="md-ellipsis">
|
|
10812
10950
|
Housekeeping
|
|
10813
10951
|
</span>
|
|
@@ -10831,7 +10969,7 @@
|
|
|
10831
10969
|
<ul class="md-nav__list">
|
|
10832
10970
|
|
|
10833
10971
|
<li class="md-nav__item">
|
|
10834
|
-
<a href="#
|
|
10972
|
+
<a href="#security_4" class="md-nav__link">
|
|
10835
10973
|
<span class="md-ellipsis">
|
|
10836
10974
|
Security
|
|
10837
10975
|
</span>
|
|
@@ -10840,7 +10978,7 @@
|
|
|
10840
10978
|
</li>
|
|
10841
10979
|
|
|
10842
10980
|
<li class="md-nav__item">
|
|
10843
|
-
<a href="#
|
|
10981
|
+
<a href="#added_14" class="md-nav__link">
|
|
10844
10982
|
<span class="md-ellipsis">
|
|
10845
10983
|
Added
|
|
10846
10984
|
</span>
|
|
@@ -10849,7 +10987,7 @@
|
|
|
10849
10987
|
</li>
|
|
10850
10988
|
|
|
10851
10989
|
<li class="md-nav__item">
|
|
10852
|
-
<a href="#
|
|
10990
|
+
<a href="#changed_11" class="md-nav__link">
|
|
10853
10991
|
<span class="md-ellipsis">
|
|
10854
10992
|
Changed
|
|
10855
10993
|
</span>
|
|
@@ -10867,7 +11005,7 @@
|
|
|
10867
11005
|
</li>
|
|
10868
11006
|
|
|
10869
11007
|
<li class="md-nav__item">
|
|
10870
|
-
<a href="#
|
|
11008
|
+
<a href="#fixed_15" class="md-nav__link">
|
|
10871
11009
|
<span class="md-ellipsis">
|
|
10872
11010
|
Fixed
|
|
10873
11011
|
</span>
|
|
@@ -10885,7 +11023,7 @@
|
|
|
10885
11023
|
</li>
|
|
10886
11024
|
|
|
10887
11025
|
<li class="md-nav__item">
|
|
10888
|
-
<a href="#
|
|
11026
|
+
<a href="#housekeeping_14" class="md-nav__link">
|
|
10889
11027
|
<span class="md-ellipsis">
|
|
10890
11028
|
Housekeeping
|
|
10891
11029
|
</span>
|
|
@@ -10909,7 +11047,7 @@
|
|
|
10909
11047
|
<ul class="md-nav__list">
|
|
10910
11048
|
|
|
10911
11049
|
<li class="md-nav__item">
|
|
10912
|
-
<a href="#
|
|
11050
|
+
<a href="#security_5" class="md-nav__link">
|
|
10913
11051
|
<span class="md-ellipsis">
|
|
10914
11052
|
Security
|
|
10915
11053
|
</span>
|
|
@@ -10918,7 +11056,7 @@
|
|
|
10918
11056
|
</li>
|
|
10919
11057
|
|
|
10920
11058
|
<li class="md-nav__item">
|
|
10921
|
-
<a href="#
|
|
11059
|
+
<a href="#added_15" class="md-nav__link">
|
|
10922
11060
|
<span class="md-ellipsis">
|
|
10923
11061
|
Added
|
|
10924
11062
|
</span>
|
|
@@ -10927,7 +11065,7 @@
|
|
|
10927
11065
|
</li>
|
|
10928
11066
|
|
|
10929
11067
|
<li class="md-nav__item">
|
|
10930
|
-
<a href="#
|
|
11068
|
+
<a href="#changed_12" class="md-nav__link">
|
|
10931
11069
|
<span class="md-ellipsis">
|
|
10932
11070
|
Changed
|
|
10933
11071
|
</span>
|
|
@@ -10954,7 +11092,7 @@
|
|
|
10954
11092
|
</li>
|
|
10955
11093
|
|
|
10956
11094
|
<li class="md-nav__item">
|
|
10957
|
-
<a href="#
|
|
11095
|
+
<a href="#fixed_16" class="md-nav__link">
|
|
10958
11096
|
<span class="md-ellipsis">
|
|
10959
11097
|
Fixed
|
|
10960
11098
|
</span>
|
|
@@ -10963,7 +11101,7 @@
|
|
|
10963
11101
|
</li>
|
|
10964
11102
|
|
|
10965
11103
|
<li class="md-nav__item">
|
|
10966
|
-
<a href="#
|
|
11104
|
+
<a href="#dependencies_9" class="md-nav__link">
|
|
10967
11105
|
<span class="md-ellipsis">
|
|
10968
11106
|
Dependencies
|
|
10969
11107
|
</span>
|
|
@@ -10981,7 +11119,7 @@
|
|
|
10981
11119
|
</li>
|
|
10982
11120
|
|
|
10983
11121
|
<li class="md-nav__item">
|
|
10984
|
-
<a href="#
|
|
11122
|
+
<a href="#housekeeping_15" class="md-nav__link">
|
|
10985
11123
|
<span class="md-ellipsis">
|
|
10986
11124
|
Housekeeping
|
|
10987
11125
|
</span>
|
|
@@ -11104,18 +11242,49 @@
|
|
|
11104
11242
|
<h4 id="updated-to-django-42-3581">Updated to Django 4.2 (<a href="https://github.com/nautobot/nautobot/issues/3581">#3581</a>)<a class="headerlink" href="#updated-to-django-42-3581" title="Permanent link">¶</a></h4>
|
|
11105
11243
|
<p>As Django 3.2 has reached end-of-life, Nautobot 2.3 requires Django 4.2, the next long-term-support (LTS) version of Django. There are a number of changes in Django itself as a result of this upgrade; Nautobot App maintainers are urged to review the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</p>
|
|
11106
11244
|
<!-- towncrier release notes start -->
|
|
11107
|
-
<h2 id="
|
|
11245
|
+
<h2 id="v2315-2025-01-02">v2.3.15 (2025-01-02)<a class="headerlink" href="#v2315-2025-01-02" title="Permanent link">¶</a></h2>
|
|
11246
|
+
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
11247
|
+
<ul>
|
|
11248
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6695">#6695</a> - Updated dependency <code>Jinja2</code> to <code>~3.1.5</code> to address <code>CVE-2024-56201</code> and <code>CVE-2024-56326</code>.</li>
|
|
11249
|
+
</ul>
|
|
11108
11250
|
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
11109
11251
|
<ul>
|
|
11110
|
-
<li><a href="https://github.com/nautobot/nautobot/issues/
|
|
11252
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6410">#6410</a> - Added <code>settings.PUBLISH_ROBOTS_TXT</code> configuration option, defaulting to <code>True</code>.</li>
|
|
11111
11253
|
</ul>
|
|
11112
11254
|
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">¶</a></h3>
|
|
11113
11255
|
<ul>
|
|
11256
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6583">#6583</a> - Changed <code>available-vlans</code> API endpoint to additionally require <code>ipam.view_vlan</code> permission to view available VLANs under VLAN Group.</li>
|
|
11257
|
+
</ul>
|
|
11258
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
11259
|
+
<ul>
|
|
11260
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5545">#5545</a> - Fixed an issue in Dynamic Group Edit View where saving a valid choice in a Select-type CustomField triggered an error.</li>
|
|
11261
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6583">#6583</a> - Fixed <code>available-vlans</code>, <code>available-ips</code>, <code>available-prefixes</code> API endpoints to check object-level constrained permissions.</li>
|
|
11262
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6702">#6702</a> - Resolved issue with TagsBulkEditFormMixin missing self.model.</li>
|
|
11263
|
+
</ul>
|
|
11264
|
+
<h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">¶</a></h3>
|
|
11265
|
+
<ul>
|
|
11266
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6689">#6689</a> - Updated <code>nh3</code> dependency to <code>~0.2.20</code>.</li>
|
|
11267
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6689">#6689</a> - Updated <code>django-tables2</code> dependency to <code>~2.7.4</code> in Python 3.9 and later, and pinned it to <code>==2.7.0</code> under Python 3.8.</li>
|
|
11268
|
+
</ul>
|
|
11269
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
11270
|
+
<ul>
|
|
11271
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6688">#6688</a> - Cleaned-up documentation, misc fixes for VSCode DevContainer workflow.</li>
|
|
11272
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6689">#6689</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.49</code>.</li>
|
|
11273
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6693">#6693</a> - Changed <code>poetry install</code> in prerelease and release workflows from parallel mode to serial mode.</li>
|
|
11274
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6706">#6706</a> - Removed unnecessary <code>user-data.json</code> integration-test fixture file.</li>
|
|
11275
|
+
</ul>
|
|
11276
|
+
<h2 id="v2314-2024-12-19">v2.3.14 (2024-12-19)<a class="headerlink" href="#v2314-2024-12-19" title="Permanent link">¶</a></h2>
|
|
11277
|
+
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">¶</a></h3>
|
|
11278
|
+
<ul>
|
|
11279
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6548">#6548</a> - Added logic to set the <code>parent</code> in the <code>clean()</code> method of the Prefix model, ensuring correct assignment during validation.</li>
|
|
11280
|
+
</ul>
|
|
11281
|
+
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">¶</a></h3>
|
|
11282
|
+
<ul>
|
|
11114
11283
|
<li><a href="https://github.com/nautobot/nautobot/issues/6518">#6518</a> - Added VRFs column to Prefixes and Child Prefixes tables.</li>
|
|
11115
11284
|
<li><a href="https://github.com/nautobot/nautobot/issues/6531">#6531</a> - Restrict the <code>id</code> filter field to use to only the <code>__n</code> (negation) lookup filter.</li>
|
|
11116
11285
|
<li><a href="https://github.com/nautobot/nautobot/issues/6548">#6548</a> - Changed the save method of the <code>Prefix</code> model to reparent subnets and IPs only when the <code>network</code>, <code>namespace</code>, or <code>prefix_length</code> fields are updated.</li>
|
|
11117
11286
|
</ul>
|
|
11118
|
-
<h3 id="
|
|
11287
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
11119
11288
|
<ul>
|
|
11120
11289
|
<li><a href="https://github.com/nautobot/nautobot/issues/4056">#4056</a> - Fixed filter of add_tags and remove_tags of bulkedit based on content type</li>
|
|
11121
11290
|
<li><a href="https://github.com/nautobot/nautobot/issues/6204">#6204</a> - Fixed out-of-memory errors when <code>LogsCleanup</code> system job resulted in cascade deletion of many related objects (such as <code>JobLogEntry</code> or <code>nautobot_ssot.SyncLogEntry</code> records).</li>
|
|
@@ -11129,18 +11298,18 @@
|
|
|
11129
11298
|
<ul>
|
|
11130
11299
|
<li><a href="https://github.com/nautobot/nautobot/issues/6590">#6590</a> - Added an <code>ExampleEverythingJob</code> to the Example App and updated Job developer documentation to reference it as an example.</li>
|
|
11131
11300
|
</ul>
|
|
11132
|
-
<h3 id="
|
|
11301
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
11133
11302
|
<ul>
|
|
11134
11303
|
<li><a href="https://github.com/nautobot/nautobot/issues/6657">#6657</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.48</code>.</li>
|
|
11135
11304
|
<li><a href="https://github.com/nautobot/nautobot/issues/6659">#6659</a> - Enhanced development environment and associated <code>invoke</code> tasks to be Nautobot major/minor version aware, such that a different Docker compose <code>project-name</code> (and different local Docker image label) will be used for containers in a <code>develop</code>-based branch versus a <code>next</code>-based branch.</li>
|
|
11136
11305
|
<li><a href="https://github.com/nautobot/nautobot/issues/6679">#6679</a> - Added <code>logs</code> task to <code>tasks.py</code> to view the logs of a docker compose service.</li>
|
|
11137
11306
|
</ul>
|
|
11138
11307
|
<h2 id="v2313-2024-12-10">v2.3.13 (2024-12-10)<a class="headerlink" href="#v2313-2024-12-10" title="Permanent link">¶</a></h2>
|
|
11139
|
-
<h3 id="
|
|
11308
|
+
<h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">¶</a></h3>
|
|
11140
11309
|
<ul>
|
|
11141
11310
|
<li><a href="https://github.com/nautobot/nautobot/issues/6615">#6615</a> - Updated <code>Django</code> to <code>~4.2.17</code> due to <code>CVE-2024-53907</code> and <code>CVE-2024-53908</code>.</li>
|
|
11142
11311
|
</ul>
|
|
11143
|
-
<h3 id="
|
|
11312
|
+
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">¶</a></h3>
|
|
11144
11313
|
<ul>
|
|
11145
11314
|
<li><a href="https://github.com/nautobot/nautobot/issues/4817">#4817</a> - Added <code>Cluster</code> field on DeviceBulkEditForm.</li>
|
|
11146
11315
|
<li><a href="https://github.com/nautobot/nautobot/issues/5333">#5333</a> - Added <code>Comments</code> field on DeviceBulkEditForm.</li>
|
|
@@ -11152,11 +11321,11 @@
|
|
|
11152
11321
|
<li><a href="https://github.com/nautobot/nautobot/issues/6613">#6613</a> - Enhanced Prefix detail view "Child Prefixes" table to render associated Locations more intelligently.</li>
|
|
11153
11322
|
<li><a href="https://github.com/nautobot/nautobot/issues/6614">#6614</a> - Enhanced IP Address tables to show the name of the associated Interface or VM Interface if only a single such association is present for a given IP Address.</li>
|
|
11154
11323
|
</ul>
|
|
11155
|
-
<h3 id="
|
|
11324
|
+
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">¶</a></h3>
|
|
11156
11325
|
<ul>
|
|
11157
11326
|
<li><a href="https://github.com/nautobot/nautobot/issues/6166">#6166</a> - Enhanced the REST API to generally make it possible to create objects with known ids on request.</li>
|
|
11158
11327
|
</ul>
|
|
11159
|
-
<h3 id="
|
|
11328
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
11160
11329
|
<ul>
|
|
11161
11330
|
<li><a href="https://github.com/nautobot/nautobot/issues/3124">#3124</a> - Fixed inability of ImageAttachment and DeviceType API endpoints to accept <code>multipart/form-data</code> file uploads.</li>
|
|
11162
11331
|
<li><a href="https://github.com/nautobot/nautobot/issues/5166">#5166</a> - Fixed a <code>ProgrammingError</code> when applying permissions containing network-address-based constraints.</li>
|
|
@@ -11168,7 +11337,7 @@
|
|
|
11168
11337
|
<li><a href="https://github.com/nautobot/nautobot/issues/6624">#6624</a> - Fixed issue with <code>group_sync.py</code> where it was accessing the settings using environment variable name vs the actual settings name.</li>
|
|
11169
11338
|
<li><a href="https://github.com/nautobot/nautobot/issues/6624">#6624</a> - Fixed the <code>SOCIAL_AUTH_PIPELINE</code> settings to include the entire path of the <code>group_sync</code> function.</li>
|
|
11170
11339
|
</ul>
|
|
11171
|
-
<h3 id="
|
|
11340
|
+
<h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">¶</a></h3>
|
|
11172
11341
|
<ul>
|
|
11173
11342
|
<li><a href="https://github.com/nautobot/nautobot/issues/6615">#6615</a> - Updated <code>nh3</code> to <code>~0.2.19</code>.</li>
|
|
11174
11343
|
</ul>
|
|
@@ -11177,18 +11346,18 @@
|
|
|
11177
11346
|
<li><a href="https://github.com/nautobot/nautobot/issues/6622">#6622</a> - Fixed AzureAD documentation for custom_module logging example.</li>
|
|
11178
11347
|
<li><a href="https://github.com/nautobot/nautobot/issues/6636">#6636</a> - Fixed group_sync path in the SSO documentation.</li>
|
|
11179
11348
|
</ul>
|
|
11180
|
-
<h3 id="
|
|
11349
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
11181
11350
|
<ul>
|
|
11182
11351
|
<li><a href="https://github.com/nautobot/nautobot/issues/6615">#6615</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.47</code>.</li>
|
|
11183
11352
|
</ul>
|
|
11184
11353
|
<h2 id="v2312-2024-11-25">v2.3.12 (2024-11-25)<a class="headerlink" href="#v2312-2024-11-25" title="Permanent link">¶</a></h2>
|
|
11185
|
-
<h3 id="
|
|
11354
|
+
<h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">¶</a></h3>
|
|
11186
11355
|
<ul>
|
|
11187
11356
|
<li><a href="https://github.com/nautobot/nautobot/issues/6532">#6532</a> - Added a keyboard shortcut (⌘+enter or ctrl+enter) to submit forms when typing in a textarea.</li>
|
|
11188
11357
|
<li><a href="https://github.com/nautobot/nautobot/issues/6543">#6543</a> - Defined a generic SSO group authentication module that can be shared by any OAuth2/OIDC backend.</li>
|
|
11189
11358
|
<li><a href="https://github.com/nautobot/nautobot/issues/6550">#6550</a> - Added OSFP-XD (800GE and 1600GE) and OSFP1600 interface types.</li>
|
|
11190
11359
|
</ul>
|
|
11191
|
-
<h3 id="
|
|
11360
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
11192
11361
|
<ul>
|
|
11193
11362
|
<li><a href="https://github.com/nautobot/nautobot/issues/6242">#6242</a> - Fixed "copy" button on Device tabbed views to now only copy the device name.</li>
|
|
11194
11363
|
<li><a href="https://github.com/nautobot/nautobot/issues/6478">#6478</a> - Fixed inconsistent rendering of the Role field.</li>
|
|
@@ -11200,7 +11369,7 @@
|
|
|
11200
11369
|
<li><a href="https://github.com/nautobot/nautobot/issues/6547">#6547</a> - Fixed incorrect VRF filter specified on VRF column on Prefix Table.</li>
|
|
11201
11370
|
<li><a href="https://github.com/nautobot/nautobot/issues/6564">#6564</a> - Fixed an <code>AttributeError</code> raised when an App overrides a NautobotUIViewSet view.</li>
|
|
11202
11371
|
</ul>
|
|
11203
|
-
<h3 id="
|
|
11372
|
+
<h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">¶</a></h3>
|
|
11204
11373
|
<ul>
|
|
11205
11374
|
<li><a href="https://github.com/nautobot/nautobot/issues/6459">#6459</a> - Updated <code>mysqlclient</code> dependency to <code>~2.2.6</code>.</li>
|
|
11206
11375
|
</ul>
|
|
@@ -11210,24 +11379,24 @@
|
|
|
11210
11379
|
<li><a href="https://github.com/nautobot/nautobot/issues/6524">#6524</a> - Updated AzureAD authentication documentation.</li>
|
|
11211
11380
|
<li><a href="https://github.com/nautobot/nautobot/issues/6567">#6567</a> - Fixed incorrect example in documentation on using test factories.</li>
|
|
11212
11381
|
</ul>
|
|
11213
|
-
<h3 id="
|
|
11382
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
11214
11383
|
<ul>
|
|
11215
11384
|
<li><a href="https://github.com/nautobot/nautobot/issues/6459">#6459</a> - Updated documentation dependencies <code>mkdocs-redirects</code> to <code>1.2.2</code> and <code>mkdocs-material</code> to <code>9.5.46</code>.</li>
|
|
11216
11385
|
<li><a href="https://github.com/nautobot/nautobot/issues/6500">#6500</a> - Added support for <code>invoke showmigrations</code> command.</li>
|
|
11217
11386
|
</ul>
|
|
11218
11387
|
<h2 id="v2311-2024-11-12">v2.3.11 (2024-11-12)<a class="headerlink" href="#v2311-2024-11-12" title="Permanent link">¶</a></h2>
|
|
11219
|
-
<h3 id="
|
|
11388
|
+
<h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">¶</a></h3>
|
|
11220
11389
|
<ul>
|
|
11221
11390
|
<li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added <code>nautobot.apps.utils.get_related_field_for_models()</code> helper function.</li>
|
|
11222
11391
|
<li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added optional <code>lookup</code> parameter to <code>LinkedCountColumn</code>.</li>
|
|
11223
11392
|
</ul>
|
|
11224
|
-
<h3 id="
|
|
11393
|
+
<h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">¶</a></h3>
|
|
11225
11394
|
<ul>
|
|
11226
11395
|
<li><a href="https://github.com/nautobot/nautobot/issues/5321">#5321</a> - For bulk delete all objects view, only show the confirmation dialog without the table that shows the objects that would be deleted.</li>
|
|
11227
11396
|
<li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - 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 <code>1</code>.</li>
|
|
11228
11397
|
<li><a href="https://github.com/nautobot/nautobot/issues/6465">#6465</a> - For bulk edit all objects view, skip rendering the table of related objects in the confirmation page.</li>
|
|
11229
11398
|
</ul>
|
|
11230
|
-
<h3 id="
|
|
11399
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
11231
11400
|
<ul>
|
|
11232
11401
|
<li><a href="https://github.com/nautobot/nautobot/issues/6414">#6414</a> - Fixed layout bug in browsable REST API.</li>
|
|
11233
11402
|
<li><a href="https://github.com/nautobot/nautobot/issues/6442">#6442</a> - Fixed an issue where GitLab CI pipelines fail using all versions of official Docker images.</li>
|
|
@@ -11242,7 +11411,7 @@
|
|
|
11242
11411
|
<ul>
|
|
11243
11412
|
<li><a href="https://github.com/nautobot/nautobot/issues/6485">#6485</a> - Added additional clarification for enabling request profiling via user profile.</li>
|
|
11244
11413
|
</ul>
|
|
11245
|
-
<h3 id="
|
|
11414
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
11246
11415
|
<ul>
|
|
11247
11416
|
<li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - 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.</li>
|
|
11248
11417
|
<li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Fixed incorrect assertion in core navbar integration tests.</li>
|
|
@@ -11251,44 +11420,44 @@
|
|
|
11251
11420
|
<li><a href="https://github.com/nautobot/nautobot/issues/6497">#6497</a> - Added support for <code>--no-reusedb</code> option to <code>invoke integration-test</code> task.</li>
|
|
11252
11421
|
</ul>
|
|
11253
11422
|
<h2 id="v2310-2024-10-29">v2.3.10 (2024-10-29)<a class="headerlink" href="#v2310-2024-10-29" title="Permanent link">¶</a></h2>
|
|
11254
|
-
<h3 id="
|
|
11423
|
+
<h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">¶</a></h3>
|
|
11255
11424
|
<ul>
|
|
11256
11425
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added cacheable <code>CustomField.objects.keys_for_model(model)</code> API.</li>
|
|
11257
11426
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added queryset caching in <code>web_request_context</code> for more efficient JobHook and Webhook dispatching on bulk requests.</li>
|
|
11258
11427
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added logging to JobResults for CustomField provisioning background tasks.</li>
|
|
11259
11428
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added more efficient database calls for most cases of bulk-provisioning CustomField data on model objects.</li>
|
|
11260
11429
|
</ul>
|
|
11261
|
-
<h3 id="
|
|
11430
|
+
<h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">¶</a></h3>
|
|
11262
11431
|
<ul>
|
|
11263
11432
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Increased soft/hard time limits on CustomField provisioning background tasks to 1800 and 2000 seconds respectively.</li>
|
|
11264
11433
|
</ul>
|
|
11265
|
-
<h3 id="
|
|
11434
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
11266
11435
|
<ul>
|
|
11267
11436
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Fixed long-running-at-scale transaction lock on records while adding/removing a CustomField definition.</li>
|
|
11268
11437
|
<li><a href="https://github.com/nautobot/nautobot/issues/6441">#6441</a> - Fixed a regression in 2.3.9 that broke the rendering of the Device create/edit form.</li>
|
|
11269
11438
|
</ul>
|
|
11270
|
-
<h3 id="
|
|
11439
|
+
<h3 id="dependencies_4">Dependencies<a class="headerlink" href="#dependencies_4" title="Permanent link">¶</a></h3>
|
|
11271
11440
|
<ul>
|
|
11272
11441
|
<li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated <code>mysqlclient</code> to <code>~2.2.5</code>.</li>
|
|
11273
11442
|
</ul>
|
|
11274
|
-
<h3 id="
|
|
11443
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
11275
11444
|
<ul>
|
|
11276
11445
|
<li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.42</code>.</li>
|
|
11277
11446
|
</ul>
|
|
11278
11447
|
<h2 id="v239-2024-10-28">v2.3.9 (2024-10-28)<a class="headerlink" href="#v239-2024-10-28" title="Permanent link">¶</a></h2>
|
|
11279
|
-
<h3 id="
|
|
11448
|
+
<h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">¶</a></h3>
|
|
11280
11449
|
<ul>
|
|
11281
11450
|
<li><a href="https://github.com/nautobot/nautobot/issues/4899">#4899</a> - Added TableExtension class to allow app developers to add columns to core tables.</li>
|
|
11282
11451
|
<li><a href="https://github.com/nautobot/nautobot/issues/6336">#6336</a> - Added logic to ModuleBay model to ensure that if the <code>position</code> field is empty, its value will be automatically populated from the <code>name</code> of the Module Bay instance.</li>
|
|
11283
11452
|
<li><a href="https://github.com/nautobot/nautobot/issues/6372">#6372</a> - Added environment variable support for setting <code>CSRF_TRUSTED_ORIGINS</code>.</li>
|
|
11284
11453
|
</ul>
|
|
11285
|
-
<h3 id="
|
|
11454
|
+
<h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permanent link">¶</a></h3>
|
|
11286
11455
|
<ul>
|
|
11287
11456
|
<li><a href="https://github.com/nautobot/nautobot/issues/6336">#6336</a> - Enhanced <code>position</code> fields on ModuleBayCreate/UpdateForms to auto-populate their values from <code>name</code> fields.</li>
|
|
11288
11457
|
<li><a href="https://github.com/nautobot/nautobot/issues/6386">#6386</a> - Changed <code>GitRepositorySync</code> system Job to run atomically (all-or-nothing), such that any failure in the resync will cause all associated database updates to be reverted.</li>
|
|
11289
11458
|
<li><a href="https://github.com/nautobot/nautobot/issues/6386">#6386</a> - Changed behavior of change logging <code>web_request_context()</code> to only reload Job code when a relevant JobHook is found to apply to the change in question.</li>
|
|
11290
11459
|
</ul>
|
|
11291
|
-
<h3 id="
|
|
11460
|
+
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">¶</a></h3>
|
|
11292
11461
|
<ul>
|
|
11293
11462
|
<li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Fixed overly broad scope of the TreeModel <code>invalidate_max_depth_cache</code> signal so that it now correctly only fires for TreeModel instances rather than all models.</li>
|
|
11294
11463
|
<li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Improved performance of DynamicGroup membership updates/recalculations when dealing with large numbers of member objects.</li>
|
|
@@ -11297,16 +11466,16 @@
|
|
|
11297
11466
|
<li><a href="https://github.com/nautobot/nautobot/issues/6415">#6415</a> - Added missing column <code>software_version</code> to the Device Table in Device List View.</li>
|
|
11298
11467
|
<li><a href="https://github.com/nautobot/nautobot/issues/6425">#6425</a> - Fixed bug in which ColoredLabelColumn() wasn't being applied to the `role' column on Device/VM interfaces.</li>
|
|
11299
11468
|
</ul>
|
|
11300
|
-
<h3 id="
|
|
11469
|
+
<h3 id="dependencies_5">Dependencies<a class="headerlink" href="#dependencies_5" title="Permanent link">¶</a></h3>
|
|
11301
11470
|
<ul>
|
|
11302
11471
|
<li><a href="https://github.com/nautobot/nautobot/issues/6362">#6362</a> - Updated <code>psycopg2-binary</code> dependency to <code>~2.9.10</code>.</li>
|
|
11303
11472
|
</ul>
|
|
11304
|
-
<h3 id="
|
|
11473
|
+
<h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">¶</a></h3>
|
|
11305
11474
|
<ul>
|
|
11306
11475
|
<li><a href="https://github.com/nautobot/nautobot/issues/6362">#6362</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.41</code>.</li>
|
|
11307
11476
|
</ul>
|
|
11308
11477
|
<h2 id="v238-2024-10-18">v2.3.8 (2024-10-18)<a class="headerlink" href="#v238-2024-10-18" title="Permanent link">¶</a></h2>
|
|
11309
|
-
<h3 id="
|
|
11478
|
+
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">¶</a></h3>
|
|
11310
11479
|
<ul>
|
|
11311
11480
|
<li><a href="https://github.com/nautobot/nautobot/issues/5050">#5050</a> - 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.</li>
|
|
11312
11481
|
<li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Fixed paginator widget to display the current selected <code>per_page</code> value even if it's not one of the <code>PER_PAGE_DEFAULTS</code> options.</li>
|
|
@@ -11315,27 +11484,27 @@
|
|
|
11315
11484
|
<li><a href="https://github.com/nautobot/nautobot/issues/6385">#6385</a> - Restored <code>Prefix.get_child_ips()</code> API mistakenly removed from v2.3.5 through v2.3.7.</li>
|
|
11316
11485
|
</ul>
|
|
11317
11486
|
<h2 id="v237-2024-10-15">v2.3.7 (2024-10-15)<a class="headerlink" href="#v237-2024-10-15" title="Permanent link">¶</a></h2>
|
|
11318
|
-
<h3 id="
|
|
11487
|
+
<h3 id="added_8">Added<a class="headerlink" href="#added_8" title="Permanent link">¶</a></h3>
|
|
11319
11488
|
<ul>
|
|
11320
11489
|
<li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Added <code>assertBodyContains()</code> test helper API to <code>NautobotTestCaseMixin</code>.</li>
|
|
11321
11490
|
</ul>
|
|
11322
|
-
<h3 id="
|
|
11491
|
+
<h3 id="changed_7">Changed<a class="headerlink" href="#changed_7" title="Permanent link">¶</a></h3>
|
|
11323
11492
|
<ul>
|
|
11324
11493
|
<li><a href="https://github.com/nautobot/nautobot/issues/6205">#6205</a> - Changed initial <code>Nautobot initialized!</code> message logged on startup to include the Nautobot version number.</li>
|
|
11325
11494
|
<li><a href="https://github.com/nautobot/nautobot/issues/6350">#6350</a> - Changed the way that <code>ensure_git_repository</code> logs hashes to include the name of the repository.</li>
|
|
11326
11495
|
</ul>
|
|
11327
|
-
<h3 id="
|
|
11496
|
+
<h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">¶</a></h3>
|
|
11328
11497
|
<ul>
|
|
11329
11498
|
<li><a href="https://github.com/nautobot/nautobot/issues/6158">#6158</a> - Fixed a UI overflow issue with the Tenant Stats panel.</li>
|
|
11330
11499
|
<li><a href="https://github.com/nautobot/nautobot/issues/6299">#6299</a> - Added retry logic and error handling for several cases where an intermittent Redis connection error could cause Celery to throw an exception.</li>
|
|
11331
11500
|
<li><a href="https://github.com/nautobot/nautobot/issues/6318">#6318</a> - Fixed duplicate loading of <code>nautobot_config.py</code> during Nautobot startup.</li>
|
|
11332
11501
|
<li><a href="https://github.com/nautobot/nautobot/issues/6329">#6329</a> - Added a data migration to fix DynamicGroup <code>group_type</code> values set incorrectly in upgrading to Nautobot 2.3.x.</li>
|
|
11333
11502
|
</ul>
|
|
11334
|
-
<h3 id="
|
|
11503
|
+
<h3 id="dependencies_6">Dependencies<a class="headerlink" href="#dependencies_6" title="Permanent link">¶</a></h3>
|
|
11335
11504
|
<ul>
|
|
11336
11505
|
<li><a href="https://github.com/nautobot/nautobot/issues/6299">#6299</a> - Added a direct dependency on <code>kombu</code> to guarantee the presence of some essential fixes for this Celery dependency.</li>
|
|
11337
11506
|
</ul>
|
|
11338
|
-
<h3 id="
|
|
11507
|
+
<h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">¶</a></h3>
|
|
11339
11508
|
<ul>
|
|
11340
11509
|
<li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Added usage of <code>extract_page_body()</code> to many view-related test cases in order to make their failure output more readable.</li>
|
|
11341
11510
|
<li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Modified many view-related test cases to use new <code>assertBodyContains()</code> test helper method for brevity.</li>
|
|
@@ -11346,12 +11515,12 @@
|
|
|
11346
11515
|
<li><a href="https://github.com/nautobot/nautobot/issues/6318">#6318</a> - Added <code>--remove-orphans</code> to the docker compose commands for <code>invoke stop</code> and <code>invoke destroy</code>.</li>
|
|
11347
11516
|
</ul>
|
|
11348
11517
|
<h2 id="v236-2024-10-02">v2.3.6 (2024-10-02)<a class="headerlink" href="#v236-2024-10-02" title="Permanent link">¶</a></h2>
|
|
11349
|
-
<h3 id="
|
|
11518
|
+
<h3 id="added_9">Added<a class="headerlink" href="#added_9" title="Permanent link">¶</a></h3>
|
|
11350
11519
|
<ul>
|
|
11351
11520
|
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added range field on <code>VLANGroup</code> model.</li>
|
|
11352
11521
|
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added tags on <code>VLANGroup</code> model.</li>
|
|
11353
11522
|
</ul>
|
|
11354
|
-
<h3 id="
|
|
11523
|
+
<h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">¶</a></h3>
|
|
11355
11524
|
<ul>
|
|
11356
11525
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed an error during startup when an App included a REST API serializer inheriting from an unexpected base class.</li>
|
|
11357
11526
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed a warning during startup about the <code>extras.FileAttachment</code> model.</li>
|
|
@@ -11361,21 +11530,21 @@
|
|
|
11361
11530
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Added a note to the release overview section for app developers regarding opt-in/opt-out of model features.</li>
|
|
11362
11531
|
<li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Updated app model developer documentation with more details about feature opt-out.</li>
|
|
11363
11532
|
</ul>
|
|
11364
|
-
<h3 id="
|
|
11533
|
+
<h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">¶</a></h3>
|
|
11365
11534
|
<ul>
|
|
11366
11535
|
<li><a href="https://github.com/nautobot/nautobot/issues/6308">#6308</a> - Increase the minimum number of content-types to three and capped the maximum to five for MetadataType instances created by MetadataTypeFactory.</li>
|
|
11367
11536
|
</ul>
|
|
11368
11537
|
<h2 id="v235-2024-09-30">v2.3.5 (2024-09-30)<a class="headerlink" href="#v235-2024-09-30" title="Permanent link">¶</a></h2>
|
|
11369
|
-
<h3 id="
|
|
11538
|
+
<h3 id="added_10">Added<a class="headerlink" href="#added_10" title="Permanent link">¶</a></h3>
|
|
11370
11539
|
<ul>
|
|
11371
11540
|
<li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Added <code>is_occupied</code> boolean filter to the Rack elevation API endpoint to allow filtering by occupied or unoccupied units.</li>
|
|
11372
11541
|
<li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Added the add button to IPAM Services.</li>
|
|
11373
11542
|
</ul>
|
|
11374
|
-
<h3 id="
|
|
11543
|
+
<h3 id="changed_8">Changed<a class="headerlink" href="#changed_8" title="Permanent link">¶</a></h3>
|
|
11375
11544
|
<ul>
|
|
11376
11545
|
<li><a href="https://github.com/nautobot/nautobot/issues/6057">#6057</a> - Enhanced job delete functions to prevent users from deleting system jobs from the UI and the API.</li>
|
|
11377
11546
|
</ul>
|
|
11378
|
-
<h3 id="
|
|
11547
|
+
<h3 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">¶</a></h3>
|
|
11379
11548
|
<ul>
|
|
11380
11549
|
<li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
|
|
11381
11550
|
<li><a href="https://github.com/nautobot/nautobot/issues/5924">#5924</a> - Fixed the redirect URL for the Device Bay Populate/Depopulate view to take the user back to the Device Bays tab on the Device page.</li>
|
|
@@ -11386,7 +11555,7 @@
|
|
|
11386
11555
|
<li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Fixed the selection options for <code>position</code> on the device add/edit form to disable RUs that are currently occupied.</li>
|
|
11387
11556
|
<li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Fixed lookup of IP Addresses in the Service form.</li>
|
|
11388
11557
|
</ul>
|
|
11389
|
-
<h3 id="
|
|
11558
|
+
<h3 id="dependencies_7">Dependencies<a class="headerlink" href="#dependencies_7" title="Permanent link">¶</a></h3>
|
|
11390
11559
|
<ul>
|
|
11391
11560
|
<li><a href="https://github.com/nautobot/nautobot/issues/6247">#6247</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.35</code>.</li>
|
|
11392
11561
|
<li><a href="https://github.com/nautobot/nautobot/issues/6287">#6287</a> - Replaced incorrect <code>django-structlog[all]</code> dependency with <code>django-structlog[celery]</code>.</li>
|
|
@@ -11395,7 +11564,7 @@
|
|
|
11395
11564
|
<ul>
|
|
11396
11565
|
<li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Added to the core developer documentation a warning against the use of data factories within test case code.</li>
|
|
11397
11566
|
</ul>
|
|
11398
|
-
<h3 id="
|
|
11567
|
+
<h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">¶</a></h3>
|
|
11399
11568
|
<ul>
|
|
11400
11569
|
<li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
|
|
11401
11570
|
<li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Changed <code>invoke unittest</code> to default to <code>--parallel</code> even when a <code>--label</code> value is specified.</li>
|
|
@@ -11404,16 +11573,16 @@
|
|
|
11404
11573
|
<li><a href="https://github.com/nautobot/nautobot/issues/6292">#6292</a> - Corrected logic of several VLAN test cases.</li>
|
|
11405
11574
|
</ul>
|
|
11406
11575
|
<h2 id="v234-2024-09-18">v2.3.4 (2024-09-18)<a class="headerlink" href="#v234-2024-09-18" title="Permanent link">¶</a></h2>
|
|
11407
|
-
<h3 id="
|
|
11576
|
+
<h3 id="added_11">Added<a class="headerlink" href="#added_11" title="Permanent link">¶</a></h3>
|
|
11408
11577
|
<ul>
|
|
11409
11578
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
|
|
11410
11579
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Added the ability to filter virtual machines by their <code>cluster</code> names or IDs.</li>
|
|
11411
11580
|
</ul>
|
|
11412
|
-
<h3 id="
|
|
11581
|
+
<h3 id="changed_9">Changed<a class="headerlink" href="#changed_9" title="Permanent link">¶</a></h3>
|
|
11413
11582
|
<ul>
|
|
11414
11583
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Changed default cache timeout for Constance configuration from 1 day to 300 seconds to match other caches.</li>
|
|
11415
11584
|
</ul>
|
|
11416
|
-
<h3 id="
|
|
11585
|
+
<h3 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">¶</a></h3>
|
|
11417
11586
|
<ul>
|
|
11418
11587
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
|
|
11419
11588
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
|
|
@@ -11427,7 +11596,7 @@
|
|
|
11427
11596
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added <code>environment_variables</code> keys to <code>settings.yaml</code> to more accurately document settings that are influenced by multiple environment variables together.</li>
|
|
11428
11597
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Removed <code>is_required_setting</code> keys from <code>settings.yaml</code> as no longer relevant.</li>
|
|
11429
11598
|
</ul>
|
|
11430
|
-
<h3 id="
|
|
11599
|
+
<h3 id="housekeeping_10">Housekeeping<a class="headerlink" href="#housekeeping_10" title="Permanent link">¶</a></h3>
|
|
11431
11600
|
<ul>
|
|
11432
11601
|
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>--cache-test-fixtures</code> and <code>--keepdb</code> flags from opt-in to opt-out for <code>invoke unittest</code> and <code>invoke integration-test</code> commands.</li>
|
|
11433
11602
|
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>invoke unittest</code> to automatically include <code>--parallel</code> flag when running the entire unit test suite.</li>
|
|
@@ -11435,22 +11604,22 @@
|
|
|
11435
11604
|
<li><a href="https://github.com/nautobot/nautobot/issues/6227">#6227</a> - Fixed typo in app upstream testing workflow.</li>
|
|
11436
11605
|
</ul>
|
|
11437
11606
|
<h2 id="v233-2024-09-16">v2.3.3 (2024-09-16)<a class="headerlink" href="#v233-2024-09-16" title="Permanent link">¶</a></h2>
|
|
11438
|
-
<h3 id="
|
|
11607
|
+
<h3 id="security_2">Security<a class="headerlink" href="#security_2" title="Permanent link">¶</a></h3>
|
|
11439
11608
|
<ul>
|
|
11440
11609
|
<li><a href="https://github.com/nautobot/nautobot/issues/6212">#6212</a> - Updated <code>Django</code> to <code>~4.2.16</code> to address <code>CVE-2024-45230</code> and <code>CVE-2024-45231</code>.</li>
|
|
11441
11610
|
</ul>
|
|
11442
|
-
<h3 id="
|
|
11611
|
+
<h3 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">¶</a></h3>
|
|
11443
11612
|
<ul>
|
|
11444
11613
|
<li><a href="https://github.com/nautobot/nautobot/issues/6184">#6184</a> - Fixed an exception in <code>extras.models.groups._map_filter_fields</code> method when certain App <code>filter_extensions</code> were present.</li>
|
|
11445
11614
|
<li><a href="https://github.com/nautobot/nautobot/issues/6190">#6190</a> - Added <code>display</code> property to Prefix to display its namespace along with the prefix to allow differentiation between prefixes in the UI.</li>
|
|
11446
11615
|
<li><a href="https://github.com/nautobot/nautobot/issues/6197">#6197</a> - Fixed an exception in <code>core.utils.lookup.get_model_for_view_name</code> function when rendering certain App object list views.</li>
|
|
11447
11616
|
<li><a href="https://github.com/nautobot/nautobot/issues/6203">#6203</a> - Fixed a performance regression observed when change logging resulted in a large number of ObjectChange records (such as in an SSOT Job).</li>
|
|
11448
11617
|
</ul>
|
|
11449
|
-
<h3 id="
|
|
11618
|
+
<h3 id="dependencies_8">Dependencies<a class="headerlink" href="#dependencies_8" title="Permanent link">¶</a></h3>
|
|
11450
11619
|
<ul>
|
|
11451
11620
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated <code>pyuwsgi</code> to <code>~2.0.26</code> and <code>PyYAML</code> to <code>~6.0.2</code>.</li>
|
|
11452
11621
|
</ul>
|
|
11453
|
-
<h3 id="
|
|
11622
|
+
<h3 id="housekeeping_11">Housekeeping<a class="headerlink" href="#housekeeping_11" title="Permanent link">¶</a></h3>
|
|
11454
11623
|
<ul>
|
|
11455
11624
|
<li><a href="https://github.com/nautobot/nautobot/issues/5376">#5376</a> - Disabled <code>coverage</code> during initial test database setup to improve test performance.</li>
|
|
11456
11625
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated development dependencies <code>factory-boy</code> to <code>~3.3.1</code>, <code>ruff</code> to <code>~0.5.7</code>, and <code>watchdog</code> to <code>~4.0.2</code>.</li>
|
|
@@ -11460,18 +11629,18 @@
|
|
|
11460
11629
|
<li><a href="https://github.com/nautobot/nautobot/issues/6212">#6212</a> - Updated development dependency <code>pylint</code> to <code>~3.2.7</code>.</li>
|
|
11461
11630
|
</ul>
|
|
11462
11631
|
<h2 id="v232-2024-09-03">v2.3.2 (2024-09-03)<a class="headerlink" href="#v232-2024-09-03" title="Permanent link">¶</a></h2>
|
|
11463
|
-
<h3 id="
|
|
11632
|
+
<h3 id="security_3">Security<a class="headerlink" href="#security_3" title="Permanent link">¶</a></h3>
|
|
11464
11633
|
<ul>
|
|
11465
11634
|
<li><a href="https://github.com/nautobot/nautobot/issues/6182">#6182</a> - Updated <code>cryptography</code> to <code>43.0.1</code> to address <code>GHSA-h4gh-qq45-vh27</code>. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
11466
11635
|
</ul>
|
|
11467
|
-
<h3 id="
|
|
11636
|
+
<h3 id="added_12">Added<a class="headerlink" href="#added_12" title="Permanent link">¶</a></h3>
|
|
11468
11637
|
<ul>
|
|
11469
11638
|
<li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
|
|
11470
11639
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time_zone</code> field to <code>ScheduledJob</code> model.</li>
|
|
11471
11640
|
<li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
|
|
11472
11641
|
<li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
|
|
11473
11642
|
</ul>
|
|
11474
|
-
<h3 id="
|
|
11643
|
+
<h3 id="fixed_13">Fixed<a class="headerlink" href="#fixed_13" title="Permanent link">¶</a></h3>
|
|
11475
11644
|
<ul>
|
|
11476
11645
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Corrected several bugs around handling of <code>ScheduledJob</code> execution when <code>settings.TIME_ZONE</code> is other than "UTC".</li>
|
|
11477
11646
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added missing <code>Meta.ordering</code> definition to <code>ScheduledJob</code> model.</li>
|
|
@@ -11480,7 +11649,7 @@
|
|
|
11480
11649
|
<li><a href="https://github.com/nautobot/nautobot/issues/6146">#6146</a> - Added missing DynamicGroup content to Device Detail View and Software Image File Detail View.</li>
|
|
11481
11650
|
<li><a href="https://github.com/nautobot/nautobot/issues/6175">#6175</a> - Prevented some <code>AttributeError</code> exceptions from being raised when an App contains a model that doesn't inherit from <code>BaseModel</code>.</li>
|
|
11482
11651
|
</ul>
|
|
11483
|
-
<h3 id="
|
|
11652
|
+
<h3 id="housekeeping_12">Housekeeping<a class="headerlink" href="#housekeeping_12" title="Permanent link">¶</a></h3>
|
|
11484
11653
|
<ul>
|
|
11485
11654
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>watchmedo</code> to <code>celery_beat</code> development container.</li>
|
|
11486
11655
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time-machine</code> as a development environment (test execution) dependency.</li>
|
|
@@ -11488,33 +11657,33 @@
|
|
|
11488
11657
|
<li><a href="https://github.com/nautobot/nautobot/issues/6147">#6147</a> - Added <code>development/cleanup_factory_dump.py</code> helper script to aid in identifying other issues with test data.</li>
|
|
11489
11658
|
</ul>
|
|
11490
11659
|
<h2 id="v231-2024-08-19">v2.3.1 (2024-08-19)<a class="headerlink" href="#v231-2024-08-19" title="Permanent link">¶</a></h2>
|
|
11491
|
-
<h3 id="
|
|
11660
|
+
<h3 id="added_13">Added<a class="headerlink" href="#added_13" title="Permanent link">¶</a></h3>
|
|
11492
11661
|
<ul>
|
|
11493
11662
|
<li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
|
|
11494
11663
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Added validation logic to <code>DeviceForm</code> <code>clean()</code> method to raise a validation error if there is any invalid software image file specified.</li>
|
|
11495
11664
|
<li><a href="https://github.com/nautobot/nautobot/issues/5915">#5915</a> - Enhanced <code>IPAddress.objects.get_or_create</code> method to permit specifying a namespace as an alternative to a parent prefix.</li>
|
|
11496
11665
|
</ul>
|
|
11497
|
-
<h3 id="
|
|
11666
|
+
<h3 id="changed_10">Changed<a class="headerlink" href="#changed_10" title="Permanent link">¶</a></h3>
|
|
11498
11667
|
<ul>
|
|
11499
11668
|
<li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
|
|
11500
11669
|
</ul>
|
|
11501
|
-
<h3 id="
|
|
11670
|
+
<h3 id="fixed_14">Fixed<a class="headerlink" href="#fixed_14" title="Permanent link">¶</a></h3>
|
|
11502
11671
|
<ul>
|
|
11503
11672
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Fixed <code>Device</code> model <code>clean()</code> validation logic to allow user to specify a software version on a device without specifying any software image files.</li>
|
|
11504
11673
|
<li><a href="https://github.com/nautobot/nautobot/issues/6096">#6096</a> - Updated CloudAccount UI: Set the <code>secrets_group</code> form field to be optional.</li>
|
|
11505
11674
|
<li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
|
|
11506
11675
|
<li><a href="https://github.com/nautobot/nautobot/issues/6116">#6116</a> - Added handling for an <code>OperationalError</code> that might be raised when running <code>pylint-nautobot</code> or similar linters that depend on successfully running <code>nautobot.setup()</code>.</li>
|
|
11507
11676
|
</ul>
|
|
11508
|
-
<h3 id="
|
|
11677
|
+
<h3 id="housekeeping_13">Housekeeping<a class="headerlink" href="#housekeeping_13" title="Permanent link">¶</a></h3>
|
|
11509
11678
|
<ul>
|
|
11510
11679
|
<li><a href="https://github.com/nautobot/nautobot/issues/6107">#6107</a> - Updated documentation dependency <code>mkdocstrings-python</code> to <code>~1.10.8</code>.</li>
|
|
11511
11680
|
</ul>
|
|
11512
11681
|
<h2 id="v230-2024-08-08">v2.3.0 (2024-08-08)<a class="headerlink" href="#v230-2024-08-08" title="Permanent link">¶</a></h2>
|
|
11513
|
-
<h3 id="
|
|
11682
|
+
<h3 id="security_4">Security<a class="headerlink" href="#security_4" title="Permanent link">¶</a></h3>
|
|
11514
11683
|
<ul>
|
|
11515
11684
|
<li><a href="https://github.com/nautobot/nautobot/issues/6073">#6073</a> - Updated <code>Django</code> to <code>~4.2.15</code> due to <code>CVE-2024-41989</code>, <code>CVE-2024-41990</code>, <code>CVE-2024-41991</code>, and <code>CVE-2024-42005</code>.</li>
|
|
11516
11685
|
</ul>
|
|
11517
|
-
<h3 id="
|
|
11686
|
+
<h3 id="added_14">Added<a class="headerlink" href="#added_14" title="Permanent link">¶</a></h3>
|
|
11518
11687
|
<ul>
|
|
11519
11688
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
|
|
11520
11689
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
|
|
@@ -11524,7 +11693,7 @@
|
|
|
11524
11693
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for querying <code>GenericRelation</code> relationships (reverse of <code>GenericForeignKey</code>) in GraphQL.</li>
|
|
11525
11694
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for filtering an object's <code>associated_contacts</code> in GraphQL.</li>
|
|
11526
11695
|
</ul>
|
|
11527
|
-
<h3 id="
|
|
11696
|
+
<h3 id="changed_11">Changed<a class="headerlink" href="#changed_11" title="Permanent link">¶</a></h3>
|
|
11528
11697
|
<ul>
|
|
11529
11698
|
<li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed rendering of <code>scoped_fields</code> column in <code>ObjectMetadataTable</code>.</li>
|
|
11530
11699
|
<li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
|
|
@@ -11538,7 +11707,7 @@
|
|
|
11538
11707
|
<li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
|
|
11539
11708
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
|
|
11540
11709
|
</ul>
|
|
11541
|
-
<h3 id="
|
|
11710
|
+
<h3 id="fixed_15">Fixed<a class="headerlink" href="#fixed_15" title="Permanent link">¶</a></h3>
|
|
11542
11711
|
<ul>
|
|
11543
11712
|
<li><a href="https://github.com/nautobot/nautobot/issues/5967">#5967</a> - Fixed a regression in the display of custom fields in object-edit forms.</li>
|
|
11544
11713
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
|
|
@@ -11562,7 +11731,7 @@
|
|
|
11562
11731
|
<li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
|
|
11563
11732
|
<li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
|
|
11564
11733
|
</ul>
|
|
11565
|
-
<h3 id="
|
|
11734
|
+
<h3 id="housekeeping_14">Housekeeping<a class="headerlink" href="#housekeeping_14" title="Permanent link">¶</a></h3>
|
|
11566
11735
|
<ul>
|
|
11567
11736
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated development dependency <code>ruff</code> to <code>~0.5.6</code>.</li>
|
|
11568
11737
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated documentation dependencies: <code>mkdocs-material</code> to <code>~9.5.31</code>, <code>mkdocstrings</code> to <code>~0.25.2</code>, and <code>mkdocstrings-python</code> to <code>~1.10.7</code>.</li>
|
|
@@ -11573,11 +11742,11 @@
|
|
|
11573
11742
|
<li><a href="https://github.com/nautobot/nautobot/issues/6071">#6071</a> - Fixed incorrect generic-test logic in <code>FilterTestCase.test_q_filter_valid</code> for <code>q</code> filters containing <code>iexact</code> lookups.</li>
|
|
11574
11743
|
</ul>
|
|
11575
11744
|
<h2 id="v230-beta1-2024-07-25">v2.3.0-beta.1 (2024-07-25)<a class="headerlink" href="#v230-beta1-2024-07-25" title="Permanent link">¶</a></h2>
|
|
11576
|
-
<h3 id="
|
|
11745
|
+
<h3 id="security_5">Security<a class="headerlink" href="#security_5" title="Permanent link">¶</a></h3>
|
|
11577
11746
|
<ul>
|
|
11578
11747
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>Django</code> to <code>~4.2.14</code> due to <code>CVE-2024-38875</code>, <code>CVE-2024-39329</code>, <code>CVE-2024-39330</code>, and <code>CVE-2024-39614</code>.</li>
|
|
11579
11748
|
</ul>
|
|
11580
|
-
<h3 id="
|
|
11749
|
+
<h3 id="added_15">Added<a class="headerlink" href="#added_15" title="Permanent link">¶</a></h3>
|
|
11581
11750
|
<ul>
|
|
11582
11751
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
|
|
11583
11752
|
<li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Added ModuleBay, Module, ModuleType and ModuleBayTemplate models to support modeling line cards and other modular components of a device.</li>
|
|
@@ -11624,7 +11793,7 @@
|
|
|
11624
11793
|
<li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added tables of related <code>CloudService</code> and/or <code>CloudNetwork</code> instances to the <code>CloudResourceType</code> detail view.</li>
|
|
11625
11794
|
<li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
|
|
11626
11795
|
</ul>
|
|
11627
|
-
<h3 id="
|
|
11796
|
+
<h3 id="changed_12">Changed<a class="headerlink" href="#changed_12" title="Permanent link">¶</a></h3>
|
|
11628
11797
|
<ul>
|
|
11629
11798
|
<li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Updated device interfaces filter to support filtering by interface name as well as by ID.</li>
|
|
11630
11799
|
<li><a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a> - Changed behavior of the <code>CHANGELOG_RETENTION</code> setting; it no longer applies automatically to force cleanup of ObjectChange records over a certain age cutoff, but instead serves as the default cutoff age whenever running the new "Logs Cleanup" system Job.</li>
|
|
@@ -11668,7 +11837,7 @@
|
|
|
11668
11837
|
<li><a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a> - Removed <code>DYNAMIC_GROUPS_MEMBER_CACHE_TIMEOUT</code> setting as it is no longer relevant after refactoring the Dynamic Group membership caching implementation.</li>
|
|
11669
11838
|
<li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Removed the <code>StaticGroup</code> model added in #5472, replacing it with a subtype of the <code>DynamicGroup</code> model.</li>
|
|
11670
11839
|
</ul>
|
|
11671
|
-
<h3 id="
|
|
11840
|
+
<h3 id="fixed_16">Fixed<a class="headerlink" href="#fixed_16" title="Permanent link">¶</a></h3>
|
|
11672
11841
|
<ul>
|
|
11673
11842
|
<li><a href="https://github.com/nautobot/nautobot/issues/2352">#2352</a> - Fixed random deadlocks in long-running Jobs resulting from the ObjectChange automatic cleanup signal.</li>
|
|
11674
11843
|
<li><a href="https://github.com/nautobot/nautobot/issues/5123">#5123</a> - Fixed an unhandled <code>ValueError</code> when filtering on <code>vlans</code> by their UUID rather than their VLAN ID.</li>
|
|
@@ -11692,7 +11861,7 @@
|
|
|
11692
11861
|
<li><a href="https://github.com/nautobot/nautobot/issues/5951">#5951</a> - Removed unused consolidated action button on job list view.</li>
|
|
11693
11862
|
<li><a href="https://github.com/nautobot/nautobot/issues/5952">#5952</a> - Changed generic "Bulk Actions" dropup button styling to match generic "Actions" dropdown button.</li>
|
|
11694
11863
|
</ul>
|
|
11695
|
-
<h3 id="
|
|
11864
|
+
<h3 id="dependencies_9">Dependencies<a class="headerlink" href="#dependencies_9" title="Permanent link">¶</a></h3>
|
|
11696
11865
|
<ul>
|
|
11697
11866
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Updated <code>materialdesignicons</code> to version 7.4.47.</li>
|
|
11698
11867
|
<li><a href="https://github.com/nautobot/nautobot/issues/4616">#4616</a> - Updated <code>django-taggit</code> to <code>~5.0.0</code>.</li>
|
|
@@ -11724,7 +11893,7 @@
|
|
|
11724
11893
|
<li><a href="https://github.com/nautobot/nautobot/issues/5895">#5895</a> - Added missing model documentation for <code>CloudNetwork</code>, <code>CloudNetworkPrefixAssignment</code>, <code>CloudService</code> and <del><code>CloudType</code></del> <code>CloudResourceType</code>.</li>
|
|
11725
11894
|
<li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
|
|
11726
11895
|
</ul>
|
|
11727
|
-
<h3 id="
|
|
11896
|
+
<h3 id="housekeeping_15">Housekeeping<a class="headerlink" href="#housekeeping_15" title="Permanent link">¶</a></h3>
|
|
11728
11897
|
<ul>
|
|
11729
11898
|
<li><a href="https://github.com/nautobot/nautobot/issues/5160">#5160</a> - Replaced references to <code>pytz</code> with <code>zoneinfo</code> in keeping with Django 4.</li>
|
|
11730
11899
|
<li><a href="https://github.com/nautobot/nautobot/issues/5212">#5212</a> - Enhanced <code>nautobot.core.testing.filters.FilterTestCases.BaseFilterTestCase.test_filters_generic()</code> test case to test for the presence and proper functioning of the <code>contacts</code> and <code>teams</code> filters on any appropriate model FilterSet.</li>
|
|
@@ -11895,7 +12064,7 @@
|
|
|
11895
12064
|
<script id="__config" type="application/json">{"base": "..", "features": ["content.code.copy", "content.tabs.link", "navigation.footer", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "search.highlight", "search.share", "search.suggest"], "search": "../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
|
11896
12065
|
|
|
11897
12066
|
|
|
11898
|
-
<script src="../assets/javascripts/bundle.
|
|
12067
|
+
<script src="../assets/javascripts/bundle.88dd0f4e.min.js"></script>
|
|
11899
12068
|
|
|
11900
12069
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
11901
12070
|
|