nautobot 2.2.4__py3-none-any.whl → 2.2.5__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/circuits/forms.py +15 -0
- nautobot/circuits/navigation.py +9 -1
- nautobot/circuits/views.py +2 -0
- nautobot/core/filters.py +11 -0
- nautobot/core/settings.yaml +3 -3
- nautobot/core/testing/filters.py +24 -1
- nautobot/core/testing/views.py +13 -1
- nautobot/core/views/utils.py +18 -1
- nautobot/dcim/filters/__init__.py +1 -1
- nautobot/dcim/forms.py +23 -4
- nautobot/dcim/tables/devicetypes.py +15 -4
- nautobot/dcim/tests/test_views.py +84 -0
- nautobot/dcim/views.py +3 -0
- nautobot/extras/api/views.py +2 -2
- nautobot/extras/context_managers.py +3 -0
- nautobot/extras/filters/__init__.py +15 -1
- nautobot/extras/forms/forms.py +33 -0
- nautobot/extras/forms/mixins.py +0 -6
- nautobot/extras/signals.py +6 -1
- nautobot/extras/tests/test_api.py +24 -2
- nautobot/extras/tests/test_context_managers.py +33 -1
- nautobot/extras/tests/test_filters.py +69 -0
- nautobot/extras/tests/test_forms.py +0 -3
- nautobot/extras/tests/test_views.py +48 -4
- nautobot/extras/views.py +12 -10
- nautobot/ipam/forms.py +18 -0
- nautobot/ipam/tests/test_views.py +9 -2
- nautobot/ipam/views.py +11 -0
- nautobot/project-static/docs/404.html +3 -3
- nautobot/project-static/docs/apps/index.html +3 -3
- nautobot/project-static/docs/apps/nautobot-apps.html +3 -3
- nautobot/project-static/docs/assets/javascripts/{bundle.3220b9d7.min.js → bundle.ebd0bdb7.min.js} +5 -5
- nautobot/project-static/docs/assets/javascripts/{bundle.3220b9d7.min.js.map → bundle.ebd0bdb7.min.js.map} +3 -3
- nautobot/project-static/docs/assets/stylesheets/{main.66ac8b77.min.css → main.6543a935.min.css} +1 -1
- nautobot/project-static/docs/assets/stylesheets/{main.66ac8b77.min.css.map → main.6543a935.min.css.map} +1 -1
- nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/api.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/config.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/models.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +3 -3
- nautobot/project-static/docs/code-reference/nautobot/apps/views.html +3 -3
- nautobot/project-static/docs/development/apps/api/configuration-view.html +3 -3
- nautobot/project-static/docs/development/apps/api/database-backend-config.html +3 -3
- nautobot/project-static/docs/development/apps/api/models/django-admin.html +3 -3
- nautobot/project-static/docs/development/apps/api/models/global-search.html +3 -3
- nautobot/project-static/docs/development/apps/api/models/graphql.html +3 -3
- nautobot/project-static/docs/development/apps/api/models/index.html +3 -3
- nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +4 -4
- nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/index.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +3 -3
- nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +3 -3
- nautobot/project-static/docs/development/apps/api/prometheus.html +3 -3
- nautobot/project-static/docs/development/apps/api/setup.html +3 -3
- nautobot/project-static/docs/development/apps/api/testing.html +3 -3
- nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +3 -3
- nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +3 -3
- nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +3 -3
- nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +3 -3
- nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/base-template.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/help-documentation.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/index.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/notes.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/rest-api.html +3 -3
- nautobot/project-static/docs/development/apps/api/views/urls.html +3 -3
- nautobot/project-static/docs/development/apps/index.html +3 -3
- nautobot/project-static/docs/development/apps/migration/code-updates.html +3 -3
- nautobot/project-static/docs/development/apps/migration/dependency-updates.html +3 -3
- nautobot/project-static/docs/development/apps/migration/from-v1.html +5 -5
- nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +3 -3
- nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +3 -3
- nautobot/project-static/docs/development/apps/migration/model-updates/global.html +3 -3
- nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +3 -3
- nautobot/project-static/docs/development/apps/porting-from-netbox.html +3 -3
- nautobot/project-static/docs/development/core/application-registry.html +4 -4
- nautobot/project-static/docs/development/core/best-practices.html +3 -3
- nautobot/project-static/docs/development/core/bootstrap-ui.html +3 -3
- nautobot/project-static/docs/development/core/caching.html +3 -3
- nautobot/project-static/docs/development/core/controllers.html +3 -3
- nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +3 -3
- nautobot/project-static/docs/development/core/generic-views.html +3 -3
- nautobot/project-static/docs/development/core/getting-started.html +5 -5
- nautobot/project-static/docs/development/core/homepage.html +3 -3
- nautobot/project-static/docs/development/core/index.html +3 -3
- nautobot/project-static/docs/development/core/model-checklist.html +3 -3
- nautobot/project-static/docs/development/core/model-features.html +3 -3
- nautobot/project-static/docs/development/core/natural-keys.html +3 -3
- nautobot/project-static/docs/development/core/navigation-menu.html +3 -3
- nautobot/project-static/docs/development/core/release-checklist.html +3 -3
- nautobot/project-static/docs/development/core/role-internals.html +3 -3
- nautobot/project-static/docs/development/core/settings.html +3 -3
- nautobot/project-static/docs/development/core/style-guide.html +3 -3
- nautobot/project-static/docs/development/core/templates.html +3 -3
- nautobot/project-static/docs/development/core/testing.html +4 -4
- nautobot/project-static/docs/development/core/user-preferences.html +3 -3
- nautobot/project-static/docs/development/index.html +3 -3
- nautobot/project-static/docs/development/jobs/index.html +3 -3
- nautobot/project-static/docs/development/jobs/migration/from-v1.html +3 -3
- nautobot/project-static/docs/index.html +3 -3
- nautobot/project-static/docs/release-notes/index.html +3 -3
- nautobot/project-static/docs/release-notes/version-1.0.html +4 -4
- nautobot/project-static/docs/release-notes/version-1.1.html +3 -3
- nautobot/project-static/docs/release-notes/version-1.2.html +5 -5
- nautobot/project-static/docs/release-notes/version-1.3.html +4 -4
- nautobot/project-static/docs/release-notes/version-1.4.html +5 -5
- nautobot/project-static/docs/release-notes/version-1.5.html +5 -5
- nautobot/project-static/docs/release-notes/version-1.6.html +543 -163
- nautobot/project-static/docs/release-notes/version-2.0.html +6 -6
- nautobot/project-static/docs/release-notes/version-2.1.html +3 -3
- nautobot/project-static/docs/release-notes/version-2.2.html +263 -84
- nautobot/project-static/docs/requirements.txt +2 -2
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +254 -254
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +3 -3
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +3 -3
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +5 -5
- nautobot/project-static/docs/user-guide/administration/configuration/index.html +4 -4
- nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +6 -6
- nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +3 -3
- nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +3 -3
- nautobot/project-static/docs/user-guide/administration/guides/caching.html +3 -3
- nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +3 -3
- nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +3 -3
- nautobot/project-static/docs/user-guide/administration/guides/permissions.html +3 -3
- nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +3 -3
- nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +4 -4
- nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +3 -3
- nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/app-install.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/http-server.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/index.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/install_system.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +7 -7
- nautobot/project-static/docs/user-guide/administration/installation/services.html +4 -4
- nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +3 -3
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +3 -3
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +3 -3
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +3 -3
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +3 -3
- nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +3 -3
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +3 -3
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +3 -3
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +4 -4
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +3 -3
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +3 -3
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +3 -22
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +5 -5
- nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +5 -5
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +4 -4
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +3 -3
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +6 -6
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +4 -4
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +4 -4
- nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/graphql.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/relationships.html +3 -3
- nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +3 -3
- nautobot/project-static/docs/user-guide/index.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +4 -4
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +5 -5
- nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +5 -5
- nautobot/project-static/docs/user-guide/platform-functionality/note.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/role.html +4 -36
- nautobot/project-static/docs/user-guide/platform-functionality/secret.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/status.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/tag.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +3 -3
- nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +3 -3
- nautobot/project-static/js/forms.js +2 -1
- nautobot/tenancy/forms.py +9 -0
- nautobot/tenancy/views.py +1 -0
- nautobot/virtualization/forms.py +18 -6
- nautobot/virtualization/templates/virtualization/clustertype.html +2 -2
- nautobot/virtualization/views.py +2 -0
- {nautobot-2.2.4.dist-info → nautobot-2.2.5.dist-info}/METADATA +1 -1
- {nautobot-2.2.4.dist-info → nautobot-2.2.5.dist-info}/RECORD +303 -303
- {nautobot-2.2.4.dist-info → nautobot-2.2.5.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.2.4.dist-info → nautobot-2.2.5.dist-info}/NOTICE +0 -0
- {nautobot-2.2.4.dist-info → nautobot-2.2.5.dist-info}/WHEEL +0 -0
- {nautobot-2.2.4.dist-info → nautobot-2.2.5.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.
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.23">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
<link rel="stylesheet" href="../assets/stylesheets/main.
|
|
29
|
+
<link rel="stylesheet" href="../assets/stylesheets/main.6543a935.min.css">
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
|
|
@@ -7373,13 +7373,13 @@
|
|
|
7373
7373
|
</li>
|
|
7374
7374
|
|
|
7375
7375
|
<li class="md-nav__item">
|
|
7376
|
-
<a href="#
|
|
7376
|
+
<a href="#v225-2024-05-28" class="md-nav__link">
|
|
7377
7377
|
<span class="md-ellipsis">
|
|
7378
|
-
v2.2.
|
|
7378
|
+
v2.2.5 (2024-05-28)
|
|
7379
7379
|
</span>
|
|
7380
7380
|
</a>
|
|
7381
7381
|
|
|
7382
|
-
<nav class="md-nav" aria-label="v2.2.
|
|
7382
|
+
<nav class="md-nav" aria-label="v2.2.5 (2024-05-28)">
|
|
7383
7383
|
<ul class="md-nav__list">
|
|
7384
7384
|
|
|
7385
7385
|
<li class="md-nav__item">
|
|
@@ -7398,6 +7398,15 @@
|
|
|
7398
7398
|
</span>
|
|
7399
7399
|
</a>
|
|
7400
7400
|
|
|
7401
|
+
</li>
|
|
7402
|
+
|
|
7403
|
+
<li class="md-nav__item">
|
|
7404
|
+
<a href="#removed" class="md-nav__link">
|
|
7405
|
+
<span class="md-ellipsis">
|
|
7406
|
+
Removed
|
|
7407
|
+
</span>
|
|
7408
|
+
</a>
|
|
7409
|
+
|
|
7401
7410
|
</li>
|
|
7402
7411
|
|
|
7403
7412
|
<li class="md-nav__item">
|
|
@@ -7430,6 +7439,66 @@
|
|
|
7430
7439
|
</ul>
|
|
7431
7440
|
</nav>
|
|
7432
7441
|
|
|
7442
|
+
</li>
|
|
7443
|
+
|
|
7444
|
+
<li class="md-nav__item">
|
|
7445
|
+
<a href="#v224-2024-05-13" class="md-nav__link">
|
|
7446
|
+
<span class="md-ellipsis">
|
|
7447
|
+
v2.2.4 (2024-05-13)
|
|
7448
|
+
</span>
|
|
7449
|
+
</a>
|
|
7450
|
+
|
|
7451
|
+
<nav class="md-nav" aria-label="v2.2.4 (2024-05-13)">
|
|
7452
|
+
<ul class="md-nav__list">
|
|
7453
|
+
|
|
7454
|
+
<li class="md-nav__item">
|
|
7455
|
+
<a href="#security_1" class="md-nav__link">
|
|
7456
|
+
<span class="md-ellipsis">
|
|
7457
|
+
Security
|
|
7458
|
+
</span>
|
|
7459
|
+
</a>
|
|
7460
|
+
|
|
7461
|
+
</li>
|
|
7462
|
+
|
|
7463
|
+
<li class="md-nav__item">
|
|
7464
|
+
<a href="#added_2" class="md-nav__link">
|
|
7465
|
+
<span class="md-ellipsis">
|
|
7466
|
+
Added
|
|
7467
|
+
</span>
|
|
7468
|
+
</a>
|
|
7469
|
+
|
|
7470
|
+
</li>
|
|
7471
|
+
|
|
7472
|
+
<li class="md-nav__item">
|
|
7473
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
7474
|
+
<span class="md-ellipsis">
|
|
7475
|
+
Fixed
|
|
7476
|
+
</span>
|
|
7477
|
+
</a>
|
|
7478
|
+
|
|
7479
|
+
</li>
|
|
7480
|
+
|
|
7481
|
+
<li class="md-nav__item">
|
|
7482
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
7483
|
+
<span class="md-ellipsis">
|
|
7484
|
+
Documentation
|
|
7485
|
+
</span>
|
|
7486
|
+
</a>
|
|
7487
|
+
|
|
7488
|
+
</li>
|
|
7489
|
+
|
|
7490
|
+
<li class="md-nav__item">
|
|
7491
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
7492
|
+
<span class="md-ellipsis">
|
|
7493
|
+
Housekeeping
|
|
7494
|
+
</span>
|
|
7495
|
+
</a>
|
|
7496
|
+
|
|
7497
|
+
</li>
|
|
7498
|
+
|
|
7499
|
+
</ul>
|
|
7500
|
+
</nav>
|
|
7501
|
+
|
|
7433
7502
|
</li>
|
|
7434
7503
|
|
|
7435
7504
|
<li class="md-nav__item">
|
|
@@ -7443,7 +7512,7 @@
|
|
|
7443
7512
|
<ul class="md-nav__list">
|
|
7444
7513
|
|
|
7445
7514
|
<li class="md-nav__item">
|
|
7446
|
-
<a href="#
|
|
7515
|
+
<a href="#security_2" class="md-nav__link">
|
|
7447
7516
|
<span class="md-ellipsis">
|
|
7448
7517
|
Security
|
|
7449
7518
|
</span>
|
|
@@ -7452,7 +7521,7 @@
|
|
|
7452
7521
|
</li>
|
|
7453
7522
|
|
|
7454
7523
|
<li class="md-nav__item">
|
|
7455
|
-
<a href="#
|
|
7524
|
+
<a href="#added_3" class="md-nav__link">
|
|
7456
7525
|
<span class="md-ellipsis">
|
|
7457
7526
|
Added
|
|
7458
7527
|
</span>
|
|
@@ -7470,7 +7539,7 @@
|
|
|
7470
7539
|
</li>
|
|
7471
7540
|
|
|
7472
7541
|
<li class="md-nav__item">
|
|
7473
|
-
<a href="#
|
|
7542
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
7474
7543
|
<span class="md-ellipsis">
|
|
7475
7544
|
Fixed
|
|
7476
7545
|
</span>
|
|
@@ -7479,7 +7548,7 @@
|
|
|
7479
7548
|
</li>
|
|
7480
7549
|
|
|
7481
7550
|
<li class="md-nav__item">
|
|
7482
|
-
<a href="#
|
|
7551
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
7483
7552
|
<span class="md-ellipsis">
|
|
7484
7553
|
Documentation
|
|
7485
7554
|
</span>
|
|
@@ -7488,7 +7557,7 @@
|
|
|
7488
7557
|
</li>
|
|
7489
7558
|
|
|
7490
7559
|
<li class="md-nav__item">
|
|
7491
|
-
<a href="#
|
|
7560
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
7492
7561
|
<span class="md-ellipsis">
|
|
7493
7562
|
Housekeeping
|
|
7494
7563
|
</span>
|
|
@@ -7512,7 +7581,7 @@
|
|
|
7512
7581
|
<ul class="md-nav__list">
|
|
7513
7582
|
|
|
7514
7583
|
<li class="md-nav__item">
|
|
7515
|
-
<a href="#
|
|
7584
|
+
<a href="#security_3" class="md-nav__link">
|
|
7516
7585
|
<span class="md-ellipsis">
|
|
7517
7586
|
Security
|
|
7518
7587
|
</span>
|
|
@@ -7521,7 +7590,7 @@
|
|
|
7521
7590
|
</li>
|
|
7522
7591
|
|
|
7523
7592
|
<li class="md-nav__item">
|
|
7524
|
-
<a href="#
|
|
7593
|
+
<a href="#added_4" class="md-nav__link">
|
|
7525
7594
|
<span class="md-ellipsis">
|
|
7526
7595
|
Added
|
|
7527
7596
|
</span>
|
|
@@ -7539,7 +7608,7 @@
|
|
|
7539
7608
|
</li>
|
|
7540
7609
|
|
|
7541
7610
|
<li class="md-nav__item">
|
|
7542
|
-
<a href="#
|
|
7611
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
7543
7612
|
<span class="md-ellipsis">
|
|
7544
7613
|
Fixed
|
|
7545
7614
|
</span>
|
|
@@ -7548,7 +7617,7 @@
|
|
|
7548
7617
|
</li>
|
|
7549
7618
|
|
|
7550
7619
|
<li class="md-nav__item">
|
|
7551
|
-
<a href="#
|
|
7620
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
7552
7621
|
<span class="md-ellipsis">
|
|
7553
7622
|
Documentation
|
|
7554
7623
|
</span>
|
|
@@ -7557,7 +7626,7 @@
|
|
|
7557
7626
|
</li>
|
|
7558
7627
|
|
|
7559
7628
|
<li class="md-nav__item">
|
|
7560
|
-
<a href="#
|
|
7629
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
7561
7630
|
<span class="md-ellipsis">
|
|
7562
7631
|
Housekeeping
|
|
7563
7632
|
</span>
|
|
@@ -7581,7 +7650,7 @@
|
|
|
7581
7650
|
<ul class="md-nav__list">
|
|
7582
7651
|
|
|
7583
7652
|
<li class="md-nav__item">
|
|
7584
|
-
<a href="#
|
|
7653
|
+
<a href="#security_4" class="md-nav__link">
|
|
7585
7654
|
<span class="md-ellipsis">
|
|
7586
7655
|
Security
|
|
7587
7656
|
</span>
|
|
@@ -7590,7 +7659,7 @@
|
|
|
7590
7659
|
</li>
|
|
7591
7660
|
|
|
7592
7661
|
<li class="md-nav__item">
|
|
7593
|
-
<a href="#
|
|
7662
|
+
<a href="#added_5" class="md-nav__link">
|
|
7594
7663
|
<span class="md-ellipsis">
|
|
7595
7664
|
Added
|
|
7596
7665
|
</span>
|
|
@@ -7608,7 +7677,7 @@
|
|
|
7608
7677
|
</li>
|
|
7609
7678
|
|
|
7610
7679
|
<li class="md-nav__item">
|
|
7611
|
-
<a href="#
|
|
7680
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
7612
7681
|
<span class="md-ellipsis">
|
|
7613
7682
|
Fixed
|
|
7614
7683
|
</span>
|
|
@@ -7626,7 +7695,7 @@
|
|
|
7626
7695
|
</li>
|
|
7627
7696
|
|
|
7628
7697
|
<li class="md-nav__item">
|
|
7629
|
-
<a href="#
|
|
7698
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
7630
7699
|
<span class="md-ellipsis">
|
|
7631
7700
|
Documentation
|
|
7632
7701
|
</span>
|
|
@@ -7635,7 +7704,7 @@
|
|
|
7635
7704
|
</li>
|
|
7636
7705
|
|
|
7637
7706
|
<li class="md-nav__item">
|
|
7638
|
-
<a href="#
|
|
7707
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
7639
7708
|
<span class="md-ellipsis">
|
|
7640
7709
|
Housekeeping
|
|
7641
7710
|
</span>
|
|
@@ -7659,7 +7728,7 @@
|
|
|
7659
7728
|
<ul class="md-nav__list">
|
|
7660
7729
|
|
|
7661
7730
|
<li class="md-nav__item">
|
|
7662
|
-
<a href="#
|
|
7731
|
+
<a href="#added_6" class="md-nav__link">
|
|
7663
7732
|
<span class="md-ellipsis">
|
|
7664
7733
|
Added
|
|
7665
7734
|
</span>
|
|
@@ -7677,7 +7746,7 @@
|
|
|
7677
7746
|
</li>
|
|
7678
7747
|
|
|
7679
7748
|
<li class="md-nav__item">
|
|
7680
|
-
<a href="#
|
|
7749
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
7681
7750
|
<span class="md-ellipsis">
|
|
7682
7751
|
Fixed
|
|
7683
7752
|
</span>
|
|
@@ -7695,7 +7764,7 @@
|
|
|
7695
7764
|
</li>
|
|
7696
7765
|
|
|
7697
7766
|
<li class="md-nav__item">
|
|
7698
|
-
<a href="#
|
|
7767
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
7699
7768
|
<span class="md-ellipsis">
|
|
7700
7769
|
Housekeeping
|
|
7701
7770
|
</span>
|
|
@@ -7719,7 +7788,7 @@
|
|
|
7719
7788
|
<ul class="md-nav__list">
|
|
7720
7789
|
|
|
7721
7790
|
<li class="md-nav__item">
|
|
7722
|
-
<a href="#
|
|
7791
|
+
<a href="#added_7" class="md-nav__link">
|
|
7723
7792
|
<span class="md-ellipsis">
|
|
7724
7793
|
Added
|
|
7725
7794
|
</span>
|
|
@@ -7746,7 +7815,7 @@
|
|
|
7746
7815
|
</li>
|
|
7747
7816
|
|
|
7748
7817
|
<li class="md-nav__item">
|
|
7749
|
-
<a href="#
|
|
7818
|
+
<a href="#removed_1" class="md-nav__link">
|
|
7750
7819
|
<span class="md-ellipsis">
|
|
7751
7820
|
Removed
|
|
7752
7821
|
</span>
|
|
@@ -7755,7 +7824,7 @@
|
|
|
7755
7824
|
</li>
|
|
7756
7825
|
|
|
7757
7826
|
<li class="md-nav__item">
|
|
7758
|
-
<a href="#
|
|
7827
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
7759
7828
|
<span class="md-ellipsis">
|
|
7760
7829
|
Fixed
|
|
7761
7830
|
</span>
|
|
@@ -7773,7 +7842,7 @@
|
|
|
7773
7842
|
</li>
|
|
7774
7843
|
|
|
7775
7844
|
<li class="md-nav__item">
|
|
7776
|
-
<a href="#
|
|
7845
|
+
<a href="#documentation_5" class="md-nav__link">
|
|
7777
7846
|
<span class="md-ellipsis">
|
|
7778
7847
|
Documentation
|
|
7779
7848
|
</span>
|
|
@@ -7782,7 +7851,7 @@
|
|
|
7782
7851
|
</li>
|
|
7783
7852
|
|
|
7784
7853
|
<li class="md-nav__item">
|
|
7785
|
-
<a href="#
|
|
7854
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
7786
7855
|
<span class="md-ellipsis">
|
|
7787
7856
|
Housekeeping
|
|
7788
7857
|
</span>
|
|
@@ -8491,13 +8560,13 @@
|
|
|
8491
8560
|
</li>
|
|
8492
8561
|
|
|
8493
8562
|
<li class="md-nav__item">
|
|
8494
|
-
<a href="#
|
|
8563
|
+
<a href="#v225-2024-05-28" class="md-nav__link">
|
|
8495
8564
|
<span class="md-ellipsis">
|
|
8496
|
-
v2.2.
|
|
8565
|
+
v2.2.5 (2024-05-28)
|
|
8497
8566
|
</span>
|
|
8498
8567
|
</a>
|
|
8499
8568
|
|
|
8500
|
-
<nav class="md-nav" aria-label="v2.2.
|
|
8569
|
+
<nav class="md-nav" aria-label="v2.2.5 (2024-05-28)">
|
|
8501
8570
|
<ul class="md-nav__list">
|
|
8502
8571
|
|
|
8503
8572
|
<li class="md-nav__item">
|
|
@@ -8516,6 +8585,15 @@
|
|
|
8516
8585
|
</span>
|
|
8517
8586
|
</a>
|
|
8518
8587
|
|
|
8588
|
+
</li>
|
|
8589
|
+
|
|
8590
|
+
<li class="md-nav__item">
|
|
8591
|
+
<a href="#removed" class="md-nav__link">
|
|
8592
|
+
<span class="md-ellipsis">
|
|
8593
|
+
Removed
|
|
8594
|
+
</span>
|
|
8595
|
+
</a>
|
|
8596
|
+
|
|
8519
8597
|
</li>
|
|
8520
8598
|
|
|
8521
8599
|
<li class="md-nav__item">
|
|
@@ -8548,6 +8626,66 @@
|
|
|
8548
8626
|
</ul>
|
|
8549
8627
|
</nav>
|
|
8550
8628
|
|
|
8629
|
+
</li>
|
|
8630
|
+
|
|
8631
|
+
<li class="md-nav__item">
|
|
8632
|
+
<a href="#v224-2024-05-13" class="md-nav__link">
|
|
8633
|
+
<span class="md-ellipsis">
|
|
8634
|
+
v2.2.4 (2024-05-13)
|
|
8635
|
+
</span>
|
|
8636
|
+
</a>
|
|
8637
|
+
|
|
8638
|
+
<nav class="md-nav" aria-label="v2.2.4 (2024-05-13)">
|
|
8639
|
+
<ul class="md-nav__list">
|
|
8640
|
+
|
|
8641
|
+
<li class="md-nav__item">
|
|
8642
|
+
<a href="#security_1" class="md-nav__link">
|
|
8643
|
+
<span class="md-ellipsis">
|
|
8644
|
+
Security
|
|
8645
|
+
</span>
|
|
8646
|
+
</a>
|
|
8647
|
+
|
|
8648
|
+
</li>
|
|
8649
|
+
|
|
8650
|
+
<li class="md-nav__item">
|
|
8651
|
+
<a href="#added_2" class="md-nav__link">
|
|
8652
|
+
<span class="md-ellipsis">
|
|
8653
|
+
Added
|
|
8654
|
+
</span>
|
|
8655
|
+
</a>
|
|
8656
|
+
|
|
8657
|
+
</li>
|
|
8658
|
+
|
|
8659
|
+
<li class="md-nav__item">
|
|
8660
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8661
|
+
<span class="md-ellipsis">
|
|
8662
|
+
Fixed
|
|
8663
|
+
</span>
|
|
8664
|
+
</a>
|
|
8665
|
+
|
|
8666
|
+
</li>
|
|
8667
|
+
|
|
8668
|
+
<li class="md-nav__item">
|
|
8669
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
8670
|
+
<span class="md-ellipsis">
|
|
8671
|
+
Documentation
|
|
8672
|
+
</span>
|
|
8673
|
+
</a>
|
|
8674
|
+
|
|
8675
|
+
</li>
|
|
8676
|
+
|
|
8677
|
+
<li class="md-nav__item">
|
|
8678
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8679
|
+
<span class="md-ellipsis">
|
|
8680
|
+
Housekeeping
|
|
8681
|
+
</span>
|
|
8682
|
+
</a>
|
|
8683
|
+
|
|
8684
|
+
</li>
|
|
8685
|
+
|
|
8686
|
+
</ul>
|
|
8687
|
+
</nav>
|
|
8688
|
+
|
|
8551
8689
|
</li>
|
|
8552
8690
|
|
|
8553
8691
|
<li class="md-nav__item">
|
|
@@ -8561,7 +8699,7 @@
|
|
|
8561
8699
|
<ul class="md-nav__list">
|
|
8562
8700
|
|
|
8563
8701
|
<li class="md-nav__item">
|
|
8564
|
-
<a href="#
|
|
8702
|
+
<a href="#security_2" class="md-nav__link">
|
|
8565
8703
|
<span class="md-ellipsis">
|
|
8566
8704
|
Security
|
|
8567
8705
|
</span>
|
|
@@ -8570,7 +8708,7 @@
|
|
|
8570
8708
|
</li>
|
|
8571
8709
|
|
|
8572
8710
|
<li class="md-nav__item">
|
|
8573
|
-
<a href="#
|
|
8711
|
+
<a href="#added_3" class="md-nav__link">
|
|
8574
8712
|
<span class="md-ellipsis">
|
|
8575
8713
|
Added
|
|
8576
8714
|
</span>
|
|
@@ -8588,7 +8726,7 @@
|
|
|
8588
8726
|
</li>
|
|
8589
8727
|
|
|
8590
8728
|
<li class="md-nav__item">
|
|
8591
|
-
<a href="#
|
|
8729
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8592
8730
|
<span class="md-ellipsis">
|
|
8593
8731
|
Fixed
|
|
8594
8732
|
</span>
|
|
@@ -8597,7 +8735,7 @@
|
|
|
8597
8735
|
</li>
|
|
8598
8736
|
|
|
8599
8737
|
<li class="md-nav__item">
|
|
8600
|
-
<a href="#
|
|
8738
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
8601
8739
|
<span class="md-ellipsis">
|
|
8602
8740
|
Documentation
|
|
8603
8741
|
</span>
|
|
@@ -8606,7 +8744,7 @@
|
|
|
8606
8744
|
</li>
|
|
8607
8745
|
|
|
8608
8746
|
<li class="md-nav__item">
|
|
8609
|
-
<a href="#
|
|
8747
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8610
8748
|
<span class="md-ellipsis">
|
|
8611
8749
|
Housekeeping
|
|
8612
8750
|
</span>
|
|
@@ -8630,7 +8768,7 @@
|
|
|
8630
8768
|
<ul class="md-nav__list">
|
|
8631
8769
|
|
|
8632
8770
|
<li class="md-nav__item">
|
|
8633
|
-
<a href="#
|
|
8771
|
+
<a href="#security_3" class="md-nav__link">
|
|
8634
8772
|
<span class="md-ellipsis">
|
|
8635
8773
|
Security
|
|
8636
8774
|
</span>
|
|
@@ -8639,7 +8777,7 @@
|
|
|
8639
8777
|
</li>
|
|
8640
8778
|
|
|
8641
8779
|
<li class="md-nav__item">
|
|
8642
|
-
<a href="#
|
|
8780
|
+
<a href="#added_4" class="md-nav__link">
|
|
8643
8781
|
<span class="md-ellipsis">
|
|
8644
8782
|
Added
|
|
8645
8783
|
</span>
|
|
@@ -8657,7 +8795,7 @@
|
|
|
8657
8795
|
</li>
|
|
8658
8796
|
|
|
8659
8797
|
<li class="md-nav__item">
|
|
8660
|
-
<a href="#
|
|
8798
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8661
8799
|
<span class="md-ellipsis">
|
|
8662
8800
|
Fixed
|
|
8663
8801
|
</span>
|
|
@@ -8666,7 +8804,7 @@
|
|
|
8666
8804
|
</li>
|
|
8667
8805
|
|
|
8668
8806
|
<li class="md-nav__item">
|
|
8669
|
-
<a href="#
|
|
8807
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
8670
8808
|
<span class="md-ellipsis">
|
|
8671
8809
|
Documentation
|
|
8672
8810
|
</span>
|
|
@@ -8675,7 +8813,7 @@
|
|
|
8675
8813
|
</li>
|
|
8676
8814
|
|
|
8677
8815
|
<li class="md-nav__item">
|
|
8678
|
-
<a href="#
|
|
8816
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8679
8817
|
<span class="md-ellipsis">
|
|
8680
8818
|
Housekeeping
|
|
8681
8819
|
</span>
|
|
@@ -8699,7 +8837,7 @@
|
|
|
8699
8837
|
<ul class="md-nav__list">
|
|
8700
8838
|
|
|
8701
8839
|
<li class="md-nav__item">
|
|
8702
|
-
<a href="#
|
|
8840
|
+
<a href="#security_4" class="md-nav__link">
|
|
8703
8841
|
<span class="md-ellipsis">
|
|
8704
8842
|
Security
|
|
8705
8843
|
</span>
|
|
@@ -8708,7 +8846,7 @@
|
|
|
8708
8846
|
</li>
|
|
8709
8847
|
|
|
8710
8848
|
<li class="md-nav__item">
|
|
8711
|
-
<a href="#
|
|
8849
|
+
<a href="#added_5" class="md-nav__link">
|
|
8712
8850
|
<span class="md-ellipsis">
|
|
8713
8851
|
Added
|
|
8714
8852
|
</span>
|
|
@@ -8726,7 +8864,7 @@
|
|
|
8726
8864
|
</li>
|
|
8727
8865
|
|
|
8728
8866
|
<li class="md-nav__item">
|
|
8729
|
-
<a href="#
|
|
8867
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8730
8868
|
<span class="md-ellipsis">
|
|
8731
8869
|
Fixed
|
|
8732
8870
|
</span>
|
|
@@ -8744,7 +8882,7 @@
|
|
|
8744
8882
|
</li>
|
|
8745
8883
|
|
|
8746
8884
|
<li class="md-nav__item">
|
|
8747
|
-
<a href="#
|
|
8885
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
8748
8886
|
<span class="md-ellipsis">
|
|
8749
8887
|
Documentation
|
|
8750
8888
|
</span>
|
|
@@ -8753,7 +8891,7 @@
|
|
|
8753
8891
|
</li>
|
|
8754
8892
|
|
|
8755
8893
|
<li class="md-nav__item">
|
|
8756
|
-
<a href="#
|
|
8894
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
8757
8895
|
<span class="md-ellipsis">
|
|
8758
8896
|
Housekeeping
|
|
8759
8897
|
</span>
|
|
@@ -8777,7 +8915,7 @@
|
|
|
8777
8915
|
<ul class="md-nav__list">
|
|
8778
8916
|
|
|
8779
8917
|
<li class="md-nav__item">
|
|
8780
|
-
<a href="#
|
|
8918
|
+
<a href="#added_6" class="md-nav__link">
|
|
8781
8919
|
<span class="md-ellipsis">
|
|
8782
8920
|
Added
|
|
8783
8921
|
</span>
|
|
@@ -8795,7 +8933,7 @@
|
|
|
8795
8933
|
</li>
|
|
8796
8934
|
|
|
8797
8935
|
<li class="md-nav__item">
|
|
8798
|
-
<a href="#
|
|
8936
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
8799
8937
|
<span class="md-ellipsis">
|
|
8800
8938
|
Fixed
|
|
8801
8939
|
</span>
|
|
@@ -8813,7 +8951,7 @@
|
|
|
8813
8951
|
</li>
|
|
8814
8952
|
|
|
8815
8953
|
<li class="md-nav__item">
|
|
8816
|
-
<a href="#
|
|
8954
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
8817
8955
|
<span class="md-ellipsis">
|
|
8818
8956
|
Housekeeping
|
|
8819
8957
|
</span>
|
|
@@ -8837,7 +8975,7 @@
|
|
|
8837
8975
|
<ul class="md-nav__list">
|
|
8838
8976
|
|
|
8839
8977
|
<li class="md-nav__item">
|
|
8840
|
-
<a href="#
|
|
8978
|
+
<a href="#added_7" class="md-nav__link">
|
|
8841
8979
|
<span class="md-ellipsis">
|
|
8842
8980
|
Added
|
|
8843
8981
|
</span>
|
|
@@ -8864,7 +9002,7 @@
|
|
|
8864
9002
|
</li>
|
|
8865
9003
|
|
|
8866
9004
|
<li class="md-nav__item">
|
|
8867
|
-
<a href="#
|
|
9005
|
+
<a href="#removed_1" class="md-nav__link">
|
|
8868
9006
|
<span class="md-ellipsis">
|
|
8869
9007
|
Removed
|
|
8870
9008
|
</span>
|
|
@@ -8873,7 +9011,7 @@
|
|
|
8873
9011
|
</li>
|
|
8874
9012
|
|
|
8875
9013
|
<li class="md-nav__item">
|
|
8876
|
-
<a href="#
|
|
9014
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
8877
9015
|
<span class="md-ellipsis">
|
|
8878
9016
|
Fixed
|
|
8879
9017
|
</span>
|
|
@@ -8891,7 +9029,7 @@
|
|
|
8891
9029
|
</li>
|
|
8892
9030
|
|
|
8893
9031
|
<li class="md-nav__item">
|
|
8894
|
-
<a href="#
|
|
9032
|
+
<a href="#documentation_5" class="md-nav__link">
|
|
8895
9033
|
<span class="md-ellipsis">
|
|
8896
9034
|
Documentation
|
|
8897
9035
|
</span>
|
|
@@ -8900,7 +9038,7 @@
|
|
|
8900
9038
|
</li>
|
|
8901
9039
|
|
|
8902
9040
|
<li class="md-nav__item">
|
|
8903
|
-
<a href="#
|
|
9041
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
8904
9042
|
<span class="md-ellipsis">
|
|
8905
9043
|
Housekeeping
|
|
8906
9044
|
</span>
|
|
@@ -8969,41 +9107,82 @@
|
|
|
8969
9107
|
<h4 id="standardization-of-max_length-on-all-charfields-2906">Standardization of <code>max_length</code> on all Charfields (<a href="https://github.com/nautobot/nautobot/issues/2906">#2906</a>)<a class="headerlink" href="#standardization-of-max_length-on-all-charfields-2906" title="Permanent link">¶</a></h4>
|
|
8970
9108
|
<p>Model CharFields' <code>max_length</code> attributes have been standardized globally to have at least 255 characters except where a shorter <code>max_length</code> is explicitly justified.</p>
|
|
8971
9109
|
<!-- towncrier release notes start -->
|
|
8972
|
-
<h2 id="
|
|
9110
|
+
<h2 id="v225-2024-05-28">v2.2.5 (2024-05-28)<a class="headerlink" href="#v225-2024-05-28" title="Permanent link">¶</a></h2>
|
|
8973
9111
|
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
8974
9112
|
<ul>
|
|
9113
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5740">#5740</a> - Updated <code>requests</code> to <code>2.32.1</code> to address <a href="https://github.com/psf/requests/security/advisories/GHSA-9wx4-h78v-vm56">GHSA-9wx4-h78v-vm56</a>. This is not a direct dependency so it will not auto-update when upgrading Nautobot. Please be sure to update your local environment.</li>
|
|
9114
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5757">#5757</a> - Fixed missing member object permission enforcement (e.g., enforce Device permissions for a Dynamic Group containing Devices) when viewing Dynamic Group member objects in the UI or REST API (<a href="https://github.com/nautobot/nautobot/security/advisories/GHSA-qmjf-wc2h-6x3q">GHSA-qmjf-wc2h-6x3q</a>).</li>
|
|
9115
|
+
</ul>
|
|
9116
|
+
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
9117
|
+
<ul>
|
|
9118
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5588">#5588</a> - Added "Add VRFs" and "Remove VRFs" fields to <code>PrefixBulkEditForm</code>.</li>
|
|
9119
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5588">#5588</a> - Added "Add Prefixes" and "Remove Prefixes" fields to <code>VRFBulkEditForm</code>.</li>
|
|
9120
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5655">#5655</a> - Added "Device Family" as a configurable column in the Device Types table view.</li>
|
|
9121
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5690">#5690</a> - Added a generic test case that asserts that all list views provide an appropriate FilterForm class.</li>
|
|
9122
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5747">#5747</a> - Added "Circuit Terminations" navigation menu item.</li>
|
|
9123
|
+
</ul>
|
|
9124
|
+
<h3 id="removed">Removed<a class="headerlink" href="#removed" title="Permanent link">¶</a></h3>
|
|
9125
|
+
<ul>
|
|
9126
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5690">#5690</a> - Removed deprecated <code>CustomFieldFilterForm</code> alias of <code>CustomFieldModelFilterFormMixin</code> as this would have caused confusion with the newly added <code>CustomFieldFilterForm</code> class providing filtering support for the Custom Fields list view.</li>
|
|
9127
|
+
</ul>
|
|
9128
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
9129
|
+
<ul>
|
|
9130
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5564">#5564</a> - Fixed <code>ContactAssociationFilterSet.associated_object_type</code> not using the right filter field.</li>
|
|
9131
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5669">#5669</a> - Fixed <code>AttributeError</code> thrown when deleting software versions or images from list views.</li>
|
|
9132
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5690">#5690</a> - Fixed a Javascript error when attempting to filter certain list views.</li>
|
|
9133
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5690">#5690</a> - Added missing "default" filter forms for a number of list views.</li>
|
|
9134
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5703">#5703</a> - Fixed unintended creation of <code>_custom_field_data</code> filter on various FilterSets.</li>
|
|
9135
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5703">#5703</a> - Fixed <code>Filter "_custom_field_data" on ... is not GraphQL safe, and will be omitted</code> warning logs when generating the GraphQL schema.</li>
|
|
9136
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5707">#5707</a> - Fixed incorrect installation of <code>xmlsec</code> library in the Nautobot Docker images.</li>
|
|
9137
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5708">#5708</a> - Fixed integrity error when doing bulk edits that resulted from a delete operation on a related model.</li>
|
|
9138
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5738">#5738</a> - Fixed incorrect API query parameters when selecting VLANs to apply to a VM Interface.</li>
|
|
9139
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5738">#5738</a> - Fixed incorrect query parameters when accessing or creating Clusters from a Cluster Type detail view.</li>
|
|
9140
|
+
</ul>
|
|
9141
|
+
<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">¶</a></h3>
|
|
9142
|
+
<ul>
|
|
9143
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Updated to <code>mkdocs~1.6.0</code> and <code>mkdocs-material~9.5.23</code>.</li>
|
|
9144
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
|
|
9145
|
+
</ul>
|
|
9146
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
9147
|
+
<ul>
|
|
9148
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Updated <code>pylint</code> to <code>~3.1.1</code>.</li>
|
|
9149
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5740">#5740</a> - Updated test dependency <code>requests</code> to <code>~2.32.1</code>.</li>
|
|
9150
|
+
</ul>
|
|
9151
|
+
<h2 id="v224-2024-05-13">v2.2.4 (2024-05-13)<a class="headerlink" href="#v224-2024-05-13" title="Permanent link">¶</a></h2>
|
|
9152
|
+
<h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">¶</a></h3>
|
|
9153
|
+
<ul>
|
|
8975
9154
|
<li><a href="https://github.com/nautobot/nautobot/issues/1858">#1858</a> - Added sanitization of HTML tags in the content of <code>BANNER_TOP</code>, <code>BANNER_BOTTOM</code>, and <code>BANNER_LOGIN</code> configuration to prevent against potential injection of malicious scripts (stored XSS) via these features (<a href="https://github.com/nautobot/nautobot/security/advisories/GHSA-r2hr-4v48-fjv3">GHSA-r2hr-4v48-fjv3</a>).</li>
|
|
8976
9155
|
<li><a href="https://github.com/nautobot/nautobot/issues/5672">#5672</a> - Updated <code>Jinja2</code> dependency to <code>3.1.4</code> to address <code>CVE-2024-34064</code>.</li>
|
|
8977
9156
|
</ul>
|
|
8978
|
-
<h3 id="
|
|
9157
|
+
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">¶</a></h3>
|
|
8979
9158
|
<ul>
|
|
8980
9159
|
<li><a href="https://github.com/nautobot/nautobot/issues/1858">#1858</a> - Added support in <code>BRANDING_FILEPATHS</code> configuration to specify a custom <code>css</code> and/or <code>javascript</code> file to be added to Nautobot page content.</li>
|
|
8981
9160
|
<li><a href="https://github.com/nautobot/nautobot/issues/1858">#1858</a> - Added Markdown support to the <code>BANNER_TOP</code>, <code>BANNER_BOTTOM</code>, and <code>BANNER_LOGIN</code> configuration settings.</li>
|
|
8982
9161
|
</ul>
|
|
8983
|
-
<h3 id="
|
|
9162
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
8984
9163
|
<ul>
|
|
8985
9164
|
<li><a href="https://github.com/nautobot/nautobot/issues/4986">#4986</a> - Fixed inconsistent use of super causing <code>active_tab</code> context to be missing from several views.</li>
|
|
8986
9165
|
<li><a href="https://github.com/nautobot/nautobot/issues/5644">#5644</a> - Made the uniqueness constraints between the ContactAssociation model and the related API serializer consistent.</li>
|
|
8987
9166
|
<li><a href="https://github.com/nautobot/nautobot/issues/5684">#5684</a> - Fixed standard CSV export when using export templates.</li>
|
|
8988
9167
|
<li><a href="https://github.com/nautobot/nautobot/issues/5689">#5689</a> - Fixed change logging for bulk delete operations so that user is included in the log.</li>
|
|
8989
9168
|
</ul>
|
|
8990
|
-
<h3 id="
|
|
9169
|
+
<h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">¶</a></h3>
|
|
8991
9170
|
<ul>
|
|
8992
9171
|
<li><a href="https://github.com/nautobot/nautobot/issues/5661">#5661</a> - Updated documentation to organize installation instructions and provide easier to use functions from mkdocs.</li>
|
|
8993
9172
|
</ul>
|
|
8994
|
-
<h3 id="
|
|
9173
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
8995
9174
|
<ul>
|
|
8996
9175
|
<li><a href="https://github.com/nautobot/nautobot/issues/5263">#5263</a> - Updated <code>nh3</code> to <code>0.2.17</code> in <code>poetry.lock</code>.</li>
|
|
8997
|
-
<li><a href="https://github.com/nautobot/nautobot/issues/5637">#5637</a> - Removed "version" from development <code>docker-compose.yml</code> files as newer versions of Docker complain about it being obsolete.</li>
|
|
9176
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5637">#5637</a> - Removed <code>"version"</code> from development <code>docker-compose.yml</code> files as newer versions of Docker complain about it being obsolete.</li>
|
|
8998
9177
|
<li><a href="https://github.com/nautobot/nautobot/issues/5637">#5637</a> - Fixed behavior of <code>invoke stop</code> so that it also stops the optional <code>mkdocs</code> container if present.</li>
|
|
8999
9178
|
</ul>
|
|
9000
9179
|
<h2 id="v223-2024-04-30">v2.2.3 (2024-04-30)<a class="headerlink" href="#v223-2024-04-30" title="Permanent link">¶</a></h2>
|
|
9001
|
-
<h3 id="
|
|
9180
|
+
<h3 id="security_2">Security<a class="headerlink" href="#security_2" title="Permanent link">¶</a></h3>
|
|
9002
9181
|
<ul>
|
|
9003
9182
|
<li><a href="https://github.com/nautobot/nautobot/issues/5624">#5624</a> - Updated <code>social-auth-app-django</code> dependency to <code>~5.4.1</code> to address <code>CVE-2024-32879</code>.</li>
|
|
9004
9183
|
<li><a href="https://github.com/nautobot/nautobot/issues/5646">#5646</a> - Fixed a reflected-XSS vulnerability (<a href="https://github.com/nautobot/nautobot/security/advisories/GHSA-jxgr-gcj5-cqqg">GHSA-jxgr-gcj5-cqqg</a>) in object-list view rendering of user-provided query parameters.</li>
|
|
9005
9184
|
</ul>
|
|
9006
|
-
<h3 id="
|
|
9185
|
+
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">¶</a></h3>
|
|
9007
9186
|
<ul>
|
|
9008
9187
|
<li><a href="https://github.com/nautobot/nautobot/issues/2946">#2946</a> - Added custom link support for interfaces, console ports, console server ports, power ports, power outlets, front ports, rear ports, device bays, and inventory items.</li>
|
|
9009
9188
|
<li><a href="https://github.com/nautobot/nautobot/issues/5034">#5034</a> - Added a view to convert location contact information to contacts or teams.</li>
|
|
@@ -9015,7 +9194,7 @@
|
|
|
9015
9194
|
<ul>
|
|
9016
9195
|
<li><a href="https://github.com/nautobot/nautobot/issues/5498">#5498</a> - Changed the <code>nautobot.extras.jobs.Job</code> class to no longer be a subclass of <code>celery.tasks.Task</code>.</li>
|
|
9017
9196
|
</ul>
|
|
9018
|
-
<h3 id="
|
|
9197
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
9019
9198
|
<ul>
|
|
9020
9199
|
<li><a href="https://github.com/nautobot/nautobot/issues/5513">#5513</a> - Fixed missing <code>location</code> field in <code>Prefix</code> and <code>VLAN</code> GraphQL schema.</li>
|
|
9021
9200
|
<li><a href="https://github.com/nautobot/nautobot/issues/5513">#5513</a> - Restored ability to filter Prefix and VLAN objects at the ORM level by <code>location</code>.</li>
|
|
@@ -9028,25 +9207,25 @@
|
|
|
9028
9207
|
<li><a href="https://github.com/nautobot/nautobot/issues/5642">#5642</a> - Fixed some cases where stale Job code might be present when Jobs are sourced from <code>JOBS_ROOT</code> or a Git repository.</li>
|
|
9029
9208
|
<li><a href="https://github.com/nautobot/nautobot/issues/5642">#5642</a> - Fixed incorrect handling of Job <code>kwargs</code> when dry-running a job approval request via the REST API.</li>
|
|
9030
9209
|
</ul>
|
|
9031
|
-
<h3 id="
|
|
9210
|
+
<h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">¶</a></h3>
|
|
9032
9211
|
<ul>
|
|
9033
9212
|
<li><a href="https://github.com/nautobot/nautobot/issues/5094">#5094</a> - Added "Reserved Attribute Names" section to the Jobs developer documentation.</li>
|
|
9034
9213
|
<li><a href="https://github.com/nautobot/nautobot/issues/5608">#5608</a> - Updated VLAN documentation with a recommendation for modeling of VLANs with respect to Locations.</li>
|
|
9035
9214
|
<li><a href="https://github.com/nautobot/nautobot/issues/5626">#5626</a> - Added extras features docs to core developer new model checklist.</li>
|
|
9036
9215
|
<li><a href="https://github.com/nautobot/nautobot/issues/5635">#5635</a> - Added borders to tabbed sections of mkdocs.</li>
|
|
9037
9216
|
</ul>
|
|
9038
|
-
<h3 id="
|
|
9217
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
9039
9218
|
<ul>
|
|
9040
9219
|
<li><a href="https://github.com/nautobot/nautobot/issues/4498">#4498</a> - Removed redundant <code>nautobot.extras.plugins.register_jobs</code> function.</li>
|
|
9041
9220
|
<li><a href="https://github.com/nautobot/nautobot/issues/5586">#5586</a> - Fixed an intermittent ImportError when running tests with certain options.</li>
|
|
9042
9221
|
<li><a href="https://github.com/nautobot/nautobot/issues/5605">#5605</a> - Added prerelease and release workflow to deploy sandbox environments automatically.</li>
|
|
9043
9222
|
</ul>
|
|
9044
9223
|
<h2 id="v222-2024-04-18">v2.2.2 (2024-04-18)<a class="headerlink" href="#v222-2024-04-18" title="Permanent link">¶</a></h2>
|
|
9045
|
-
<h3 id="
|
|
9224
|
+
<h3 id="security_3">Security<a class="headerlink" href="#security_3" title="Permanent link">¶</a></h3>
|
|
9046
9225
|
<ul>
|
|
9047
9226
|
<li><a href="https://github.com/nautobot/nautobot/issues/5579">#5579</a> - Updated <code>sqlparse</code> to <code>0.5.0</code> to fix <a href="https://github.com/advisories/GHSA-2m57-hf25-phgg">GHSA-2m57-hf25-phgg</a>. This is not a direct dependency so it will not auto-update when upgrading Nautobot. Please be sure to update your local environment.</li>
|
|
9048
9227
|
</ul>
|
|
9049
|
-
<h3 id="
|
|
9228
|
+
<h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">¶</a></h3>
|
|
9050
9229
|
<ul>
|
|
9051
9230
|
<li><a href="https://github.com/nautobot/nautobot/issues/2459">#2459</a> - Added <code>nautobot.extras.utils.bulk_delete_with_bulk_change_logging</code> helper function for improving performance on bulk delete.</li>
|
|
9052
9231
|
<li><a href="https://github.com/nautobot/nautobot/issues/2459">#2459</a> - Added <code>nautobot.extras.context_managers.deferred_change_logging_for_bulk_operation</code> context manager for improving performance on bulk update.</li>
|
|
@@ -9057,27 +9236,27 @@
|
|
|
9057
9236
|
<li><a href="https://github.com/nautobot/nautobot/issues/5568">#5568</a> - Added hyperlink to the total device count number under device family.</li>
|
|
9058
9237
|
<li><a href="https://github.com/nautobot/nautobot/issues/5589">#5589</a> - Fixed an invalid Javascript operator in the LLDP neighbor view.</li>
|
|
9059
9238
|
</ul>
|
|
9060
|
-
<h3 id="
|
|
9239
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
9061
9240
|
<ul>
|
|
9062
9241
|
<li><a href="https://github.com/nautobot/nautobot/issues/5580">#5580</a> - Fixed bugs when assigning a VLAN to an Interface related to the recently introduced many-to-many relationship between VLANs and Locations.</li>
|
|
9063
9242
|
<li><a href="https://github.com/nautobot/nautobot/issues/5592">#5592</a> - Fixed plugins not loading when using Gunicorn.</li>
|
|
9064
9243
|
</ul>
|
|
9065
|
-
<h3 id="
|
|
9244
|
+
<h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">¶</a></h3>
|
|
9066
9245
|
<ul>
|
|
9067
9246
|
<li><a href="https://github.com/nautobot/nautobot/issues/5583">#5583</a> - Re-added release note content for v1.6.16 through v1.6.18.</li>
|
|
9068
9247
|
</ul>
|
|
9069
|
-
<h3 id="
|
|
9248
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
9070
9249
|
<ul>
|
|
9071
9250
|
<li><a href="https://github.com/nautobot/nautobot/issues/5590">#5590</a> - Fixed upstream testing workflows showing successful when one of the steps fail.</li>
|
|
9072
9251
|
</ul>
|
|
9073
9252
|
<h2 id="v221-2024-04-15">v2.2.1 (2024-04-15)<a class="headerlink" href="#v221-2024-04-15" title="Permanent link">¶</a></h2>
|
|
9074
|
-
<h3 id="
|
|
9253
|
+
<h3 id="security_4">Security<a class="headerlink" href="#security_4" title="Permanent link">¶</a></h3>
|
|
9075
9254
|
<ul>
|
|
9076
9255
|
<li><a href="https://github.com/nautobot/nautobot/issues/5521">#5521</a> - Updated <code>Pillow</code> dependency to <code>~10.3.0</code> to address <code>CVE-2024-28219</code>.</li>
|
|
9077
9256
|
<li><a href="https://github.com/nautobot/nautobot/issues/5543">#5543</a> - Updated <code>jquery-ui</code> to version <code>1.13.2</code> due to <code>CVE-2022-31160</code>.</li>
|
|
9078
9257
|
<li><a href="https://github.com/nautobot/nautobot/issues/5561">#5561</a> - Updated <code>idna</code> to 3.7 due to CVE-2024-3651. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
9079
9258
|
</ul>
|
|
9080
|
-
<h3 id="
|
|
9259
|
+
<h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">¶</a></h3>
|
|
9081
9260
|
<ul>
|
|
9082
9261
|
<li><a href="https://github.com/nautobot/nautobot/issues/1631">#1631</a> - Added change logging for custom field background tasks.</li>
|
|
9083
9262
|
<li><a href="https://github.com/nautobot/nautobot/issues/5009">#5009</a> - Added the option to filter objects with select/multi-select custom fields based on the UUID of the defined custom field choice(s), for example <code>/api/dcim/locations/?cf_multiselect=1ea9237c-3ba7-4985-ba7e-6fd9e9bff813</code> as an alternative to <code>/api/dcim/locations/?cf_multiselect=some-choice-value</code>.</li>
|
|
@@ -9088,7 +9267,7 @@
|
|
|
9088
9267
|
<ul>
|
|
9089
9268
|
<li><a href="https://github.com/nautobot/nautobot/issues/5274">#5274</a> - Added a setting that changes all rack unit numbers to display a minimum of two digits in rack elevations.</li>
|
|
9090
9269
|
</ul>
|
|
9091
|
-
<h3 id="
|
|
9270
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
9092
9271
|
<ul>
|
|
9093
9272
|
<li><a href="https://github.com/nautobot/nautobot/issues/5469">#5469</a> - Fixed contacts and teams not being included in the global search.</li>
|
|
9094
9273
|
<li><a href="https://github.com/nautobot/nautobot/issues/5489">#5489</a> - Fixed REST API for Contact and Team incorrectly marking the <code>phone</code> and <code>email</code> fields as mandatory.</li>
|
|
@@ -9105,13 +9284,13 @@
|
|
|
9105
9284
|
<li><a href="https://github.com/nautobot/nautobot/issues/5521">#5521</a> - Updated most dependencies to the latest versions available as of 2024-04-01.</li>
|
|
9106
9285
|
<li><a href="https://github.com/nautobot/nautobot/issues/5543">#5543</a> - Updated <code>jquery</code> to version <code>3.7.1</code>.</li>
|
|
9107
9286
|
</ul>
|
|
9108
|
-
<h3 id="
|
|
9287
|
+
<h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">¶</a></h3>
|
|
9109
9288
|
<ul>
|
|
9110
9289
|
<li><a href="https://github.com/nautobot/nautobot/issues/5189">#5189</a> - Added "Model Development Checklist" to the core developer documentation.</li>
|
|
9111
9290
|
<li><a href="https://github.com/nautobot/nautobot/issues/5189">#5189</a> - Merged "Extending Models" documentation into the "Model Development Checklist" documentation.</li>
|
|
9112
9291
|
<li><a href="https://github.com/nautobot/nautobot/issues/5526">#5526</a> - Fixed doc reference to job cprofile file location.</li>
|
|
9113
9292
|
</ul>
|
|
9114
|
-
<h3 id="
|
|
9293
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
9115
9294
|
<ul>
|
|
9116
9295
|
<li><a href="https://github.com/nautobot/nautobot/issues/5531">#5531</a> - Removed <code>nautobot-server pylint</code> management command from the <code>example_app</code>, as pylint can be invoked directly with an appropriate <code>--init-hook</code> instead.</li>
|
|
9117
9296
|
<li><a href="https://github.com/nautobot/nautobot/issues/5547">#5547</a> - Fixed TransactionTestCase inheritance order so that <code>test.client</code> works in test cases using this class.</li>
|
|
@@ -9121,7 +9300,7 @@
|
|
|
9121
9300
|
<p class="admonition-title">Warning</p>
|
|
9122
9301
|
<p>Upgrading from beta releases to final releases is never recommended for Nautobot; in the case of 2.2.0b1 to 2.2.0 several data models and database migrations have been modified (see <a href="https://github.com/nautobot/nautobot/issues/5454">#5454</a>) between the two releases, and so upgrading in place from 2.2.0b1 to 2.2.0 <strong>will not work</strong>.</p>
|
|
9123
9302
|
</div>
|
|
9124
|
-
<h3 id="
|
|
9303
|
+
<h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">¶</a></h3>
|
|
9125
9304
|
<ul>
|
|
9126
9305
|
<li><a href="https://github.com/nautobot/nautobot/issues/4811">#4811</a> - Added a new generic test case (<code>test_table_with_indentation_is_removed_on_filter_or_sort</code>) to <code>ListObjectsViewTestCase</code> to test that the tree hierarchy is correctly removed on TreeModel list views when sorting or filtering is applied. This test will also run in these subclasses of the <code>ListObjectsViewTestCase</code>: <code>PrimaryObjectViewTestCase</code>, <code>OrganizationalObjectViewTestCase</code>, and <code>DeviceComponentViewTestCase</code>.</li>
|
|
9127
9306
|
<li><a href="https://github.com/nautobot/nautobot/issues/5034">#5034</a> - Added a management command (<code>nautobot-server migrate_location_contacts</code>) to help migrate the Location <code>contact_name</code>, <code>contact_email</code> and <code>contact_phone</code> fields to Contact and Teams models.</li>
|
|
@@ -9139,7 +9318,7 @@
|
|
|
9139
9318
|
<li><a href="https://github.com/nautobot/nautobot/issues/5475">#5475</a> - Changed the behavior of Prefix table and other Tree Model tables: now after filtering is applied, all hierarchy indentations are removed.</li>
|
|
9140
9319
|
<li><a href="https://github.com/nautobot/nautobot/issues/5487">#5487</a> - Moved some nav menu items around to make better logical sense and to allow quicker access to more commonly accessed features.</li>
|
|
9141
9320
|
</ul>
|
|
9142
|
-
<h3 id="
|
|
9321
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
9143
9322
|
<ul>
|
|
9144
9323
|
<li><a href="https://github.com/nautobot/nautobot/issues/5415">#5415</a> - Fixed Team(s) field not pre-populating when editing a Contact.</li>
|
|
9145
9324
|
<li><a href="https://github.com/nautobot/nautobot/issues/5431">#5431</a> - Fixed Roles API response containing duplicate entries when filtering on more than one <code>content_types</code> value.</li>
|
|
@@ -9150,13 +9329,13 @@
|
|
|
9150
9329
|
<ul>
|
|
9151
9330
|
<li><a href="https://github.com/nautobot/nautobot/issues/4583">#4583</a> - Updated pinned version of <code>social-auth-core</code> to remove dependency on <code>python-jose</code> & it's dependency on <code>ecdsa</code>.</li>
|
|
9152
9331
|
</ul>
|
|
9153
|
-
<h3 id="
|
|
9332
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
9154
9333
|
<ul>
|
|
9155
9334
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--pattern</code> argument to <code>invoke unittest</code>.</li>
|
|
9156
9335
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--parallel-workers</code> argument to <code>invoke unittest</code>.</li>
|
|
9157
9336
|
</ul>
|
|
9158
9337
|
<h2 id="v220-beta1-2024-03-19">v2.2.0-beta.1 (2024-03-19)<a class="headerlink" href="#v220-beta1-2024-03-19" title="Permanent link">¶</a></h2>
|
|
9159
|
-
<h3 id="
|
|
9338
|
+
<h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">¶</a></h3>
|
|
9160
9339
|
<ul>
|
|
9161
9340
|
<li><a href="https://github.com/nautobot/nautobot/issues/1">#1</a> - Added new models for software versions and software image files.</li>
|
|
9162
9341
|
<li><a href="https://github.com/nautobot/nautobot/issues/1">#1</a> - Added a many-to-many relationship from <code>Device</code> to <code>SoftwareImageFile</code>.</li>
|
|
@@ -9220,12 +9399,12 @@
|
|
|
9220
9399
|
<li><a href="https://github.com/nautobot/nautobot/issues/5116">#5116</a> - Deprecated the <code>nautobot.apps.exceptions.ConfigurationError</code> class as it is no longer used in Nautobot core and is trivially reimplementable by any App if desired.</li>
|
|
9221
9400
|
<li><a href="https://github.com/nautobot/nautobot/issues/5341">#5341</a> - Deprecated the <code>plugins</code> key under the <code>/api/status/</code> REST API endpoint. Refer to <code>nautobot-apps</code> instead.</li>
|
|
9222
9401
|
</ul>
|
|
9223
|
-
<h3 id="
|
|
9402
|
+
<h3 id="removed_1">Removed<a class="headerlink" href="#removed_1" title="Permanent link">¶</a></h3>
|
|
9224
9403
|
<ul>
|
|
9225
9404
|
<li><a href="https://github.com/nautobot/nautobot/issues/5064">#5064</a> - Removed the requirement for <code>ViewTestCases</code> subclasses to define <code>csv_data</code> for testing bulk-import views, as this functionality is now covered by a generic system Job.</li>
|
|
9226
9405
|
<li><a href="https://github.com/nautobot/nautobot/issues/5116">#5116</a> - Removed <code>logan</code>-derived application startup logic, simplifying the Nautobot startup code flow.</li>
|
|
9227
9406
|
</ul>
|
|
9228
|
-
<h3 id="
|
|
9407
|
+
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">¶</a></h3>
|
|
9229
9408
|
<ul>
|
|
9230
9409
|
<li><a href="https://github.com/nautobot/nautobot/issues/4334">#4334</a> - Fixed ordering of VLANs in the UI list view.</li>
|
|
9231
9410
|
<li><a href="https://github.com/nautobot/nautobot/issues/5064">#5064</a> - Fixed an exception in <code>Job.after_return()</code> if a Job with an optional <code>FileVar</code> was executed without supplying a value for that variable.</li>
|
|
@@ -9242,14 +9421,14 @@
|
|
|
9242
9421
|
<ul>
|
|
9243
9422
|
<li><a href="https://github.com/nautobot/nautobot/issues/5248">#5248</a> - Broadened <code>Markdown</code> dependency to permit versions up to 3.5.x.</li>
|
|
9244
9423
|
</ul>
|
|
9245
|
-
<h3 id="
|
|
9424
|
+
<h3 id="documentation_5">Documentation<a class="headerlink" href="#documentation_5" title="Permanent link">¶</a></h3>
|
|
9246
9425
|
<ul>
|
|
9247
9426
|
<li><a href="https://github.com/nautobot/nautobot/issues/5179">#5179</a> - Updated all documentation referencing the <code>example_plugin</code> to refer to the (renamed) <code>example_app</code>.</li>
|
|
9248
9427
|
<li><a href="https://github.com/nautobot/nautobot/issues/5179">#5179</a> - Replaced some "plugin" references in the documentation with "App" or "Nautobot App" as appropriate.</li>
|
|
9249
9428
|
<li><a href="https://github.com/nautobot/nautobot/issues/5248">#5248</a> - Removed source code excerpts from the "App Developer Guide > Code Reference" section of the documentation.</li>
|
|
9250
9429
|
<li><a href="https://github.com/nautobot/nautobot/issues/5341">#5341</a> - Replaced references to "plugins" in the documentation with "Apps".</li>
|
|
9251
9430
|
</ul>
|
|
9252
|
-
<h3 id="
|
|
9431
|
+
<h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">¶</a></h3>
|
|
9253
9432
|
<ul>
|
|
9254
9433
|
<li><a href="https://github.com/nautobot/nautobot/issues/5099">#5099</a> - Added <code>mkdocs-macros-plugin</code> as a development/documentation-rendering dependency.</li>
|
|
9255
9434
|
<li><a href="https://github.com/nautobot/nautobot/issues/5099">#5099</a> - Refactored documentation in <code>optional-settings</code> and <code>required-settings</code> to be generated automatically from <code>settings.yaml</code> schema.</li>
|
|
@@ -9418,7 +9597,7 @@
|
|
|
9418
9597
|
<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.b8dbb3d2.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>
|
|
9419
9598
|
|
|
9420
9599
|
|
|
9421
|
-
<script src="../assets/javascripts/bundle.
|
|
9600
|
+
<script src="../assets/javascripts/bundle.ebd0bdb7.min.js"></script>
|
|
9422
9601
|
|
|
9423
9602
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
9424
9603
|
|