nautobot 2.2.6__py3-none-any.whl → 2.2.7__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/api/mixins.py +6 -1
- nautobot/core/api/schema.py +3 -1
- nautobot/core/celery/__init__.py +1 -1
- nautobot/core/tests/runner.py +10 -0
- nautobot/extras/models/groups.py +9 -2
- nautobot/extras/tests/test_dynamicgroups.py +8 -1
- nautobot/extras/views.py +1 -1
- nautobot/ipam/api/serializers.py +46 -16
- nautobot/ipam/api/views.py +29 -16
- nautobot/ipam/tests/test_api.py +15 -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.ad660dcc.min.js → bundle.fe8b6f2b.min.js} +4 -4
- nautobot/project-static/docs/assets/javascripts/{bundle.ad660dcc.min.js.map → bundle.fe8b6f2b.min.js.map} +3 -3
- 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/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 +2 -2
- nautobot/project-static/docs/development/core/generic-views.html +2 -2
- nautobot/project-static/docs/development/core/getting-started.html +4 -5
- 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 +15 -3
- 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/objects.inv +0 -0
- nautobot/project-static/docs/overview/application_stack.html +2 -2
- nautobot/project-static/docs/overview/design_philosophy.html +2 -2
- nautobot/project-static/docs/overview/index.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 +202 -77
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +256 -256
- 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/optional-settings.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/caching.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/healthcheck.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/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/installation-extras/docker.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.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/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/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/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/secret.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/project-static/js/connection_toggles.js +7 -6
- {nautobot-2.2.6.dist-info → nautobot-2.2.7.dist-info}/METADATA +2 -2
- {nautobot-2.2.6.dist-info → nautobot-2.2.7.dist-info}/RECORD +280 -280
- {nautobot-2.2.6.dist-info → nautobot-2.2.7.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.2.6.dist-info → nautobot-2.2.7.dist-info}/NOTICE +0 -0
- {nautobot-2.2.6.dist-info → nautobot-2.2.7.dist-info}/WHEEL +0 -0
- {nautobot-2.2.6.dist-info → nautobot-2.2.7.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.0, mkdocs-material-9.5.
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.28">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -7454,6 +7454,57 @@
|
|
|
7454
7454
|
</ul>
|
|
7455
7455
|
</nav>
|
|
7456
7456
|
|
|
7457
|
+
</li>
|
|
7458
|
+
|
|
7459
|
+
<li class="md-nav__item">
|
|
7460
|
+
<a href="#v227-2024-07-08" class="md-nav__link">
|
|
7461
|
+
<span class="md-ellipsis">
|
|
7462
|
+
v2.2.7 (2024-07-08)
|
|
7463
|
+
</span>
|
|
7464
|
+
</a>
|
|
7465
|
+
|
|
7466
|
+
<nav class="md-nav" aria-label="v2.2.7 (2024-07-08)">
|
|
7467
|
+
<ul class="md-nav__list">
|
|
7468
|
+
|
|
7469
|
+
<li class="md-nav__item">
|
|
7470
|
+
<a href="#security" class="md-nav__link">
|
|
7471
|
+
<span class="md-ellipsis">
|
|
7472
|
+
Security
|
|
7473
|
+
</span>
|
|
7474
|
+
</a>
|
|
7475
|
+
|
|
7476
|
+
</li>
|
|
7477
|
+
|
|
7478
|
+
<li class="md-nav__item">
|
|
7479
|
+
<a href="#fixed" class="md-nav__link">
|
|
7480
|
+
<span class="md-ellipsis">
|
|
7481
|
+
Fixed
|
|
7482
|
+
</span>
|
|
7483
|
+
</a>
|
|
7484
|
+
|
|
7485
|
+
</li>
|
|
7486
|
+
|
|
7487
|
+
<li class="md-nav__item">
|
|
7488
|
+
<a href="#dependencies" class="md-nav__link">
|
|
7489
|
+
<span class="md-ellipsis">
|
|
7490
|
+
Dependencies
|
|
7491
|
+
</span>
|
|
7492
|
+
</a>
|
|
7493
|
+
|
|
7494
|
+
</li>
|
|
7495
|
+
|
|
7496
|
+
<li class="md-nav__item">
|
|
7497
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
7498
|
+
<span class="md-ellipsis">
|
|
7499
|
+
Housekeeping
|
|
7500
|
+
</span>
|
|
7501
|
+
</a>
|
|
7502
|
+
|
|
7503
|
+
</li>
|
|
7504
|
+
|
|
7505
|
+
</ul>
|
|
7506
|
+
</nav>
|
|
7507
|
+
|
|
7457
7508
|
</li>
|
|
7458
7509
|
|
|
7459
7510
|
<li class="md-nav__item">
|
|
@@ -7467,7 +7518,7 @@
|
|
|
7467
7518
|
<ul class="md-nav__list">
|
|
7468
7519
|
|
|
7469
7520
|
<li class="md-nav__item">
|
|
7470
|
-
<a href="#
|
|
7521
|
+
<a href="#security_1" class="md-nav__link">
|
|
7471
7522
|
<span class="md-ellipsis">
|
|
7472
7523
|
Security
|
|
7473
7524
|
</span>
|
|
@@ -7494,7 +7545,7 @@
|
|
|
7494
7545
|
</li>
|
|
7495
7546
|
|
|
7496
7547
|
<li class="md-nav__item">
|
|
7497
|
-
<a href="#
|
|
7548
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
7498
7549
|
<span class="md-ellipsis">
|
|
7499
7550
|
Fixed
|
|
7500
7551
|
</span>
|
|
@@ -7512,7 +7563,7 @@
|
|
|
7512
7563
|
</li>
|
|
7513
7564
|
|
|
7514
7565
|
<li class="md-nav__item">
|
|
7515
|
-
<a href="#
|
|
7566
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
7516
7567
|
<span class="md-ellipsis">
|
|
7517
7568
|
Housekeeping
|
|
7518
7569
|
</span>
|
|
@@ -7536,7 +7587,7 @@
|
|
|
7536
7587
|
<ul class="md-nav__list">
|
|
7537
7588
|
|
|
7538
7589
|
<li class="md-nav__item">
|
|
7539
|
-
<a href="#
|
|
7590
|
+
<a href="#security_2" class="md-nav__link">
|
|
7540
7591
|
<span class="md-ellipsis">
|
|
7541
7592
|
Security
|
|
7542
7593
|
</span>
|
|
@@ -7563,7 +7614,7 @@
|
|
|
7563
7614
|
</li>
|
|
7564
7615
|
|
|
7565
7616
|
<li class="md-nav__item">
|
|
7566
|
-
<a href="#
|
|
7617
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
7567
7618
|
<span class="md-ellipsis">
|
|
7568
7619
|
Fixed
|
|
7569
7620
|
</span>
|
|
@@ -7581,7 +7632,7 @@
|
|
|
7581
7632
|
</li>
|
|
7582
7633
|
|
|
7583
7634
|
<li class="md-nav__item">
|
|
7584
|
-
<a href="#
|
|
7635
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
7585
7636
|
<span class="md-ellipsis">
|
|
7586
7637
|
Housekeeping
|
|
7587
7638
|
</span>
|
|
@@ -7605,7 +7656,7 @@
|
|
|
7605
7656
|
<ul class="md-nav__list">
|
|
7606
7657
|
|
|
7607
7658
|
<li class="md-nav__item">
|
|
7608
|
-
<a href="#
|
|
7659
|
+
<a href="#security_3" class="md-nav__link">
|
|
7609
7660
|
<span class="md-ellipsis">
|
|
7610
7661
|
Security
|
|
7611
7662
|
</span>
|
|
@@ -7623,7 +7674,7 @@
|
|
|
7623
7674
|
</li>
|
|
7624
7675
|
|
|
7625
7676
|
<li class="md-nav__item">
|
|
7626
|
-
<a href="#
|
|
7677
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
7627
7678
|
<span class="md-ellipsis">
|
|
7628
7679
|
Fixed
|
|
7629
7680
|
</span>
|
|
@@ -7641,7 +7692,7 @@
|
|
|
7641
7692
|
</li>
|
|
7642
7693
|
|
|
7643
7694
|
<li class="md-nav__item">
|
|
7644
|
-
<a href="#
|
|
7695
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
7645
7696
|
<span class="md-ellipsis">
|
|
7646
7697
|
Housekeeping
|
|
7647
7698
|
</span>
|
|
@@ -7665,7 +7716,7 @@
|
|
|
7665
7716
|
<ul class="md-nav__list">
|
|
7666
7717
|
|
|
7667
7718
|
<li class="md-nav__item">
|
|
7668
|
-
<a href="#
|
|
7719
|
+
<a href="#security_4" class="md-nav__link">
|
|
7669
7720
|
<span class="md-ellipsis">
|
|
7670
7721
|
Security
|
|
7671
7722
|
</span>
|
|
@@ -7692,7 +7743,7 @@
|
|
|
7692
7743
|
</li>
|
|
7693
7744
|
|
|
7694
7745
|
<li class="md-nav__item">
|
|
7695
|
-
<a href="#
|
|
7746
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
7696
7747
|
<span class="md-ellipsis">
|
|
7697
7748
|
Fixed
|
|
7698
7749
|
</span>
|
|
@@ -7710,7 +7761,7 @@
|
|
|
7710
7761
|
</li>
|
|
7711
7762
|
|
|
7712
7763
|
<li class="md-nav__item">
|
|
7713
|
-
<a href="#
|
|
7764
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
7714
7765
|
<span class="md-ellipsis">
|
|
7715
7766
|
Housekeeping
|
|
7716
7767
|
</span>
|
|
@@ -7734,7 +7785,7 @@
|
|
|
7734
7785
|
<ul class="md-nav__list">
|
|
7735
7786
|
|
|
7736
7787
|
<li class="md-nav__item">
|
|
7737
|
-
<a href="#
|
|
7788
|
+
<a href="#security_5" class="md-nav__link">
|
|
7738
7789
|
<span class="md-ellipsis">
|
|
7739
7790
|
Security
|
|
7740
7791
|
</span>
|
|
@@ -7761,7 +7812,7 @@
|
|
|
7761
7812
|
</li>
|
|
7762
7813
|
|
|
7763
7814
|
<li class="md-nav__item">
|
|
7764
|
-
<a href="#
|
|
7815
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
7765
7816
|
<span class="md-ellipsis">
|
|
7766
7817
|
Fixed
|
|
7767
7818
|
</span>
|
|
@@ -7779,7 +7830,7 @@
|
|
|
7779
7830
|
</li>
|
|
7780
7831
|
|
|
7781
7832
|
<li class="md-nav__item">
|
|
7782
|
-
<a href="#
|
|
7833
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
7783
7834
|
<span class="md-ellipsis">
|
|
7784
7835
|
Housekeeping
|
|
7785
7836
|
</span>
|
|
@@ -7803,7 +7854,7 @@
|
|
|
7803
7854
|
<ul class="md-nav__list">
|
|
7804
7855
|
|
|
7805
7856
|
<li class="md-nav__item">
|
|
7806
|
-
<a href="#
|
|
7857
|
+
<a href="#security_6" class="md-nav__link">
|
|
7807
7858
|
<span class="md-ellipsis">
|
|
7808
7859
|
Security
|
|
7809
7860
|
</span>
|
|
@@ -7830,7 +7881,7 @@
|
|
|
7830
7881
|
</li>
|
|
7831
7882
|
|
|
7832
7883
|
<li class="md-nav__item">
|
|
7833
|
-
<a href="#
|
|
7884
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
7834
7885
|
<span class="md-ellipsis">
|
|
7835
7886
|
Fixed
|
|
7836
7887
|
</span>
|
|
@@ -7839,7 +7890,7 @@
|
|
|
7839
7890
|
</li>
|
|
7840
7891
|
|
|
7841
7892
|
<li class="md-nav__item">
|
|
7842
|
-
<a href="#
|
|
7893
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
7843
7894
|
<span class="md-ellipsis">
|
|
7844
7895
|
Dependencies
|
|
7845
7896
|
</span>
|
|
@@ -7857,7 +7908,7 @@
|
|
|
7857
7908
|
</li>
|
|
7858
7909
|
|
|
7859
7910
|
<li class="md-nav__item">
|
|
7860
|
-
<a href="#
|
|
7911
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
7861
7912
|
<span class="md-ellipsis">
|
|
7862
7913
|
Housekeeping
|
|
7863
7914
|
</span>
|
|
@@ -7899,7 +7950,7 @@
|
|
|
7899
7950
|
</li>
|
|
7900
7951
|
|
|
7901
7952
|
<li class="md-nav__item">
|
|
7902
|
-
<a href="#
|
|
7953
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
7903
7954
|
<span class="md-ellipsis">
|
|
7904
7955
|
Fixed
|
|
7905
7956
|
</span>
|
|
@@ -7908,7 +7959,7 @@
|
|
|
7908
7959
|
</li>
|
|
7909
7960
|
|
|
7910
7961
|
<li class="md-nav__item">
|
|
7911
|
-
<a href="#
|
|
7962
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
7912
7963
|
<span class="md-ellipsis">
|
|
7913
7964
|
Dependencies
|
|
7914
7965
|
</span>
|
|
@@ -7917,7 +7968,7 @@
|
|
|
7917
7968
|
</li>
|
|
7918
7969
|
|
|
7919
7970
|
<li class="md-nav__item">
|
|
7920
|
-
<a href="#
|
|
7971
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
7921
7972
|
<span class="md-ellipsis">
|
|
7922
7973
|
Housekeeping
|
|
7923
7974
|
</span>
|
|
@@ -7977,7 +8028,7 @@
|
|
|
7977
8028
|
</li>
|
|
7978
8029
|
|
|
7979
8030
|
<li class="md-nav__item">
|
|
7980
|
-
<a href="#
|
|
8031
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
7981
8032
|
<span class="md-ellipsis">
|
|
7982
8033
|
Fixed
|
|
7983
8034
|
</span>
|
|
@@ -7986,7 +8037,7 @@
|
|
|
7986
8037
|
</li>
|
|
7987
8038
|
|
|
7988
8039
|
<li class="md-nav__item">
|
|
7989
|
-
<a href="#
|
|
8040
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
7990
8041
|
<span class="md-ellipsis">
|
|
7991
8042
|
Dependencies
|
|
7992
8043
|
</span>
|
|
@@ -8004,7 +8055,7 @@
|
|
|
8004
8055
|
</li>
|
|
8005
8056
|
|
|
8006
8057
|
<li class="md-nav__item">
|
|
8007
|
-
<a href="#
|
|
8058
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
8008
8059
|
<span class="md-ellipsis">
|
|
8009
8060
|
Housekeeping
|
|
8010
8061
|
</span>
|
|
@@ -8710,6 +8761,57 @@
|
|
|
8710
8761
|
</ul>
|
|
8711
8762
|
</nav>
|
|
8712
8763
|
|
|
8764
|
+
</li>
|
|
8765
|
+
|
|
8766
|
+
<li class="md-nav__item">
|
|
8767
|
+
<a href="#v227-2024-07-08" class="md-nav__link">
|
|
8768
|
+
<span class="md-ellipsis">
|
|
8769
|
+
v2.2.7 (2024-07-08)
|
|
8770
|
+
</span>
|
|
8771
|
+
</a>
|
|
8772
|
+
|
|
8773
|
+
<nav class="md-nav" aria-label="v2.2.7 (2024-07-08)">
|
|
8774
|
+
<ul class="md-nav__list">
|
|
8775
|
+
|
|
8776
|
+
<li class="md-nav__item">
|
|
8777
|
+
<a href="#security" class="md-nav__link">
|
|
8778
|
+
<span class="md-ellipsis">
|
|
8779
|
+
Security
|
|
8780
|
+
</span>
|
|
8781
|
+
</a>
|
|
8782
|
+
|
|
8783
|
+
</li>
|
|
8784
|
+
|
|
8785
|
+
<li class="md-nav__item">
|
|
8786
|
+
<a href="#fixed" class="md-nav__link">
|
|
8787
|
+
<span class="md-ellipsis">
|
|
8788
|
+
Fixed
|
|
8789
|
+
</span>
|
|
8790
|
+
</a>
|
|
8791
|
+
|
|
8792
|
+
</li>
|
|
8793
|
+
|
|
8794
|
+
<li class="md-nav__item">
|
|
8795
|
+
<a href="#dependencies" class="md-nav__link">
|
|
8796
|
+
<span class="md-ellipsis">
|
|
8797
|
+
Dependencies
|
|
8798
|
+
</span>
|
|
8799
|
+
</a>
|
|
8800
|
+
|
|
8801
|
+
</li>
|
|
8802
|
+
|
|
8803
|
+
<li class="md-nav__item">
|
|
8804
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
8805
|
+
<span class="md-ellipsis">
|
|
8806
|
+
Housekeeping
|
|
8807
|
+
</span>
|
|
8808
|
+
</a>
|
|
8809
|
+
|
|
8810
|
+
</li>
|
|
8811
|
+
|
|
8812
|
+
</ul>
|
|
8813
|
+
</nav>
|
|
8814
|
+
|
|
8713
8815
|
</li>
|
|
8714
8816
|
|
|
8715
8817
|
<li class="md-nav__item">
|
|
@@ -8723,7 +8825,7 @@
|
|
|
8723
8825
|
<ul class="md-nav__list">
|
|
8724
8826
|
|
|
8725
8827
|
<li class="md-nav__item">
|
|
8726
|
-
<a href="#
|
|
8828
|
+
<a href="#security_1" class="md-nav__link">
|
|
8727
8829
|
<span class="md-ellipsis">
|
|
8728
8830
|
Security
|
|
8729
8831
|
</span>
|
|
@@ -8750,7 +8852,7 @@
|
|
|
8750
8852
|
</li>
|
|
8751
8853
|
|
|
8752
8854
|
<li class="md-nav__item">
|
|
8753
|
-
<a href="#
|
|
8855
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8754
8856
|
<span class="md-ellipsis">
|
|
8755
8857
|
Fixed
|
|
8756
8858
|
</span>
|
|
@@ -8768,7 +8870,7 @@
|
|
|
8768
8870
|
</li>
|
|
8769
8871
|
|
|
8770
8872
|
<li class="md-nav__item">
|
|
8771
|
-
<a href="#
|
|
8873
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8772
8874
|
<span class="md-ellipsis">
|
|
8773
8875
|
Housekeeping
|
|
8774
8876
|
</span>
|
|
@@ -8792,7 +8894,7 @@
|
|
|
8792
8894
|
<ul class="md-nav__list">
|
|
8793
8895
|
|
|
8794
8896
|
<li class="md-nav__item">
|
|
8795
|
-
<a href="#
|
|
8897
|
+
<a href="#security_2" class="md-nav__link">
|
|
8796
8898
|
<span class="md-ellipsis">
|
|
8797
8899
|
Security
|
|
8798
8900
|
</span>
|
|
@@ -8819,7 +8921,7 @@
|
|
|
8819
8921
|
</li>
|
|
8820
8922
|
|
|
8821
8923
|
<li class="md-nav__item">
|
|
8822
|
-
<a href="#
|
|
8924
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8823
8925
|
<span class="md-ellipsis">
|
|
8824
8926
|
Fixed
|
|
8825
8927
|
</span>
|
|
@@ -8837,7 +8939,7 @@
|
|
|
8837
8939
|
</li>
|
|
8838
8940
|
|
|
8839
8941
|
<li class="md-nav__item">
|
|
8840
|
-
<a href="#
|
|
8942
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8841
8943
|
<span class="md-ellipsis">
|
|
8842
8944
|
Housekeeping
|
|
8843
8945
|
</span>
|
|
@@ -8861,7 +8963,7 @@
|
|
|
8861
8963
|
<ul class="md-nav__list">
|
|
8862
8964
|
|
|
8863
8965
|
<li class="md-nav__item">
|
|
8864
|
-
<a href="#
|
|
8966
|
+
<a href="#security_3" class="md-nav__link">
|
|
8865
8967
|
<span class="md-ellipsis">
|
|
8866
8968
|
Security
|
|
8867
8969
|
</span>
|
|
@@ -8879,7 +8981,7 @@
|
|
|
8879
8981
|
</li>
|
|
8880
8982
|
|
|
8881
8983
|
<li class="md-nav__item">
|
|
8882
|
-
<a href="#
|
|
8984
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8883
8985
|
<span class="md-ellipsis">
|
|
8884
8986
|
Fixed
|
|
8885
8987
|
</span>
|
|
@@ -8897,7 +8999,7 @@
|
|
|
8897
8999
|
</li>
|
|
8898
9000
|
|
|
8899
9001
|
<li class="md-nav__item">
|
|
8900
|
-
<a href="#
|
|
9002
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8901
9003
|
<span class="md-ellipsis">
|
|
8902
9004
|
Housekeeping
|
|
8903
9005
|
</span>
|
|
@@ -8921,7 +9023,7 @@
|
|
|
8921
9023
|
<ul class="md-nav__list">
|
|
8922
9024
|
|
|
8923
9025
|
<li class="md-nav__item">
|
|
8924
|
-
<a href="#
|
|
9026
|
+
<a href="#security_4" class="md-nav__link">
|
|
8925
9027
|
<span class="md-ellipsis">
|
|
8926
9028
|
Security
|
|
8927
9029
|
</span>
|
|
@@ -8948,7 +9050,7 @@
|
|
|
8948
9050
|
</li>
|
|
8949
9051
|
|
|
8950
9052
|
<li class="md-nav__item">
|
|
8951
|
-
<a href="#
|
|
9053
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8952
9054
|
<span class="md-ellipsis">
|
|
8953
9055
|
Fixed
|
|
8954
9056
|
</span>
|
|
@@ -8966,7 +9068,7 @@
|
|
|
8966
9068
|
</li>
|
|
8967
9069
|
|
|
8968
9070
|
<li class="md-nav__item">
|
|
8969
|
-
<a href="#
|
|
9071
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
8970
9072
|
<span class="md-ellipsis">
|
|
8971
9073
|
Housekeeping
|
|
8972
9074
|
</span>
|
|
@@ -8990,7 +9092,7 @@
|
|
|
8990
9092
|
<ul class="md-nav__list">
|
|
8991
9093
|
|
|
8992
9094
|
<li class="md-nav__item">
|
|
8993
|
-
<a href="#
|
|
9095
|
+
<a href="#security_5" class="md-nav__link">
|
|
8994
9096
|
<span class="md-ellipsis">
|
|
8995
9097
|
Security
|
|
8996
9098
|
</span>
|
|
@@ -9017,7 +9119,7 @@
|
|
|
9017
9119
|
</li>
|
|
9018
9120
|
|
|
9019
9121
|
<li class="md-nav__item">
|
|
9020
|
-
<a href="#
|
|
9122
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
9021
9123
|
<span class="md-ellipsis">
|
|
9022
9124
|
Fixed
|
|
9023
9125
|
</span>
|
|
@@ -9035,7 +9137,7 @@
|
|
|
9035
9137
|
</li>
|
|
9036
9138
|
|
|
9037
9139
|
<li class="md-nav__item">
|
|
9038
|
-
<a href="#
|
|
9140
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
9039
9141
|
<span class="md-ellipsis">
|
|
9040
9142
|
Housekeeping
|
|
9041
9143
|
</span>
|
|
@@ -9059,7 +9161,7 @@
|
|
|
9059
9161
|
<ul class="md-nav__list">
|
|
9060
9162
|
|
|
9061
9163
|
<li class="md-nav__item">
|
|
9062
|
-
<a href="#
|
|
9164
|
+
<a href="#security_6" class="md-nav__link">
|
|
9063
9165
|
<span class="md-ellipsis">
|
|
9064
9166
|
Security
|
|
9065
9167
|
</span>
|
|
@@ -9086,7 +9188,7 @@
|
|
|
9086
9188
|
</li>
|
|
9087
9189
|
|
|
9088
9190
|
<li class="md-nav__item">
|
|
9089
|
-
<a href="#
|
|
9191
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
9090
9192
|
<span class="md-ellipsis">
|
|
9091
9193
|
Fixed
|
|
9092
9194
|
</span>
|
|
@@ -9095,7 +9197,7 @@
|
|
|
9095
9197
|
</li>
|
|
9096
9198
|
|
|
9097
9199
|
<li class="md-nav__item">
|
|
9098
|
-
<a href="#
|
|
9200
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
9099
9201
|
<span class="md-ellipsis">
|
|
9100
9202
|
Dependencies
|
|
9101
9203
|
</span>
|
|
@@ -9113,7 +9215,7 @@
|
|
|
9113
9215
|
</li>
|
|
9114
9216
|
|
|
9115
9217
|
<li class="md-nav__item">
|
|
9116
|
-
<a href="#
|
|
9218
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
9117
9219
|
<span class="md-ellipsis">
|
|
9118
9220
|
Housekeeping
|
|
9119
9221
|
</span>
|
|
@@ -9155,7 +9257,7 @@
|
|
|
9155
9257
|
</li>
|
|
9156
9258
|
|
|
9157
9259
|
<li class="md-nav__item">
|
|
9158
|
-
<a href="#
|
|
9260
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
9159
9261
|
<span class="md-ellipsis">
|
|
9160
9262
|
Fixed
|
|
9161
9263
|
</span>
|
|
@@ -9164,7 +9266,7 @@
|
|
|
9164
9266
|
</li>
|
|
9165
9267
|
|
|
9166
9268
|
<li class="md-nav__item">
|
|
9167
|
-
<a href="#
|
|
9269
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
9168
9270
|
<span class="md-ellipsis">
|
|
9169
9271
|
Dependencies
|
|
9170
9272
|
</span>
|
|
@@ -9173,7 +9275,7 @@
|
|
|
9173
9275
|
</li>
|
|
9174
9276
|
|
|
9175
9277
|
<li class="md-nav__item">
|
|
9176
|
-
<a href="#
|
|
9278
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
9177
9279
|
<span class="md-ellipsis">
|
|
9178
9280
|
Housekeeping
|
|
9179
9281
|
</span>
|
|
@@ -9233,7 +9335,7 @@
|
|
|
9233
9335
|
</li>
|
|
9234
9336
|
|
|
9235
9337
|
<li class="md-nav__item">
|
|
9236
|
-
<a href="#
|
|
9338
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
9237
9339
|
<span class="md-ellipsis">
|
|
9238
9340
|
Fixed
|
|
9239
9341
|
</span>
|
|
@@ -9242,7 +9344,7 @@
|
|
|
9242
9344
|
</li>
|
|
9243
9345
|
|
|
9244
9346
|
<li class="md-nav__item">
|
|
9245
|
-
<a href="#
|
|
9347
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
9246
9348
|
<span class="md-ellipsis">
|
|
9247
9349
|
Dependencies
|
|
9248
9350
|
</span>
|
|
@@ -9260,7 +9362,7 @@
|
|
|
9260
9362
|
</li>
|
|
9261
9363
|
|
|
9262
9364
|
<li class="md-nav__item">
|
|
9263
|
-
<a href="#
|
|
9365
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
9264
9366
|
<span class="md-ellipsis">
|
|
9265
9367
|
Housekeeping
|
|
9266
9368
|
</span>
|
|
@@ -9329,9 +9431,32 @@
|
|
|
9329
9431
|
<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>
|
|
9330
9432
|
<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>
|
|
9331
9433
|
<!-- towncrier release notes start -->
|
|
9332
|
-
<h2 id="
|
|
9434
|
+
<h2 id="v227-2024-07-08">v2.2.7 (2024-07-08)<a class="headerlink" href="#v227-2024-07-08" title="Permanent link">¶</a></h2>
|
|
9333
9435
|
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
9334
9436
|
<ul>
|
|
9437
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5891">#5891</a> - Updated <code>certifi</code> to <code>2024.7.4</code> to address <code>CVE-2024-39689</code>. This is not a direct dependency so it will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
9438
|
+
</ul>
|
|
9439
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
9440
|
+
<ul>
|
|
9441
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/4237">#4237</a> - Fixed display issue with multiple tags filter on dynamic groups. Multiple Tags are now correctly displayed with an AND.</li>
|
|
9442
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5093">#5093</a> - Fixed blank page redirect when syncing or running a dry run on a GIT Repo with no workers available; now redirects to the GIT Repo Detail page with an error message.</li>
|
|
9443
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5804">#5804</a> - Fixed operation of "Mark planned"/"Mark installed" button in Device component table views.</li>
|
|
9444
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5832">#5832</a> - Fixed lack of API versioning of responses to a POST to <code>/api/ipam/prefixes/<id>/available-prefixes/</code> to allocate child prefixes of a prefix.</li>
|
|
9445
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5832">#5832</a> - Fixed incorrect OpenAPI schema for <code>/api/ipam/prefixes/<id>/available-prefixes/</code> and <code>/api/ipam/prefixes/<id>/available-ips/</code>.</li>
|
|
9446
|
+
</ul>
|
|
9447
|
+
<h3 id="dependencies">Dependencies<a class="headerlink" href="#dependencies" title="Permanent link">¶</a></h3>
|
|
9448
|
+
<ul>
|
|
9449
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5518">#5518</a> - Updated <code>drf-spectacular</code> to version <code>0.27.2</code>.</li>
|
|
9450
|
+
<li><a href="https://github.com/nautobot/nautobot/pull/5896">#5896</a> - Pinned dev dependency <code>faker</code> to <code>>=0.7.0,<26.0.0</code> to work around breaking change in v26.0.0 (<a href="https://github.com/joke2k/faker/issues/2070">faker/#2070</a>).</li>
|
|
9451
|
+
</ul>
|
|
9452
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
9453
|
+
<ul>
|
|
9454
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5847">#5847</a> - Updated the term plugin to app within the GitHub templates.</li>
|
|
9455
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5858">#5858</a> - Enhanced the test runner to include a hash of applied database migrations as part of the factory dump filename, reducing the likelihood of using the wrong cached data for a given branch.</li>
|
|
9456
|
+
</ul>
|
|
9457
|
+
<h2 id="v226-2024-06-24">v2.2.6 (2024-06-24)<a class="headerlink" href="#v226-2024-06-24" title="Permanent link">¶</a></h2>
|
|
9458
|
+
<h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">¶</a></h3>
|
|
9459
|
+
<ul>
|
|
9335
9460
|
<li><a href="https://github.com/nautobot/nautobot/issues/5821">#5821</a> - Updated <code>urllib3</code> to 2.2.2 due to CVE-2024-37891. This is not a direct dependency so it will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
9336
9461
|
</ul>
|
|
9337
9462
|
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
@@ -9345,7 +9470,7 @@
|
|
|
9345
9470
|
<ul>
|
|
9346
9471
|
<li><a href="https://github.com/nautobot/nautobot/issues/5550">#5550</a> - Changed the behavior on removal of a previously-installed Job class to additionally auto-disable any JobButtons, JobHooks, and ScheduledJobs referencing this class.</li>
|
|
9347
9472
|
</ul>
|
|
9348
|
-
<h3 id="
|
|
9473
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
9349
9474
|
<ul>
|
|
9350
9475
|
<li><a href="https://github.com/nautobot/nautobot/issues/5550">#5550</a> - Fixed an issue where config-contexts and export-templates sourced from a Git repository might not be automatically deleted from Nautobot after removing them from the repository and resyncing it.</li>
|
|
9351
9476
|
<li><a href="https://github.com/nautobot/nautobot/issues/5550">#5550</a> - Fixed an exception that might be raised when performing a Git repository "dry-run" sync if certain types of diffs are present.</li>
|
|
@@ -9359,14 +9484,14 @@
|
|
|
9359
9484
|
<li><a href="https://github.com/nautobot/nautobot/issues/5752">#5752</a> - Corrected incorrect entry for <code>nautobot.utilities.ordering</code> in <code>v2-code-location-changes</code> table.</li>
|
|
9360
9485
|
<li><a href="https://github.com/nautobot/nautobot/issues/5754">#5754</a> - Updated <code>mkdocs-material</code> to 9.5.25.</li>
|
|
9361
9486
|
</ul>
|
|
9362
|
-
<h3 id="
|
|
9487
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
9363
9488
|
<ul>
|
|
9364
9489
|
<li><a href="https://github.com/nautobot/nautobot/issues/5754">#5754</a> - Updated development dependencies <code>requests</code> to <code>~2.32.2</code> and <code>watchdog</code> to <code>~4.0.1</code>.</li>
|
|
9365
9490
|
<li><a href="https://github.com/nautobot/nautobot/issues/5793">#5793</a> - Refactored <code>generate_test_data</code> implementation for improved debuggability.</li>
|
|
9366
9491
|
<li><a href="https://github.com/nautobot/nautobot/issues/5793">#5793</a> - Fixed a bug in <code>ControllerManagedDeviceGroupFactory</code> that could result in nondeterministic test data.</li>
|
|
9367
9492
|
</ul>
|
|
9368
9493
|
<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>
|
|
9369
|
-
<h3 id="
|
|
9494
|
+
<h3 id="security_2">Security<a class="headerlink" href="#security_2" title="Permanent link">¶</a></h3>
|
|
9370
9495
|
<ul>
|
|
9371
9496
|
<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>
|
|
9372
9497
|
<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>
|
|
@@ -9383,7 +9508,7 @@
|
|
|
9383
9508
|
<ul>
|
|
9384
9509
|
<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>
|
|
9385
9510
|
</ul>
|
|
9386
|
-
<h3 id="
|
|
9511
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
9387
9512
|
<ul>
|
|
9388
9513
|
<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>
|
|
9389
9514
|
<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>
|
|
@@ -9401,13 +9526,13 @@
|
|
|
9401
9526
|
<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>
|
|
9402
9527
|
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
|
|
9403
9528
|
</ul>
|
|
9404
|
-
<h3 id="
|
|
9529
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
9405
9530
|
<ul>
|
|
9406
9531
|
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Updated <code>pylint</code> to <code>~3.1.1</code>.</li>
|
|
9407
9532
|
<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>
|
|
9408
9533
|
</ul>
|
|
9409
9534
|
<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>
|
|
9410
|
-
<h3 id="
|
|
9535
|
+
<h3 id="security_3">Security<a class="headerlink" href="#security_3" title="Permanent link">¶</a></h3>
|
|
9411
9536
|
<ul>
|
|
9412
9537
|
<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>
|
|
9413
9538
|
<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>
|
|
@@ -9417,7 +9542,7 @@
|
|
|
9417
9542
|
<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>
|
|
9418
9543
|
<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>
|
|
9419
9544
|
</ul>
|
|
9420
|
-
<h3 id="
|
|
9545
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
9421
9546
|
<ul>
|
|
9422
9547
|
<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>
|
|
9423
9548
|
<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>
|
|
@@ -9428,14 +9553,14 @@
|
|
|
9428
9553
|
<ul>
|
|
9429
9554
|
<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>
|
|
9430
9555
|
</ul>
|
|
9431
|
-
<h3 id="
|
|
9556
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
9432
9557
|
<ul>
|
|
9433
9558
|
<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>
|
|
9434
9559
|
<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>
|
|
9435
9560
|
<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>
|
|
9436
9561
|
</ul>
|
|
9437
9562
|
<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>
|
|
9438
|
-
<h3 id="
|
|
9563
|
+
<h3 id="security_4">Security<a class="headerlink" href="#security_4" title="Permanent link">¶</a></h3>
|
|
9439
9564
|
<ul>
|
|
9440
9565
|
<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>
|
|
9441
9566
|
<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>
|
|
@@ -9452,7 +9577,7 @@
|
|
|
9452
9577
|
<ul>
|
|
9453
9578
|
<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>
|
|
9454
9579
|
</ul>
|
|
9455
|
-
<h3 id="
|
|
9580
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
9456
9581
|
<ul>
|
|
9457
9582
|
<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>
|
|
9458
9583
|
<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>
|
|
@@ -9472,14 +9597,14 @@
|
|
|
9472
9597
|
<li><a href="https://github.com/nautobot/nautobot/issues/5626">#5626</a> - Added extras features docs to core developer new model checklist.</li>
|
|
9473
9598
|
<li><a href="https://github.com/nautobot/nautobot/issues/5635">#5635</a> - Added borders to tabbed sections of mkdocs.</li>
|
|
9474
9599
|
</ul>
|
|
9475
|
-
<h3 id="
|
|
9600
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
9476
9601
|
<ul>
|
|
9477
9602
|
<li><a href="https://github.com/nautobot/nautobot/issues/4498">#4498</a> - Removed redundant <code>nautobot.extras.plugins.register_jobs</code> function.</li>
|
|
9478
9603
|
<li><a href="https://github.com/nautobot/nautobot/issues/5586">#5586</a> - Fixed an intermittent ImportError when running tests with certain options.</li>
|
|
9479
9604
|
<li><a href="https://github.com/nautobot/nautobot/issues/5605">#5605</a> - Added prerelease and release workflow to deploy sandbox environments automatically.</li>
|
|
9480
9605
|
</ul>
|
|
9481
9606
|
<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>
|
|
9482
|
-
<h3 id="
|
|
9607
|
+
<h3 id="security_5">Security<a class="headerlink" href="#security_5" title="Permanent link">¶</a></h3>
|
|
9483
9608
|
<ul>
|
|
9484
9609
|
<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>
|
|
9485
9610
|
</ul>
|
|
@@ -9494,7 +9619,7 @@
|
|
|
9494
9619
|
<li><a href="https://github.com/nautobot/nautobot/issues/5568">#5568</a> - Added hyperlink to the total device count number under device family.</li>
|
|
9495
9620
|
<li><a href="https://github.com/nautobot/nautobot/issues/5589">#5589</a> - Fixed an invalid Javascript operator in the LLDP neighbor view.</li>
|
|
9496
9621
|
</ul>
|
|
9497
|
-
<h3 id="
|
|
9622
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
9498
9623
|
<ul>
|
|
9499
9624
|
<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>
|
|
9500
9625
|
<li><a href="https://github.com/nautobot/nautobot/issues/5592">#5592</a> - Fixed plugins not loading when using Gunicorn.</li>
|
|
@@ -9503,12 +9628,12 @@
|
|
|
9503
9628
|
<ul>
|
|
9504
9629
|
<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>
|
|
9505
9630
|
</ul>
|
|
9506
|
-
<h3 id="
|
|
9631
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
9507
9632
|
<ul>
|
|
9508
9633
|
<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>
|
|
9509
9634
|
</ul>
|
|
9510
9635
|
<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>
|
|
9511
|
-
<h3 id="
|
|
9636
|
+
<h3 id="security_6">Security<a class="headerlink" href="#security_6" title="Permanent link">¶</a></h3>
|
|
9512
9637
|
<ul>
|
|
9513
9638
|
<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>
|
|
9514
9639
|
<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>
|
|
@@ -9525,7 +9650,7 @@
|
|
|
9525
9650
|
<ul>
|
|
9526
9651
|
<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>
|
|
9527
9652
|
</ul>
|
|
9528
|
-
<h3 id="
|
|
9653
|
+
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">¶</a></h3>
|
|
9529
9654
|
<ul>
|
|
9530
9655
|
<li><a href="https://github.com/nautobot/nautobot/issues/5469">#5469</a> - Fixed contacts and teams not being included in the global search.</li>
|
|
9531
9656
|
<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>
|
|
@@ -9535,7 +9660,7 @@
|
|
|
9535
9660
|
<li><a href="https://github.com/nautobot/nautobot/issues/5527">#5527</a> - Fixed incorrect "members" links in Virtual Chassis list view.</li>
|
|
9536
9661
|
<li><a href="https://github.com/nautobot/nautobot/issues/5531">#5531</a> - Re-added <code>nautobot.setup()</code> function mistakenly removed in 2.2.0.</li>
|
|
9537
9662
|
</ul>
|
|
9538
|
-
<h3 id="
|
|
9663
|
+
<h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">¶</a></h3>
|
|
9539
9664
|
<ul>
|
|
9540
9665
|
<li><a href="https://github.com/nautobot/nautobot/issues/5495">#5495</a> - Changed jsonschema version constraint from <code>>=4.7.0,<4.19.0</code> to <code>^4.7.0</code>.</li>
|
|
9541
9666
|
<li><a href="https://github.com/nautobot/nautobot/issues/5517">#5517</a> - Updated <code>djangorestframework</code> to <code>~3.15.1</code>.</li>
|
|
@@ -9548,7 +9673,7 @@
|
|
|
9548
9673
|
<li><a href="https://github.com/nautobot/nautobot/issues/5189">#5189</a> - Merged "Extending Models" documentation into the "Model Development Checklist" documentation.</li>
|
|
9549
9674
|
<li><a href="https://github.com/nautobot/nautobot/issues/5526">#5526</a> - Fixed doc reference to job cprofile file location.</li>
|
|
9550
9675
|
</ul>
|
|
9551
|
-
<h3 id="
|
|
9676
|
+
<h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">¶</a></h3>
|
|
9552
9677
|
<ul>
|
|
9553
9678
|
<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>
|
|
9554
9679
|
<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>
|
|
@@ -9576,18 +9701,18 @@
|
|
|
9576
9701
|
<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>
|
|
9577
9702
|
<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>
|
|
9578
9703
|
</ul>
|
|
9579
|
-
<h3 id="
|
|
9704
|
+
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">¶</a></h3>
|
|
9580
9705
|
<ul>
|
|
9581
9706
|
<li><a href="https://github.com/nautobot/nautobot/issues/5415">#5415</a> - Fixed Team(s) field not pre-populating when editing a Contact.</li>
|
|
9582
9707
|
<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>
|
|
9583
9708
|
<li><a href="https://github.com/nautobot/nautobot/issues/5431">#5431</a> - Fixed Providers API response containing duplicate entries when filtering on more than one <code>location</code> value.</li>
|
|
9584
9709
|
<li><a href="https://github.com/nautobot/nautobot/issues/5440">#5440</a> - Fixed <code>Cannot resolve keyword 'task_id' into field</code> error when calling <code>nautobot-server celery result <task_id></code>.</li>
|
|
9585
9710
|
</ul>
|
|
9586
|
-
<h3 id="
|
|
9711
|
+
<h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">¶</a></h3>
|
|
9587
9712
|
<ul>
|
|
9588
9713
|
<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>
|
|
9589
9714
|
</ul>
|
|
9590
|
-
<h3 id="
|
|
9715
|
+
<h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">¶</a></h3>
|
|
9591
9716
|
<ul>
|
|
9592
9717
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--pattern</code> argument to <code>invoke unittest</code>.</li>
|
|
9593
9718
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--parallel-workers</code> argument to <code>invoke unittest</code>.</li>
|
|
@@ -9662,7 +9787,7 @@
|
|
|
9662
9787
|
<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>
|
|
9663
9788
|
<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>
|
|
9664
9789
|
</ul>
|
|
9665
|
-
<h3 id="
|
|
9790
|
+
<h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">¶</a></h3>
|
|
9666
9791
|
<ul>
|
|
9667
9792
|
<li><a href="https://github.com/nautobot/nautobot/issues/4334">#4334</a> - Fixed ordering of VLANs in the UI list view.</li>
|
|
9668
9793
|
<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>
|
|
@@ -9675,7 +9800,7 @@
|
|
|
9675
9800
|
<li><a href="https://github.com/nautobot/nautobot/issues/5298">#5298</a> - Fixed a <code>ValidationError</code> that was being thrown when a user logged out.</li>
|
|
9676
9801
|
<li><a href="https://github.com/nautobot/nautobot/issues/5298">#5298</a> - Fixed a case where viewing a completed JobResult that was missing a <code>date_done</code> value would cause the JobResult view to repeatedly refresh.</li>
|
|
9677
9802
|
</ul>
|
|
9678
|
-
<h3 id="
|
|
9803
|
+
<h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">¶</a></h3>
|
|
9679
9804
|
<ul>
|
|
9680
9805
|
<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>
|
|
9681
9806
|
</ul>
|
|
@@ -9686,7 +9811,7 @@
|
|
|
9686
9811
|
<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>
|
|
9687
9812
|
<li><a href="https://github.com/nautobot/nautobot/issues/5341">#5341</a> - Replaced references to "plugins" in the documentation with "Apps".</li>
|
|
9688
9813
|
</ul>
|
|
9689
|
-
<h3 id="
|
|
9814
|
+
<h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">¶</a></h3>
|
|
9690
9815
|
<ul>
|
|
9691
9816
|
<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>
|
|
9692
9817
|
<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>
|
|
@@ -9855,7 +9980,7 @@
|
|
|
9855
9980
|
<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>
|
|
9856
9981
|
|
|
9857
9982
|
|
|
9858
|
-
<script src="../assets/javascripts/bundle.
|
|
9983
|
+
<script src="../assets/javascripts/bundle.fe8b6f2b.min.js"></script>
|
|
9859
9984
|
|
|
9860
9985
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
9861
9986
|
|