nautobot 2.2.7__py3-none-any.whl → 2.2.8__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/graphql/generators.py +2 -2
- nautobot/core/graphql/schema.py +7 -4
- nautobot/core/tests/integration/test_general_functionality.py +36 -0
- nautobot/core/tests/test_graphql.py +51 -5
- nautobot/dcim/models/devices.py +10 -3
- nautobot/dcim/tests/test_models.py +75 -0
- nautobot/extras/models/relationships.py +12 -0
- nautobot/extras/tests/integration/test_dynamicgroups.py +1 -1
- nautobot/extras/tests/test_relationships.py +221 -1
- nautobot/project-static/docs/404.html +2 -2
- nautobot/project-static/docs/apps/index.html +2 -2
- nautobot/project-static/docs/apps/nautobot-apps.html +2 -2
- nautobot/project-static/docs/assets/stylesheets/{main.6543a935.min.css → main.76a95c52.min.css} +1 -1
- nautobot/project-static/docs/assets/stylesheets/{main.6543a935.min.css.map → main.76a95c52.min.css.map} +1 -1
- 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 +2 -2
- nautobot/project-static/docs/development/core/homepage.html +2 -2
- nautobot/project-static/docs/development/core/index.html +2 -2
- nautobot/project-static/docs/development/core/model-checklist.html +2 -2
- nautobot/project-static/docs/development/core/model-features.html +2 -2
- nautobot/project-static/docs/development/core/natural-keys.html +2 -2
- nautobot/project-static/docs/development/core/navigation-menu.html +2 -2
- nautobot/project-static/docs/development/core/release-checklist.html +2 -2
- nautobot/project-static/docs/development/core/role-internals.html +2 -2
- nautobot/project-static/docs/development/core/settings.html +2 -2
- nautobot/project-static/docs/development/core/style-guide.html +2 -2
- nautobot/project-static/docs/development/core/templates.html +2 -2
- nautobot/project-static/docs/development/core/testing.html +2 -2
- nautobot/project-static/docs/development/core/user-preferences.html +2 -2
- nautobot/project-static/docs/development/index.html +2 -2
- nautobot/project-static/docs/development/jobs/index.html +2 -2
- nautobot/project-static/docs/development/jobs/migration/from-v1.html +2 -2
- nautobot/project-static/docs/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 +254 -108
- nautobot/project-static/docs/requirements.txt +2 -1
- 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 +6 -6
- nautobot/project-static/docs/user-guide/administration/installation/index.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/install_system.html +7 -3
- 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-2.2.7.dist-info → nautobot-2.2.8.dist-info}/METADATA +3 -3
- {nautobot-2.2.7.dist-info → nautobot-2.2.8.dist-info}/RECORD +278 -277
- {nautobot-2.2.7.dist-info → nautobot-2.2.8.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.2.7.dist-info → nautobot-2.2.8.dist-info}/NOTICE +0 -0
- {nautobot-2.2.7.dist-info → nautobot-2.2.8.dist-info}/WHEEL +0 -0
- {nautobot-2.2.7.dist-info → nautobot-2.2.8.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.29">
|
|
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.76a95c52.min.css">
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
|
|
@@ -7457,13 +7457,13 @@
|
|
|
7457
7457
|
</li>
|
|
7458
7458
|
|
|
7459
7459
|
<li class="md-nav__item">
|
|
7460
|
-
<a href="#
|
|
7460
|
+
<a href="#v228-2024-07-22" class="md-nav__link">
|
|
7461
7461
|
<span class="md-ellipsis">
|
|
7462
|
-
v2.2.
|
|
7462
|
+
v2.2.8 (2024-07-22)
|
|
7463
7463
|
</span>
|
|
7464
7464
|
</a>
|
|
7465
7465
|
|
|
7466
|
-
<nav class="md-nav" aria-label="v2.2.
|
|
7466
|
+
<nav class="md-nav" aria-label="v2.2.8 (2024-07-22)">
|
|
7467
7467
|
<ul class="md-nav__list">
|
|
7468
7468
|
|
|
7469
7469
|
<li class="md-nav__item">
|
|
@@ -7491,6 +7491,15 @@
|
|
|
7491
7491
|
</span>
|
|
7492
7492
|
</a>
|
|
7493
7493
|
|
|
7494
|
+
</li>
|
|
7495
|
+
|
|
7496
|
+
<li class="md-nav__item">
|
|
7497
|
+
<a href="#documentation" class="md-nav__link">
|
|
7498
|
+
<span class="md-ellipsis">
|
|
7499
|
+
Documentation
|
|
7500
|
+
</span>
|
|
7501
|
+
</a>
|
|
7502
|
+
|
|
7494
7503
|
</li>
|
|
7495
7504
|
|
|
7496
7505
|
<li class="md-nav__item">
|
|
@@ -7505,6 +7514,57 @@
|
|
|
7505
7514
|
</ul>
|
|
7506
7515
|
</nav>
|
|
7507
7516
|
|
|
7517
|
+
</li>
|
|
7518
|
+
|
|
7519
|
+
<li class="md-nav__item">
|
|
7520
|
+
<a href="#v227-2024-07-08" class="md-nav__link">
|
|
7521
|
+
<span class="md-ellipsis">
|
|
7522
|
+
v2.2.7 (2024-07-08)
|
|
7523
|
+
</span>
|
|
7524
|
+
</a>
|
|
7525
|
+
|
|
7526
|
+
<nav class="md-nav" aria-label="v2.2.7 (2024-07-08)">
|
|
7527
|
+
<ul class="md-nav__list">
|
|
7528
|
+
|
|
7529
|
+
<li class="md-nav__item">
|
|
7530
|
+
<a href="#security_1" class="md-nav__link">
|
|
7531
|
+
<span class="md-ellipsis">
|
|
7532
|
+
Security
|
|
7533
|
+
</span>
|
|
7534
|
+
</a>
|
|
7535
|
+
|
|
7536
|
+
</li>
|
|
7537
|
+
|
|
7538
|
+
<li class="md-nav__item">
|
|
7539
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
7540
|
+
<span class="md-ellipsis">
|
|
7541
|
+
Fixed
|
|
7542
|
+
</span>
|
|
7543
|
+
</a>
|
|
7544
|
+
|
|
7545
|
+
</li>
|
|
7546
|
+
|
|
7547
|
+
<li class="md-nav__item">
|
|
7548
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
7549
|
+
<span class="md-ellipsis">
|
|
7550
|
+
Dependencies
|
|
7551
|
+
</span>
|
|
7552
|
+
</a>
|
|
7553
|
+
|
|
7554
|
+
</li>
|
|
7555
|
+
|
|
7556
|
+
<li class="md-nav__item">
|
|
7557
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
7558
|
+
<span class="md-ellipsis">
|
|
7559
|
+
Housekeeping
|
|
7560
|
+
</span>
|
|
7561
|
+
</a>
|
|
7562
|
+
|
|
7563
|
+
</li>
|
|
7564
|
+
|
|
7565
|
+
</ul>
|
|
7566
|
+
</nav>
|
|
7567
|
+
|
|
7508
7568
|
</li>
|
|
7509
7569
|
|
|
7510
7570
|
<li class="md-nav__item">
|
|
@@ -7518,7 +7578,7 @@
|
|
|
7518
7578
|
<ul class="md-nav__list">
|
|
7519
7579
|
|
|
7520
7580
|
<li class="md-nav__item">
|
|
7521
|
-
<a href="#
|
|
7581
|
+
<a href="#security_2" class="md-nav__link">
|
|
7522
7582
|
<span class="md-ellipsis">
|
|
7523
7583
|
Security
|
|
7524
7584
|
</span>
|
|
@@ -7545,7 +7605,7 @@
|
|
|
7545
7605
|
</li>
|
|
7546
7606
|
|
|
7547
7607
|
<li class="md-nav__item">
|
|
7548
|
-
<a href="#
|
|
7608
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
7549
7609
|
<span class="md-ellipsis">
|
|
7550
7610
|
Fixed
|
|
7551
7611
|
</span>
|
|
@@ -7554,7 +7614,7 @@
|
|
|
7554
7614
|
</li>
|
|
7555
7615
|
|
|
7556
7616
|
<li class="md-nav__item">
|
|
7557
|
-
<a href="#
|
|
7617
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
7558
7618
|
<span class="md-ellipsis">
|
|
7559
7619
|
Documentation
|
|
7560
7620
|
</span>
|
|
@@ -7563,7 +7623,7 @@
|
|
|
7563
7623
|
</li>
|
|
7564
7624
|
|
|
7565
7625
|
<li class="md-nav__item">
|
|
7566
|
-
<a href="#
|
|
7626
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
7567
7627
|
<span class="md-ellipsis">
|
|
7568
7628
|
Housekeeping
|
|
7569
7629
|
</span>
|
|
@@ -7587,7 +7647,7 @@
|
|
|
7587
7647
|
<ul class="md-nav__list">
|
|
7588
7648
|
|
|
7589
7649
|
<li class="md-nav__item">
|
|
7590
|
-
<a href="#
|
|
7650
|
+
<a href="#security_3" class="md-nav__link">
|
|
7591
7651
|
<span class="md-ellipsis">
|
|
7592
7652
|
Security
|
|
7593
7653
|
</span>
|
|
@@ -7614,7 +7674,7 @@
|
|
|
7614
7674
|
</li>
|
|
7615
7675
|
|
|
7616
7676
|
<li class="md-nav__item">
|
|
7617
|
-
<a href="#
|
|
7677
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
7618
7678
|
<span class="md-ellipsis">
|
|
7619
7679
|
Fixed
|
|
7620
7680
|
</span>
|
|
@@ -7623,7 +7683,7 @@
|
|
|
7623
7683
|
</li>
|
|
7624
7684
|
|
|
7625
7685
|
<li class="md-nav__item">
|
|
7626
|
-
<a href="#
|
|
7686
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
7627
7687
|
<span class="md-ellipsis">
|
|
7628
7688
|
Documentation
|
|
7629
7689
|
</span>
|
|
@@ -7632,7 +7692,7 @@
|
|
|
7632
7692
|
</li>
|
|
7633
7693
|
|
|
7634
7694
|
<li class="md-nav__item">
|
|
7635
|
-
<a href="#
|
|
7695
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
7636
7696
|
<span class="md-ellipsis">
|
|
7637
7697
|
Housekeeping
|
|
7638
7698
|
</span>
|
|
@@ -7656,7 +7716,7 @@
|
|
|
7656
7716
|
<ul class="md-nav__list">
|
|
7657
7717
|
|
|
7658
7718
|
<li class="md-nav__item">
|
|
7659
|
-
<a href="#
|
|
7719
|
+
<a href="#security_4" class="md-nav__link">
|
|
7660
7720
|
<span class="md-ellipsis">
|
|
7661
7721
|
Security
|
|
7662
7722
|
</span>
|
|
@@ -7674,7 +7734,7 @@
|
|
|
7674
7734
|
</li>
|
|
7675
7735
|
|
|
7676
7736
|
<li class="md-nav__item">
|
|
7677
|
-
<a href="#
|
|
7737
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
7678
7738
|
<span class="md-ellipsis">
|
|
7679
7739
|
Fixed
|
|
7680
7740
|
</span>
|
|
@@ -7683,7 +7743,7 @@
|
|
|
7683
7743
|
</li>
|
|
7684
7744
|
|
|
7685
7745
|
<li class="md-nav__item">
|
|
7686
|
-
<a href="#
|
|
7746
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
7687
7747
|
<span class="md-ellipsis">
|
|
7688
7748
|
Documentation
|
|
7689
7749
|
</span>
|
|
@@ -7692,7 +7752,7 @@
|
|
|
7692
7752
|
</li>
|
|
7693
7753
|
|
|
7694
7754
|
<li class="md-nav__item">
|
|
7695
|
-
<a href="#
|
|
7755
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
7696
7756
|
<span class="md-ellipsis">
|
|
7697
7757
|
Housekeeping
|
|
7698
7758
|
</span>
|
|
@@ -7716,7 +7776,7 @@
|
|
|
7716
7776
|
<ul class="md-nav__list">
|
|
7717
7777
|
|
|
7718
7778
|
<li class="md-nav__item">
|
|
7719
|
-
<a href="#
|
|
7779
|
+
<a href="#security_5" class="md-nav__link">
|
|
7720
7780
|
<span class="md-ellipsis">
|
|
7721
7781
|
Security
|
|
7722
7782
|
</span>
|
|
@@ -7743,7 +7803,7 @@
|
|
|
7743
7803
|
</li>
|
|
7744
7804
|
|
|
7745
7805
|
<li class="md-nav__item">
|
|
7746
|
-
<a href="#
|
|
7806
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
7747
7807
|
<span class="md-ellipsis">
|
|
7748
7808
|
Fixed
|
|
7749
7809
|
</span>
|
|
@@ -7752,7 +7812,7 @@
|
|
|
7752
7812
|
</li>
|
|
7753
7813
|
|
|
7754
7814
|
<li class="md-nav__item">
|
|
7755
|
-
<a href="#
|
|
7815
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
7756
7816
|
<span class="md-ellipsis">
|
|
7757
7817
|
Documentation
|
|
7758
7818
|
</span>
|
|
@@ -7761,7 +7821,7 @@
|
|
|
7761
7821
|
</li>
|
|
7762
7822
|
|
|
7763
7823
|
<li class="md-nav__item">
|
|
7764
|
-
<a href="#
|
|
7824
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
7765
7825
|
<span class="md-ellipsis">
|
|
7766
7826
|
Housekeeping
|
|
7767
7827
|
</span>
|
|
@@ -7785,7 +7845,7 @@
|
|
|
7785
7845
|
<ul class="md-nav__list">
|
|
7786
7846
|
|
|
7787
7847
|
<li class="md-nav__item">
|
|
7788
|
-
<a href="#
|
|
7848
|
+
<a href="#security_6" class="md-nav__link">
|
|
7789
7849
|
<span class="md-ellipsis">
|
|
7790
7850
|
Security
|
|
7791
7851
|
</span>
|
|
@@ -7812,7 +7872,7 @@
|
|
|
7812
7872
|
</li>
|
|
7813
7873
|
|
|
7814
7874
|
<li class="md-nav__item">
|
|
7815
|
-
<a href="#
|
|
7875
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
7816
7876
|
<span class="md-ellipsis">
|
|
7817
7877
|
Fixed
|
|
7818
7878
|
</span>
|
|
@@ -7821,7 +7881,7 @@
|
|
|
7821
7881
|
</li>
|
|
7822
7882
|
|
|
7823
7883
|
<li class="md-nav__item">
|
|
7824
|
-
<a href="#
|
|
7884
|
+
<a href="#documentation_5" class="md-nav__link">
|
|
7825
7885
|
<span class="md-ellipsis">
|
|
7826
7886
|
Documentation
|
|
7827
7887
|
</span>
|
|
@@ -7830,7 +7890,7 @@
|
|
|
7830
7890
|
</li>
|
|
7831
7891
|
|
|
7832
7892
|
<li class="md-nav__item">
|
|
7833
|
-
<a href="#
|
|
7893
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
7834
7894
|
<span class="md-ellipsis">
|
|
7835
7895
|
Housekeeping
|
|
7836
7896
|
</span>
|
|
@@ -7854,7 +7914,7 @@
|
|
|
7854
7914
|
<ul class="md-nav__list">
|
|
7855
7915
|
|
|
7856
7916
|
<li class="md-nav__item">
|
|
7857
|
-
<a href="#
|
|
7917
|
+
<a href="#security_7" class="md-nav__link">
|
|
7858
7918
|
<span class="md-ellipsis">
|
|
7859
7919
|
Security
|
|
7860
7920
|
</span>
|
|
@@ -7881,7 +7941,7 @@
|
|
|
7881
7941
|
</li>
|
|
7882
7942
|
|
|
7883
7943
|
<li class="md-nav__item">
|
|
7884
|
-
<a href="#
|
|
7944
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
7885
7945
|
<span class="md-ellipsis">
|
|
7886
7946
|
Fixed
|
|
7887
7947
|
</span>
|
|
@@ -7890,7 +7950,7 @@
|
|
|
7890
7950
|
</li>
|
|
7891
7951
|
|
|
7892
7952
|
<li class="md-nav__item">
|
|
7893
|
-
<a href="#
|
|
7953
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
7894
7954
|
<span class="md-ellipsis">
|
|
7895
7955
|
Dependencies
|
|
7896
7956
|
</span>
|
|
@@ -7899,7 +7959,7 @@
|
|
|
7899
7959
|
</li>
|
|
7900
7960
|
|
|
7901
7961
|
<li class="md-nav__item">
|
|
7902
|
-
<a href="#
|
|
7962
|
+
<a href="#documentation_6" class="md-nav__link">
|
|
7903
7963
|
<span class="md-ellipsis">
|
|
7904
7964
|
Documentation
|
|
7905
7965
|
</span>
|
|
@@ -7908,7 +7968,7 @@
|
|
|
7908
7968
|
</li>
|
|
7909
7969
|
|
|
7910
7970
|
<li class="md-nav__item">
|
|
7911
|
-
<a href="#
|
|
7971
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
7912
7972
|
<span class="md-ellipsis">
|
|
7913
7973
|
Housekeeping
|
|
7914
7974
|
</span>
|
|
@@ -7950,7 +8010,7 @@
|
|
|
7950
8010
|
</li>
|
|
7951
8011
|
|
|
7952
8012
|
<li class="md-nav__item">
|
|
7953
|
-
<a href="#
|
|
8013
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
7954
8014
|
<span class="md-ellipsis">
|
|
7955
8015
|
Fixed
|
|
7956
8016
|
</span>
|
|
@@ -7959,7 +8019,7 @@
|
|
|
7959
8019
|
</li>
|
|
7960
8020
|
|
|
7961
8021
|
<li class="md-nav__item">
|
|
7962
|
-
<a href="#
|
|
8022
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
7963
8023
|
<span class="md-ellipsis">
|
|
7964
8024
|
Dependencies
|
|
7965
8025
|
</span>
|
|
@@ -7968,7 +8028,7 @@
|
|
|
7968
8028
|
</li>
|
|
7969
8029
|
|
|
7970
8030
|
<li class="md-nav__item">
|
|
7971
|
-
<a href="#
|
|
8031
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
7972
8032
|
<span class="md-ellipsis">
|
|
7973
8033
|
Housekeeping
|
|
7974
8034
|
</span>
|
|
@@ -8028,7 +8088,7 @@
|
|
|
8028
8088
|
</li>
|
|
8029
8089
|
|
|
8030
8090
|
<li class="md-nav__item">
|
|
8031
|
-
<a href="#
|
|
8091
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
8032
8092
|
<span class="md-ellipsis">
|
|
8033
8093
|
Fixed
|
|
8034
8094
|
</span>
|
|
@@ -8037,7 +8097,7 @@
|
|
|
8037
8097
|
</li>
|
|
8038
8098
|
|
|
8039
8099
|
<li class="md-nav__item">
|
|
8040
|
-
<a href="#
|
|
8100
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
8041
8101
|
<span class="md-ellipsis">
|
|
8042
8102
|
Dependencies
|
|
8043
8103
|
</span>
|
|
@@ -8046,7 +8106,7 @@
|
|
|
8046
8106
|
</li>
|
|
8047
8107
|
|
|
8048
8108
|
<li class="md-nav__item">
|
|
8049
|
-
<a href="#
|
|
8109
|
+
<a href="#documentation_7" class="md-nav__link">
|
|
8050
8110
|
<span class="md-ellipsis">
|
|
8051
8111
|
Documentation
|
|
8052
8112
|
</span>
|
|
@@ -8055,7 +8115,7 @@
|
|
|
8055
8115
|
</li>
|
|
8056
8116
|
|
|
8057
8117
|
<li class="md-nav__item">
|
|
8058
|
-
<a href="#
|
|
8118
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
8059
8119
|
<span class="md-ellipsis">
|
|
8060
8120
|
Housekeeping
|
|
8061
8121
|
</span>
|
|
@@ -8764,13 +8824,13 @@
|
|
|
8764
8824
|
</li>
|
|
8765
8825
|
|
|
8766
8826
|
<li class="md-nav__item">
|
|
8767
|
-
<a href="#
|
|
8827
|
+
<a href="#v228-2024-07-22" class="md-nav__link">
|
|
8768
8828
|
<span class="md-ellipsis">
|
|
8769
|
-
v2.2.
|
|
8829
|
+
v2.2.8 (2024-07-22)
|
|
8770
8830
|
</span>
|
|
8771
8831
|
</a>
|
|
8772
8832
|
|
|
8773
|
-
<nav class="md-nav" aria-label="v2.2.
|
|
8833
|
+
<nav class="md-nav" aria-label="v2.2.8 (2024-07-22)">
|
|
8774
8834
|
<ul class="md-nav__list">
|
|
8775
8835
|
|
|
8776
8836
|
<li class="md-nav__item">
|
|
@@ -8798,6 +8858,15 @@
|
|
|
8798
8858
|
</span>
|
|
8799
8859
|
</a>
|
|
8800
8860
|
|
|
8861
|
+
</li>
|
|
8862
|
+
|
|
8863
|
+
<li class="md-nav__item">
|
|
8864
|
+
<a href="#documentation" class="md-nav__link">
|
|
8865
|
+
<span class="md-ellipsis">
|
|
8866
|
+
Documentation
|
|
8867
|
+
</span>
|
|
8868
|
+
</a>
|
|
8869
|
+
|
|
8801
8870
|
</li>
|
|
8802
8871
|
|
|
8803
8872
|
<li class="md-nav__item">
|
|
@@ -8812,6 +8881,57 @@
|
|
|
8812
8881
|
</ul>
|
|
8813
8882
|
</nav>
|
|
8814
8883
|
|
|
8884
|
+
</li>
|
|
8885
|
+
|
|
8886
|
+
<li class="md-nav__item">
|
|
8887
|
+
<a href="#v227-2024-07-08" class="md-nav__link">
|
|
8888
|
+
<span class="md-ellipsis">
|
|
8889
|
+
v2.2.7 (2024-07-08)
|
|
8890
|
+
</span>
|
|
8891
|
+
</a>
|
|
8892
|
+
|
|
8893
|
+
<nav class="md-nav" aria-label="v2.2.7 (2024-07-08)">
|
|
8894
|
+
<ul class="md-nav__list">
|
|
8895
|
+
|
|
8896
|
+
<li class="md-nav__item">
|
|
8897
|
+
<a href="#security_1" class="md-nav__link">
|
|
8898
|
+
<span class="md-ellipsis">
|
|
8899
|
+
Security
|
|
8900
|
+
</span>
|
|
8901
|
+
</a>
|
|
8902
|
+
|
|
8903
|
+
</li>
|
|
8904
|
+
|
|
8905
|
+
<li class="md-nav__item">
|
|
8906
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8907
|
+
<span class="md-ellipsis">
|
|
8908
|
+
Fixed
|
|
8909
|
+
</span>
|
|
8910
|
+
</a>
|
|
8911
|
+
|
|
8912
|
+
</li>
|
|
8913
|
+
|
|
8914
|
+
<li class="md-nav__item">
|
|
8915
|
+
<a href="#dependencies_1" class="md-nav__link">
|
|
8916
|
+
<span class="md-ellipsis">
|
|
8917
|
+
Dependencies
|
|
8918
|
+
</span>
|
|
8919
|
+
</a>
|
|
8920
|
+
|
|
8921
|
+
</li>
|
|
8922
|
+
|
|
8923
|
+
<li class="md-nav__item">
|
|
8924
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8925
|
+
<span class="md-ellipsis">
|
|
8926
|
+
Housekeeping
|
|
8927
|
+
</span>
|
|
8928
|
+
</a>
|
|
8929
|
+
|
|
8930
|
+
</li>
|
|
8931
|
+
|
|
8932
|
+
</ul>
|
|
8933
|
+
</nav>
|
|
8934
|
+
|
|
8815
8935
|
</li>
|
|
8816
8936
|
|
|
8817
8937
|
<li class="md-nav__item">
|
|
@@ -8825,7 +8945,7 @@
|
|
|
8825
8945
|
<ul class="md-nav__list">
|
|
8826
8946
|
|
|
8827
8947
|
<li class="md-nav__item">
|
|
8828
|
-
<a href="#
|
|
8948
|
+
<a href="#security_2" class="md-nav__link">
|
|
8829
8949
|
<span class="md-ellipsis">
|
|
8830
8950
|
Security
|
|
8831
8951
|
</span>
|
|
@@ -8852,7 +8972,7 @@
|
|
|
8852
8972
|
</li>
|
|
8853
8973
|
|
|
8854
8974
|
<li class="md-nav__item">
|
|
8855
|
-
<a href="#
|
|
8975
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8856
8976
|
<span class="md-ellipsis">
|
|
8857
8977
|
Fixed
|
|
8858
8978
|
</span>
|
|
@@ -8861,7 +8981,7 @@
|
|
|
8861
8981
|
</li>
|
|
8862
8982
|
|
|
8863
8983
|
<li class="md-nav__item">
|
|
8864
|
-
<a href="#
|
|
8984
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
8865
8985
|
<span class="md-ellipsis">
|
|
8866
8986
|
Documentation
|
|
8867
8987
|
</span>
|
|
@@ -8870,7 +8990,7 @@
|
|
|
8870
8990
|
</li>
|
|
8871
8991
|
|
|
8872
8992
|
<li class="md-nav__item">
|
|
8873
|
-
<a href="#
|
|
8993
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8874
8994
|
<span class="md-ellipsis">
|
|
8875
8995
|
Housekeeping
|
|
8876
8996
|
</span>
|
|
@@ -8894,7 +9014,7 @@
|
|
|
8894
9014
|
<ul class="md-nav__list">
|
|
8895
9015
|
|
|
8896
9016
|
<li class="md-nav__item">
|
|
8897
|
-
<a href="#
|
|
9017
|
+
<a href="#security_3" class="md-nav__link">
|
|
8898
9018
|
<span class="md-ellipsis">
|
|
8899
9019
|
Security
|
|
8900
9020
|
</span>
|
|
@@ -8921,7 +9041,7 @@
|
|
|
8921
9041
|
</li>
|
|
8922
9042
|
|
|
8923
9043
|
<li class="md-nav__item">
|
|
8924
|
-
<a href="#
|
|
9044
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8925
9045
|
<span class="md-ellipsis">
|
|
8926
9046
|
Fixed
|
|
8927
9047
|
</span>
|
|
@@ -8930,7 +9050,7 @@
|
|
|
8930
9050
|
</li>
|
|
8931
9051
|
|
|
8932
9052
|
<li class="md-nav__item">
|
|
8933
|
-
<a href="#
|
|
9053
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
8934
9054
|
<span class="md-ellipsis">
|
|
8935
9055
|
Documentation
|
|
8936
9056
|
</span>
|
|
@@ -8939,7 +9059,7 @@
|
|
|
8939
9059
|
</li>
|
|
8940
9060
|
|
|
8941
9061
|
<li class="md-nav__item">
|
|
8942
|
-
<a href="#
|
|
9062
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8943
9063
|
<span class="md-ellipsis">
|
|
8944
9064
|
Housekeeping
|
|
8945
9065
|
</span>
|
|
@@ -8963,7 +9083,7 @@
|
|
|
8963
9083
|
<ul class="md-nav__list">
|
|
8964
9084
|
|
|
8965
9085
|
<li class="md-nav__item">
|
|
8966
|
-
<a href="#
|
|
9086
|
+
<a href="#security_4" class="md-nav__link">
|
|
8967
9087
|
<span class="md-ellipsis">
|
|
8968
9088
|
Security
|
|
8969
9089
|
</span>
|
|
@@ -8981,7 +9101,7 @@
|
|
|
8981
9101
|
</li>
|
|
8982
9102
|
|
|
8983
9103
|
<li class="md-nav__item">
|
|
8984
|
-
<a href="#
|
|
9104
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8985
9105
|
<span class="md-ellipsis">
|
|
8986
9106
|
Fixed
|
|
8987
9107
|
</span>
|
|
@@ -8990,7 +9110,7 @@
|
|
|
8990
9110
|
</li>
|
|
8991
9111
|
|
|
8992
9112
|
<li class="md-nav__item">
|
|
8993
|
-
<a href="#
|
|
9113
|
+
<a href="#documentation_3" class="md-nav__link">
|
|
8994
9114
|
<span class="md-ellipsis">
|
|
8995
9115
|
Documentation
|
|
8996
9116
|
</span>
|
|
@@ -8999,7 +9119,7 @@
|
|
|
8999
9119
|
</li>
|
|
9000
9120
|
|
|
9001
9121
|
<li class="md-nav__item">
|
|
9002
|
-
<a href="#
|
|
9122
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
9003
9123
|
<span class="md-ellipsis">
|
|
9004
9124
|
Housekeeping
|
|
9005
9125
|
</span>
|
|
@@ -9023,7 +9143,7 @@
|
|
|
9023
9143
|
<ul class="md-nav__list">
|
|
9024
9144
|
|
|
9025
9145
|
<li class="md-nav__item">
|
|
9026
|
-
<a href="#
|
|
9146
|
+
<a href="#security_5" class="md-nav__link">
|
|
9027
9147
|
<span class="md-ellipsis">
|
|
9028
9148
|
Security
|
|
9029
9149
|
</span>
|
|
@@ -9050,7 +9170,7 @@
|
|
|
9050
9170
|
</li>
|
|
9051
9171
|
|
|
9052
9172
|
<li class="md-nav__item">
|
|
9053
|
-
<a href="#
|
|
9173
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
9054
9174
|
<span class="md-ellipsis">
|
|
9055
9175
|
Fixed
|
|
9056
9176
|
</span>
|
|
@@ -9059,7 +9179,7 @@
|
|
|
9059
9179
|
</li>
|
|
9060
9180
|
|
|
9061
9181
|
<li class="md-nav__item">
|
|
9062
|
-
<a href="#
|
|
9182
|
+
<a href="#documentation_4" class="md-nav__link">
|
|
9063
9183
|
<span class="md-ellipsis">
|
|
9064
9184
|
Documentation
|
|
9065
9185
|
</span>
|
|
@@ -9068,7 +9188,7 @@
|
|
|
9068
9188
|
</li>
|
|
9069
9189
|
|
|
9070
9190
|
<li class="md-nav__item">
|
|
9071
|
-
<a href="#
|
|
9191
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
9072
9192
|
<span class="md-ellipsis">
|
|
9073
9193
|
Housekeeping
|
|
9074
9194
|
</span>
|
|
@@ -9092,7 +9212,7 @@
|
|
|
9092
9212
|
<ul class="md-nav__list">
|
|
9093
9213
|
|
|
9094
9214
|
<li class="md-nav__item">
|
|
9095
|
-
<a href="#
|
|
9215
|
+
<a href="#security_6" class="md-nav__link">
|
|
9096
9216
|
<span class="md-ellipsis">
|
|
9097
9217
|
Security
|
|
9098
9218
|
</span>
|
|
@@ -9119,7 +9239,7 @@
|
|
|
9119
9239
|
</li>
|
|
9120
9240
|
|
|
9121
9241
|
<li class="md-nav__item">
|
|
9122
|
-
<a href="#
|
|
9242
|
+
<a href="#fixed_6" class="md-nav__link">
|
|
9123
9243
|
<span class="md-ellipsis">
|
|
9124
9244
|
Fixed
|
|
9125
9245
|
</span>
|
|
@@ -9128,7 +9248,7 @@
|
|
|
9128
9248
|
</li>
|
|
9129
9249
|
|
|
9130
9250
|
<li class="md-nav__item">
|
|
9131
|
-
<a href="#
|
|
9251
|
+
<a href="#documentation_5" class="md-nav__link">
|
|
9132
9252
|
<span class="md-ellipsis">
|
|
9133
9253
|
Documentation
|
|
9134
9254
|
</span>
|
|
@@ -9137,7 +9257,7 @@
|
|
|
9137
9257
|
</li>
|
|
9138
9258
|
|
|
9139
9259
|
<li class="md-nav__item">
|
|
9140
|
-
<a href="#
|
|
9260
|
+
<a href="#housekeeping_6" class="md-nav__link">
|
|
9141
9261
|
<span class="md-ellipsis">
|
|
9142
9262
|
Housekeeping
|
|
9143
9263
|
</span>
|
|
@@ -9161,7 +9281,7 @@
|
|
|
9161
9281
|
<ul class="md-nav__list">
|
|
9162
9282
|
|
|
9163
9283
|
<li class="md-nav__item">
|
|
9164
|
-
<a href="#
|
|
9284
|
+
<a href="#security_7" class="md-nav__link">
|
|
9165
9285
|
<span class="md-ellipsis">
|
|
9166
9286
|
Security
|
|
9167
9287
|
</span>
|
|
@@ -9188,7 +9308,7 @@
|
|
|
9188
9308
|
</li>
|
|
9189
9309
|
|
|
9190
9310
|
<li class="md-nav__item">
|
|
9191
|
-
<a href="#
|
|
9311
|
+
<a href="#fixed_7" class="md-nav__link">
|
|
9192
9312
|
<span class="md-ellipsis">
|
|
9193
9313
|
Fixed
|
|
9194
9314
|
</span>
|
|
@@ -9197,7 +9317,7 @@
|
|
|
9197
9317
|
</li>
|
|
9198
9318
|
|
|
9199
9319
|
<li class="md-nav__item">
|
|
9200
|
-
<a href="#
|
|
9320
|
+
<a href="#dependencies_2" class="md-nav__link">
|
|
9201
9321
|
<span class="md-ellipsis">
|
|
9202
9322
|
Dependencies
|
|
9203
9323
|
</span>
|
|
@@ -9206,7 +9326,7 @@
|
|
|
9206
9326
|
</li>
|
|
9207
9327
|
|
|
9208
9328
|
<li class="md-nav__item">
|
|
9209
|
-
<a href="#
|
|
9329
|
+
<a href="#documentation_6" class="md-nav__link">
|
|
9210
9330
|
<span class="md-ellipsis">
|
|
9211
9331
|
Documentation
|
|
9212
9332
|
</span>
|
|
@@ -9215,7 +9335,7 @@
|
|
|
9215
9335
|
</li>
|
|
9216
9336
|
|
|
9217
9337
|
<li class="md-nav__item">
|
|
9218
|
-
<a href="#
|
|
9338
|
+
<a href="#housekeeping_7" class="md-nav__link">
|
|
9219
9339
|
<span class="md-ellipsis">
|
|
9220
9340
|
Housekeeping
|
|
9221
9341
|
</span>
|
|
@@ -9257,7 +9377,7 @@
|
|
|
9257
9377
|
</li>
|
|
9258
9378
|
|
|
9259
9379
|
<li class="md-nav__item">
|
|
9260
|
-
<a href="#
|
|
9380
|
+
<a href="#fixed_8" class="md-nav__link">
|
|
9261
9381
|
<span class="md-ellipsis">
|
|
9262
9382
|
Fixed
|
|
9263
9383
|
</span>
|
|
@@ -9266,7 +9386,7 @@
|
|
|
9266
9386
|
</li>
|
|
9267
9387
|
|
|
9268
9388
|
<li class="md-nav__item">
|
|
9269
|
-
<a href="#
|
|
9389
|
+
<a href="#dependencies_3" class="md-nav__link">
|
|
9270
9390
|
<span class="md-ellipsis">
|
|
9271
9391
|
Dependencies
|
|
9272
9392
|
</span>
|
|
@@ -9275,7 +9395,7 @@
|
|
|
9275
9395
|
</li>
|
|
9276
9396
|
|
|
9277
9397
|
<li class="md-nav__item">
|
|
9278
|
-
<a href="#
|
|
9398
|
+
<a href="#housekeeping_8" class="md-nav__link">
|
|
9279
9399
|
<span class="md-ellipsis">
|
|
9280
9400
|
Housekeeping
|
|
9281
9401
|
</span>
|
|
@@ -9335,7 +9455,7 @@
|
|
|
9335
9455
|
</li>
|
|
9336
9456
|
|
|
9337
9457
|
<li class="md-nav__item">
|
|
9338
|
-
<a href="#
|
|
9458
|
+
<a href="#fixed_9" class="md-nav__link">
|
|
9339
9459
|
<span class="md-ellipsis">
|
|
9340
9460
|
Fixed
|
|
9341
9461
|
</span>
|
|
@@ -9344,7 +9464,7 @@
|
|
|
9344
9464
|
</li>
|
|
9345
9465
|
|
|
9346
9466
|
<li class="md-nav__item">
|
|
9347
|
-
<a href="#
|
|
9467
|
+
<a href="#dependencies_4" class="md-nav__link">
|
|
9348
9468
|
<span class="md-ellipsis">
|
|
9349
9469
|
Dependencies
|
|
9350
9470
|
</span>
|
|
@@ -9353,7 +9473,7 @@
|
|
|
9353
9473
|
</li>
|
|
9354
9474
|
|
|
9355
9475
|
<li class="md-nav__item">
|
|
9356
|
-
<a href="#
|
|
9476
|
+
<a href="#documentation_7" class="md-nav__link">
|
|
9357
9477
|
<span class="md-ellipsis">
|
|
9358
9478
|
Documentation
|
|
9359
9479
|
</span>
|
|
@@ -9362,7 +9482,7 @@
|
|
|
9362
9482
|
</li>
|
|
9363
9483
|
|
|
9364
9484
|
<li class="md-nav__item">
|
|
9365
|
-
<a href="#
|
|
9485
|
+
<a href="#housekeeping_9" class="md-nav__link">
|
|
9366
9486
|
<span class="md-ellipsis">
|
|
9367
9487
|
Housekeeping
|
|
9368
9488
|
</span>
|
|
@@ -9431,31 +9551,57 @@
|
|
|
9431
9551
|
<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>
|
|
9432
9552
|
<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>
|
|
9433
9553
|
<!-- towncrier release notes start -->
|
|
9434
|
-
<h2 id="
|
|
9554
|
+
<h2 id="v228-2024-07-22">v2.2.8 (2024-07-22)<a class="headerlink" href="#v228-2024-07-22" title="Permanent link">¶</a></h2>
|
|
9435
9555
|
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
9436
9556
|
<ul>
|
|
9437
|
-
<li><a href="https://github.com/nautobot/nautobot/issues/
|
|
9557
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5911">#5911</a> - Updated <code>zipp</code> to <code>3.19.1</code> to address <code>CVE-2024-5569</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
9558
|
</ul>
|
|
9439
9559
|
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
9440
9560
|
<ul>
|
|
9561
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5569">#5569</a> - Fixed relationship required to ignore objects that do not match the related filter.</li>
|
|
9562
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5613">#5613</a> - Fixed intermittent failure in integration test for dynamic groups.</li>
|
|
9563
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5906">#5906</a> - Added support for filtering in GraphQL of objects identified by a many-to-many relation (<code>Location.prefixes</code>, <code>Prefix.locations</code>, etc.)</li>
|
|
9564
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5935">#5935</a> - Fixed issue in which a save() could be called unnecessarily on child devices.</li>
|
|
9565
|
+
</ul>
|
|
9566
|
+
<h3 id="dependencies">Dependencies<a class="headerlink" href="#dependencies" title="Permanent link">¶</a></h3>
|
|
9567
|
+
<ul>
|
|
9568
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5833">#5833</a> - Updated dependency <code>social-auth-app-django</code> to <code>~5.4.2</code>.</li>
|
|
9569
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5833">#5833</a> - Updated optional dependency <code>django-storages</code> to <code>~1.14.4</code>.</li>
|
|
9570
|
+
</ul>
|
|
9571
|
+
<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">¶</a></h3>
|
|
9572
|
+
<ul>
|
|
9573
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5833">#5833</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.29</code>.</li>
|
|
9574
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5874">#5874</a> - Updated documentation regarding Nautobot on Ubuntu 24.04.</li>
|
|
9575
|
+
</ul>
|
|
9576
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
9577
|
+
<ul>
|
|
9578
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5610">#5610</a> - Added integration test to do basic checking for static media failures caused by typos in template files.</li>
|
|
9579
|
+
</ul>
|
|
9580
|
+
<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>
|
|
9581
|
+
<h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">¶</a></h3>
|
|
9582
|
+
<ul>
|
|
9583
|
+
<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>
|
|
9584
|
+
</ul>
|
|
9585
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
9586
|
+
<ul>
|
|
9441
9587
|
<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
9588
|
<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
9589
|
<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
9590
|
<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
9591
|
<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
9592
|
</ul>
|
|
9447
|
-
<h3 id="
|
|
9593
|
+
<h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">¶</a></h3>
|
|
9448
9594
|
<ul>
|
|
9449
9595
|
<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
9596
|
<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
9597
|
</ul>
|
|
9452
|
-
<h3 id="
|
|
9598
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
9453
9599
|
<ul>
|
|
9454
9600
|
<li><a href="https://github.com/nautobot/nautobot/issues/5847">#5847</a> - Updated the term plugin to app within the GitHub templates.</li>
|
|
9455
9601
|
<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
9602
|
</ul>
|
|
9457
9603
|
<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="
|
|
9604
|
+
<h3 id="security_2">Security<a class="headerlink" href="#security_2" title="Permanent link">¶</a></h3>
|
|
9459
9605
|
<ul>
|
|
9460
9606
|
<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>
|
|
9461
9607
|
</ul>
|
|
@@ -9470,7 +9616,7 @@
|
|
|
9470
9616
|
<ul>
|
|
9471
9617
|
<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>
|
|
9472
9618
|
</ul>
|
|
9473
|
-
<h3 id="
|
|
9619
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
9474
9620
|
<ul>
|
|
9475
9621
|
<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>
|
|
9476
9622
|
<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>
|
|
@@ -9478,20 +9624,20 @@
|
|
|
9478
9624
|
<li><a href="https://github.com/nautobot/nautobot/issues/5809">#5809</a> - Fixed missing support for the GitRepository model in GraphQL.</li>
|
|
9479
9625
|
<li><a href="https://github.com/nautobot/nautobot/issues/5819">#5819</a> - Fixed inability to use bare (local-DNS) hostnames when specifying a GitRepository remote URL.</li>
|
|
9480
9626
|
</ul>
|
|
9481
|
-
<h3 id="
|
|
9627
|
+
<h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">¶</a></h3>
|
|
9482
9628
|
<ul>
|
|
9483
9629
|
<li><a href="https://github.com/nautobot/nautobot/issues/5726">#5726</a> - Updated, cleaned up, and separated out the main landing page for Nautobot docs.</li>
|
|
9484
9630
|
<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>
|
|
9485
9631
|
<li><a href="https://github.com/nautobot/nautobot/issues/5754">#5754</a> - Updated <code>mkdocs-material</code> to 9.5.25.</li>
|
|
9486
9632
|
</ul>
|
|
9487
|
-
<h3 id="
|
|
9633
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
9488
9634
|
<ul>
|
|
9489
9635
|
<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>
|
|
9490
9636
|
<li><a href="https://github.com/nautobot/nautobot/issues/5793">#5793</a> - Refactored <code>generate_test_data</code> implementation for improved debuggability.</li>
|
|
9491
9637
|
<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>
|
|
9492
9638
|
</ul>
|
|
9493
9639
|
<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>
|
|
9494
|
-
<h3 id="
|
|
9640
|
+
<h3 id="security_3">Security<a class="headerlink" href="#security_3" title="Permanent link">¶</a></h3>
|
|
9495
9641
|
<ul>
|
|
9496
9642
|
<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>
|
|
9497
9643
|
<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>
|
|
@@ -9508,7 +9654,7 @@
|
|
|
9508
9654
|
<ul>
|
|
9509
9655
|
<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>
|
|
9510
9656
|
</ul>
|
|
9511
|
-
<h3 id="
|
|
9657
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
9512
9658
|
<ul>
|
|
9513
9659
|
<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>
|
|
9514
9660
|
<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>
|
|
@@ -9521,18 +9667,18 @@
|
|
|
9521
9667
|
<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>
|
|
9522
9668
|
<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>
|
|
9523
9669
|
</ul>
|
|
9524
|
-
<h3 id="
|
|
9670
|
+
<h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">¶</a></h3>
|
|
9525
9671
|
<ul>
|
|
9526
9672
|
<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>
|
|
9527
9673
|
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
|
|
9528
9674
|
</ul>
|
|
9529
|
-
<h3 id="
|
|
9675
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
9530
9676
|
<ul>
|
|
9531
9677
|
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Updated <code>pylint</code> to <code>~3.1.1</code>.</li>
|
|
9532
9678
|
<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>
|
|
9533
9679
|
</ul>
|
|
9534
9680
|
<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>
|
|
9535
|
-
<h3 id="
|
|
9681
|
+
<h3 id="security_4">Security<a class="headerlink" href="#security_4" title="Permanent link">¶</a></h3>
|
|
9536
9682
|
<ul>
|
|
9537
9683
|
<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>
|
|
9538
9684
|
<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>
|
|
@@ -9542,25 +9688,25 @@
|
|
|
9542
9688
|
<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>
|
|
9543
9689
|
<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>
|
|
9544
9690
|
</ul>
|
|
9545
|
-
<h3 id="
|
|
9691
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
9546
9692
|
<ul>
|
|
9547
9693
|
<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>
|
|
9548
9694
|
<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>
|
|
9549
9695
|
<li><a href="https://github.com/nautobot/nautobot/issues/5684">#5684</a> - Fixed standard CSV export when using export templates.</li>
|
|
9550
9696
|
<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>
|
|
9551
9697
|
</ul>
|
|
9552
|
-
<h3 id="
|
|
9698
|
+
<h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">¶</a></h3>
|
|
9553
9699
|
<ul>
|
|
9554
9700
|
<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>
|
|
9555
9701
|
</ul>
|
|
9556
|
-
<h3 id="
|
|
9702
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
9557
9703
|
<ul>
|
|
9558
9704
|
<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>
|
|
9559
9705
|
<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>
|
|
9560
9706
|
<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>
|
|
9561
9707
|
</ul>
|
|
9562
9708
|
<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>
|
|
9563
|
-
<h3 id="
|
|
9709
|
+
<h3 id="security_5">Security<a class="headerlink" href="#security_5" title="Permanent link">¶</a></h3>
|
|
9564
9710
|
<ul>
|
|
9565
9711
|
<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>
|
|
9566
9712
|
<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>
|
|
@@ -9577,7 +9723,7 @@
|
|
|
9577
9723
|
<ul>
|
|
9578
9724
|
<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>
|
|
9579
9725
|
</ul>
|
|
9580
|
-
<h3 id="
|
|
9726
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
9581
9727
|
<ul>
|
|
9582
9728
|
<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>
|
|
9583
9729
|
<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>
|
|
@@ -9590,21 +9736,21 @@
|
|
|
9590
9736
|
<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>
|
|
9591
9737
|
<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>
|
|
9592
9738
|
</ul>
|
|
9593
|
-
<h3 id="
|
|
9739
|
+
<h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">¶</a></h3>
|
|
9594
9740
|
<ul>
|
|
9595
9741
|
<li><a href="https://github.com/nautobot/nautobot/issues/5094">#5094</a> - Added "Reserved Attribute Names" section to the Jobs developer documentation.</li>
|
|
9596
9742
|
<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>
|
|
9597
9743
|
<li><a href="https://github.com/nautobot/nautobot/issues/5626">#5626</a> - Added extras features docs to core developer new model checklist.</li>
|
|
9598
9744
|
<li><a href="https://github.com/nautobot/nautobot/issues/5635">#5635</a> - Added borders to tabbed sections of mkdocs.</li>
|
|
9599
9745
|
</ul>
|
|
9600
|
-
<h3 id="
|
|
9746
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
9601
9747
|
<ul>
|
|
9602
9748
|
<li><a href="https://github.com/nautobot/nautobot/issues/4498">#4498</a> - Removed redundant <code>nautobot.extras.plugins.register_jobs</code> function.</li>
|
|
9603
9749
|
<li><a href="https://github.com/nautobot/nautobot/issues/5586">#5586</a> - Fixed an intermittent ImportError when running tests with certain options.</li>
|
|
9604
9750
|
<li><a href="https://github.com/nautobot/nautobot/issues/5605">#5605</a> - Added prerelease and release workflow to deploy sandbox environments automatically.</li>
|
|
9605
9751
|
</ul>
|
|
9606
9752
|
<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>
|
|
9607
|
-
<h3 id="
|
|
9753
|
+
<h3 id="security_6">Security<a class="headerlink" href="#security_6" title="Permanent link">¶</a></h3>
|
|
9608
9754
|
<ul>
|
|
9609
9755
|
<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>
|
|
9610
9756
|
</ul>
|
|
@@ -9619,21 +9765,21 @@
|
|
|
9619
9765
|
<li><a href="https://github.com/nautobot/nautobot/issues/5568">#5568</a> - Added hyperlink to the total device count number under device family.</li>
|
|
9620
9766
|
<li><a href="https://github.com/nautobot/nautobot/issues/5589">#5589</a> - Fixed an invalid Javascript operator in the LLDP neighbor view.</li>
|
|
9621
9767
|
</ul>
|
|
9622
|
-
<h3 id="
|
|
9768
|
+
<h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">¶</a></h3>
|
|
9623
9769
|
<ul>
|
|
9624
9770
|
<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>
|
|
9625
9771
|
<li><a href="https://github.com/nautobot/nautobot/issues/5592">#5592</a> - Fixed plugins not loading when using Gunicorn.</li>
|
|
9626
9772
|
</ul>
|
|
9627
|
-
<h3 id="
|
|
9773
|
+
<h3 id="documentation_5">Documentation<a class="headerlink" href="#documentation_5" title="Permanent link">¶</a></h3>
|
|
9628
9774
|
<ul>
|
|
9629
9775
|
<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>
|
|
9630
9776
|
</ul>
|
|
9631
|
-
<h3 id="
|
|
9777
|
+
<h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">¶</a></h3>
|
|
9632
9778
|
<ul>
|
|
9633
9779
|
<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>
|
|
9634
9780
|
</ul>
|
|
9635
9781
|
<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>
|
|
9636
|
-
<h3 id="
|
|
9782
|
+
<h3 id="security_7">Security<a class="headerlink" href="#security_7" title="Permanent link">¶</a></h3>
|
|
9637
9783
|
<ul>
|
|
9638
9784
|
<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>
|
|
9639
9785
|
<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>
|
|
@@ -9650,7 +9796,7 @@
|
|
|
9650
9796
|
<ul>
|
|
9651
9797
|
<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>
|
|
9652
9798
|
</ul>
|
|
9653
|
-
<h3 id="
|
|
9799
|
+
<h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">¶</a></h3>
|
|
9654
9800
|
<ul>
|
|
9655
9801
|
<li><a href="https://github.com/nautobot/nautobot/issues/5469">#5469</a> - Fixed contacts and teams not being included in the global search.</li>
|
|
9656
9802
|
<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>
|
|
@@ -9660,20 +9806,20 @@
|
|
|
9660
9806
|
<li><a href="https://github.com/nautobot/nautobot/issues/5527">#5527</a> - Fixed incorrect "members" links in Virtual Chassis list view.</li>
|
|
9661
9807
|
<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>
|
|
9662
9808
|
</ul>
|
|
9663
|
-
<h3 id="
|
|
9809
|
+
<h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">¶</a></h3>
|
|
9664
9810
|
<ul>
|
|
9665
9811
|
<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>
|
|
9666
9812
|
<li><a href="https://github.com/nautobot/nautobot/issues/5517">#5517</a> - Updated <code>djangorestframework</code> to <code>~3.15.1</code>.</li>
|
|
9667
9813
|
<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>
|
|
9668
9814
|
<li><a href="https://github.com/nautobot/nautobot/issues/5543">#5543</a> - Updated <code>jquery</code> to version <code>3.7.1</code>.</li>
|
|
9669
9815
|
</ul>
|
|
9670
|
-
<h3 id="
|
|
9816
|
+
<h3 id="documentation_6">Documentation<a class="headerlink" href="#documentation_6" title="Permanent link">¶</a></h3>
|
|
9671
9817
|
<ul>
|
|
9672
9818
|
<li><a href="https://github.com/nautobot/nautobot/issues/5189">#5189</a> - Added "Model Development Checklist" to the core developer documentation.</li>
|
|
9673
9819
|
<li><a href="https://github.com/nautobot/nautobot/issues/5189">#5189</a> - Merged "Extending Models" documentation into the "Model Development Checklist" documentation.</li>
|
|
9674
9820
|
<li><a href="https://github.com/nautobot/nautobot/issues/5526">#5526</a> - Fixed doc reference to job cprofile file location.</li>
|
|
9675
9821
|
</ul>
|
|
9676
|
-
<h3 id="
|
|
9822
|
+
<h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">¶</a></h3>
|
|
9677
9823
|
<ul>
|
|
9678
9824
|
<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>
|
|
9679
9825
|
<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>
|
|
@@ -9701,18 +9847,18 @@
|
|
|
9701
9847
|
<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>
|
|
9702
9848
|
<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>
|
|
9703
9849
|
</ul>
|
|
9704
|
-
<h3 id="
|
|
9850
|
+
<h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">¶</a></h3>
|
|
9705
9851
|
<ul>
|
|
9706
9852
|
<li><a href="https://github.com/nautobot/nautobot/issues/5415">#5415</a> - Fixed Team(s) field not pre-populating when editing a Contact.</li>
|
|
9707
9853
|
<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>
|
|
9708
9854
|
<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>
|
|
9709
9855
|
<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>
|
|
9710
9856
|
</ul>
|
|
9711
|
-
<h3 id="
|
|
9857
|
+
<h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">¶</a></h3>
|
|
9712
9858
|
<ul>
|
|
9713
9859
|
<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>
|
|
9714
9860
|
</ul>
|
|
9715
|
-
<h3 id="
|
|
9861
|
+
<h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">¶</a></h3>
|
|
9716
9862
|
<ul>
|
|
9717
9863
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--pattern</code> argument to <code>invoke unittest</code>.</li>
|
|
9718
9864
|
<li><a href="https://github.com/nautobot/nautobot/issues/5435">#5435</a> - Added <code>--parallel-workers</code> argument to <code>invoke unittest</code>.</li>
|
|
@@ -9787,7 +9933,7 @@
|
|
|
9787
9933
|
<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>
|
|
9788
9934
|
<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>
|
|
9789
9935
|
</ul>
|
|
9790
|
-
<h3 id="
|
|
9936
|
+
<h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">¶</a></h3>
|
|
9791
9937
|
<ul>
|
|
9792
9938
|
<li><a href="https://github.com/nautobot/nautobot/issues/4334">#4334</a> - Fixed ordering of VLANs in the UI list view.</li>
|
|
9793
9939
|
<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>
|
|
@@ -9800,18 +9946,18 @@
|
|
|
9800
9946
|
<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>
|
|
9801
9947
|
<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>
|
|
9802
9948
|
</ul>
|
|
9803
|
-
<h3 id="
|
|
9949
|
+
<h3 id="dependencies_4">Dependencies<a class="headerlink" href="#dependencies_4" title="Permanent link">¶</a></h3>
|
|
9804
9950
|
<ul>
|
|
9805
9951
|
<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>
|
|
9806
9952
|
</ul>
|
|
9807
|
-
<h3 id="
|
|
9953
|
+
<h3 id="documentation_7">Documentation<a class="headerlink" href="#documentation_7" title="Permanent link">¶</a></h3>
|
|
9808
9954
|
<ul>
|
|
9809
9955
|
<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>
|
|
9810
9956
|
<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>
|
|
9811
9957
|
<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>
|
|
9812
9958
|
<li><a href="https://github.com/nautobot/nautobot/issues/5341">#5341</a> - Replaced references to "plugins" in the documentation with "Apps".</li>
|
|
9813
9959
|
</ul>
|
|
9814
|
-
<h3 id="
|
|
9960
|
+
<h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">¶</a></h3>
|
|
9815
9961
|
<ul>
|
|
9816
9962
|
<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>
|
|
9817
9963
|
<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>
|