nautobot 2.3.15__py3-none-any.whl → 2.3.15b1__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/fixtures/user-data.json +59 -0
- nautobot/core/settings.py +0 -3
- nautobot/core/settings.yaml +0 -8
- nautobot/core/templates/inc/media.html +0 -3
- nautobot/core/templates/nautobot_config.py.j2 +0 -3
- nautobot/core/tests/integration/test_app_home.py +1 -0
- nautobot/core/tests/integration/test_app_navbar.py +1 -0
- nautobot/core/tests/integration/test_filters.py +2 -0
- nautobot/core/tests/integration/test_home.py +1 -0
- nautobot/core/tests/integration/test_navbar.py +1 -0
- nautobot/core/tests/integration/test_view_authentication.py +0 -1
- nautobot/core/tests/test_views.py +0 -29
- nautobot/core/urls.py +0 -9
- nautobot/extras/forms/mixins.py +1 -1
- nautobot/extras/models/customfields.py +11 -12
- nautobot/extras/tests/integration/test_plugin_banner.py +2 -0
- nautobot/extras/tests/test_forms.py +1 -20
- 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.88dd0f4e.min.js → bundle.83f73b43.min.js} +2 -2
- nautobot/project-static/docs/assets/javascripts/{bundle.88dd0f4e.min.js.map → bundle.83f73b43.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 +2 -2
- 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 +70 -27
- 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 +231 -400
- 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 +2 -29
- 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.15.dist-info → nautobot-2.3.15b1.dist-info}/METADATA +4 -5
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/RECORD +300 -299
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/NOTICE +0 -0
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/WHEEL +0 -0
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.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.48">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -8254,75 +8254,6 @@
|
|
|
8254
8254
|
</ul>
|
|
8255
8255
|
</nav>
|
|
8256
8256
|
|
|
8257
|
-
</li>
|
|
8258
|
-
|
|
8259
|
-
<li class="md-nav__item">
|
|
8260
|
-
<a href="#v2315-2025-01-02" class="md-nav__link">
|
|
8261
|
-
<span class="md-ellipsis">
|
|
8262
|
-
v2.3.15 (2025-01-02)
|
|
8263
|
-
</span>
|
|
8264
|
-
</a>
|
|
8265
|
-
|
|
8266
|
-
<nav class="md-nav" aria-label="v2.3.15 (2025-01-02)">
|
|
8267
|
-
<ul class="md-nav__list">
|
|
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
|
-
|
|
8278
|
-
<li class="md-nav__item">
|
|
8279
|
-
<a href="#added_1" class="md-nav__link">
|
|
8280
|
-
<span class="md-ellipsis">
|
|
8281
|
-
Added
|
|
8282
|
-
</span>
|
|
8283
|
-
</a>
|
|
8284
|
-
|
|
8285
|
-
</li>
|
|
8286
|
-
|
|
8287
|
-
<li class="md-nav__item">
|
|
8288
|
-
<a href="#changed_1" class="md-nav__link">
|
|
8289
|
-
<span class="md-ellipsis">
|
|
8290
|
-
Changed
|
|
8291
|
-
</span>
|
|
8292
|
-
</a>
|
|
8293
|
-
|
|
8294
|
-
</li>
|
|
8295
|
-
|
|
8296
|
-
<li class="md-nav__item">
|
|
8297
|
-
<a href="#fixed" class="md-nav__link">
|
|
8298
|
-
<span class="md-ellipsis">
|
|
8299
|
-
Fixed
|
|
8300
|
-
</span>
|
|
8301
|
-
</a>
|
|
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
8257
|
</li>
|
|
8327
8258
|
|
|
8328
8259
|
<li class="md-nav__item">
|
|
@@ -8336,7 +8267,7 @@
|
|
|
8336
8267
|
<ul class="md-nav__list">
|
|
8337
8268
|
|
|
8338
8269
|
<li class="md-nav__item">
|
|
8339
|
-
<a href="#
|
|
8270
|
+
<a href="#added_1" class="md-nav__link">
|
|
8340
8271
|
<span class="md-ellipsis">
|
|
8341
8272
|
Added
|
|
8342
8273
|
</span>
|
|
@@ -8345,7 +8276,7 @@
|
|
|
8345
8276
|
</li>
|
|
8346
8277
|
|
|
8347
8278
|
<li class="md-nav__item">
|
|
8348
|
-
<a href="#
|
|
8279
|
+
<a href="#changed_1" class="md-nav__link">
|
|
8349
8280
|
<span class="md-ellipsis">
|
|
8350
8281
|
Changed
|
|
8351
8282
|
</span>
|
|
@@ -8354,7 +8285,7 @@
|
|
|
8354
8285
|
</li>
|
|
8355
8286
|
|
|
8356
8287
|
<li class="md-nav__item">
|
|
8357
|
-
<a href="#
|
|
8288
|
+
<a href="#fixed" class="md-nav__link">
|
|
8358
8289
|
<span class="md-ellipsis">
|
|
8359
8290
|
Fixed
|
|
8360
8291
|
</span>
|
|
@@ -8372,7 +8303,7 @@
|
|
|
8372
8303
|
</li>
|
|
8373
8304
|
|
|
8374
8305
|
<li class="md-nav__item">
|
|
8375
|
-
<a href="#
|
|
8306
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
8376
8307
|
<span class="md-ellipsis">
|
|
8377
8308
|
Housekeeping
|
|
8378
8309
|
</span>
|
|
@@ -8396,7 +8327,7 @@
|
|
|
8396
8327
|
<ul class="md-nav__list">
|
|
8397
8328
|
|
|
8398
8329
|
<li class="md-nav__item">
|
|
8399
|
-
<a href="#
|
|
8330
|
+
<a href="#security" class="md-nav__link">
|
|
8400
8331
|
<span class="md-ellipsis">
|
|
8401
8332
|
Security
|
|
8402
8333
|
</span>
|
|
@@ -8405,7 +8336,7 @@
|
|
|
8405
8336
|
</li>
|
|
8406
8337
|
|
|
8407
8338
|
<li class="md-nav__item">
|
|
8408
|
-
<a href="#
|
|
8339
|
+
<a href="#added_2" class="md-nav__link">
|
|
8409
8340
|
<span class="md-ellipsis">
|
|
8410
8341
|
Added
|
|
8411
8342
|
</span>
|
|
@@ -8414,7 +8345,7 @@
|
|
|
8414
8345
|
</li>
|
|
8415
8346
|
|
|
8416
8347
|
<li class="md-nav__item">
|
|
8417
|
-
<a href="#
|
|
8348
|
+
<a href="#changed_2" class="md-nav__link">
|
|
8418
8349
|
<span class="md-ellipsis">
|
|
8419
8350
|
Changed
|
|
8420
8351
|
</span>
|
|
@@ -8423,7 +8354,7 @@
|
|
|
8423
8354
|
</li>
|
|
8424
8355
|
|
|
8425
8356
|
<li class="md-nav__item">
|
|
8426
|
-
<a href="#
|
|
8357
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8427
8358
|
<span class="md-ellipsis">
|
|
8428
8359
|
Fixed
|
|
8429
8360
|
</span>
|
|
@@ -8432,7 +8363,7 @@
|
|
|
8432
8363
|
</li>
|
|
8433
8364
|
|
|
8434
8365
|
<li class="md-nav__item">
|
|
8435
|
-
<a href="#
|
|
8366
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
8436
8367
|
<span class="md-ellipsis">
|
|
8437
8368
|
Dependencies
|
|
8438
8369
|
</span>
|
|
@@ -8450,7 +8381,7 @@
|
|
|
8450
8381
|
</li>
|
|
8451
8382
|
|
|
8452
8383
|
<li class="md-nav__item">
|
|
8453
|
-
<a href="#
|
|
8384
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8454
8385
|
<span class="md-ellipsis">
|
|
8455
8386
|
Housekeeping
|
|
8456
8387
|
</span>
|
|
@@ -8474,7 +8405,7 @@
|
|
|
8474
8405
|
<ul class="md-nav__list">
|
|
8475
8406
|
|
|
8476
8407
|
<li class="md-nav__item">
|
|
8477
|
-
<a href="#
|
|
8408
|
+
<a href="#added_3" class="md-nav__link">
|
|
8478
8409
|
<span class="md-ellipsis">
|
|
8479
8410
|
Added
|
|
8480
8411
|
</span>
|
|
@@ -8483,7 +8414,7 @@
|
|
|
8483
8414
|
</li>
|
|
8484
8415
|
|
|
8485
8416
|
<li class="md-nav__item">
|
|
8486
|
-
<a href="#
|
|
8417
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8487
8418
|
<span class="md-ellipsis">
|
|
8488
8419
|
Fixed
|
|
8489
8420
|
</span>
|
|
@@ -8492,7 +8423,7 @@
|
|
|
8492
8423
|
</li>
|
|
8493
8424
|
|
|
8494
8425
|
<li class="md-nav__item">
|
|
8495
|
-
<a href="#
|
|
8426
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
8496
8427
|
<span class="md-ellipsis">
|
|
8497
8428
|
Dependencies
|
|
8498
8429
|
</span>
|
|
@@ -8510,7 +8441,7 @@
|
|
|
8510
8441
|
</li>
|
|
8511
8442
|
|
|
8512
8443
|
<li class="md-nav__item">
|
|
8513
|
-
<a href="#
|
|
8444
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8514
8445
|
<span class="md-ellipsis">
|
|
8515
8446
|
Housekeeping
|
|
8516
8447
|
</span>
|
|
@@ -8534,7 +8465,7 @@
|
|
|
8534
8465
|
<ul class="md-nav__list">
|
|
8535
8466
|
|
|
8536
8467
|
<li class="md-nav__item">
|
|
8537
|
-
<a href="#
|
|
8468
|
+
<a href="#added_4" class="md-nav__link">
|
|
8538
8469
|
<span class="md-ellipsis">
|
|
8539
8470
|
Added
|
|
8540
8471
|
</span>
|
|
@@ -8543,7 +8474,7 @@
|
|
|
8543
8474
|
</li>
|
|
8544
8475
|
|
|
8545
8476
|
<li class="md-nav__item">
|
|
8546
|
-
<a href="#
|
|
8477
|
+
<a href="#changed_3" class="md-nav__link">
|
|
8547
8478
|
<span class="md-ellipsis">
|
|
8548
8479
|
Changed
|
|
8549
8480
|
</span>
|
|
@@ -8552,7 +8483,7 @@
|
|
|
8552
8483
|
</li>
|
|
8553
8484
|
|
|
8554
8485
|
<li class="md-nav__item">
|
|
8555
|
-
<a href="#
|
|
8486
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8556
8487
|
<span class="md-ellipsis">
|
|
8557
8488
|
Fixed
|
|
8558
8489
|
</span>
|
|
@@ -8570,7 +8501,7 @@
|
|
|
8570
8501
|
</li>
|
|
8571
8502
|
|
|
8572
8503
|
<li class="md-nav__item">
|
|
8573
|
-
<a href="#
|
|
8504
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8574
8505
|
<span class="md-ellipsis">
|
|
8575
8506
|
Housekeeping
|
|
8576
8507
|
</span>
|
|
@@ -8594,7 +8525,7 @@
|
|
|
8594
8525
|
<ul class="md-nav__list">
|
|
8595
8526
|
|
|
8596
8527
|
<li class="md-nav__item">
|
|
8597
|
-
<a href="#
|
|
8528
|
+
<a href="#added_5" class="md-nav__link">
|
|
8598
8529
|
<span class="md-ellipsis">
|
|
8599
8530
|
Added
|
|
8600
8531
|
</span>
|
|
@@ -8603,7 +8534,7 @@
|
|
|
8603
8534
|
</li>
|
|
8604
8535
|
|
|
8605
8536
|
<li class="md-nav__item">
|
|
8606
|
-
<a href="#
|
|
8537
|
+
<a href="#changed_4" class="md-nav__link">
|
|
8607
8538
|
<span class="md-ellipsis">
|
|
8608
8539
|
Changed
|
|
8609
8540
|
</span>
|
|
@@ -8612,7 +8543,7 @@
|
|
|
8612
8543
|
</li>
|
|
8613
8544
|
|
|
8614
8545
|
<li class="md-nav__item">
|
|
8615
|
-
<a href="#
|
|
8546
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8616
8547
|
<span class="md-ellipsis">
|
|
8617
8548
|
Fixed
|
|
8618
8549
|
</span>
|
|
@@ -8621,7 +8552,7 @@
|
|
|
8621
8552
|
</li>
|
|
8622
8553
|
|
|
8623
8554
|
<li class="md-nav__item">
|
|
8624
|
-
<a href="#
|
|
8555
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
8625
8556
|
<span class="md-ellipsis">
|
|
8626
8557
|
Dependencies
|
|
8627
8558
|
</span>
|
|
@@ -8630,7 +8561,7 @@
|
|
|
8630
8561
|
</li>
|
|
8631
8562
|
|
|
8632
8563
|
<li class="md-nav__item">
|
|
8633
|
-
<a href="#
|
|
8564
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
8634
8565
|
<span class="md-ellipsis">
|
|
8635
8566
|
Housekeeping
|
|
8636
8567
|
</span>
|
|
@@ -8654,7 +8585,7 @@
|
|
|
8654
8585
|
<ul class="md-nav__list">
|
|
8655
8586
|
|
|
8656
8587
|
<li class="md-nav__item">
|
|
8657
|
-
<a href="#
|
|
8588
|
+
<a href="#added_6" class="md-nav__link">
|
|
8658
8589
|
<span class="md-ellipsis">
|
|
8659
8590
|
Added
|
|
8660
8591
|
</span>
|
|
@@ -8663,7 +8594,7 @@
|
|
|
8663
8594
|
</li>
|
|
8664
8595
|
|
|
8665
8596
|
<li class="md-nav__item">
|
|
8666
|
-
<a href="#
|
|
8597
|
+
<a href="#changed_5" class="md-nav__link">
|
|
8667
8598
|
<span class="md-ellipsis">
|
|
8668
8599
|
Changed
|
|
8669
8600
|
</span>
|
|
@@ -8672,7 +8603,7 @@
|
|
|
8672
8603
|
</li>
|
|
8673
8604
|
|
|
8674
8605
|
<li class="md-nav__item">
|
|
8675
|
-
<a href="#
|
|
8606
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
8676
8607
|
<span class="md-ellipsis">
|
|
8677
8608
|
Fixed
|
|
8678
8609
|
</span>
|
|
@@ -8681,7 +8612,7 @@
|
|
|
8681
8612
|
</li>
|
|
8682
8613
|
|
|
8683
8614
|
<li class="md-nav__item">
|
|
8684
|
-
<a href="#
|
|
8615
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
8685
8616
|
<span class="md-ellipsis">
|
|
8686
8617
|
Dependencies
|
|
8687
8618
|
</span>
|
|
@@ -8690,7 +8621,7 @@
|
|
|
8690
8621
|
</li>
|
|
8691
8622
|
|
|
8692
8623
|
<li class="md-nav__item">
|
|
8693
|
-
<a href="#
|
|
8624
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
8694
8625
|
<span class="md-ellipsis">
|
|
8695
8626
|
Housekeeping
|
|
8696
8627
|
</span>
|
|
@@ -8714,7 +8645,7 @@
|
|
|
8714
8645
|
<ul class="md-nav__list">
|
|
8715
8646
|
|
|
8716
8647
|
<li class="md-nav__item">
|
|
8717
|
-
<a href="#
|
|
8648
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
8718
8649
|
<span class="md-ellipsis">
|
|
8719
8650
|
Fixed
|
|
8720
8651
|
</span>
|
|
@@ -8738,7 +8669,7 @@
|
|
|
8738
8669
|
<ul class="md-nav__list">
|
|
8739
8670
|
|
|
8740
8671
|
<li class="md-nav__item">
|
|
8741
|
-
<a href="#
|
|
8672
|
+
<a href="#added_7" class="md-nav__link">
|
|
8742
8673
|
<span class="md-ellipsis">
|
|
8743
8674
|
Added
|
|
8744
8675
|
</span>
|
|
@@ -8747,7 +8678,7 @@
|
|
|
8747
8678
|
</li>
|
|
8748
8679
|
|
|
8749
8680
|
<li class="md-nav__item">
|
|
8750
|
-
<a href="#
|
|
8681
|
+
<a href="#changed_6" class="md-nav__link">
|
|
8751
8682
|
<span class="md-ellipsis">
|
|
8752
8683
|
Changed
|
|
8753
8684
|
</span>
|
|
@@ -8756,7 +8687,7 @@
|
|
|
8756
8687
|
</li>
|
|
8757
8688
|
|
|
8758
8689
|
<li class="md-nav__item">
|
|
8759
|
-
<a href="#
|
|
8690
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
8760
8691
|
<span class="md-ellipsis">
|
|
8761
8692
|
Fixed
|
|
8762
8693
|
</span>
|
|
@@ -8765,7 +8696,7 @@
|
|
|
8765
8696
|
</li>
|
|
8766
8697
|
|
|
8767
8698
|
<li class="md-nav__item">
|
|
8768
|
-
<a href="#
|
|
8699
|
+
<a href="#dependencies_5" class="md-nav__link">
|
|
8769
8700
|
<span class="md-ellipsis">
|
|
8770
8701
|
Dependencies
|
|
8771
8702
|
</span>
|
|
@@ -8774,7 +8705,7 @@
|
|
|
8774
8705
|
</li>
|
|
8775
8706
|
|
|
8776
8707
|
<li class="md-nav__item">
|
|
8777
|
-
<a href="#
|
|
8708
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
8778
8709
|
<span class="md-ellipsis">
|
|
8779
8710
|
Housekeeping
|
|
8780
8711
|
</span>
|
|
@@ -8798,7 +8729,7 @@
|
|
|
8798
8729
|
<ul class="md-nav__list">
|
|
8799
8730
|
|
|
8800
8731
|
<li class="md-nav__item">
|
|
8801
|
-
<a href="#
|
|
8732
|
+
<a href="#added_8" class="md-nav__link">
|
|
8802
8733
|
<span class="md-ellipsis">
|
|
8803
8734
|
Added
|
|
8804
8735
|
</span>
|
|
@@ -8807,7 +8738,7 @@
|
|
|
8807
8738
|
</li>
|
|
8808
8739
|
|
|
8809
8740
|
<li class="md-nav__item">
|
|
8810
|
-
<a href="#
|
|
8741
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
8811
8742
|
<span class="md-ellipsis">
|
|
8812
8743
|
Fixed
|
|
8813
8744
|
</span>
|
|
@@ -8825,7 +8756,7 @@
|
|
|
8825
8756
|
</li>
|
|
8826
8757
|
|
|
8827
8758
|
<li class="md-nav__item">
|
|
8828
|
-
<a href="#
|
|
8759
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
8829
8760
|
<span class="md-ellipsis">
|
|
8830
8761
|
Housekeeping
|
|
8831
8762
|
</span>
|
|
@@ -8849,7 +8780,7 @@
|
|
|
8849
8780
|
<ul class="md-nav__list">
|
|
8850
8781
|
|
|
8851
8782
|
<li class="md-nav__item">
|
|
8852
|
-
<a href="#
|
|
8783
|
+
<a href="#added_9" class="md-nav__link">
|
|
8853
8784
|
<span class="md-ellipsis">
|
|
8854
8785
|
Added
|
|
8855
8786
|
</span>
|
|
@@ -8858,7 +8789,7 @@
|
|
|
8858
8789
|
</li>
|
|
8859
8790
|
|
|
8860
8791
|
<li class="md-nav__item">
|
|
8861
|
-
<a href="#
|
|
8792
|
+
<a href="#changed_7" class="md-nav__link">
|
|
8862
8793
|
<span class="md-ellipsis">
|
|
8863
8794
|
Changed
|
|
8864
8795
|
</span>
|
|
@@ -8867,7 +8798,7 @@
|
|
|
8867
8798
|
</li>
|
|
8868
8799
|
|
|
8869
8800
|
<li class="md-nav__item">
|
|
8870
|
-
<a href="#
|
|
8801
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
8871
8802
|
<span class="md-ellipsis">
|
|
8872
8803
|
Fixed
|
|
8873
8804
|
</span>
|
|
@@ -8876,7 +8807,7 @@
|
|
|
8876
8807
|
</li>
|
|
8877
8808
|
|
|
8878
8809
|
<li class="md-nav__item">
|
|
8879
|
-
<a href="#
|
|
8810
|
+
<a href="#dependencies_6" class="md-nav__link">
|
|
8880
8811
|
<span class="md-ellipsis">
|
|
8881
8812
|
Dependencies
|
|
8882
8813
|
</span>
|
|
@@ -8894,7 +8825,7 @@
|
|
|
8894
8825
|
</li>
|
|
8895
8826
|
|
|
8896
8827
|
<li class="md-nav__item">
|
|
8897
|
-
<a href="#
|
|
8828
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
8898
8829
|
<span class="md-ellipsis">
|
|
8899
8830
|
Housekeeping
|
|
8900
8831
|
</span>
|
|
@@ -8918,7 +8849,7 @@
|
|
|
8918
8849
|
<ul class="md-nav__list">
|
|
8919
8850
|
|
|
8920
8851
|
<li class="md-nav__item">
|
|
8921
|
-
<a href="#
|
|
8852
|
+
<a href="#added_10" class="md-nav__link">
|
|
8922
8853
|
<span class="md-ellipsis">
|
|
8923
8854
|
Added
|
|
8924
8855
|
</span>
|
|
@@ -8927,7 +8858,7 @@
|
|
|
8927
8858
|
</li>
|
|
8928
8859
|
|
|
8929
8860
|
<li class="md-nav__item">
|
|
8930
|
-
<a href="#
|
|
8861
|
+
<a href="#changed_8" class="md-nav__link">
|
|
8931
8862
|
<span class="md-ellipsis">
|
|
8932
8863
|
Changed
|
|
8933
8864
|
</span>
|
|
@@ -8936,7 +8867,7 @@
|
|
|
8936
8867
|
</li>
|
|
8937
8868
|
|
|
8938
8869
|
<li class="md-nav__item">
|
|
8939
|
-
<a href="#
|
|
8870
|
+
<a href="#fixed_10" class="md-nav__link">
|
|
8940
8871
|
<span class="md-ellipsis">
|
|
8941
8872
|
Fixed
|
|
8942
8873
|
</span>
|
|
@@ -8954,7 +8885,7 @@
|
|
|
8954
8885
|
</li>
|
|
8955
8886
|
|
|
8956
8887
|
<li class="md-nav__item">
|
|
8957
|
-
<a href="#
|
|
8888
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
8958
8889
|
<span class="md-ellipsis">
|
|
8959
8890
|
Housekeeping
|
|
8960
8891
|
</span>
|
|
@@ -8978,7 +8909,7 @@
|
|
|
8978
8909
|
<ul class="md-nav__list">
|
|
8979
8910
|
|
|
8980
8911
|
<li class="md-nav__item">
|
|
8981
|
-
<a href="#
|
|
8912
|
+
<a href="#security_1" class="md-nav__link">
|
|
8982
8913
|
<span class="md-ellipsis">
|
|
8983
8914
|
Security
|
|
8984
8915
|
</span>
|
|
@@ -8987,7 +8918,7 @@
|
|
|
8987
8918
|
</li>
|
|
8988
8919
|
|
|
8989
8920
|
<li class="md-nav__item">
|
|
8990
|
-
<a href="#
|
|
8921
|
+
<a href="#fixed_11" class="md-nav__link">
|
|
8991
8922
|
<span class="md-ellipsis">
|
|
8992
8923
|
Fixed
|
|
8993
8924
|
</span>
|
|
@@ -8996,7 +8927,7 @@
|
|
|
8996
8927
|
</li>
|
|
8997
8928
|
|
|
8998
8929
|
<li class="md-nav__item">
|
|
8999
|
-
<a href="#
|
|
8930
|
+
<a href="#dependencies_7" class="md-nav__link">
|
|
9000
8931
|
<span class="md-ellipsis">
|
|
9001
8932
|
Dependencies
|
|
9002
8933
|
</span>
|
|
@@ -9005,7 +8936,7 @@
|
|
|
9005
8936
|
</li>
|
|
9006
8937
|
|
|
9007
8938
|
<li class="md-nav__item">
|
|
9008
|
-
<a href="#
|
|
8939
|
+
<a href="#housekeeping_10" class="md-nav__link">
|
|
9009
8940
|
<span class="md-ellipsis">
|
|
9010
8941
|
Housekeeping
|
|
9011
8942
|
</span>
|
|
@@ -9029,7 +8960,7 @@
|
|
|
9029
8960
|
<ul class="md-nav__list">
|
|
9030
8961
|
|
|
9031
8962
|
<li class="md-nav__item">
|
|
9032
|
-
<a href="#
|
|
8963
|
+
<a href="#security_2" class="md-nav__link">
|
|
9033
8964
|
<span class="md-ellipsis">
|
|
9034
8965
|
Security
|
|
9035
8966
|
</span>
|
|
@@ -9038,7 +8969,7 @@
|
|
|
9038
8969
|
</li>
|
|
9039
8970
|
|
|
9040
8971
|
<li class="md-nav__item">
|
|
9041
|
-
<a href="#
|
|
8972
|
+
<a href="#added_11" class="md-nav__link">
|
|
9042
8973
|
<span class="md-ellipsis">
|
|
9043
8974
|
Added
|
|
9044
8975
|
</span>
|
|
@@ -9047,7 +8978,7 @@
|
|
|
9047
8978
|
</li>
|
|
9048
8979
|
|
|
9049
8980
|
<li class="md-nav__item">
|
|
9050
|
-
<a href="#
|
|
8981
|
+
<a href="#fixed_12" class="md-nav__link">
|
|
9051
8982
|
<span class="md-ellipsis">
|
|
9052
8983
|
Fixed
|
|
9053
8984
|
</span>
|
|
@@ -9056,7 +8987,7 @@
|
|
|
9056
8987
|
</li>
|
|
9057
8988
|
|
|
9058
8989
|
<li class="md-nav__item">
|
|
9059
|
-
<a href="#
|
|
8990
|
+
<a href="#housekeeping_11" class="md-nav__link">
|
|
9060
8991
|
<span class="md-ellipsis">
|
|
9061
8992
|
Housekeeping
|
|
9062
8993
|
</span>
|
|
@@ -9080,7 +9011,7 @@
|
|
|
9080
9011
|
<ul class="md-nav__list">
|
|
9081
9012
|
|
|
9082
9013
|
<li class="md-nav__item">
|
|
9083
|
-
<a href="#
|
|
9014
|
+
<a href="#added_12" class="md-nav__link">
|
|
9084
9015
|
<span class="md-ellipsis">
|
|
9085
9016
|
Added
|
|
9086
9017
|
</span>
|
|
@@ -9089,7 +9020,7 @@
|
|
|
9089
9020
|
</li>
|
|
9090
9021
|
|
|
9091
9022
|
<li class="md-nav__item">
|
|
9092
|
-
<a href="#
|
|
9023
|
+
<a href="#changed_9" class="md-nav__link">
|
|
9093
9024
|
<span class="md-ellipsis">
|
|
9094
9025
|
Changed
|
|
9095
9026
|
</span>
|
|
@@ -9098,7 +9029,7 @@
|
|
|
9098
9029
|
</li>
|
|
9099
9030
|
|
|
9100
9031
|
<li class="md-nav__item">
|
|
9101
|
-
<a href="#
|
|
9032
|
+
<a href="#fixed_13" class="md-nav__link">
|
|
9102
9033
|
<span class="md-ellipsis">
|
|
9103
9034
|
Fixed
|
|
9104
9035
|
</span>
|
|
@@ -9107,7 +9038,7 @@
|
|
|
9107
9038
|
</li>
|
|
9108
9039
|
|
|
9109
9040
|
<li class="md-nav__item">
|
|
9110
|
-
<a href="#
|
|
9041
|
+
<a href="#housekeeping_12" class="md-nav__link">
|
|
9111
9042
|
<span class="md-ellipsis">
|
|
9112
9043
|
Housekeeping
|
|
9113
9044
|
</span>
|
|
@@ -9131,7 +9062,7 @@
|
|
|
9131
9062
|
<ul class="md-nav__list">
|
|
9132
9063
|
|
|
9133
9064
|
<li class="md-nav__item">
|
|
9134
|
-
<a href="#
|
|
9065
|
+
<a href="#security_3" class="md-nav__link">
|
|
9135
9066
|
<span class="md-ellipsis">
|
|
9136
9067
|
Security
|
|
9137
9068
|
</span>
|
|
@@ -9140,7 +9071,7 @@
|
|
|
9140
9071
|
</li>
|
|
9141
9072
|
|
|
9142
9073
|
<li class="md-nav__item">
|
|
9143
|
-
<a href="#
|
|
9074
|
+
<a href="#added_13" class="md-nav__link">
|
|
9144
9075
|
<span class="md-ellipsis">
|
|
9145
9076
|
Added
|
|
9146
9077
|
</span>
|
|
@@ -9149,7 +9080,7 @@
|
|
|
9149
9080
|
</li>
|
|
9150
9081
|
|
|
9151
9082
|
<li class="md-nav__item">
|
|
9152
|
-
<a href="#
|
|
9083
|
+
<a href="#changed_10" class="md-nav__link">
|
|
9153
9084
|
<span class="md-ellipsis">
|
|
9154
9085
|
Changed
|
|
9155
9086
|
</span>
|
|
@@ -9167,7 +9098,7 @@
|
|
|
9167
9098
|
</li>
|
|
9168
9099
|
|
|
9169
9100
|
<li class="md-nav__item">
|
|
9170
|
-
<a href="#
|
|
9101
|
+
<a href="#fixed_14" class="md-nav__link">
|
|
9171
9102
|
<span class="md-ellipsis">
|
|
9172
9103
|
Fixed
|
|
9173
9104
|
</span>
|
|
@@ -9185,7 +9116,7 @@
|
|
|
9185
9116
|
</li>
|
|
9186
9117
|
|
|
9187
9118
|
<li class="md-nav__item">
|
|
9188
|
-
<a href="#
|
|
9119
|
+
<a href="#housekeeping_13" class="md-nav__link">
|
|
9189
9120
|
<span class="md-ellipsis">
|
|
9190
9121
|
Housekeeping
|
|
9191
9122
|
</span>
|
|
@@ -9209,7 +9140,7 @@
|
|
|
9209
9140
|
<ul class="md-nav__list">
|
|
9210
9141
|
|
|
9211
9142
|
<li class="md-nav__item">
|
|
9212
|
-
<a href="#
|
|
9143
|
+
<a href="#security_4" class="md-nav__link">
|
|
9213
9144
|
<span class="md-ellipsis">
|
|
9214
9145
|
Security
|
|
9215
9146
|
</span>
|
|
@@ -9218,7 +9149,7 @@
|
|
|
9218
9149
|
</li>
|
|
9219
9150
|
|
|
9220
9151
|
<li class="md-nav__item">
|
|
9221
|
-
<a href="#
|
|
9152
|
+
<a href="#added_14" class="md-nav__link">
|
|
9222
9153
|
<span class="md-ellipsis">
|
|
9223
9154
|
Added
|
|
9224
9155
|
</span>
|
|
@@ -9227,7 +9158,7 @@
|
|
|
9227
9158
|
</li>
|
|
9228
9159
|
|
|
9229
9160
|
<li class="md-nav__item">
|
|
9230
|
-
<a href="#
|
|
9161
|
+
<a href="#changed_11" class="md-nav__link">
|
|
9231
9162
|
<span class="md-ellipsis">
|
|
9232
9163
|
Changed
|
|
9233
9164
|
</span>
|
|
@@ -9254,7 +9185,7 @@
|
|
|
9254
9185
|
</li>
|
|
9255
9186
|
|
|
9256
9187
|
<li class="md-nav__item">
|
|
9257
|
-
<a href="#
|
|
9188
|
+
<a href="#fixed_15" class="md-nav__link">
|
|
9258
9189
|
<span class="md-ellipsis">
|
|
9259
9190
|
Fixed
|
|
9260
9191
|
</span>
|
|
@@ -9263,7 +9194,7 @@
|
|
|
9263
9194
|
</li>
|
|
9264
9195
|
|
|
9265
9196
|
<li class="md-nav__item">
|
|
9266
|
-
<a href="#
|
|
9197
|
+
<a href="#dependencies_8" class="md-nav__link">
|
|
9267
9198
|
<span class="md-ellipsis">
|
|
9268
9199
|
Dependencies
|
|
9269
9200
|
</span>
|
|
@@ -9281,7 +9212,7 @@
|
|
|
9281
9212
|
</li>
|
|
9282
9213
|
|
|
9283
9214
|
<li class="md-nav__item">
|
|
9284
|
-
<a href="#
|
|
9215
|
+
<a href="#housekeeping_14" class="md-nav__link">
|
|
9285
9216
|
<span class="md-ellipsis">
|
|
9286
9217
|
Housekeeping
|
|
9287
9218
|
</span>
|
|
@@ -10095,24 +10026,15 @@
|
|
|
10095
10026
|
</li>
|
|
10096
10027
|
|
|
10097
10028
|
<li class="md-nav__item">
|
|
10098
|
-
<a href="#
|
|
10029
|
+
<a href="#v2314-2024-12-19" class="md-nav__link">
|
|
10099
10030
|
<span class="md-ellipsis">
|
|
10100
|
-
v2.3.
|
|
10031
|
+
v2.3.14 (2024-12-19)
|
|
10101
10032
|
</span>
|
|
10102
10033
|
</a>
|
|
10103
10034
|
|
|
10104
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10035
|
+
<nav class="md-nav" aria-label="v2.3.14 (2024-12-19)">
|
|
10105
10036
|
<ul class="md-nav__list">
|
|
10106
10037
|
|
|
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
|
-
|
|
10116
10038
|
<li class="md-nav__item">
|
|
10117
10039
|
<a href="#added_1" class="md-nav__link">
|
|
10118
10040
|
<span class="md-ellipsis">
|
|
@@ -10141,9 +10063,9 @@
|
|
|
10141
10063
|
</li>
|
|
10142
10064
|
|
|
10143
10065
|
<li class="md-nav__item">
|
|
10144
|
-
<a href="#
|
|
10066
|
+
<a href="#documentation" class="md-nav__link">
|
|
10145
10067
|
<span class="md-ellipsis">
|
|
10146
|
-
|
|
10068
|
+
Documentation
|
|
10147
10069
|
</span>
|
|
10148
10070
|
</a>
|
|
10149
10071
|
|
|
@@ -10164,15 +10086,24 @@
|
|
|
10164
10086
|
</li>
|
|
10165
10087
|
|
|
10166
10088
|
<li class="md-nav__item">
|
|
10167
|
-
<a href="#
|
|
10089
|
+
<a href="#v2313-2024-12-10" class="md-nav__link">
|
|
10168
10090
|
<span class="md-ellipsis">
|
|
10169
|
-
v2.3.
|
|
10091
|
+
v2.3.13 (2024-12-10)
|
|
10170
10092
|
</span>
|
|
10171
10093
|
</a>
|
|
10172
10094
|
|
|
10173
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10095
|
+
<nav class="md-nav" aria-label="v2.3.13 (2024-12-10)">
|
|
10174
10096
|
<ul class="md-nav__list">
|
|
10175
10097
|
|
|
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
|
+
|
|
10176
10107
|
<li class="md-nav__item">
|
|
10177
10108
|
<a href="#added_2" class="md-nav__link">
|
|
10178
10109
|
<span class="md-ellipsis">
|
|
@@ -10201,7 +10132,16 @@
|
|
|
10201
10132
|
</li>
|
|
10202
10133
|
|
|
10203
10134
|
<li class="md-nav__item">
|
|
10204
|
-
<a href="#
|
|
10135
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
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">
|
|
10205
10145
|
<span class="md-ellipsis">
|
|
10206
10146
|
Documentation
|
|
10207
10147
|
</span>
|
|
@@ -10224,113 +10164,35 @@
|
|
|
10224
10164
|
</li>
|
|
10225
10165
|
|
|
10226
10166
|
<li class="md-nav__item">
|
|
10227
|
-
<a href="#
|
|
10167
|
+
<a href="#v2312-2024-11-25" class="md-nav__link">
|
|
10228
10168
|
<span class="md-ellipsis">
|
|
10229
|
-
v2.3.
|
|
10169
|
+
v2.3.12 (2024-11-25)
|
|
10230
10170
|
</span>
|
|
10231
10171
|
</a>
|
|
10232
10172
|
|
|
10233
|
-
<nav class="md-nav" aria-label="v2.3.
|
|
10173
|
+
<nav class="md-nav" aria-label="v2.3.12 (2024-11-25)">
|
|
10234
10174
|
<ul class="md-nav__list">
|
|
10235
10175
|
|
|
10236
10176
|
<li class="md-nav__item">
|
|
10237
|
-
<a href="#
|
|
10177
|
+
<a href="#added_3" class="md-nav__link">
|
|
10238
10178
|
<span class="md-ellipsis">
|
|
10239
|
-
|
|
10179
|
+
Added
|
|
10240
10180
|
</span>
|
|
10241
10181
|
</a>
|
|
10242
10182
|
|
|
10243
10183
|
</li>
|
|
10244
10184
|
|
|
10245
10185
|
<li class="md-nav__item">
|
|
10246
|
-
<a href="#
|
|
10186
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
10247
10187
|
<span class="md-ellipsis">
|
|
10248
|
-
|
|
10188
|
+
Fixed
|
|
10249
10189
|
</span>
|
|
10250
10190
|
</a>
|
|
10251
10191
|
|
|
10252
10192
|
</li>
|
|
10253
10193
|
|
|
10254
10194
|
<li class="md-nav__item">
|
|
10255
|
-
<a href="#
|
|
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">
|
|
10274
|
-
<span class="md-ellipsis">
|
|
10275
|
-
Dependencies
|
|
10276
|
-
</span>
|
|
10277
|
-
</a>
|
|
10278
|
-
|
|
10279
|
-
</li>
|
|
10280
|
-
|
|
10281
|
-
<li class="md-nav__item">
|
|
10282
|
-
<a href="#documentation_1" class="md-nav__link">
|
|
10283
|
-
<span class="md-ellipsis">
|
|
10284
|
-
Documentation
|
|
10285
|
-
</span>
|
|
10286
|
-
</a>
|
|
10287
|
-
|
|
10288
|
-
</li>
|
|
10289
|
-
|
|
10290
|
-
<li class="md-nav__item">
|
|
10291
|
-
<a href="#housekeeping_2" class="md-nav__link">
|
|
10292
|
-
<span class="md-ellipsis">
|
|
10293
|
-
Housekeeping
|
|
10294
|
-
</span>
|
|
10295
|
-
</a>
|
|
10296
|
-
|
|
10297
|
-
</li>
|
|
10298
|
-
|
|
10299
|
-
</ul>
|
|
10300
|
-
</nav>
|
|
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">
|
|
10195
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
10334
10196
|
<span class="md-ellipsis">
|
|
10335
10197
|
Dependencies
|
|
10336
10198
|
</span>
|
|
@@ -10348,7 +10210,7 @@
|
|
|
10348
10210
|
</li>
|
|
10349
10211
|
|
|
10350
10212
|
<li class="md-nav__item">
|
|
10351
|
-
<a href="#
|
|
10213
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
10352
10214
|
<span class="md-ellipsis">
|
|
10353
10215
|
Housekeeping
|
|
10354
10216
|
</span>
|
|
@@ -10372,7 +10234,7 @@
|
|
|
10372
10234
|
<ul class="md-nav__list">
|
|
10373
10235
|
|
|
10374
10236
|
<li class="md-nav__item">
|
|
10375
|
-
<a href="#
|
|
10237
|
+
<a href="#added_4" class="md-nav__link">
|
|
10376
10238
|
<span class="md-ellipsis">
|
|
10377
10239
|
Added
|
|
10378
10240
|
</span>
|
|
@@ -10381,7 +10243,7 @@
|
|
|
10381
10243
|
</li>
|
|
10382
10244
|
|
|
10383
10245
|
<li class="md-nav__item">
|
|
10384
|
-
<a href="#
|
|
10246
|
+
<a href="#changed_3" class="md-nav__link">
|
|
10385
10247
|
<span class="md-ellipsis">
|
|
10386
10248
|
Changed
|
|
10387
10249
|
</span>
|
|
@@ -10390,7 +10252,7 @@
|
|
|
10390
10252
|
</li>
|
|
10391
10253
|
|
|
10392
10254
|
<li class="md-nav__item">
|
|
10393
|
-
<a href="#
|
|
10255
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
10394
10256
|
<span class="md-ellipsis">
|
|
10395
10257
|
Fixed
|
|
10396
10258
|
</span>
|
|
@@ -10408,7 +10270,7 @@
|
|
|
10408
10270
|
</li>
|
|
10409
10271
|
|
|
10410
10272
|
<li class="md-nav__item">
|
|
10411
|
-
<a href="#
|
|
10273
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
10412
10274
|
<span class="md-ellipsis">
|
|
10413
10275
|
Housekeeping
|
|
10414
10276
|
</span>
|
|
@@ -10432,7 +10294,7 @@
|
|
|
10432
10294
|
<ul class="md-nav__list">
|
|
10433
10295
|
|
|
10434
10296
|
<li class="md-nav__item">
|
|
10435
|
-
<a href="#
|
|
10297
|
+
<a href="#added_5" class="md-nav__link">
|
|
10436
10298
|
<span class="md-ellipsis">
|
|
10437
10299
|
Added
|
|
10438
10300
|
</span>
|
|
@@ -10441,7 +10303,7 @@
|
|
|
10441
10303
|
</li>
|
|
10442
10304
|
|
|
10443
10305
|
<li class="md-nav__item">
|
|
10444
|
-
<a href="#
|
|
10306
|
+
<a href="#changed_4" class="md-nav__link">
|
|
10445
10307
|
<span class="md-ellipsis">
|
|
10446
10308
|
Changed
|
|
10447
10309
|
</span>
|
|
@@ -10450,7 +10312,7 @@
|
|
|
10450
10312
|
</li>
|
|
10451
10313
|
|
|
10452
10314
|
<li class="md-nav__item">
|
|
10453
|
-
<a href="#
|
|
10315
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
10454
10316
|
<span class="md-ellipsis">
|
|
10455
10317
|
Fixed
|
|
10456
10318
|
</span>
|
|
@@ -10459,7 +10321,7 @@
|
|
|
10459
10321
|
</li>
|
|
10460
10322
|
|
|
10461
10323
|
<li class="md-nav__item">
|
|
10462
|
-
<a href="#
|
|
10324
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
10463
10325
|
<span class="md-ellipsis">
|
|
10464
10326
|
Dependencies
|
|
10465
10327
|
</span>
|
|
@@ -10468,7 +10330,7 @@
|
|
|
10468
10330
|
</li>
|
|
10469
10331
|
|
|
10470
10332
|
<li class="md-nav__item">
|
|
10471
|
-
<a href="#
|
|
10333
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
10472
10334
|
<span class="md-ellipsis">
|
|
10473
10335
|
Housekeeping
|
|
10474
10336
|
</span>
|
|
@@ -10492,7 +10354,7 @@
|
|
|
10492
10354
|
<ul class="md-nav__list">
|
|
10493
10355
|
|
|
10494
10356
|
<li class="md-nav__item">
|
|
10495
|
-
<a href="#
|
|
10357
|
+
<a href="#added_6" class="md-nav__link">
|
|
10496
10358
|
<span class="md-ellipsis">
|
|
10497
10359
|
Added
|
|
10498
10360
|
</span>
|
|
@@ -10501,7 +10363,7 @@
|
|
|
10501
10363
|
</li>
|
|
10502
10364
|
|
|
10503
10365
|
<li class="md-nav__item">
|
|
10504
|
-
<a href="#
|
|
10366
|
+
<a href="#changed_5" class="md-nav__link">
|
|
10505
10367
|
<span class="md-ellipsis">
|
|
10506
10368
|
Changed
|
|
10507
10369
|
</span>
|
|
@@ -10510,7 +10372,7 @@
|
|
|
10510
10372
|
</li>
|
|
10511
10373
|
|
|
10512
10374
|
<li class="md-nav__item">
|
|
10513
|
-
<a href="#
|
|
10375
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
10514
10376
|
<span class="md-ellipsis">
|
|
10515
10377
|
Fixed
|
|
10516
10378
|
</span>
|
|
@@ -10519,7 +10381,7 @@
|
|
|
10519
10381
|
</li>
|
|
10520
10382
|
|
|
10521
10383
|
<li class="md-nav__item">
|
|
10522
|
-
<a href="#
|
|
10384
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
10523
10385
|
<span class="md-ellipsis">
|
|
10524
10386
|
Dependencies
|
|
10525
10387
|
</span>
|
|
@@ -10528,7 +10390,7 @@
|
|
|
10528
10390
|
</li>
|
|
10529
10391
|
|
|
10530
10392
|
<li class="md-nav__item">
|
|
10531
|
-
<a href="#
|
|
10393
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
10532
10394
|
<span class="md-ellipsis">
|
|
10533
10395
|
Housekeeping
|
|
10534
10396
|
</span>
|
|
@@ -10552,7 +10414,7 @@
|
|
|
10552
10414
|
<ul class="md-nav__list">
|
|
10553
10415
|
|
|
10554
10416
|
<li class="md-nav__item">
|
|
10555
|
-
<a href="#
|
|
10417
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
10556
10418
|
<span class="md-ellipsis">
|
|
10557
10419
|
Fixed
|
|
10558
10420
|
</span>
|
|
@@ -10576,7 +10438,7 @@
|
|
|
10576
10438
|
<ul class="md-nav__list">
|
|
10577
10439
|
|
|
10578
10440
|
<li class="md-nav__item">
|
|
10579
|
-
<a href="#
|
|
10441
|
+
<a href="#added_7" class="md-nav__link">
|
|
10580
10442
|
<span class="md-ellipsis">
|
|
10581
10443
|
Added
|
|
10582
10444
|
</span>
|
|
@@ -10585,7 +10447,7 @@
|
|
|
10585
10447
|
</li>
|
|
10586
10448
|
|
|
10587
10449
|
<li class="md-nav__item">
|
|
10588
|
-
<a href="#
|
|
10450
|
+
<a href="#changed_6" class="md-nav__link">
|
|
10589
10451
|
<span class="md-ellipsis">
|
|
10590
10452
|
Changed
|
|
10591
10453
|
</span>
|
|
@@ -10594,7 +10456,7 @@
|
|
|
10594
10456
|
</li>
|
|
10595
10457
|
|
|
10596
10458
|
<li class="md-nav__item">
|
|
10597
|
-
<a href="#
|
|
10459
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
10598
10460
|
<span class="md-ellipsis">
|
|
10599
10461
|
Fixed
|
|
10600
10462
|
</span>
|
|
@@ -10603,7 +10465,7 @@
|
|
|
10603
10465
|
</li>
|
|
10604
10466
|
|
|
10605
10467
|
<li class="md-nav__item">
|
|
10606
|
-
<a href="#
|
|
10468
|
+
<a href="#dependencies_5" class="md-nav__link">
|
|
10607
10469
|
<span class="md-ellipsis">
|
|
10608
10470
|
Dependencies
|
|
10609
10471
|
</span>
|
|
@@ -10612,7 +10474,7 @@
|
|
|
10612
10474
|
</li>
|
|
10613
10475
|
|
|
10614
10476
|
<li class="md-nav__item">
|
|
10615
|
-
<a href="#
|
|
10477
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
10616
10478
|
<span class="md-ellipsis">
|
|
10617
10479
|
Housekeeping
|
|
10618
10480
|
</span>
|
|
@@ -10636,7 +10498,7 @@
|
|
|
10636
10498
|
<ul class="md-nav__list">
|
|
10637
10499
|
|
|
10638
10500
|
<li class="md-nav__item">
|
|
10639
|
-
<a href="#
|
|
10501
|
+
<a href="#added_8" class="md-nav__link">
|
|
10640
10502
|
<span class="md-ellipsis">
|
|
10641
10503
|
Added
|
|
10642
10504
|
</span>
|
|
@@ -10645,7 +10507,7 @@
|
|
|
10645
10507
|
</li>
|
|
10646
10508
|
|
|
10647
10509
|
<li class="md-nav__item">
|
|
10648
|
-
<a href="#
|
|
10510
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
10649
10511
|
<span class="md-ellipsis">
|
|
10650
10512
|
Fixed
|
|
10651
10513
|
</span>
|
|
@@ -10663,7 +10525,7 @@
|
|
|
10663
10525
|
</li>
|
|
10664
10526
|
|
|
10665
10527
|
<li class="md-nav__item">
|
|
10666
|
-
<a href="#
|
|
10528
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
10667
10529
|
<span class="md-ellipsis">
|
|
10668
10530
|
Housekeeping
|
|
10669
10531
|
</span>
|
|
@@ -10687,7 +10549,7 @@
|
|
|
10687
10549
|
<ul class="md-nav__list">
|
|
10688
10550
|
|
|
10689
10551
|
<li class="md-nav__item">
|
|
10690
|
-
<a href="#
|
|
10552
|
+
<a href="#added_9" class="md-nav__link">
|
|
10691
10553
|
<span class="md-ellipsis">
|
|
10692
10554
|
Added
|
|
10693
10555
|
</span>
|
|
@@ -10696,7 +10558,7 @@
|
|
|
10696
10558
|
</li>
|
|
10697
10559
|
|
|
10698
10560
|
<li class="md-nav__item">
|
|
10699
|
-
<a href="#
|
|
10561
|
+
<a href="#changed_7" class="md-nav__link">
|
|
10700
10562
|
<span class="md-ellipsis">
|
|
10701
10563
|
Changed
|
|
10702
10564
|
</span>
|
|
@@ -10705,7 +10567,7 @@
|
|
|
10705
10567
|
</li>
|
|
10706
10568
|
|
|
10707
10569
|
<li class="md-nav__item">
|
|
10708
|
-
<a href="#
|
|
10570
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
10709
10571
|
<span class="md-ellipsis">
|
|
10710
10572
|
Fixed
|
|
10711
10573
|
</span>
|
|
@@ -10714,7 +10576,7 @@
|
|
|
10714
10576
|
</li>
|
|
10715
10577
|
|
|
10716
10578
|
<li class="md-nav__item">
|
|
10717
|
-
<a href="#
|
|
10579
|
+
<a href="#dependencies_6" class="md-nav__link">
|
|
10718
10580
|
<span class="md-ellipsis">
|
|
10719
10581
|
Dependencies
|
|
10720
10582
|
</span>
|
|
@@ -10732,7 +10594,7 @@
|
|
|
10732
10594
|
</li>
|
|
10733
10595
|
|
|
10734
10596
|
<li class="md-nav__item">
|
|
10735
|
-
<a href="#
|
|
10597
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
10736
10598
|
<span class="md-ellipsis">
|
|
10737
10599
|
Housekeeping
|
|
10738
10600
|
</span>
|
|
@@ -10756,7 +10618,7 @@
|
|
|
10756
10618
|
<ul class="md-nav__list">
|
|
10757
10619
|
|
|
10758
10620
|
<li class="md-nav__item">
|
|
10759
|
-
<a href="#
|
|
10621
|
+
<a href="#added_10" class="md-nav__link">
|
|
10760
10622
|
<span class="md-ellipsis">
|
|
10761
10623
|
Added
|
|
10762
10624
|
</span>
|
|
@@ -10765,7 +10627,7 @@
|
|
|
10765
10627
|
</li>
|
|
10766
10628
|
|
|
10767
10629
|
<li class="md-nav__item">
|
|
10768
|
-
<a href="#
|
|
10630
|
+
<a href="#changed_8" class="md-nav__link">
|
|
10769
10631
|
<span class="md-ellipsis">
|
|
10770
10632
|
Changed
|
|
10771
10633
|
</span>
|
|
@@ -10774,7 +10636,7 @@
|
|
|
10774
10636
|
</li>
|
|
10775
10637
|
|
|
10776
10638
|
<li class="md-nav__item">
|
|
10777
|
-
<a href="#
|
|
10639
|
+
<a href="#fixed_10" class="md-nav__link">
|
|
10778
10640
|
<span class="md-ellipsis">
|
|
10779
10641
|
Fixed
|
|
10780
10642
|
</span>
|
|
@@ -10792,7 +10654,7 @@
|
|
|
10792
10654
|
</li>
|
|
10793
10655
|
|
|
10794
10656
|
<li class="md-nav__item">
|
|
10795
|
-
<a href="#
|
|
10657
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
10796
10658
|
<span class="md-ellipsis">
|
|
10797
10659
|
Housekeeping
|
|
10798
10660
|
</span>
|
|
@@ -10816,7 +10678,7 @@
|
|
|
10816
10678
|
<ul class="md-nav__list">
|
|
10817
10679
|
|
|
10818
10680
|
<li class="md-nav__item">
|
|
10819
|
-
<a href="#
|
|
10681
|
+
<a href="#security_1" class="md-nav__link">
|
|
10820
10682
|
<span class="md-ellipsis">
|
|
10821
10683
|
Security
|
|
10822
10684
|
</span>
|
|
@@ -10825,7 +10687,7 @@
|
|
|
10825
10687
|
</li>
|
|
10826
10688
|
|
|
10827
10689
|
<li class="md-nav__item">
|
|
10828
|
-
<a href="#
|
|
10690
|
+
<a href="#fixed_11" class="md-nav__link">
|
|
10829
10691
|
<span class="md-ellipsis">
|
|
10830
10692
|
Fixed
|
|
10831
10693
|
</span>
|
|
@@ -10834,7 +10696,7 @@
|
|
|
10834
10696
|
</li>
|
|
10835
10697
|
|
|
10836
10698
|
<li class="md-nav__item">
|
|
10837
|
-
<a href="#
|
|
10699
|
+
<a href="#dependencies_7" class="md-nav__link">
|
|
10838
10700
|
<span class="md-ellipsis">
|
|
10839
10701
|
Dependencies
|
|
10840
10702
|
</span>
|
|
@@ -10843,7 +10705,7 @@
|
|
|
10843
10705
|
</li>
|
|
10844
10706
|
|
|
10845
10707
|
<li class="md-nav__item">
|
|
10846
|
-
<a href="#
|
|
10708
|
+
<a href="#housekeeping_10" class="md-nav__link">
|
|
10847
10709
|
<span class="md-ellipsis">
|
|
10848
10710
|
Housekeeping
|
|
10849
10711
|
</span>
|
|
@@ -10867,7 +10729,7 @@
|
|
|
10867
10729
|
<ul class="md-nav__list">
|
|
10868
10730
|
|
|
10869
10731
|
<li class="md-nav__item">
|
|
10870
|
-
<a href="#
|
|
10732
|
+
<a href="#security_2" class="md-nav__link">
|
|
10871
10733
|
<span class="md-ellipsis">
|
|
10872
10734
|
Security
|
|
10873
10735
|
</span>
|
|
@@ -10876,7 +10738,7 @@
|
|
|
10876
10738
|
</li>
|
|
10877
10739
|
|
|
10878
10740
|
<li class="md-nav__item">
|
|
10879
|
-
<a href="#
|
|
10741
|
+
<a href="#added_11" class="md-nav__link">
|
|
10880
10742
|
<span class="md-ellipsis">
|
|
10881
10743
|
Added
|
|
10882
10744
|
</span>
|
|
@@ -10885,7 +10747,7 @@
|
|
|
10885
10747
|
</li>
|
|
10886
10748
|
|
|
10887
10749
|
<li class="md-nav__item">
|
|
10888
|
-
<a href="#
|
|
10750
|
+
<a href="#fixed_12" class="md-nav__link">
|
|
10889
10751
|
<span class="md-ellipsis">
|
|
10890
10752
|
Fixed
|
|
10891
10753
|
</span>
|
|
@@ -10894,7 +10756,7 @@
|
|
|
10894
10756
|
</li>
|
|
10895
10757
|
|
|
10896
10758
|
<li class="md-nav__item">
|
|
10897
|
-
<a href="#
|
|
10759
|
+
<a href="#housekeeping_11" class="md-nav__link">
|
|
10898
10760
|
<span class="md-ellipsis">
|
|
10899
10761
|
Housekeeping
|
|
10900
10762
|
</span>
|
|
@@ -10918,7 +10780,7 @@
|
|
|
10918
10780
|
<ul class="md-nav__list">
|
|
10919
10781
|
|
|
10920
10782
|
<li class="md-nav__item">
|
|
10921
|
-
<a href="#
|
|
10783
|
+
<a href="#added_12" class="md-nav__link">
|
|
10922
10784
|
<span class="md-ellipsis">
|
|
10923
10785
|
Added
|
|
10924
10786
|
</span>
|
|
@@ -10927,7 +10789,7 @@
|
|
|
10927
10789
|
</li>
|
|
10928
10790
|
|
|
10929
10791
|
<li class="md-nav__item">
|
|
10930
|
-
<a href="#
|
|
10792
|
+
<a href="#changed_9" class="md-nav__link">
|
|
10931
10793
|
<span class="md-ellipsis">
|
|
10932
10794
|
Changed
|
|
10933
10795
|
</span>
|
|
@@ -10936,7 +10798,7 @@
|
|
|
10936
10798
|
</li>
|
|
10937
10799
|
|
|
10938
10800
|
<li class="md-nav__item">
|
|
10939
|
-
<a href="#
|
|
10801
|
+
<a href="#fixed_13" class="md-nav__link">
|
|
10940
10802
|
<span class="md-ellipsis">
|
|
10941
10803
|
Fixed
|
|
10942
10804
|
</span>
|
|
@@ -10945,7 +10807,7 @@
|
|
|
10945
10807
|
</li>
|
|
10946
10808
|
|
|
10947
10809
|
<li class="md-nav__item">
|
|
10948
|
-
<a href="#
|
|
10810
|
+
<a href="#housekeeping_12" class="md-nav__link">
|
|
10949
10811
|
<span class="md-ellipsis">
|
|
10950
10812
|
Housekeeping
|
|
10951
10813
|
</span>
|
|
@@ -10969,7 +10831,7 @@
|
|
|
10969
10831
|
<ul class="md-nav__list">
|
|
10970
10832
|
|
|
10971
10833
|
<li class="md-nav__item">
|
|
10972
|
-
<a href="#
|
|
10834
|
+
<a href="#security_3" class="md-nav__link">
|
|
10973
10835
|
<span class="md-ellipsis">
|
|
10974
10836
|
Security
|
|
10975
10837
|
</span>
|
|
@@ -10978,7 +10840,7 @@
|
|
|
10978
10840
|
</li>
|
|
10979
10841
|
|
|
10980
10842
|
<li class="md-nav__item">
|
|
10981
|
-
<a href="#
|
|
10843
|
+
<a href="#added_13" class="md-nav__link">
|
|
10982
10844
|
<span class="md-ellipsis">
|
|
10983
10845
|
Added
|
|
10984
10846
|
</span>
|
|
@@ -10987,7 +10849,7 @@
|
|
|
10987
10849
|
</li>
|
|
10988
10850
|
|
|
10989
10851
|
<li class="md-nav__item">
|
|
10990
|
-
<a href="#
|
|
10852
|
+
<a href="#changed_10" class="md-nav__link">
|
|
10991
10853
|
<span class="md-ellipsis">
|
|
10992
10854
|
Changed
|
|
10993
10855
|
</span>
|
|
@@ -11005,7 +10867,7 @@
|
|
|
11005
10867
|
</li>
|
|
11006
10868
|
|
|
11007
10869
|
<li class="md-nav__item">
|
|
11008
|
-
<a href="#
|
|
10870
|
+
<a href="#fixed_14" class="md-nav__link">
|
|
11009
10871
|
<span class="md-ellipsis">
|
|
11010
10872
|
Fixed
|
|
11011
10873
|
</span>
|
|
@@ -11023,7 +10885,7 @@
|
|
|
11023
10885
|
</li>
|
|
11024
10886
|
|
|
11025
10887
|
<li class="md-nav__item">
|
|
11026
|
-
<a href="#
|
|
10888
|
+
<a href="#housekeeping_13" class="md-nav__link">
|
|
11027
10889
|
<span class="md-ellipsis">
|
|
11028
10890
|
Housekeeping
|
|
11029
10891
|
</span>
|
|
@@ -11047,7 +10909,7 @@
|
|
|
11047
10909
|
<ul class="md-nav__list">
|
|
11048
10910
|
|
|
11049
10911
|
<li class="md-nav__item">
|
|
11050
|
-
<a href="#
|
|
10912
|
+
<a href="#security_4" class="md-nav__link">
|
|
11051
10913
|
<span class="md-ellipsis">
|
|
11052
10914
|
Security
|
|
11053
10915
|
</span>
|
|
@@ -11056,7 +10918,7 @@
|
|
|
11056
10918
|
</li>
|
|
11057
10919
|
|
|
11058
10920
|
<li class="md-nav__item">
|
|
11059
|
-
<a href="#
|
|
10921
|
+
<a href="#added_14" class="md-nav__link">
|
|
11060
10922
|
<span class="md-ellipsis">
|
|
11061
10923
|
Added
|
|
11062
10924
|
</span>
|
|
@@ -11065,7 +10927,7 @@
|
|
|
11065
10927
|
</li>
|
|
11066
10928
|
|
|
11067
10929
|
<li class="md-nav__item">
|
|
11068
|
-
<a href="#
|
|
10930
|
+
<a href="#changed_11" class="md-nav__link">
|
|
11069
10931
|
<span class="md-ellipsis">
|
|
11070
10932
|
Changed
|
|
11071
10933
|
</span>
|
|
@@ -11092,7 +10954,7 @@
|
|
|
11092
10954
|
</li>
|
|
11093
10955
|
|
|
11094
10956
|
<li class="md-nav__item">
|
|
11095
|
-
<a href="#
|
|
10957
|
+
<a href="#fixed_15" class="md-nav__link">
|
|
11096
10958
|
<span class="md-ellipsis">
|
|
11097
10959
|
Fixed
|
|
11098
10960
|
</span>
|
|
@@ -11101,7 +10963,7 @@
|
|
|
11101
10963
|
</li>
|
|
11102
10964
|
|
|
11103
10965
|
<li class="md-nav__item">
|
|
11104
|
-
<a href="#
|
|
10966
|
+
<a href="#dependencies_8" class="md-nav__link">
|
|
11105
10967
|
<span class="md-ellipsis">
|
|
11106
10968
|
Dependencies
|
|
11107
10969
|
</span>
|
|
@@ -11119,7 +10981,7 @@
|
|
|
11119
10981
|
</li>
|
|
11120
10982
|
|
|
11121
10983
|
<li class="md-nav__item">
|
|
11122
|
-
<a href="#
|
|
10984
|
+
<a href="#housekeeping_14" class="md-nav__link">
|
|
11123
10985
|
<span class="md-ellipsis">
|
|
11124
10986
|
Housekeeping
|
|
11125
10987
|
</span>
|
|
@@ -11242,49 +11104,18 @@
|
|
|
11242
11104
|
<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>
|
|
11243
11105
|
<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>
|
|
11244
11106
|
<!-- towncrier release notes start -->
|
|
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>
|
|
11250
|
-
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
11251
|
-
<ul>
|
|
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>
|
|
11253
|
-
</ul>
|
|
11254
|
-
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">¶</a></h3>
|
|
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
11107
|
<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="
|
|
11108
|
+
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
11278
11109
|
<ul>
|
|
11279
11110
|
<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
11111
|
</ul>
|
|
11281
|
-
<h3 id="
|
|
11112
|
+
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">¶</a></h3>
|
|
11282
11113
|
<ul>
|
|
11283
11114
|
<li><a href="https://github.com/nautobot/nautobot/issues/6518">#6518</a> - Added VRFs column to Prefixes and Child Prefixes tables.</li>
|
|
11284
11115
|
<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>
|
|
11285
11116
|
<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>
|
|
11286
11117
|
</ul>
|
|
11287
|
-
<h3 id="
|
|
11118
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
11288
11119
|
<ul>
|
|
11289
11120
|
<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>
|
|
11290
11121
|
<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>
|
|
@@ -11298,18 +11129,18 @@
|
|
|
11298
11129
|
<ul>
|
|
11299
11130
|
<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>
|
|
11300
11131
|
</ul>
|
|
11301
|
-
<h3 id="
|
|
11132
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
11302
11133
|
<ul>
|
|
11303
11134
|
<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>
|
|
11304
11135
|
<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>
|
|
11305
11136
|
<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>
|
|
11306
11137
|
</ul>
|
|
11307
11138
|
<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>
|
|
11308
|
-
<h3 id="
|
|
11139
|
+
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
11309
11140
|
<ul>
|
|
11310
11141
|
<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>
|
|
11311
11142
|
</ul>
|
|
11312
|
-
<h3 id="
|
|
11143
|
+
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">¶</a></h3>
|
|
11313
11144
|
<ul>
|
|
11314
11145
|
<li><a href="https://github.com/nautobot/nautobot/issues/4817">#4817</a> - Added <code>Cluster</code> field on DeviceBulkEditForm.</li>
|
|
11315
11146
|
<li><a href="https://github.com/nautobot/nautobot/issues/5333">#5333</a> - Added <code>Comments</code> field on DeviceBulkEditForm.</li>
|
|
@@ -11321,11 +11152,11 @@
|
|
|
11321
11152
|
<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>
|
|
11322
11153
|
<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>
|
|
11323
11154
|
</ul>
|
|
11324
|
-
<h3 id="
|
|
11155
|
+
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">¶</a></h3>
|
|
11325
11156
|
<ul>
|
|
11326
11157
|
<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>
|
|
11327
11158
|
</ul>
|
|
11328
|
-
<h3 id="
|
|
11159
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
11329
11160
|
<ul>
|
|
11330
11161
|
<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>
|
|
11331
11162
|
<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>
|
|
@@ -11337,7 +11168,7 @@
|
|
|
11337
11168
|
<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>
|
|
11338
11169
|
<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>
|
|
11339
11170
|
</ul>
|
|
11340
|
-
<h3 id="
|
|
11171
|
+
<h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">¶</a></h3>
|
|
11341
11172
|
<ul>
|
|
11342
11173
|
<li><a href="https://github.com/nautobot/nautobot/issues/6615">#6615</a> - Updated <code>nh3</code> to <code>~0.2.19</code>.</li>
|
|
11343
11174
|
</ul>
|
|
@@ -11346,18 +11177,18 @@
|
|
|
11346
11177
|
<li><a href="https://github.com/nautobot/nautobot/issues/6622">#6622</a> - Fixed AzureAD documentation for custom_module logging example.</li>
|
|
11347
11178
|
<li><a href="https://github.com/nautobot/nautobot/issues/6636">#6636</a> - Fixed group_sync path in the SSO documentation.</li>
|
|
11348
11179
|
</ul>
|
|
11349
|
-
<h3 id="
|
|
11180
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
11350
11181
|
<ul>
|
|
11351
11182
|
<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>
|
|
11352
11183
|
</ul>
|
|
11353
11184
|
<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>
|
|
11354
|
-
<h3 id="
|
|
11185
|
+
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">¶</a></h3>
|
|
11355
11186
|
<ul>
|
|
11356
11187
|
<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>
|
|
11357
11188
|
<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>
|
|
11358
11189
|
<li><a href="https://github.com/nautobot/nautobot/issues/6550">#6550</a> - Added OSFP-XD (800GE and 1600GE) and OSFP1600 interface types.</li>
|
|
11359
11190
|
</ul>
|
|
11360
|
-
<h3 id="
|
|
11191
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
11361
11192
|
<ul>
|
|
11362
11193
|
<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>
|
|
11363
11194
|
<li><a href="https://github.com/nautobot/nautobot/issues/6478">#6478</a> - Fixed inconsistent rendering of the Role field.</li>
|
|
@@ -11369,7 +11200,7 @@
|
|
|
11369
11200
|
<li><a href="https://github.com/nautobot/nautobot/issues/6547">#6547</a> - Fixed incorrect VRF filter specified on VRF column on Prefix Table.</li>
|
|
11370
11201
|
<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>
|
|
11371
11202
|
</ul>
|
|
11372
|
-
<h3 id="
|
|
11203
|
+
<h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">¶</a></h3>
|
|
11373
11204
|
<ul>
|
|
11374
11205
|
<li><a href="https://github.com/nautobot/nautobot/issues/6459">#6459</a> - Updated <code>mysqlclient</code> dependency to <code>~2.2.6</code>.</li>
|
|
11375
11206
|
</ul>
|
|
@@ -11379,24 +11210,24 @@
|
|
|
11379
11210
|
<li><a href="https://github.com/nautobot/nautobot/issues/6524">#6524</a> - Updated AzureAD authentication documentation.</li>
|
|
11380
11211
|
<li><a href="https://github.com/nautobot/nautobot/issues/6567">#6567</a> - Fixed incorrect example in documentation on using test factories.</li>
|
|
11381
11212
|
</ul>
|
|
11382
|
-
<h3 id="
|
|
11213
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
11383
11214
|
<ul>
|
|
11384
11215
|
<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>
|
|
11385
11216
|
<li><a href="https://github.com/nautobot/nautobot/issues/6500">#6500</a> - Added support for <code>invoke showmigrations</code> command.</li>
|
|
11386
11217
|
</ul>
|
|
11387
11218
|
<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>
|
|
11388
|
-
<h3 id="
|
|
11219
|
+
<h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">¶</a></h3>
|
|
11389
11220
|
<ul>
|
|
11390
11221
|
<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>
|
|
11391
11222
|
<li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added optional <code>lookup</code> parameter to <code>LinkedCountColumn</code>.</li>
|
|
11392
11223
|
</ul>
|
|
11393
|
-
<h3 id="
|
|
11224
|
+
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">¶</a></h3>
|
|
11394
11225
|
<ul>
|
|
11395
11226
|
<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>
|
|
11396
11227
|
<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>
|
|
11397
11228
|
<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>
|
|
11398
11229
|
</ul>
|
|
11399
|
-
<h3 id="
|
|
11230
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
11400
11231
|
<ul>
|
|
11401
11232
|
<li><a href="https://github.com/nautobot/nautobot/issues/6414">#6414</a> - Fixed layout bug in browsable REST API.</li>
|
|
11402
11233
|
<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>
|
|
@@ -11411,7 +11242,7 @@
|
|
|
11411
11242
|
<ul>
|
|
11412
11243
|
<li><a href="https://github.com/nautobot/nautobot/issues/6485">#6485</a> - Added additional clarification for enabling request profiling via user profile.</li>
|
|
11413
11244
|
</ul>
|
|
11414
|
-
<h3 id="
|
|
11245
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
11415
11246
|
<ul>
|
|
11416
11247
|
<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>
|
|
11417
11248
|
<li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Fixed incorrect assertion in core navbar integration tests.</li>
|
|
@@ -11420,44 +11251,44 @@
|
|
|
11420
11251
|
<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>
|
|
11421
11252
|
</ul>
|
|
11422
11253
|
<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>
|
|
11423
|
-
<h3 id="
|
|
11254
|
+
<h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">¶</a></h3>
|
|
11424
11255
|
<ul>
|
|
11425
11256
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added cacheable <code>CustomField.objects.keys_for_model(model)</code> API.</li>
|
|
11426
11257
|
<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>
|
|
11427
11258
|
<li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added logging to JobResults for CustomField provisioning background tasks.</li>
|
|
11428
11259
|
<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>
|
|
11429
11260
|
</ul>
|
|
11430
|
-
<h3 id="
|
|
11261
|
+
<h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">¶</a></h3>
|
|
11431
11262
|
<ul>
|
|
11432
11263
|
<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>
|
|
11433
11264
|
</ul>
|
|
11434
|
-
<h3 id="
|
|
11265
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
11435
11266
|
<ul>
|
|
11436
11267
|
<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>
|
|
11437
11268
|
<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>
|
|
11438
11269
|
</ul>
|
|
11439
|
-
<h3 id="
|
|
11270
|
+
<h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">¶</a></h3>
|
|
11440
11271
|
<ul>
|
|
11441
11272
|
<li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated <code>mysqlclient</code> to <code>~2.2.5</code>.</li>
|
|
11442
11273
|
</ul>
|
|
11443
|
-
<h3 id="
|
|
11274
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
11444
11275
|
<ul>
|
|
11445
11276
|
<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>
|
|
11446
11277
|
</ul>
|
|
11447
11278
|
<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>
|
|
11448
|
-
<h3 id="
|
|
11279
|
+
<h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">¶</a></h3>
|
|
11449
11280
|
<ul>
|
|
11450
11281
|
<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>
|
|
11451
11282
|
<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>
|
|
11452
11283
|
<li><a href="https://github.com/nautobot/nautobot/issues/6372">#6372</a> - Added environment variable support for setting <code>CSRF_TRUSTED_ORIGINS</code>.</li>
|
|
11453
11284
|
</ul>
|
|
11454
|
-
<h3 id="
|
|
11285
|
+
<h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">¶</a></h3>
|
|
11455
11286
|
<ul>
|
|
11456
11287
|
<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>
|
|
11457
11288
|
<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>
|
|
11458
11289
|
<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>
|
|
11459
11290
|
</ul>
|
|
11460
|
-
<h3 id="
|
|
11291
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
11461
11292
|
<ul>
|
|
11462
11293
|
<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>
|
|
11463
11294
|
<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>
|
|
@@ -11466,16 +11297,16 @@
|
|
|
11466
11297
|
<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>
|
|
11467
11298
|
<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>
|
|
11468
11299
|
</ul>
|
|
11469
|
-
<h3 id="
|
|
11300
|
+
<h3 id="dependencies_4">Dependencies<a class="headerlink" href="#dependencies_4" title="Permanent link">¶</a></h3>
|
|
11470
11301
|
<ul>
|
|
11471
11302
|
<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>
|
|
11472
11303
|
</ul>
|
|
11473
|
-
<h3 id="
|
|
11304
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
11474
11305
|
<ul>
|
|
11475
11306
|
<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>
|
|
11476
11307
|
</ul>
|
|
11477
11308
|
<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>
|
|
11478
|
-
<h3 id="
|
|
11309
|
+
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">¶</a></h3>
|
|
11479
11310
|
<ul>
|
|
11480
11311
|
<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>
|
|
11481
11312
|
<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>
|
|
@@ -11484,27 +11315,27 @@
|
|
|
11484
11315
|
<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>
|
|
11485
11316
|
</ul>
|
|
11486
11317
|
<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>
|
|
11487
|
-
<h3 id="
|
|
11318
|
+
<h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">¶</a></h3>
|
|
11488
11319
|
<ul>
|
|
11489
11320
|
<li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Added <code>assertBodyContains()</code> test helper API to <code>NautobotTestCaseMixin</code>.</li>
|
|
11490
11321
|
</ul>
|
|
11491
|
-
<h3 id="
|
|
11322
|
+
<h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permanent link">¶</a></h3>
|
|
11492
11323
|
<ul>
|
|
11493
11324
|
<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>
|
|
11494
11325
|
<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>
|
|
11495
11326
|
</ul>
|
|
11496
|
-
<h3 id="
|
|
11327
|
+
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">¶</a></h3>
|
|
11497
11328
|
<ul>
|
|
11498
11329
|
<li><a href="https://github.com/nautobot/nautobot/issues/6158">#6158</a> - Fixed a UI overflow issue with the Tenant Stats panel.</li>
|
|
11499
11330
|
<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>
|
|
11500
11331
|
<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>
|
|
11501
11332
|
<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>
|
|
11502
11333
|
</ul>
|
|
11503
|
-
<h3 id="
|
|
11334
|
+
<h3 id="dependencies_5">Dependencies<a class="headerlink" href="#dependencies_5" title="Permanent link">¶</a></h3>
|
|
11504
11335
|
<ul>
|
|
11505
11336
|
<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>
|
|
11506
11337
|
</ul>
|
|
11507
|
-
<h3 id="
|
|
11338
|
+
<h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">¶</a></h3>
|
|
11508
11339
|
<ul>
|
|
11509
11340
|
<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>
|
|
11510
11341
|
<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>
|
|
@@ -11515,12 +11346,12 @@
|
|
|
11515
11346
|
<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>
|
|
11516
11347
|
</ul>
|
|
11517
11348
|
<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>
|
|
11518
|
-
<h3 id="
|
|
11349
|
+
<h3 id="added_8">Added<a class="headerlink" href="#added_8" title="Permanent link">¶</a></h3>
|
|
11519
11350
|
<ul>
|
|
11520
11351
|
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added range field on <code>VLANGroup</code> model.</li>
|
|
11521
11352
|
<li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added tags on <code>VLANGroup</code> model.</li>
|
|
11522
11353
|
</ul>
|
|
11523
|
-
<h3 id="
|
|
11354
|
+
<h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">¶</a></h3>
|
|
11524
11355
|
<ul>
|
|
11525
11356
|
<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>
|
|
11526
11357
|
<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>
|
|
@@ -11530,21 +11361,21 @@
|
|
|
11530
11361
|
<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>
|
|
11531
11362
|
<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>
|
|
11532
11363
|
</ul>
|
|
11533
|
-
<h3 id="
|
|
11364
|
+
<h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">¶</a></h3>
|
|
11534
11365
|
<ul>
|
|
11535
11366
|
<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>
|
|
11536
11367
|
</ul>
|
|
11537
11368
|
<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>
|
|
11538
|
-
<h3 id="
|
|
11369
|
+
<h3 id="added_9">Added<a class="headerlink" href="#added_9" title="Permanent link">¶</a></h3>
|
|
11539
11370
|
<ul>
|
|
11540
11371
|
<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>
|
|
11541
11372
|
<li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Added the add button to IPAM Services.</li>
|
|
11542
11373
|
</ul>
|
|
11543
|
-
<h3 id="
|
|
11374
|
+
<h3 id="changed_7">Changed<a class="headerlink" href="#changed_7" title="Permanent link">¶</a></h3>
|
|
11544
11375
|
<ul>
|
|
11545
11376
|
<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>
|
|
11546
11377
|
</ul>
|
|
11547
|
-
<h3 id="
|
|
11378
|
+
<h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">¶</a></h3>
|
|
11548
11379
|
<ul>
|
|
11549
11380
|
<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>
|
|
11550
11381
|
<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>
|
|
@@ -11555,7 +11386,7 @@
|
|
|
11555
11386
|
<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>
|
|
11556
11387
|
<li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Fixed lookup of IP Addresses in the Service form.</li>
|
|
11557
11388
|
</ul>
|
|
11558
|
-
<h3 id="
|
|
11389
|
+
<h3 id="dependencies_6">Dependencies<a class="headerlink" href="#dependencies_6" title="Permanent link">¶</a></h3>
|
|
11559
11390
|
<ul>
|
|
11560
11391
|
<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>
|
|
11561
11392
|
<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>
|
|
@@ -11564,7 +11395,7 @@
|
|
|
11564
11395
|
<ul>
|
|
11565
11396
|
<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>
|
|
11566
11397
|
</ul>
|
|
11567
|
-
<h3 id="
|
|
11398
|
+
<h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">¶</a></h3>
|
|
11568
11399
|
<ul>
|
|
11569
11400
|
<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>
|
|
11570
11401
|
<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>
|
|
@@ -11573,16 +11404,16 @@
|
|
|
11573
11404
|
<li><a href="https://github.com/nautobot/nautobot/issues/6292">#6292</a> - Corrected logic of several VLAN test cases.</li>
|
|
11574
11405
|
</ul>
|
|
11575
11406
|
<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>
|
|
11576
|
-
<h3 id="
|
|
11407
|
+
<h3 id="added_10">Added<a class="headerlink" href="#added_10" title="Permanent link">¶</a></h3>
|
|
11577
11408
|
<ul>
|
|
11578
11409
|
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
|
|
11579
11410
|
<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>
|
|
11580
11411
|
</ul>
|
|
11581
|
-
<h3 id="
|
|
11412
|
+
<h3 id="changed_8">Changed<a class="headerlink" href="#changed_8" title="Permanent link">¶</a></h3>
|
|
11582
11413
|
<ul>
|
|
11583
11414
|
<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>
|
|
11584
11415
|
</ul>
|
|
11585
|
-
<h3 id="
|
|
11416
|
+
<h3 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">¶</a></h3>
|
|
11586
11417
|
<ul>
|
|
11587
11418
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
|
|
11588
11419
|
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
|
|
@@ -11596,7 +11427,7 @@
|
|
|
11596
11427
|
<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>
|
|
11597
11428
|
<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>
|
|
11598
11429
|
</ul>
|
|
11599
|
-
<h3 id="
|
|
11430
|
+
<h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">¶</a></h3>
|
|
11600
11431
|
<ul>
|
|
11601
11432
|
<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>
|
|
11602
11433
|
<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>
|
|
@@ -11604,22 +11435,22 @@
|
|
|
11604
11435
|
<li><a href="https://github.com/nautobot/nautobot/issues/6227">#6227</a> - Fixed typo in app upstream testing workflow.</li>
|
|
11605
11436
|
</ul>
|
|
11606
11437
|
<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>
|
|
11607
|
-
<h3 id="
|
|
11438
|
+
<h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">¶</a></h3>
|
|
11608
11439
|
<ul>
|
|
11609
11440
|
<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>
|
|
11610
11441
|
</ul>
|
|
11611
|
-
<h3 id="
|
|
11442
|
+
<h3 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">¶</a></h3>
|
|
11612
11443
|
<ul>
|
|
11613
11444
|
<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>
|
|
11614
11445
|
<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>
|
|
11615
11446
|
<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>
|
|
11616
11447
|
<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>
|
|
11617
11448
|
</ul>
|
|
11618
|
-
<h3 id="
|
|
11449
|
+
<h3 id="dependencies_7">Dependencies<a class="headerlink" href="#dependencies_7" title="Permanent link">¶</a></h3>
|
|
11619
11450
|
<ul>
|
|
11620
11451
|
<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>
|
|
11621
11452
|
</ul>
|
|
11622
|
-
<h3 id="
|
|
11453
|
+
<h3 id="housekeeping_10">Housekeeping<a class="headerlink" href="#housekeeping_10" title="Permanent link">¶</a></h3>
|
|
11623
11454
|
<ul>
|
|
11624
11455
|
<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>
|
|
11625
11456
|
<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>
|
|
@@ -11629,18 +11460,18 @@
|
|
|
11629
11460
|
<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>
|
|
11630
11461
|
</ul>
|
|
11631
11462
|
<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>
|
|
11632
|
-
<h3 id="
|
|
11463
|
+
<h3 id="security_2">Security<a class="headerlink" href="#security_2" title="Permanent link">¶</a></h3>
|
|
11633
11464
|
<ul>
|
|
11634
11465
|
<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>
|
|
11635
11466
|
</ul>
|
|
11636
|
-
<h3 id="
|
|
11467
|
+
<h3 id="added_11">Added<a class="headerlink" href="#added_11" title="Permanent link">¶</a></h3>
|
|
11637
11468
|
<ul>
|
|
11638
11469
|
<li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
|
|
11639
11470
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time_zone</code> field to <code>ScheduledJob</code> model.</li>
|
|
11640
11471
|
<li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
|
|
11641
11472
|
<li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
|
|
11642
11473
|
</ul>
|
|
11643
|
-
<h3 id="
|
|
11474
|
+
<h3 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">¶</a></h3>
|
|
11644
11475
|
<ul>
|
|
11645
11476
|
<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>
|
|
11646
11477
|
<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>
|
|
@@ -11649,7 +11480,7 @@
|
|
|
11649
11480
|
<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>
|
|
11650
11481
|
<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>
|
|
11651
11482
|
</ul>
|
|
11652
|
-
<h3 id="
|
|
11483
|
+
<h3 id="housekeeping_11">Housekeeping<a class="headerlink" href="#housekeeping_11" title="Permanent link">¶</a></h3>
|
|
11653
11484
|
<ul>
|
|
11654
11485
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>watchmedo</code> to <code>celery_beat</code> development container.</li>
|
|
11655
11486
|
<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>
|
|
@@ -11657,33 +11488,33 @@
|
|
|
11657
11488
|
<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>
|
|
11658
11489
|
</ul>
|
|
11659
11490
|
<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>
|
|
11660
|
-
<h3 id="
|
|
11491
|
+
<h3 id="added_12">Added<a class="headerlink" href="#added_12" title="Permanent link">¶</a></h3>
|
|
11661
11492
|
<ul>
|
|
11662
11493
|
<li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
|
|
11663
11494
|
<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>
|
|
11664
11495
|
<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>
|
|
11665
11496
|
</ul>
|
|
11666
|
-
<h3 id="
|
|
11497
|
+
<h3 id="changed_9">Changed<a class="headerlink" href="#changed_9" title="Permanent link">¶</a></h3>
|
|
11667
11498
|
<ul>
|
|
11668
11499
|
<li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
|
|
11669
11500
|
</ul>
|
|
11670
|
-
<h3 id="
|
|
11501
|
+
<h3 id="fixed_13">Fixed<a class="headerlink" href="#fixed_13" title="Permanent link">¶</a></h3>
|
|
11671
11502
|
<ul>
|
|
11672
11503
|
<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>
|
|
11673
11504
|
<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>
|
|
11674
11505
|
<li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
|
|
11675
11506
|
<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>
|
|
11676
11507
|
</ul>
|
|
11677
|
-
<h3 id="
|
|
11508
|
+
<h3 id="housekeeping_12">Housekeeping<a class="headerlink" href="#housekeeping_12" title="Permanent link">¶</a></h3>
|
|
11678
11509
|
<ul>
|
|
11679
11510
|
<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>
|
|
11680
11511
|
</ul>
|
|
11681
11512
|
<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>
|
|
11682
|
-
<h3 id="
|
|
11513
|
+
<h3 id="security_3">Security<a class="headerlink" href="#security_3" title="Permanent link">¶</a></h3>
|
|
11683
11514
|
<ul>
|
|
11684
11515
|
<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>
|
|
11685
11516
|
</ul>
|
|
11686
|
-
<h3 id="
|
|
11517
|
+
<h3 id="added_13">Added<a class="headerlink" href="#added_13" title="Permanent link">¶</a></h3>
|
|
11687
11518
|
<ul>
|
|
11688
11519
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
|
|
11689
11520
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
|
|
@@ -11693,7 +11524,7 @@
|
|
|
11693
11524
|
<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>
|
|
11694
11525
|
<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>
|
|
11695
11526
|
</ul>
|
|
11696
|
-
<h3 id="
|
|
11527
|
+
<h3 id="changed_10">Changed<a class="headerlink" href="#changed_10" title="Permanent link">¶</a></h3>
|
|
11697
11528
|
<ul>
|
|
11698
11529
|
<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>
|
|
11699
11530
|
<li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
|
|
@@ -11707,7 +11538,7 @@
|
|
|
11707
11538
|
<li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
|
|
11708
11539
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
|
|
11709
11540
|
</ul>
|
|
11710
|
-
<h3 id="
|
|
11541
|
+
<h3 id="fixed_14">Fixed<a class="headerlink" href="#fixed_14" title="Permanent link">¶</a></h3>
|
|
11711
11542
|
<ul>
|
|
11712
11543
|
<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>
|
|
11713
11544
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
|
|
@@ -11731,7 +11562,7 @@
|
|
|
11731
11562
|
<li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
|
|
11732
11563
|
<li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
|
|
11733
11564
|
</ul>
|
|
11734
|
-
<h3 id="
|
|
11565
|
+
<h3 id="housekeeping_13">Housekeeping<a class="headerlink" href="#housekeeping_13" title="Permanent link">¶</a></h3>
|
|
11735
11566
|
<ul>
|
|
11736
11567
|
<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>
|
|
11737
11568
|
<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>
|
|
@@ -11742,11 +11573,11 @@
|
|
|
11742
11573
|
<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>
|
|
11743
11574
|
</ul>
|
|
11744
11575
|
<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>
|
|
11745
|
-
<h3 id="
|
|
11576
|
+
<h3 id="security_4">Security<a class="headerlink" href="#security_4" title="Permanent link">¶</a></h3>
|
|
11746
11577
|
<ul>
|
|
11747
11578
|
<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>
|
|
11748
11579
|
</ul>
|
|
11749
|
-
<h3 id="
|
|
11580
|
+
<h3 id="added_14">Added<a class="headerlink" href="#added_14" title="Permanent link">¶</a></h3>
|
|
11750
11581
|
<ul>
|
|
11751
11582
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
|
|
11752
11583
|
<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>
|
|
@@ -11793,7 +11624,7 @@
|
|
|
11793
11624
|
<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>
|
|
11794
11625
|
<li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
|
|
11795
11626
|
</ul>
|
|
11796
|
-
<h3 id="
|
|
11627
|
+
<h3 id="changed_11">Changed<a class="headerlink" href="#changed_11" title="Permanent link">¶</a></h3>
|
|
11797
11628
|
<ul>
|
|
11798
11629
|
<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>
|
|
11799
11630
|
<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>
|
|
@@ -11837,7 +11668,7 @@
|
|
|
11837
11668
|
<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>
|
|
11838
11669
|
<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>
|
|
11839
11670
|
</ul>
|
|
11840
|
-
<h3 id="
|
|
11671
|
+
<h3 id="fixed_15">Fixed<a class="headerlink" href="#fixed_15" title="Permanent link">¶</a></h3>
|
|
11841
11672
|
<ul>
|
|
11842
11673
|
<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>
|
|
11843
11674
|
<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>
|
|
@@ -11861,7 +11692,7 @@
|
|
|
11861
11692
|
<li><a href="https://github.com/nautobot/nautobot/issues/5951">#5951</a> - Removed unused consolidated action button on job list view.</li>
|
|
11862
11693
|
<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>
|
|
11863
11694
|
</ul>
|
|
11864
|
-
<h3 id="
|
|
11695
|
+
<h3 id="dependencies_8">Dependencies<a class="headerlink" href="#dependencies_8" title="Permanent link">¶</a></h3>
|
|
11865
11696
|
<ul>
|
|
11866
11697
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Updated <code>materialdesignicons</code> to version 7.4.47.</li>
|
|
11867
11698
|
<li><a href="https://github.com/nautobot/nautobot/issues/4616">#4616</a> - Updated <code>django-taggit</code> to <code>~5.0.0</code>.</li>
|
|
@@ -11893,7 +11724,7 @@
|
|
|
11893
11724
|
<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>
|
|
11894
11725
|
<li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
|
|
11895
11726
|
</ul>
|
|
11896
|
-
<h3 id="
|
|
11727
|
+
<h3 id="housekeeping_14">Housekeeping<a class="headerlink" href="#housekeeping_14" title="Permanent link">¶</a></h3>
|
|
11897
11728
|
<ul>
|
|
11898
11729
|
<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>
|
|
11899
11730
|
<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>
|
|
@@ -12064,7 +11895,7 @@
|
|
|
12064
11895
|
<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>
|
|
12065
11896
|
|
|
12066
11897
|
|
|
12067
|
-
<script src="../assets/javascripts/bundle.
|
|
11898
|
+
<script src="../assets/javascripts/bundle.83f73b43.min.js"></script>
|
|
12068
11899
|
|
|
12069
11900
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
12070
11901
|
|