nautobot 2.3.3__py3-none-any.whl → 2.3.4__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/celery/schedulers.py +2 -2
- nautobot/core/settings.py +3 -1
- nautobot/core/settings.yaml +40 -23
- nautobot/core/tests/test_settings_schema.py +7 -3
- nautobot/dcim/tables/power.py +1 -1
- nautobot/dcim/tests/test_filters.py +1 -1
- nautobot/project-static/docs/404.html +58 -146
- nautobot/project-static/docs/additional-features/caching.html +3 -3
- nautobot/project-static/docs/additional-features/healthcheck.html +3 -3
- nautobot/project-static/docs/apps/index.html +58 -146
- nautobot/project-static/docs/apps/nautobot-apps.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/api.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/config.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/models.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +58 -146
- nautobot/project-static/docs/code-reference/nautobot/apps/views.html +58 -146
- nautobot/project-static/docs/configuration/optional-settings.html +3 -3
- nautobot/project-static/docs/configuration/required-settings.html +3 -3
- nautobot/project-static/docs/development/apps/api/configuration-view.html +58 -146
- nautobot/project-static/docs/development/apps/api/database-backend-config.html +58 -146
- nautobot/project-static/docs/development/apps/api/models/django-admin.html +58 -146
- nautobot/project-static/docs/development/apps/api/models/global-search.html +58 -146
- nautobot/project-static/docs/development/apps/api/models/graphql.html +58 -146
- nautobot/project-static/docs/development/apps/api/models/index.html +58 -146
- nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/index.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +58 -146
- nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +60 -148
- nautobot/project-static/docs/development/apps/api/prometheus.html +58 -146
- nautobot/project-static/docs/development/apps/api/setup.html +58 -146
- nautobot/project-static/docs/development/apps/api/testing.html +59 -147
- nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +58 -146
- nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +58 -146
- nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +58 -146
- nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +58 -146
- nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/base-template.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/help-documentation.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/index.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/notes.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/rest-api.html +58 -146
- nautobot/project-static/docs/development/apps/api/views/urls.html +58 -146
- nautobot/project-static/docs/development/apps/index.html +59 -147
- nautobot/project-static/docs/development/apps/migration/code-updates.html +58 -146
- nautobot/project-static/docs/development/apps/migration/dependency-updates.html +58 -146
- nautobot/project-static/docs/development/apps/migration/from-v1.html +58 -146
- nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +58 -146
- nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +58 -146
- nautobot/project-static/docs/development/apps/migration/model-updates/global.html +58 -146
- nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +58 -146
- nautobot/project-static/docs/development/apps/porting-from-netbox.html +58 -146
- nautobot/project-static/docs/development/core/application-registry.html +58 -146
- nautobot/project-static/docs/development/core/best-practices.html +58 -146
- nautobot/project-static/docs/development/core/bootstrap-ui.html +58 -146
- nautobot/project-static/docs/development/core/caching.html +58 -146
- nautobot/project-static/docs/development/core/controllers.html +58 -146
- nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +58 -146
- nautobot/project-static/docs/development/core/generic-views.html +58 -146
- nautobot/project-static/docs/development/core/getting-started.html +81 -166
- nautobot/project-static/docs/development/core/homepage.html +58 -146
- nautobot/project-static/docs/development/core/index.html +58 -146
- nautobot/project-static/docs/development/core/model-checklist.html +58 -146
- nautobot/project-static/docs/development/core/model-features.html +58 -146
- nautobot/project-static/docs/development/core/natural-keys.html +58 -146
- nautobot/project-static/docs/development/core/navigation-menu.html +58 -146
- nautobot/project-static/docs/development/core/release-checklist.html +58 -146
- nautobot/project-static/docs/development/core/role-internals.html +58 -146
- nautobot/project-static/docs/development/core/settings.html +58 -146
- nautobot/project-static/docs/development/core/style-guide.html +58 -146
- nautobot/project-static/docs/development/core/templates.html +58 -146
- nautobot/project-static/docs/development/core/testing.html +60 -148
- nautobot/project-static/docs/development/core/user-preferences.html +58 -146
- nautobot/project-static/docs/development/index.html +58 -146
- nautobot/project-static/docs/development/jobs/index.html +66 -154
- nautobot/project-static/docs/development/jobs/migration/from-v1.html +59 -147
- nautobot/project-static/docs/docker/index.html +3 -3
- nautobot/project-static/docs/index.html +58 -146
- nautobot/project-static/docs/installation/selinux-troubleshooting.html +3 -3
- nautobot/project-static/docs/overview/application_stack.html +58 -146
- nautobot/project-static/docs/overview/design_philosophy.html +58 -146
- nautobot/project-static/docs/release-notes/index.html +58 -146
- nautobot/project-static/docs/release-notes/version-1.0.html +58 -146
- nautobot/project-static/docs/release-notes/version-1.1.html +59 -147
- nautobot/project-static/docs/release-notes/version-1.2.html +61 -149
- nautobot/project-static/docs/release-notes/version-1.3.html +59 -147
- nautobot/project-static/docs/release-notes/version-1.4.html +60 -148
- nautobot/project-static/docs/release-notes/version-1.5.html +60 -148
- nautobot/project-static/docs/release-notes/version-1.6.html +62 -150
- nautobot/project-static/docs/release-notes/version-2.0.html +59 -147
- nautobot/project-static/docs/release-notes/version-2.1.html +60 -148
- nautobot/project-static/docs/release-notes/version-2.2.html +58 -146
- nautobot/project-static/docs/release-notes/version-2.3.html +267 -204
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +277 -285
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +60 -148
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +59 -147
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +60 -148
- nautobot/project-static/docs/user-guide/administration/configuration/index.html +69 -167
- nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +13 -12524
- nautobot/project-static/docs/user-guide/administration/configuration/redis.html +8966 -0
- nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +13 -9218
- nautobot/project-static/docs/user-guide/administration/configuration/settings.html +12734 -0
- nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +62 -150
- nautobot/project-static/docs/user-guide/administration/guides/caching.html +13 -9108
- nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +59 -147
- nautobot/project-static/docs/user-guide/administration/guides/docker.html +9491 -0
- nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +9478 -0
- nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +13 -8833
- nautobot/project-static/docs/user-guide/administration/guides/permissions.html +62 -150
- nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +59 -147
- nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +59 -147
- nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +58 -146
- nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +58 -146
- nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +8978 -0
- nautobot/project-static/docs/user-guide/administration/installation/app-install.html +58 -146
- nautobot/project-static/docs/user-guide/administration/installation/docker.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +61 -149
- nautobot/project-static/docs/user-guide/administration/installation/health-checks.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/http-server.html +59 -149
- nautobot/project-static/docs/user-guide/administration/installation/index.html +60 -148
- nautobot/project-static/docs/user-guide/administration/installation/install_system.html +58 -146
- nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +74 -159
- nautobot/project-static/docs/user-guide/administration/installation/selinux-troubleshooting.html +3 -3
- nautobot/project-static/docs/user-guide/administration/installation/services.html +60 -148
- nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +13 -9577
- nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +13 -9560
- nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +13 -9064
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +60 -148
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +58 -146
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +64 -152
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +61 -149
- nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +64 -152
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +61 -149
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +61 -149
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +61 -149
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +61 -149
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +61 -149
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +61 -149
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +63 -151
- nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +61 -149
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +59 -147
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +59 -147
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +58 -146
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +59 -147
- nautobot/project-static/docs/user-guide/feature-guides/graphql.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/relationships.html +58 -146
- nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +58 -146
- nautobot/project-static/docs/user-guide/index.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +59 -147
- nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +59 -147
- nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +60 -148
- nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +59 -147
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +59 -147
- nautobot/project-static/docs/user-guide/platform-functionality/note.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +59 -147
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +59 -147
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +60 -148
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/role.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/secret.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/status.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/tag.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +58 -146
- nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +58 -146
- nautobot/virtualization/filters.py +6 -1
- nautobot/virtualization/tables.py +2 -2
- {nautobot-2.3.3.dist-info → nautobot-2.3.4.dist-info}/METADATA +1 -1
- {nautobot-2.3.3.dist-info → nautobot-2.3.4.dist-info}/RECORD +303 -299
- nautobot/project-static/docs/user-guide/administration/configuration/render-settings-fragment.j2 +0 -76
- {nautobot-2.3.3.dist-info → nautobot-2.3.4.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.3.3.dist-info → nautobot-2.3.4.dist-info}/NOTICE +0 -0
- {nautobot-2.3.3.dist-info → nautobot-2.3.4.dist-info}/WHEEL +0 -0
- {nautobot-2.3.3.dist-info → nautobot-2.3.4.dist-info}/entry_points.txt +0 -0
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
|
|
784
784
|
|
|
785
785
|
<span class="md-ellipsis">
|
|
786
|
-
|
|
786
|
+
Upgrading
|
|
787
787
|
</span>
|
|
788
788
|
|
|
789
789
|
|
|
@@ -792,115 +792,6 @@
|
|
|
792
792
|
|
|
793
793
|
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_2_label" aria-expanded="false">
|
|
794
794
|
<label class="md-nav__title" for="__nav_2_1_2">
|
|
795
|
-
<span class="md-nav__icon md-icon"></span>
|
|
796
|
-
Installation Extras
|
|
797
|
-
</label>
|
|
798
|
-
<ul class="md-nav__list" data-md-scrollfix>
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
<li class="md-nav__item">
|
|
807
|
-
<a href="../user-guide/administration/installation-extras/docker.html" class="md-nav__link">
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
<span class="md-ellipsis">
|
|
811
|
-
Nautobot Docker Images
|
|
812
|
-
</span>
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
</a>
|
|
816
|
-
</li>
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
<li class="md-nav__item">
|
|
828
|
-
<a href="../user-guide/administration/installation-extras/health-checks.html" class="md-nav__link">
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
<span class="md-ellipsis">
|
|
832
|
-
Health Checks
|
|
833
|
-
</span>
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
</a>
|
|
837
|
-
</li>
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
<li class="md-nav__item">
|
|
849
|
-
<a href="../user-guide/administration/installation-extras/selinux-troubleshooting.html" class="md-nav__link">
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
<span class="md-ellipsis">
|
|
853
|
-
SELinux Troubleshooting
|
|
854
|
-
</span>
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
</a>
|
|
858
|
-
</li>
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
</ul>
|
|
864
|
-
</nav>
|
|
865
|
-
|
|
866
|
-
</li>
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
<li class="md-nav__item md-nav__item--nested">
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_3" >
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
<label class="md-nav__link" for="__nav_2_1_3" id="__nav_2_1_3_label" tabindex="0">
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
<span class="md-ellipsis">
|
|
895
|
-
Upgrading
|
|
896
|
-
</span>
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
<span class="md-nav__icon md-icon"></span>
|
|
900
|
-
</label>
|
|
901
|
-
|
|
902
|
-
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_3_label" aria-expanded="false">
|
|
903
|
-
<label class="md-nav__title" for="__nav_2_1_3">
|
|
904
795
|
<span class="md-nav__icon md-icon"></span>
|
|
905
796
|
Upgrading
|
|
906
797
|
</label>
|
|
@@ -965,7 +856,7 @@
|
|
|
965
856
|
|
|
966
857
|
|
|
967
858
|
|
|
968
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
859
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_3" >
|
|
969
860
|
|
|
970
861
|
|
|
971
862
|
|
|
@@ -981,14 +872,14 @@
|
|
|
981
872
|
</a>
|
|
982
873
|
|
|
983
874
|
|
|
984
|
-
<label class="md-nav__link " for="
|
|
875
|
+
<label class="md-nav__link " for="__nav_2_1_2_3" id="__nav_2_1_2_3_label" tabindex="0">
|
|
985
876
|
<span class="md-nav__icon md-icon"></span>
|
|
986
877
|
</label>
|
|
987
878
|
|
|
988
879
|
</div>
|
|
989
880
|
|
|
990
|
-
<nav class="md-nav" data-md-level="4" aria-labelledby="
|
|
991
|
-
<label class="md-nav__title" for="
|
|
881
|
+
<nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_2_3_label" aria-expanded="false">
|
|
882
|
+
<label class="md-nav__title" for="__nav_2_1_2_3">
|
|
992
883
|
<span class="md-nav__icon md-icon"></span>
|
|
993
884
|
Upgrading Nautobot from v1.X to v2.0
|
|
994
885
|
</label>
|
|
@@ -1032,7 +923,7 @@
|
|
|
1032
923
|
|
|
1033
924
|
|
|
1034
925
|
|
|
1035
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
926
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_3_2" >
|
|
1036
927
|
|
|
1037
928
|
|
|
1038
929
|
|
|
@@ -1048,14 +939,14 @@
|
|
|
1048
939
|
</a>
|
|
1049
940
|
|
|
1050
941
|
|
|
1051
|
-
<label class="md-nav__link " for="
|
|
942
|
+
<label class="md-nav__link " for="__nav_2_1_2_3_2" id="__nav_2_1_2_3_2_label" tabindex="0">
|
|
1052
943
|
<span class="md-nav__icon md-icon"></span>
|
|
1053
944
|
</label>
|
|
1054
945
|
|
|
1055
946
|
</div>
|
|
1056
947
|
|
|
1057
|
-
<nav class="md-nav" data-md-level="5" aria-labelledby="
|
|
1058
|
-
<label class="md-nav__title" for="
|
|
948
|
+
<nav class="md-nav" data-md-level="5" aria-labelledby="__nav_2_1_2_3_2_label" aria-expanded="false">
|
|
949
|
+
<label class="md-nav__title" for="__nav_2_1_2_3_2">
|
|
1059
950
|
<span class="md-nav__icon md-icon"></span>
|
|
1060
951
|
IPAM Migration Guide
|
|
1061
952
|
</label>
|
|
@@ -1186,10 +1077,10 @@
|
|
|
1186
1077
|
|
|
1187
1078
|
|
|
1188
1079
|
|
|
1189
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1080
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_3" >
|
|
1190
1081
|
|
|
1191
1082
|
|
|
1192
|
-
<label class="md-nav__link" for="
|
|
1083
|
+
<label class="md-nav__link" for="__nav_2_1_3" id="__nav_2_1_3_label" tabindex="0">
|
|
1193
1084
|
|
|
1194
1085
|
|
|
1195
1086
|
<span class="md-ellipsis">
|
|
@@ -1200,8 +1091,8 @@
|
|
|
1200
1091
|
<span class="md-nav__icon md-icon"></span>
|
|
1201
1092
|
</label>
|
|
1202
1093
|
|
|
1203
|
-
<nav class="md-nav" data-md-level="3" aria-labelledby="
|
|
1204
|
-
<label class="md-nav__title" for="
|
|
1094
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_3_label" aria-expanded="false">
|
|
1095
|
+
<label class="md-nav__title" for="__nav_2_1_3">
|
|
1205
1096
|
<span class="md-nav__icon md-icon"></span>
|
|
1206
1097
|
Migration
|
|
1207
1098
|
</label>
|
|
@@ -1274,7 +1165,7 @@
|
|
|
1274
1165
|
|
|
1275
1166
|
|
|
1276
1167
|
|
|
1277
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1168
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_4" >
|
|
1278
1169
|
|
|
1279
1170
|
|
|
1280
1171
|
|
|
@@ -1290,14 +1181,14 @@
|
|
|
1290
1181
|
</a>
|
|
1291
1182
|
|
|
1292
1183
|
|
|
1293
|
-
<label class="md-nav__link " for="
|
|
1184
|
+
<label class="md-nav__link " for="__nav_2_1_4" id="__nav_2_1_4_label" tabindex="0">
|
|
1294
1185
|
<span class="md-nav__icon md-icon"></span>
|
|
1295
1186
|
</label>
|
|
1296
1187
|
|
|
1297
1188
|
</div>
|
|
1298
1189
|
|
|
1299
|
-
<nav class="md-nav" data-md-level="3" aria-labelledby="
|
|
1300
|
-
<label class="md-nav__title" for="
|
|
1190
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_4_label" aria-expanded="false">
|
|
1191
|
+
<label class="md-nav__title" for="__nav_2_1_4">
|
|
1301
1192
|
<span class="md-nav__icon md-icon"></span>
|
|
1302
1193
|
Configuration
|
|
1303
1194
|
</label>
|
|
@@ -1310,11 +1201,11 @@
|
|
|
1310
1201
|
|
|
1311
1202
|
|
|
1312
1203
|
<li class="md-nav__item">
|
|
1313
|
-
<a href="../user-guide/administration/configuration/
|
|
1204
|
+
<a href="../user-guide/administration/configuration/settings.html" class="md-nav__link">
|
|
1314
1205
|
|
|
1315
1206
|
|
|
1316
1207
|
<span class="md-ellipsis">
|
|
1317
|
-
|
|
1208
|
+
Settings
|
|
1318
1209
|
</span>
|
|
1319
1210
|
|
|
1320
1211
|
|
|
@@ -1331,11 +1222,11 @@
|
|
|
1331
1222
|
|
|
1332
1223
|
|
|
1333
1224
|
<li class="md-nav__item">
|
|
1334
|
-
<a href="../user-guide/administration/configuration/
|
|
1225
|
+
<a href="../user-guide/administration/configuration/redis.html" class="md-nav__link">
|
|
1335
1226
|
|
|
1336
1227
|
|
|
1337
1228
|
<span class="md-ellipsis">
|
|
1338
|
-
|
|
1229
|
+
Redis
|
|
1339
1230
|
</span>
|
|
1340
1231
|
|
|
1341
1232
|
|
|
@@ -1383,10 +1274,10 @@
|
|
|
1383
1274
|
|
|
1384
1275
|
|
|
1385
1276
|
|
|
1386
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1277
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_4_4" >
|
|
1387
1278
|
|
|
1388
1279
|
|
|
1389
|
-
<label class="md-nav__link" for="
|
|
1280
|
+
<label class="md-nav__link" for="__nav_2_1_4_4" id="__nav_2_1_4_4_label" tabindex="0">
|
|
1390
1281
|
|
|
1391
1282
|
|
|
1392
1283
|
<span class="md-ellipsis">
|
|
@@ -1397,8 +1288,8 @@
|
|
|
1397
1288
|
<span class="md-nav__icon md-icon"></span>
|
|
1398
1289
|
</label>
|
|
1399
1290
|
|
|
1400
|
-
<nav class="md-nav" data-md-level="4" aria-labelledby="
|
|
1401
|
-
<label class="md-nav__title" for="
|
|
1291
|
+
<nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_4_4_label" aria-expanded="false">
|
|
1292
|
+
<label class="md-nav__title" for="__nav_2_1_4_4">
|
|
1402
1293
|
<span class="md-nav__icon md-icon"></span>
|
|
1403
1294
|
External Authentication
|
|
1404
1295
|
</label>
|
|
@@ -1500,10 +1391,10 @@
|
|
|
1500
1391
|
|
|
1501
1392
|
|
|
1502
1393
|
|
|
1503
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1394
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_5" >
|
|
1504
1395
|
|
|
1505
1396
|
|
|
1506
|
-
<label class="md-nav__link" for="
|
|
1397
|
+
<label class="md-nav__link" for="__nav_2_1_5" id="__nav_2_1_5_label" tabindex="0">
|
|
1507
1398
|
|
|
1508
1399
|
|
|
1509
1400
|
<span class="md-ellipsis">
|
|
@@ -1514,8 +1405,8 @@
|
|
|
1514
1405
|
<span class="md-nav__icon md-icon"></span>
|
|
1515
1406
|
</label>
|
|
1516
1407
|
|
|
1517
|
-
<nav class="md-nav" data-md-level="3" aria-labelledby="
|
|
1518
|
-
<label class="md-nav__title" for="
|
|
1408
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_5_label" aria-expanded="false">
|
|
1409
|
+
<label class="md-nav__title" for="__nav_2_1_5">
|
|
1519
1410
|
<span class="md-nav__icon md-icon"></span>
|
|
1520
1411
|
Tools
|
|
1521
1412
|
</label>
|
|
@@ -1588,10 +1479,10 @@
|
|
|
1588
1479
|
|
|
1589
1480
|
|
|
1590
1481
|
|
|
1591
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1482
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_6" >
|
|
1592
1483
|
|
|
1593
1484
|
|
|
1594
|
-
<label class="md-nav__link" for="
|
|
1485
|
+
<label class="md-nav__link" for="__nav_2_1_6" id="__nav_2_1_6_label" tabindex="0">
|
|
1595
1486
|
|
|
1596
1487
|
|
|
1597
1488
|
<span class="md-ellipsis">
|
|
@@ -1602,8 +1493,8 @@
|
|
|
1602
1493
|
<span class="md-nav__icon md-icon"></span>
|
|
1603
1494
|
</label>
|
|
1604
1495
|
|
|
1605
|
-
<nav class="md-nav" data-md-level="3" aria-labelledby="
|
|
1606
|
-
<label class="md-nav__title" for="
|
|
1496
|
+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_6_label" aria-expanded="false">
|
|
1497
|
+
<label class="md-nav__title" for="__nav_2_1_6">
|
|
1607
1498
|
<span class="md-nav__icon md-icon"></span>
|
|
1608
1499
|
Guides
|
|
1609
1500
|
</label>
|
|
@@ -1616,11 +1507,11 @@
|
|
|
1616
1507
|
|
|
1617
1508
|
|
|
1618
1509
|
<li class="md-nav__item">
|
|
1619
|
-
<a href="../user-guide/administration/guides/
|
|
1510
|
+
<a href="../user-guide/administration/guides/docker.html" class="md-nav__link">
|
|
1620
1511
|
|
|
1621
1512
|
|
|
1622
1513
|
<span class="md-ellipsis">
|
|
1623
|
-
|
|
1514
|
+
Nautobot Docker Images
|
|
1624
1515
|
</span>
|
|
1625
1516
|
|
|
1626
1517
|
|
|
@@ -1637,11 +1528,32 @@
|
|
|
1637
1528
|
|
|
1638
1529
|
|
|
1639
1530
|
<li class="md-nav__item">
|
|
1640
|
-
<a href="../user-guide/administration/guides/
|
|
1531
|
+
<a href="../user-guide/administration/guides/selinux-troubleshooting.html" class="md-nav__link">
|
|
1641
1532
|
|
|
1642
1533
|
|
|
1643
1534
|
<span class="md-ellipsis">
|
|
1644
|
-
|
|
1535
|
+
SELinux Troubleshooting
|
|
1536
|
+
</span>
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
</a>
|
|
1540
|
+
</li>
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
<li class="md-nav__item">
|
|
1552
|
+
<a href="../user-guide/administration/guides/health-checks.html" class="md-nav__link">
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
<span class="md-ellipsis">
|
|
1556
|
+
Health Checks
|
|
1645
1557
|
</span>
|
|
1646
1558
|
|
|
1647
1559
|
|
|
@@ -8312,6 +8224,66 @@
|
|
|
8312
8224
|
</ul>
|
|
8313
8225
|
</nav>
|
|
8314
8226
|
|
|
8227
|
+
</li>
|
|
8228
|
+
|
|
8229
|
+
<li class="md-nav__item">
|
|
8230
|
+
<a href="#v234-2024-09-18" class="md-nav__link">
|
|
8231
|
+
<span class="md-ellipsis">
|
|
8232
|
+
v2.3.4 (2024-09-18)
|
|
8233
|
+
</span>
|
|
8234
|
+
</a>
|
|
8235
|
+
|
|
8236
|
+
<nav class="md-nav" aria-label="v2.3.4 (2024-09-18)">
|
|
8237
|
+
<ul class="md-nav__list">
|
|
8238
|
+
|
|
8239
|
+
<li class="md-nav__item">
|
|
8240
|
+
<a href="#added_1" class="md-nav__link">
|
|
8241
|
+
<span class="md-ellipsis">
|
|
8242
|
+
Added
|
|
8243
|
+
</span>
|
|
8244
|
+
</a>
|
|
8245
|
+
|
|
8246
|
+
</li>
|
|
8247
|
+
|
|
8248
|
+
<li class="md-nav__item">
|
|
8249
|
+
<a href="#changed_1" class="md-nav__link">
|
|
8250
|
+
<span class="md-ellipsis">
|
|
8251
|
+
Changed
|
|
8252
|
+
</span>
|
|
8253
|
+
</a>
|
|
8254
|
+
|
|
8255
|
+
</li>
|
|
8256
|
+
|
|
8257
|
+
<li class="md-nav__item">
|
|
8258
|
+
<a href="#fixed" class="md-nav__link">
|
|
8259
|
+
<span class="md-ellipsis">
|
|
8260
|
+
Fixed
|
|
8261
|
+
</span>
|
|
8262
|
+
</a>
|
|
8263
|
+
|
|
8264
|
+
</li>
|
|
8265
|
+
|
|
8266
|
+
<li class="md-nav__item">
|
|
8267
|
+
<a href="#documentation" class="md-nav__link">
|
|
8268
|
+
<span class="md-ellipsis">
|
|
8269
|
+
Documentation
|
|
8270
|
+
</span>
|
|
8271
|
+
</a>
|
|
8272
|
+
|
|
8273
|
+
</li>
|
|
8274
|
+
|
|
8275
|
+
<li class="md-nav__item">
|
|
8276
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
8277
|
+
<span class="md-ellipsis">
|
|
8278
|
+
Housekeeping
|
|
8279
|
+
</span>
|
|
8280
|
+
</a>
|
|
8281
|
+
|
|
8282
|
+
</li>
|
|
8283
|
+
|
|
8284
|
+
</ul>
|
|
8285
|
+
</nav>
|
|
8286
|
+
|
|
8315
8287
|
</li>
|
|
8316
8288
|
|
|
8317
8289
|
<li class="md-nav__item">
|
|
@@ -8334,7 +8306,7 @@
|
|
|
8334
8306
|
</li>
|
|
8335
8307
|
|
|
8336
8308
|
<li class="md-nav__item">
|
|
8337
|
-
<a href="#
|
|
8309
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
8338
8310
|
<span class="md-ellipsis">
|
|
8339
8311
|
Fixed
|
|
8340
8312
|
</span>
|
|
@@ -8352,7 +8324,7 @@
|
|
|
8352
8324
|
</li>
|
|
8353
8325
|
|
|
8354
8326
|
<li class="md-nav__item">
|
|
8355
|
-
<a href="#
|
|
8327
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
8356
8328
|
<span class="md-ellipsis">
|
|
8357
8329
|
Housekeeping
|
|
8358
8330
|
</span>
|
|
@@ -8385,7 +8357,7 @@
|
|
|
8385
8357
|
</li>
|
|
8386
8358
|
|
|
8387
8359
|
<li class="md-nav__item">
|
|
8388
|
-
<a href="#
|
|
8360
|
+
<a href="#added_2" class="md-nav__link">
|
|
8389
8361
|
<span class="md-ellipsis">
|
|
8390
8362
|
Added
|
|
8391
8363
|
</span>
|
|
@@ -8394,7 +8366,7 @@
|
|
|
8394
8366
|
</li>
|
|
8395
8367
|
|
|
8396
8368
|
<li class="md-nav__item">
|
|
8397
|
-
<a href="#
|
|
8369
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
8398
8370
|
<span class="md-ellipsis">
|
|
8399
8371
|
Fixed
|
|
8400
8372
|
</span>
|
|
@@ -8403,7 +8375,7 @@
|
|
|
8403
8375
|
</li>
|
|
8404
8376
|
|
|
8405
8377
|
<li class="md-nav__item">
|
|
8406
|
-
<a href="#
|
|
8378
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
8407
8379
|
<span class="md-ellipsis">
|
|
8408
8380
|
Housekeeping
|
|
8409
8381
|
</span>
|
|
@@ -8427,7 +8399,7 @@
|
|
|
8427
8399
|
<ul class="md-nav__list">
|
|
8428
8400
|
|
|
8429
8401
|
<li class="md-nav__item">
|
|
8430
|
-
<a href="#
|
|
8402
|
+
<a href="#added_3" class="md-nav__link">
|
|
8431
8403
|
<span class="md-ellipsis">
|
|
8432
8404
|
Added
|
|
8433
8405
|
</span>
|
|
@@ -8436,7 +8408,7 @@
|
|
|
8436
8408
|
</li>
|
|
8437
8409
|
|
|
8438
8410
|
<li class="md-nav__item">
|
|
8439
|
-
<a href="#
|
|
8411
|
+
<a href="#changed_2" class="md-nav__link">
|
|
8440
8412
|
<span class="md-ellipsis">
|
|
8441
8413
|
Changed
|
|
8442
8414
|
</span>
|
|
@@ -8445,7 +8417,7 @@
|
|
|
8445
8417
|
</li>
|
|
8446
8418
|
|
|
8447
8419
|
<li class="md-nav__item">
|
|
8448
|
-
<a href="#
|
|
8420
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
8449
8421
|
<span class="md-ellipsis">
|
|
8450
8422
|
Fixed
|
|
8451
8423
|
</span>
|
|
@@ -8454,7 +8426,7 @@
|
|
|
8454
8426
|
</li>
|
|
8455
8427
|
|
|
8456
8428
|
<li class="md-nav__item">
|
|
8457
|
-
<a href="#
|
|
8429
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
8458
8430
|
<span class="md-ellipsis">
|
|
8459
8431
|
Housekeeping
|
|
8460
8432
|
</span>
|
|
@@ -8487,7 +8459,7 @@
|
|
|
8487
8459
|
</li>
|
|
8488
8460
|
|
|
8489
8461
|
<li class="md-nav__item">
|
|
8490
|
-
<a href="#
|
|
8462
|
+
<a href="#added_4" class="md-nav__link">
|
|
8491
8463
|
<span class="md-ellipsis">
|
|
8492
8464
|
Added
|
|
8493
8465
|
</span>
|
|
@@ -8496,7 +8468,7 @@
|
|
|
8496
8468
|
</li>
|
|
8497
8469
|
|
|
8498
8470
|
<li class="md-nav__item">
|
|
8499
|
-
<a href="#
|
|
8471
|
+
<a href="#changed_3" class="md-nav__link">
|
|
8500
8472
|
<span class="md-ellipsis">
|
|
8501
8473
|
Changed
|
|
8502
8474
|
</span>
|
|
@@ -8514,7 +8486,7 @@
|
|
|
8514
8486
|
</li>
|
|
8515
8487
|
|
|
8516
8488
|
<li class="md-nav__item">
|
|
8517
|
-
<a href="#
|
|
8489
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
8518
8490
|
<span class="md-ellipsis">
|
|
8519
8491
|
Fixed
|
|
8520
8492
|
</span>
|
|
@@ -8523,7 +8495,7 @@
|
|
|
8523
8495
|
</li>
|
|
8524
8496
|
|
|
8525
8497
|
<li class="md-nav__item">
|
|
8526
|
-
<a href="#
|
|
8498
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
8527
8499
|
<span class="md-ellipsis">
|
|
8528
8500
|
Documentation
|
|
8529
8501
|
</span>
|
|
@@ -8532,7 +8504,7 @@
|
|
|
8532
8504
|
</li>
|
|
8533
8505
|
|
|
8534
8506
|
<li class="md-nav__item">
|
|
8535
|
-
<a href="#
|
|
8507
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
8536
8508
|
<span class="md-ellipsis">
|
|
8537
8509
|
Housekeeping
|
|
8538
8510
|
</span>
|
|
@@ -8565,7 +8537,7 @@
|
|
|
8565
8537
|
</li>
|
|
8566
8538
|
|
|
8567
8539
|
<li class="md-nav__item">
|
|
8568
|
-
<a href="#
|
|
8540
|
+
<a href="#added_5" class="md-nav__link">
|
|
8569
8541
|
<span class="md-ellipsis">
|
|
8570
8542
|
Added
|
|
8571
8543
|
</span>
|
|
@@ -8574,7 +8546,7 @@
|
|
|
8574
8546
|
</li>
|
|
8575
8547
|
|
|
8576
8548
|
<li class="md-nav__item">
|
|
8577
|
-
<a href="#
|
|
8549
|
+
<a href="#changed_4" class="md-nav__link">
|
|
8578
8550
|
<span class="md-ellipsis">
|
|
8579
8551
|
Changed
|
|
8580
8552
|
</span>
|
|
@@ -8601,7 +8573,7 @@
|
|
|
8601
8573
|
</li>
|
|
8602
8574
|
|
|
8603
8575
|
<li class="md-nav__item">
|
|
8604
|
-
<a href="#
|
|
8576
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
8605
8577
|
<span class="md-ellipsis">
|
|
8606
8578
|
Fixed
|
|
8607
8579
|
</span>
|
|
@@ -8619,7 +8591,7 @@
|
|
|
8619
8591
|
</li>
|
|
8620
8592
|
|
|
8621
8593
|
<li class="md-nav__item">
|
|
8622
|
-
<a href="#
|
|
8594
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
8623
8595
|
<span class="md-ellipsis">
|
|
8624
8596
|
Documentation
|
|
8625
8597
|
</span>
|
|
@@ -8628,7 +8600,7 @@
|
|
|
8628
8600
|
</li>
|
|
8629
8601
|
|
|
8630
8602
|
<li class="md-nav__item">
|
|
8631
|
-
<a href="#
|
|
8603
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
8632
8604
|
<span class="md-ellipsis">
|
|
8633
8605
|
Housekeeping
|
|
8634
8606
|
</span>
|
|
@@ -9430,6 +9402,66 @@
|
|
|
9430
9402
|
</ul>
|
|
9431
9403
|
</nav>
|
|
9432
9404
|
|
|
9405
|
+
</li>
|
|
9406
|
+
|
|
9407
|
+
<li class="md-nav__item">
|
|
9408
|
+
<a href="#v234-2024-09-18" class="md-nav__link">
|
|
9409
|
+
<span class="md-ellipsis">
|
|
9410
|
+
v2.3.4 (2024-09-18)
|
|
9411
|
+
</span>
|
|
9412
|
+
</a>
|
|
9413
|
+
|
|
9414
|
+
<nav class="md-nav" aria-label="v2.3.4 (2024-09-18)">
|
|
9415
|
+
<ul class="md-nav__list">
|
|
9416
|
+
|
|
9417
|
+
<li class="md-nav__item">
|
|
9418
|
+
<a href="#added_1" class="md-nav__link">
|
|
9419
|
+
<span class="md-ellipsis">
|
|
9420
|
+
Added
|
|
9421
|
+
</span>
|
|
9422
|
+
</a>
|
|
9423
|
+
|
|
9424
|
+
</li>
|
|
9425
|
+
|
|
9426
|
+
<li class="md-nav__item">
|
|
9427
|
+
<a href="#changed_1" class="md-nav__link">
|
|
9428
|
+
<span class="md-ellipsis">
|
|
9429
|
+
Changed
|
|
9430
|
+
</span>
|
|
9431
|
+
</a>
|
|
9432
|
+
|
|
9433
|
+
</li>
|
|
9434
|
+
|
|
9435
|
+
<li class="md-nav__item">
|
|
9436
|
+
<a href="#fixed" class="md-nav__link">
|
|
9437
|
+
<span class="md-ellipsis">
|
|
9438
|
+
Fixed
|
|
9439
|
+
</span>
|
|
9440
|
+
</a>
|
|
9441
|
+
|
|
9442
|
+
</li>
|
|
9443
|
+
|
|
9444
|
+
<li class="md-nav__item">
|
|
9445
|
+
<a href="#documentation" class="md-nav__link">
|
|
9446
|
+
<span class="md-ellipsis">
|
|
9447
|
+
Documentation
|
|
9448
|
+
</span>
|
|
9449
|
+
</a>
|
|
9450
|
+
|
|
9451
|
+
</li>
|
|
9452
|
+
|
|
9453
|
+
<li class="md-nav__item">
|
|
9454
|
+
<a href="#housekeeping" class="md-nav__link">
|
|
9455
|
+
<span class="md-ellipsis">
|
|
9456
|
+
Housekeeping
|
|
9457
|
+
</span>
|
|
9458
|
+
</a>
|
|
9459
|
+
|
|
9460
|
+
</li>
|
|
9461
|
+
|
|
9462
|
+
</ul>
|
|
9463
|
+
</nav>
|
|
9464
|
+
|
|
9433
9465
|
</li>
|
|
9434
9466
|
|
|
9435
9467
|
<li class="md-nav__item">
|
|
@@ -9452,7 +9484,7 @@
|
|
|
9452
9484
|
</li>
|
|
9453
9485
|
|
|
9454
9486
|
<li class="md-nav__item">
|
|
9455
|
-
<a href="#
|
|
9487
|
+
<a href="#fixed_1" class="md-nav__link">
|
|
9456
9488
|
<span class="md-ellipsis">
|
|
9457
9489
|
Fixed
|
|
9458
9490
|
</span>
|
|
@@ -9470,7 +9502,7 @@
|
|
|
9470
9502
|
</li>
|
|
9471
9503
|
|
|
9472
9504
|
<li class="md-nav__item">
|
|
9473
|
-
<a href="#
|
|
9505
|
+
<a href="#housekeeping_1" class="md-nav__link">
|
|
9474
9506
|
<span class="md-ellipsis">
|
|
9475
9507
|
Housekeeping
|
|
9476
9508
|
</span>
|
|
@@ -9503,7 +9535,7 @@
|
|
|
9503
9535
|
</li>
|
|
9504
9536
|
|
|
9505
9537
|
<li class="md-nav__item">
|
|
9506
|
-
<a href="#
|
|
9538
|
+
<a href="#added_2" class="md-nav__link">
|
|
9507
9539
|
<span class="md-ellipsis">
|
|
9508
9540
|
Added
|
|
9509
9541
|
</span>
|
|
@@ -9512,7 +9544,7 @@
|
|
|
9512
9544
|
</li>
|
|
9513
9545
|
|
|
9514
9546
|
<li class="md-nav__item">
|
|
9515
|
-
<a href="#
|
|
9547
|
+
<a href="#fixed_2" class="md-nav__link">
|
|
9516
9548
|
<span class="md-ellipsis">
|
|
9517
9549
|
Fixed
|
|
9518
9550
|
</span>
|
|
@@ -9521,7 +9553,7 @@
|
|
|
9521
9553
|
</li>
|
|
9522
9554
|
|
|
9523
9555
|
<li class="md-nav__item">
|
|
9524
|
-
<a href="#
|
|
9556
|
+
<a href="#housekeeping_2" class="md-nav__link">
|
|
9525
9557
|
<span class="md-ellipsis">
|
|
9526
9558
|
Housekeeping
|
|
9527
9559
|
</span>
|
|
@@ -9545,7 +9577,7 @@
|
|
|
9545
9577
|
<ul class="md-nav__list">
|
|
9546
9578
|
|
|
9547
9579
|
<li class="md-nav__item">
|
|
9548
|
-
<a href="#
|
|
9580
|
+
<a href="#added_3" class="md-nav__link">
|
|
9549
9581
|
<span class="md-ellipsis">
|
|
9550
9582
|
Added
|
|
9551
9583
|
</span>
|
|
@@ -9554,7 +9586,7 @@
|
|
|
9554
9586
|
</li>
|
|
9555
9587
|
|
|
9556
9588
|
<li class="md-nav__item">
|
|
9557
|
-
<a href="#
|
|
9589
|
+
<a href="#changed_2" class="md-nav__link">
|
|
9558
9590
|
<span class="md-ellipsis">
|
|
9559
9591
|
Changed
|
|
9560
9592
|
</span>
|
|
@@ -9563,7 +9595,7 @@
|
|
|
9563
9595
|
</li>
|
|
9564
9596
|
|
|
9565
9597
|
<li class="md-nav__item">
|
|
9566
|
-
<a href="#
|
|
9598
|
+
<a href="#fixed_3" class="md-nav__link">
|
|
9567
9599
|
<span class="md-ellipsis">
|
|
9568
9600
|
Fixed
|
|
9569
9601
|
</span>
|
|
@@ -9572,7 +9604,7 @@
|
|
|
9572
9604
|
</li>
|
|
9573
9605
|
|
|
9574
9606
|
<li class="md-nav__item">
|
|
9575
|
-
<a href="#
|
|
9607
|
+
<a href="#housekeeping_3" class="md-nav__link">
|
|
9576
9608
|
<span class="md-ellipsis">
|
|
9577
9609
|
Housekeeping
|
|
9578
9610
|
</span>
|
|
@@ -9605,7 +9637,7 @@
|
|
|
9605
9637
|
</li>
|
|
9606
9638
|
|
|
9607
9639
|
<li class="md-nav__item">
|
|
9608
|
-
<a href="#
|
|
9640
|
+
<a href="#added_4" class="md-nav__link">
|
|
9609
9641
|
<span class="md-ellipsis">
|
|
9610
9642
|
Added
|
|
9611
9643
|
</span>
|
|
@@ -9614,7 +9646,7 @@
|
|
|
9614
9646
|
</li>
|
|
9615
9647
|
|
|
9616
9648
|
<li class="md-nav__item">
|
|
9617
|
-
<a href="#
|
|
9649
|
+
<a href="#changed_3" class="md-nav__link">
|
|
9618
9650
|
<span class="md-ellipsis">
|
|
9619
9651
|
Changed
|
|
9620
9652
|
</span>
|
|
@@ -9632,7 +9664,7 @@
|
|
|
9632
9664
|
</li>
|
|
9633
9665
|
|
|
9634
9666
|
<li class="md-nav__item">
|
|
9635
|
-
<a href="#
|
|
9667
|
+
<a href="#fixed_4" class="md-nav__link">
|
|
9636
9668
|
<span class="md-ellipsis">
|
|
9637
9669
|
Fixed
|
|
9638
9670
|
</span>
|
|
@@ -9641,7 +9673,7 @@
|
|
|
9641
9673
|
</li>
|
|
9642
9674
|
|
|
9643
9675
|
<li class="md-nav__item">
|
|
9644
|
-
<a href="#
|
|
9676
|
+
<a href="#documentation_1" class="md-nav__link">
|
|
9645
9677
|
<span class="md-ellipsis">
|
|
9646
9678
|
Documentation
|
|
9647
9679
|
</span>
|
|
@@ -9650,7 +9682,7 @@
|
|
|
9650
9682
|
</li>
|
|
9651
9683
|
|
|
9652
9684
|
<li class="md-nav__item">
|
|
9653
|
-
<a href="#
|
|
9685
|
+
<a href="#housekeeping_4" class="md-nav__link">
|
|
9654
9686
|
<span class="md-ellipsis">
|
|
9655
9687
|
Housekeeping
|
|
9656
9688
|
</span>
|
|
@@ -9683,7 +9715,7 @@
|
|
|
9683
9715
|
</li>
|
|
9684
9716
|
|
|
9685
9717
|
<li class="md-nav__item">
|
|
9686
|
-
<a href="#
|
|
9718
|
+
<a href="#added_5" class="md-nav__link">
|
|
9687
9719
|
<span class="md-ellipsis">
|
|
9688
9720
|
Added
|
|
9689
9721
|
</span>
|
|
@@ -9692,7 +9724,7 @@
|
|
|
9692
9724
|
</li>
|
|
9693
9725
|
|
|
9694
9726
|
<li class="md-nav__item">
|
|
9695
|
-
<a href="#
|
|
9727
|
+
<a href="#changed_4" class="md-nav__link">
|
|
9696
9728
|
<span class="md-ellipsis">
|
|
9697
9729
|
Changed
|
|
9698
9730
|
</span>
|
|
@@ -9719,7 +9751,7 @@
|
|
|
9719
9751
|
</li>
|
|
9720
9752
|
|
|
9721
9753
|
<li class="md-nav__item">
|
|
9722
|
-
<a href="#
|
|
9754
|
+
<a href="#fixed_5" class="md-nav__link">
|
|
9723
9755
|
<span class="md-ellipsis">
|
|
9724
9756
|
Fixed
|
|
9725
9757
|
</span>
|
|
@@ -9737,7 +9769,7 @@
|
|
|
9737
9769
|
</li>
|
|
9738
9770
|
|
|
9739
9771
|
<li class="md-nav__item">
|
|
9740
|
-
<a href="#
|
|
9772
|
+
<a href="#documentation_2" class="md-nav__link">
|
|
9741
9773
|
<span class="md-ellipsis">
|
|
9742
9774
|
Documentation
|
|
9743
9775
|
</span>
|
|
@@ -9746,7 +9778,7 @@
|
|
|
9746
9778
|
</li>
|
|
9747
9779
|
|
|
9748
9780
|
<li class="md-nav__item">
|
|
9749
|
-
<a href="#
|
|
9781
|
+
<a href="#housekeeping_5" class="md-nav__link">
|
|
9750
9782
|
<span class="md-ellipsis">
|
|
9751
9783
|
Housekeeping
|
|
9752
9784
|
</span>
|
|
@@ -9854,7 +9886,7 @@
|
|
|
9854
9886
|
<p>Cleanup of the change log (deletion of <code>ObjectChange</code> records older than a given cutoff) is now handled by the new <code>LogsCleanup</code> system Job, rather than occurring at random as a side effect of new change log records being created. Admins desiring automatic cleanup are encouraged to schedule this job to run at an appropriate interval suitable to your deployment's needs.</p>
|
|
9855
9887
|
<div class="admonition info">
|
|
9856
9888
|
<p class="admonition-title">Info</p>
|
|
9857
|
-
<p>Setting <a href="../user-guide/administration/configuration/
|
|
9889
|
+
<p>Setting <a href="../user-guide/administration/configuration/settings.html#changelog_retention"><code>CHANGELOG_RETENTION</code></a> in your Nautobot configuration by itself no longer directly results in periodic cleanup of <code>ObjectChange</code> records. You must run (or schedule to periodically run) the <code>LogsCleanup</code> Job for this to occur.</p>
|
|
9858
9890
|
</div>
|
|
9859
9891
|
<p>As an additional enhancement, the <code>LogsCleanup</code> Job can also be used to cleanup <code>JobResult</code> records if desired as well.</p>
|
|
9860
9892
|
<h4 id="ui-button-consolidation-5869-5870-5871">UI Button Consolidation (<a href="https://github.com/nautobot/nautobot/issues/5869">#5869</a>, <a href="https://github.com/nautobot/nautobot/issues/5870">#5870</a>, <a href="https://github.com/nautobot/nautobot/issues/5871">#5871</a>)<a class="headerlink" href="#ui-button-consolidation-5869-5870-5871" title="Permanent link">¶</a></h4>
|
|
@@ -9863,12 +9895,43 @@
|
|
|
9863
9895
|
<h4 id="updated-to-django-42-3581">Updated to Django 4.2 (<a href="https://github.com/nautobot/nautobot/issues/3581">#3581</a>)<a class="headerlink" href="#updated-to-django-42-3581" title="Permanent link">¶</a></h4>
|
|
9864
9896
|
<p>As Django 3.2 has reached end-of-life, Nautobot 2.3 requires Django 4.2, the next long-term-support (LTS) version of Django. There are a number of changes in Django itself as a result of this upgrade; Nautobot App maintainers are urged to review the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</p>
|
|
9865
9897
|
<!-- towncrier release notes start -->
|
|
9898
|
+
<h2 id="v234-2024-09-18">v2.3.4 (2024-09-18)<a class="headerlink" href="#v234-2024-09-18" title="Permanent link">¶</a></h2>
|
|
9899
|
+
<h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">¶</a></h3>
|
|
9900
|
+
<ul>
|
|
9901
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
|
|
9902
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Added the ability to filter virtual machines by their <code>cluster</code> names or IDs.</li>
|
|
9903
|
+
</ul>
|
|
9904
|
+
<h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">¶</a></h3>
|
|
9905
|
+
<ul>
|
|
9906
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Changed default cache timeout for Constance configuration from 1 day to 300 seconds to match other caches.</li>
|
|
9907
|
+
</ul>
|
|
9908
|
+
<h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">¶</a></h3>
|
|
9909
|
+
<ul>
|
|
9910
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
|
|
9911
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
|
|
9912
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6230">#6230</a> - Fixed an issue with Celery Scheduler around datetime imports.</li>
|
|
9913
|
+
</ul>
|
|
9914
|
+
<h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">¶</a></h3>
|
|
9915
|
+
<ul>
|
|
9916
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Required Settings" and "Optional Settings" docs into a single unified "Settings" document.</li>
|
|
9917
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Administration: Installation Extras" docs section into the "Administration: Guides" section.</li>
|
|
9918
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Moved "Caching" content from the "Administration: Guides" section into the "Administration: Configuration" section as a new "Redis" document.</li>
|
|
9919
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added <code>environment_variables</code> keys to <code>settings.yaml</code> to more accurately document settings that are influenced by multiple environment variables together.</li>
|
|
9920
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Removed <code>is_required_setting</code> keys from <code>settings.yaml</code> as no longer relevant.</li>
|
|
9921
|
+
</ul>
|
|
9922
|
+
<h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
|
|
9923
|
+
<ul>
|
|
9924
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>--cache-test-fixtures</code> and <code>--keepdb</code> flags from opt-in to opt-out for <code>invoke unittest</code> and <code>invoke integration-test</code> commands.</li>
|
|
9925
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>invoke unittest</code> to automatically include <code>--parallel</code> flag when running the entire unit test suite.</li>
|
|
9926
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6222">#6222</a> - Fixed <code>plugin_upstream_testing_base.yml</code> to work with app cookiecutter v2.3 Dockerfile.</li>
|
|
9927
|
+
<li><a href="https://github.com/nautobot/nautobot/issues/6227">#6227</a> - Fixed typo in app upstream testing workflow.</li>
|
|
9928
|
+
</ul>
|
|
9866
9929
|
<h2 id="v233-2024-09-16">v2.3.3 (2024-09-16)<a class="headerlink" href="#v233-2024-09-16" title="Permanent link">¶</a></h2>
|
|
9867
9930
|
<h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">¶</a></h3>
|
|
9868
9931
|
<ul>
|
|
9869
9932
|
<li><a href="https://github.com/nautobot/nautobot/issues/6212">#6212</a> - Updated <code>Django</code> to <code>~4.2.16</code> to address <code>CVE-2024-45230</code> and <code>CVE-2024-45231</code>.</li>
|
|
9870
9933
|
</ul>
|
|
9871
|
-
<h3 id="
|
|
9934
|
+
<h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">¶</a></h3>
|
|
9872
9935
|
<ul>
|
|
9873
9936
|
<li><a href="https://github.com/nautobot/nautobot/issues/6184">#6184</a> - Fixed an exception in <code>extras.models.groups._map_filter_fields</code> method when certain App <code>filter_extensions</code> were present.</li>
|
|
9874
9937
|
<li><a href="https://github.com/nautobot/nautobot/issues/6190">#6190</a> - Added <code>display</code> property to Prefix to display its namespace along with the prefix to allow differentiation between prefixes in the UI.</li>
|
|
@@ -9879,7 +9942,7 @@
|
|
|
9879
9942
|
<ul>
|
|
9880
9943
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated <code>pyuwsgi</code> to <code>~2.0.26</code> and <code>PyYAML</code> to <code>~6.0.2</code>.</li>
|
|
9881
9944
|
</ul>
|
|
9882
|
-
<h3 id="
|
|
9945
|
+
<h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
|
|
9883
9946
|
<ul>
|
|
9884
9947
|
<li><a href="https://github.com/nautobot/nautobot/issues/5376">#5376</a> - Disabled <code>coverage</code> during initial test database setup to improve test performance.</li>
|
|
9885
9948
|
<li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated development dependencies <code>factory-boy</code> to <code>~3.3.1</code>, <code>ruff</code> to <code>~0.5.7</code>, and <code>watchdog</code> to <code>~4.0.2</code>.</li>
|
|
@@ -9893,14 +9956,14 @@
|
|
|
9893
9956
|
<ul>
|
|
9894
9957
|
<li><a href="https://github.com/nautobot/nautobot/issues/6182">#6182</a> - Updated <code>cryptography</code> to <code>43.0.1</code> to address <code>GHSA-h4gh-qq45-vh27</code>. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
|
|
9895
9958
|
</ul>
|
|
9896
|
-
<h3 id="
|
|
9959
|
+
<h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">¶</a></h3>
|
|
9897
9960
|
<ul>
|
|
9898
9961
|
<li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
|
|
9899
9962
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time_zone</code> field to <code>ScheduledJob</code> model.</li>
|
|
9900
9963
|
<li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
|
|
9901
9964
|
<li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
|
|
9902
9965
|
</ul>
|
|
9903
|
-
<h3 id="
|
|
9966
|
+
<h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">¶</a></h3>
|
|
9904
9967
|
<ul>
|
|
9905
9968
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Corrected several bugs around handling of <code>ScheduledJob</code> execution when <code>settings.TIME_ZONE</code> is other than "UTC".</li>
|
|
9906
9969
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added missing <code>Meta.ordering</code> definition to <code>ScheduledJob</code> model.</li>
|
|
@@ -9909,7 +9972,7 @@
|
|
|
9909
9972
|
<li><a href="https://github.com/nautobot/nautobot/issues/6146">#6146</a> - Added missing DynamicGroup content to Device Detail View and Software Image File Detail View.</li>
|
|
9910
9973
|
<li><a href="https://github.com/nautobot/nautobot/issues/6175">#6175</a> - Prevented some <code>AttributeError</code> exceptions from being raised when an App contains a model that doesn't inherit from <code>BaseModel</code>.</li>
|
|
9911
9974
|
</ul>
|
|
9912
|
-
<h3 id="
|
|
9975
|
+
<h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
|
|
9913
9976
|
<ul>
|
|
9914
9977
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>watchmedo</code> to <code>celery_beat</code> development container.</li>
|
|
9915
9978
|
<li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time-machine</code> as a development environment (test execution) dependency.</li>
|
|
@@ -9917,24 +9980,24 @@
|
|
|
9917
9980
|
<li><a href="https://github.com/nautobot/nautobot/issues/6147">#6147</a> - Added <code>development/cleanup_factory_dump.py</code> helper script to aid in identifying other issues with test data.</li>
|
|
9918
9981
|
</ul>
|
|
9919
9982
|
<h2 id="v231-2024-08-19">v2.3.1 (2024-08-19)<a class="headerlink" href="#v231-2024-08-19" title="Permanent link">¶</a></h2>
|
|
9920
|
-
<h3 id="
|
|
9983
|
+
<h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">¶</a></h3>
|
|
9921
9984
|
<ul>
|
|
9922
9985
|
<li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
|
|
9923
9986
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Added validation logic to <code>DeviceForm</code> <code>clean()</code> method to raise a validation error if there is any invalid software image file specified.</li>
|
|
9924
9987
|
<li><a href="https://github.com/nautobot/nautobot/issues/5915">#5915</a> - Enhanced <code>IPAddress.objects.get_or_create</code> method to permit specifying a namespace as an alternative to a parent prefix.</li>
|
|
9925
9988
|
</ul>
|
|
9926
|
-
<h3 id="
|
|
9989
|
+
<h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">¶</a></h3>
|
|
9927
9990
|
<ul>
|
|
9928
9991
|
<li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
|
|
9929
9992
|
</ul>
|
|
9930
|
-
<h3 id="
|
|
9993
|
+
<h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">¶</a></h3>
|
|
9931
9994
|
<ul>
|
|
9932
9995
|
<li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Fixed <code>Device</code> model <code>clean()</code> validation logic to allow user to specify a software version on a device without specifying any software image files.</li>
|
|
9933
9996
|
<li><a href="https://github.com/nautobot/nautobot/issues/6096">#6096</a> - Updated CloudAccount UI: Set the <code>secrets_group</code> form field to be optional.</li>
|
|
9934
9997
|
<li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
|
|
9935
9998
|
<li><a href="https://github.com/nautobot/nautobot/issues/6116">#6116</a> - Added handling for an <code>OperationalError</code> that might be raised when running <code>pylint-nautobot</code> or similar linters that depend on successfully running <code>nautobot.setup()</code>.</li>
|
|
9936
9999
|
</ul>
|
|
9937
|
-
<h3 id="
|
|
10000
|
+
<h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">¶</a></h3>
|
|
9938
10001
|
<ul>
|
|
9939
10002
|
<li><a href="https://github.com/nautobot/nautobot/issues/6107">#6107</a> - Updated documentation dependency <code>mkdocstrings-python</code> to <code>~1.10.8</code>.</li>
|
|
9940
10003
|
</ul>
|
|
@@ -9943,7 +10006,7 @@
|
|
|
9943
10006
|
<ul>
|
|
9944
10007
|
<li><a href="https://github.com/nautobot/nautobot/issues/6073">#6073</a> - Updated <code>Django</code> to <code>~4.2.15</code> due to <code>CVE-2024-41989</code>, <code>CVE-2024-41990</code>, <code>CVE-2024-41991</code>, and <code>CVE-2024-42005</code>.</li>
|
|
9945
10008
|
</ul>
|
|
9946
|
-
<h3 id="
|
|
10009
|
+
<h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">¶</a></h3>
|
|
9947
10010
|
<ul>
|
|
9948
10011
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
|
|
9949
10012
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
|
|
@@ -9953,7 +10016,7 @@
|
|
|
9953
10016
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for querying <code>GenericRelation</code> relationships (reverse of <code>GenericForeignKey</code>) in GraphQL.</li>
|
|
9954
10017
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for filtering an object's <code>associated_contacts</code> in GraphQL.</li>
|
|
9955
10018
|
</ul>
|
|
9956
|
-
<h3 id="
|
|
10019
|
+
<h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">¶</a></h3>
|
|
9957
10020
|
<ul>
|
|
9958
10021
|
<li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed rendering of <code>scoped_fields</code> column in <code>ObjectMetadataTable</code>.</li>
|
|
9959
10022
|
<li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
|
|
@@ -9967,7 +10030,7 @@
|
|
|
9967
10030
|
<li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
|
|
9968
10031
|
<li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
|
|
9969
10032
|
</ul>
|
|
9970
|
-
<h3 id="
|
|
10033
|
+
<h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">¶</a></h3>
|
|
9971
10034
|
<ul>
|
|
9972
10035
|
<li><a href="https://github.com/nautobot/nautobot/issues/5967">#5967</a> - Fixed a regression in the display of custom fields in object-edit forms.</li>
|
|
9973
10036
|
<li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
|
|
@@ -9983,7 +10046,7 @@
|
|
|
9983
10046
|
<li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>IPAddressFilterSet.device</code> filter.</li>
|
|
9984
10047
|
<li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>ServiceForm.ip_addresses</code> valid addresses.</li>
|
|
9985
10048
|
</ul>
|
|
9986
|
-
<h3 id="
|
|
10049
|
+
<h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">¶</a></h3>
|
|
9987
10050
|
<ul>
|
|
9988
10051
|
<li><a href="https://github.com/nautobot/nautobot/issues/5920">#5920</a> - Updated documentation for installation under Ubuntu 24.04 LTS, Fedora 40, AlmaLinux 9, and similar distros.</li>
|
|
9989
10052
|
<li><a href="https://github.com/nautobot/nautobot/issues/6019">#6019</a> - Updated the installation documentation to recommend a more secure set of filesystem permissions.</li>
|
|
@@ -9991,7 +10054,7 @@
|
|
|
9991
10054
|
<li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
|
|
9992
10055
|
<li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
|
|
9993
10056
|
</ul>
|
|
9994
|
-
<h3 id="
|
|
10057
|
+
<h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">¶</a></h3>
|
|
9995
10058
|
<ul>
|
|
9996
10059
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated development dependency <code>ruff</code> to <code>~0.5.6</code>.</li>
|
|
9997
10060
|
<li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated documentation dependencies: <code>mkdocs-material</code> to <code>~9.5.31</code>, <code>mkdocstrings</code> to <code>~0.25.2</code>, and <code>mkdocstrings-python</code> to <code>~1.10.7</code>.</li>
|
|
@@ -10006,7 +10069,7 @@
|
|
|
10006
10069
|
<ul>
|
|
10007
10070
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>Django</code> to <code>~4.2.14</code> due to <code>CVE-2024-38875</code>, <code>CVE-2024-39329</code>, <code>CVE-2024-39330</code>, and <code>CVE-2024-39614</code>.</li>
|
|
10008
10071
|
</ul>
|
|
10009
|
-
<h3 id="
|
|
10072
|
+
<h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">¶</a></h3>
|
|
10010
10073
|
<ul>
|
|
10011
10074
|
<li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
|
|
10012
10075
|
<li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Added ModuleBay, Module, ModuleType and ModuleBayTemplate models to support modeling line cards and other modular components of a device.</li>
|
|
@@ -10053,7 +10116,7 @@
|
|
|
10053
10116
|
<li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added tables of related <code>CloudService</code> and/or <code>CloudNetwork</code> instances to the <code>CloudResourceType</code> detail view.</li>
|
|
10054
10117
|
<li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
|
|
10055
10118
|
</ul>
|
|
10056
|
-
<h3 id="
|
|
10119
|
+
<h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">¶</a></h3>
|
|
10057
10120
|
<ul>
|
|
10058
10121
|
<li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Updated device interfaces filter to support filtering by interface name as well as by ID.</li>
|
|
10059
10122
|
<li><a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a> - Changed behavior of the <code>CHANGELOG_RETENTION</code> setting; it no longer applies automatically to force cleanup of ObjectChange records over a certain age cutoff, but instead serves as the default cutoff age whenever running the new "Logs Cleanup" system Job.</li>
|
|
@@ -10097,7 +10160,7 @@
|
|
|
10097
10160
|
<li><a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a> - Removed <code>DYNAMIC_GROUPS_MEMBER_CACHE_TIMEOUT</code> setting as it is no longer relevant after refactoring the Dynamic Group membership caching implementation.</li>
|
|
10098
10161
|
<li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Removed the <code>StaticGroup</code> model added in #5472, replacing it with a subtype of the <code>DynamicGroup</code> model.</li>
|
|
10099
10162
|
</ul>
|
|
10100
|
-
<h3 id="
|
|
10163
|
+
<h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">¶</a></h3>
|
|
10101
10164
|
<ul>
|
|
10102
10165
|
<li><a href="https://github.com/nautobot/nautobot/issues/2352">#2352</a> - Fixed random deadlocks in long-running Jobs resulting from the ObjectChange automatic cleanup signal.</li>
|
|
10103
10166
|
<li><a href="https://github.com/nautobot/nautobot/issues/5123">#5123</a> - Fixed an unhandled <code>ValueError</code> when filtering on <code>vlans</code> by their UUID rather than their VLAN ID.</li>
|
|
@@ -10147,13 +10210,13 @@
|
|
|
10147
10210
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-filter</code> to version <code>~24.2</code>.</li>
|
|
10148
10211
|
<li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-timezone-field</code> to version <code>~7.0</code>.</li>
|
|
10149
10212
|
</ul>
|
|
10150
|
-
<h3 id="
|
|
10213
|
+
<h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">¶</a></h3>
|
|
10151
10214
|
<ul>
|
|
10152
10215
|
<li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
|
|
10153
10216
|
<li><a href="https://github.com/nautobot/nautobot/issues/5895">#5895</a> - Added missing model documentation for <code>CloudNetwork</code>, <code>CloudNetworkPrefixAssignment</code>, <code>CloudService</code> and <del><code>CloudType</code></del> <code>CloudResourceType</code>.</li>
|
|
10154
10217
|
<li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
|
|
10155
10218
|
</ul>
|
|
10156
|
-
<h3 id="
|
|
10219
|
+
<h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">¶</a></h3>
|
|
10157
10220
|
<ul>
|
|
10158
10221
|
<li><a href="https://github.com/nautobot/nautobot/issues/5160">#5160</a> - Replaced references to <code>pytz</code> with <code>zoneinfo</code> in keeping with Django 4.</li>
|
|
10159
10222
|
<li><a href="https://github.com/nautobot/nautobot/issues/5212">#5212</a> - Enhanced <code>nautobot.core.testing.filters.FilterTestCases.BaseFilterTestCase.test_filters_generic()</code> test case to test for the presence and proper functioning of the <code>contacts</code> and <code>teams</code> filters on any appropriate model FilterSet.</li>
|