nautobot 2.3.11__py3-none-any.whl → 2.3.12__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.

Files changed (490) hide show
  1. nautobot/core/settings.py +26 -0
  2. nautobot/core/settings.yaml +31 -0
  3. nautobot/core/templates/generic/object_notes.html +1 -1
  4. nautobot/core/templates/generic/object_retrieve.html +1 -1
  5. nautobot/core/testing/views.py +15 -4
  6. nautobot/dcim/choices.py +6 -0
  7. nautobot/dcim/tables/devices.py +2 -6
  8. nautobot/dcim/templates/dcim/controller_retrieve.html +1 -1
  9. nautobot/dcim/templates/dcim/device/base.html +1 -1
  10. nautobot/extras/group_sync.py +42 -0
  11. nautobot/extras/models/metadata.py +1 -0
  12. nautobot/extras/models/models.py +1 -1
  13. nautobot/extras/plugins/__init__.py +2 -1
  14. nautobot/extras/tables.py +1 -0
  15. nautobot/extras/templates/extras/inc/job_table.html +1 -1
  16. nautobot/extras/tests/test_views.py +0 -2
  17. nautobot/extras/views.py +0 -2
  18. nautobot/ipam/tables.py +4 -11
  19. nautobot/ipam/templates/ipam/ipaddresstointerface_retrieve.html +1 -1
  20. nautobot/project-static/docs/404.html +10 -10
  21. nautobot/project-static/docs/additional-features/caching.html +1 -2
  22. nautobot/project-static/docs/additional-features/change-logging.html +1 -2
  23. nautobot/project-static/docs/additional-features/config-contexts.html +1 -2
  24. nautobot/project-static/docs/additional-features/healthcheck.html +1 -2
  25. nautobot/project-static/docs/additional-features/jobs.html +1 -2
  26. nautobot/project-static/docs/additional-features/prometheus-metrics.html +1 -2
  27. nautobot/project-static/docs/administration/celery-queues.html +1 -2
  28. nautobot/project-static/docs/administration/nautobot-server.html +1 -2
  29. nautobot/project-static/docs/administration/nautobot-shell.html +1 -2
  30. nautobot/project-static/docs/administration/permissions.html +1 -2
  31. nautobot/project-static/docs/administration/replicating-nautobot.html +1 -2
  32. nautobot/project-static/docs/apps/index.html +10 -10
  33. nautobot/project-static/docs/apps/migrating-jobs-from-nautobot-v1.html +1 -2
  34. nautobot/project-static/docs/apps/nautobot-apps.html +10 -10
  35. nautobot/project-static/docs/assets/stylesheets/main.6f8fc17f.min.css +1 -0
  36. nautobot/project-static/docs/assets/stylesheets/main.6f8fc17f.min.css.map +1 -0
  37. nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +10 -10
  38. nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +10 -10
  39. nautobot/project-static/docs/code-reference/nautobot/apps/api.html +10 -10
  40. nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +10 -10
  41. nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +10 -10
  42. nautobot/project-static/docs/code-reference/nautobot/apps/config.html +10 -10
  43. nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +10 -10
  44. nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +10 -10
  45. nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +10 -10
  46. nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +10 -10
  47. nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +10 -10
  48. nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +10 -10
  49. nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +10 -10
  50. nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +10 -10
  51. nautobot/project-static/docs/code-reference/nautobot/apps/models.html +10 -10
  52. nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +10 -10
  53. nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +10 -10
  54. nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +10 -10
  55. nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +10 -10
  56. nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +10 -10
  57. nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +10 -10
  58. nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +10 -10
  59. nautobot/project-static/docs/code-reference/nautobot/apps/views.html +10 -10
  60. nautobot/project-static/docs/configuration/authentication/ldap.html +1 -2
  61. nautobot/project-static/docs/configuration/authentication/remote.html +1 -2
  62. nautobot/project-static/docs/configuration/authentication/sso.html +1 -2
  63. nautobot/project-static/docs/configuration/index.html +1 -2
  64. nautobot/project-static/docs/configuration/optional-settings.html +1 -2
  65. nautobot/project-static/docs/configuration/required-settings.html +1 -2
  66. nautobot/project-static/docs/core-functionality/circuits.html +1 -2
  67. nautobot/project-static/docs/core-functionality/device-types.html +1 -2
  68. nautobot/project-static/docs/core-functionality/devices.html +1 -2
  69. nautobot/project-static/docs/core-functionality/ipam.html +1 -2
  70. nautobot/project-static/docs/core-functionality/power.html +1 -2
  71. nautobot/project-static/docs/core-functionality/secrets.html +1 -2
  72. nautobot/project-static/docs/core-functionality/services.html +1 -2
  73. nautobot/project-static/docs/core-functionality/sites-and-racks.html +1 -2
  74. nautobot/project-static/docs/core-functionality/tenancy.html +1 -2
  75. nautobot/project-static/docs/core-functionality/virtualization.html +1 -2
  76. nautobot/project-static/docs/core-functionality/vlans.html +1 -2
  77. nautobot/project-static/docs/development/application-registry.html +1 -2
  78. nautobot/project-static/docs/development/apps/api/configuration-view.html +10 -10
  79. nautobot/project-static/docs/development/apps/api/database-backend-config.html +10 -10
  80. nautobot/project-static/docs/development/apps/api/models/django-admin.html +10 -10
  81. nautobot/project-static/docs/development/apps/api/models/global-search.html +10 -10
  82. nautobot/project-static/docs/development/apps/api/models/graphql.html +10 -10
  83. nautobot/project-static/docs/development/apps/api/models/index.html +10 -10
  84. nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +10 -10
  85. nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +10 -10
  86. nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +10 -10
  87. nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +10 -10
  88. nautobot/project-static/docs/development/apps/api/platform-features/index.html +10 -10
  89. nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +10 -10
  90. nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +10 -10
  91. nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +10 -10
  92. nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +10 -10
  93. nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html +10 -10
  94. nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +10 -10
  95. nautobot/project-static/docs/development/apps/api/prometheus.html +10 -10
  96. nautobot/project-static/docs/development/apps/api/setup.html +10 -10
  97. nautobot/project-static/docs/development/apps/api/testing.html +10 -10
  98. nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +10 -10
  99. nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +10 -10
  100. nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +10 -10
  101. nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +10 -10
  102. nautobot/project-static/docs/development/apps/api/ui-extensions/object-detail-views.html +1 -2
  103. nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +10 -10
  104. nautobot/project-static/docs/development/apps/api/ui-extensions/tabs.html +1 -2
  105. nautobot/project-static/docs/development/apps/api/views/base-template.html +10 -10
  106. nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +10 -10
  107. nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +10 -10
  108. nautobot/project-static/docs/development/apps/api/views/help-documentation.html +10 -10
  109. nautobot/project-static/docs/development/apps/api/views/index.html +10 -10
  110. nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +10 -10
  111. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +10 -10
  112. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +10 -10
  113. nautobot/project-static/docs/development/apps/api/views/notes.html +10 -10
  114. nautobot/project-static/docs/development/apps/api/views/rest-api.html +10 -10
  115. nautobot/project-static/docs/development/apps/api/views/urls.html +10 -10
  116. nautobot/project-static/docs/development/apps/api/views/view-overrides.html +1 -2
  117. nautobot/project-static/docs/development/apps/index.html +10 -10
  118. nautobot/project-static/docs/development/apps/migration/code-updates.html +10 -10
  119. nautobot/project-static/docs/development/apps/migration/dependency-updates.html +10 -10
  120. nautobot/project-static/docs/development/apps/migration/from-v1.html +10 -10
  121. nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +10 -10
  122. nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +10 -10
  123. nautobot/project-static/docs/development/apps/migration/model-updates/global.html +10 -10
  124. nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +10 -10
  125. nautobot/project-static/docs/development/apps/porting-from-netbox.html +10 -10
  126. nautobot/project-static/docs/development/best-practices.html +1 -2
  127. nautobot/project-static/docs/development/core/application-registry.html +10 -10
  128. nautobot/project-static/docs/development/core/best-practices.html +10 -10
  129. nautobot/project-static/docs/development/core/bootstrap-ui.html +10 -10
  130. nautobot/project-static/docs/development/core/caching.html +10 -10
  131. nautobot/project-static/docs/development/core/controllers.html +10 -10
  132. nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +10 -10
  133. nautobot/project-static/docs/development/core/extending-models.html +1 -2
  134. nautobot/project-static/docs/development/core/generic-views.html +10 -10
  135. nautobot/project-static/docs/development/core/getting-started.html +10 -10
  136. nautobot/project-static/docs/development/core/homepage.html +10 -10
  137. nautobot/project-static/docs/development/core/index.html +10 -10
  138. nautobot/project-static/docs/development/core/model-checklist.html +10 -10
  139. nautobot/project-static/docs/development/core/model-features.html +10 -10
  140. nautobot/project-static/docs/development/core/natural-keys.html +10 -10
  141. nautobot/project-static/docs/development/core/navigation-menu.html +10 -10
  142. nautobot/project-static/docs/development/core/react-ui.html +1 -2
  143. nautobot/project-static/docs/development/core/release-checklist.html +10 -10
  144. nautobot/project-static/docs/development/core/role-internals.html +10 -10
  145. nautobot/project-static/docs/development/core/settings.html +10 -10
  146. nautobot/project-static/docs/development/core/style-guide.html +10 -10
  147. nautobot/project-static/docs/development/core/templates.html +10 -10
  148. nautobot/project-static/docs/development/core/testing.html +12 -12
  149. nautobot/project-static/docs/development/core/user-preferences.html +10 -10
  150. nautobot/project-static/docs/development/docker-compose-advanced-use-cases.html +1 -2
  151. nautobot/project-static/docs/development/extending-models.html +1 -2
  152. nautobot/project-static/docs/development/generic-views.html +1 -2
  153. nautobot/project-static/docs/development/getting-started.html +1 -2
  154. nautobot/project-static/docs/development/homepage.html +1 -2
  155. nautobot/project-static/docs/development/index.html +10 -10
  156. nautobot/project-static/docs/development/jobs/index.html +10 -10
  157. nautobot/project-static/docs/development/jobs/migration/from-v1.html +10 -10
  158. nautobot/project-static/docs/development/model-features.html +1 -2
  159. nautobot/project-static/docs/development/natural-keys.html +1 -2
  160. nautobot/project-static/docs/development/navigation-menu.html +1 -2
  161. nautobot/project-static/docs/development/react-ui.html +1 -2
  162. nautobot/project-static/docs/development/release-checklist.html +1 -2
  163. nautobot/project-static/docs/development/role-internals.html +1 -2
  164. nautobot/project-static/docs/development/style-guide.html +1 -2
  165. nautobot/project-static/docs/development/templates.html +1 -2
  166. nautobot/project-static/docs/development/testing.html +1 -2
  167. nautobot/project-static/docs/development/user-preferences.html +1 -2
  168. nautobot/project-static/docs/docker/index.html +1 -2
  169. nautobot/project-static/docs/index.html +10 -10
  170. nautobot/project-static/docs/installation/centos.html +1 -2
  171. nautobot/project-static/docs/installation/external-authentication.html +1 -2
  172. nautobot/project-static/docs/installation/http-server.html +1 -2
  173. nautobot/project-static/docs/installation/index.html +1 -2
  174. nautobot/project-static/docs/installation/migrating-from-netbox.html +1 -2
  175. nautobot/project-static/docs/installation/migrating-from-postgresql.html +1 -2
  176. nautobot/project-static/docs/installation/nautobot.html +1 -2
  177. nautobot/project-static/docs/installation/region-and-site-data-migration-guide.html +1 -2
  178. nautobot/project-static/docs/installation/selinux-troubleshooting.html +1 -2
  179. nautobot/project-static/docs/installation/services.html +1 -2
  180. nautobot/project-static/docs/installation/ubuntu.html +1 -2
  181. nautobot/project-static/docs/installation/upgrading-from-nautobot-v1.html +1 -2
  182. nautobot/project-static/docs/installation/upgrading.html +1 -2
  183. nautobot/project-static/docs/models/circuits/circuit.html +1 -2
  184. nautobot/project-static/docs/models/circuits/circuittermination.html +1 -2
  185. nautobot/project-static/docs/models/circuits/circuittype.html +1 -2
  186. nautobot/project-static/docs/models/circuits/provider.html +1 -2
  187. nautobot/project-static/docs/models/circuits/providernetwork.html +1 -2
  188. nautobot/project-static/docs/models/cloud/cloudaccount.html +1 -2
  189. nautobot/project-static/docs/models/cloud/cloudnetwork.html +1 -2
  190. nautobot/project-static/docs/models/cloud/cloudnetworkprefixassignment.html +1 -2
  191. nautobot/project-static/docs/models/cloud/cloudresourcetype.html +1 -2
  192. nautobot/project-static/docs/models/cloud/cloudservice.html +1 -2
  193. nautobot/project-static/docs/models/cloud/cloudservicenetworkassignment.html +1 -2
  194. nautobot/project-static/docs/models/dcim/cable.html +1 -2
  195. nautobot/project-static/docs/models/dcim/consoleport.html +1 -2
  196. nautobot/project-static/docs/models/dcim/consoleporttemplate.html +1 -2
  197. nautobot/project-static/docs/models/dcim/consoleserverport.html +1 -2
  198. nautobot/project-static/docs/models/dcim/consoleserverporttemplate.html +1 -2
  199. nautobot/project-static/docs/models/dcim/controller.html +1 -2
  200. nautobot/project-static/docs/models/dcim/controllermanageddevicegroup.html +1 -2
  201. nautobot/project-static/docs/models/dcim/device.html +1 -2
  202. nautobot/project-static/docs/models/dcim/devicebay.html +1 -2
  203. nautobot/project-static/docs/models/dcim/devicebaytemplate.html +1 -2
  204. nautobot/project-static/docs/models/dcim/devicefamily.html +1 -2
  205. nautobot/project-static/docs/models/dcim/deviceredundancygroup.html +1 -2
  206. nautobot/project-static/docs/models/dcim/devicetype.html +1 -2
  207. nautobot/project-static/docs/models/dcim/frontport.html +1 -2
  208. nautobot/project-static/docs/models/dcim/frontporttemplate.html +1 -2
  209. nautobot/project-static/docs/models/dcim/interface.html +1 -2
  210. nautobot/project-static/docs/models/dcim/interfacetemplate.html +1 -2
  211. nautobot/project-static/docs/models/dcim/inventoryitem.html +1 -2
  212. nautobot/project-static/docs/models/dcim/location.html +1 -2
  213. nautobot/project-static/docs/models/dcim/locationtype.html +1 -2
  214. nautobot/project-static/docs/models/dcim/manufacturer.html +1 -2
  215. nautobot/project-static/docs/models/dcim/module.html +1 -2
  216. nautobot/project-static/docs/models/dcim/modulebay.html +1 -2
  217. nautobot/project-static/docs/models/dcim/modulebaytemplate.html +1 -2
  218. nautobot/project-static/docs/models/dcim/moduletype.html +1 -2
  219. nautobot/project-static/docs/models/dcim/platform.html +1 -2
  220. nautobot/project-static/docs/models/dcim/powerfeed.html +1 -2
  221. nautobot/project-static/docs/models/dcim/poweroutlet.html +1 -2
  222. nautobot/project-static/docs/models/dcim/poweroutlettemplate.html +1 -2
  223. nautobot/project-static/docs/models/dcim/powerpanel.html +1 -2
  224. nautobot/project-static/docs/models/dcim/powerport.html +1 -2
  225. nautobot/project-static/docs/models/dcim/powerporttemplate.html +1 -2
  226. nautobot/project-static/docs/models/dcim/rack.html +1 -2
  227. nautobot/project-static/docs/models/dcim/rackgroup.html +1 -2
  228. nautobot/project-static/docs/models/dcim/rackreservation.html +1 -2
  229. nautobot/project-static/docs/models/dcim/rearport.html +1 -2
  230. nautobot/project-static/docs/models/dcim/rearporttemplate.html +1 -2
  231. nautobot/project-static/docs/models/dcim/softwareimagefile.html +1 -2
  232. nautobot/project-static/docs/models/dcim/softwareversion.html +1 -2
  233. nautobot/project-static/docs/models/dcim/virtualchassis.html +1 -2
  234. nautobot/project-static/docs/models/extras/computedfield.html +1 -2
  235. nautobot/project-static/docs/models/extras/configcontext.html +1 -2
  236. nautobot/project-static/docs/models/extras/configcontextschema.html +1 -2
  237. nautobot/project-static/docs/models/extras/contact.html +1 -2
  238. nautobot/project-static/docs/models/extras/customfield.html +1 -2
  239. nautobot/project-static/docs/models/extras/customlink.html +1 -2
  240. nautobot/project-static/docs/models/extras/dynamicgroup.html +1 -2
  241. nautobot/project-static/docs/models/extras/exporttemplate.html +1 -2
  242. nautobot/project-static/docs/models/extras/gitrepository.html +1 -2
  243. nautobot/project-static/docs/models/extras/jobhook.html +1 -2
  244. nautobot/project-static/docs/models/extras/joblogentry.html +1 -2
  245. nautobot/project-static/docs/models/extras/jobresult.html +1 -2
  246. nautobot/project-static/docs/models/extras/metadatachoice.html +1 -2
  247. nautobot/project-static/docs/models/extras/metadatatype.html +1 -2
  248. nautobot/project-static/docs/models/extras/objectmetadata.html +1 -2
  249. nautobot/project-static/docs/models/extras/role.html +1 -2
  250. nautobot/project-static/docs/models/extras/savedview.html +1 -2
  251. nautobot/project-static/docs/models/extras/secret.html +1 -2
  252. nautobot/project-static/docs/models/extras/secretsgroup.html +1 -2
  253. nautobot/project-static/docs/models/extras/staticgroupassociation.html +1 -2
  254. nautobot/project-static/docs/models/extras/status.html +1 -2
  255. nautobot/project-static/docs/models/extras/team.html +1 -2
  256. nautobot/project-static/docs/models/ipam/ipaddress.html +1 -2
  257. nautobot/project-static/docs/models/ipam/prefix.html +1 -2
  258. nautobot/project-static/docs/models/ipam/rir.html +1 -2
  259. nautobot/project-static/docs/models/ipam/routetarget.html +1 -2
  260. nautobot/project-static/docs/models/ipam/service.html +1 -2
  261. nautobot/project-static/docs/models/ipam/vlan.html +1 -2
  262. nautobot/project-static/docs/models/ipam/vlangroup.html +1 -2
  263. nautobot/project-static/docs/models/ipam/vrf.html +1 -2
  264. nautobot/project-static/docs/models/tenancy/tenant.html +1 -2
  265. nautobot/project-static/docs/models/tenancy/tenantgroup.html +1 -2
  266. nautobot/project-static/docs/models/virtualization/cluster.html +1 -2
  267. nautobot/project-static/docs/models/virtualization/clustergroup.html +1 -2
  268. nautobot/project-static/docs/models/virtualization/clustertype.html +1 -2
  269. nautobot/project-static/docs/models/virtualization/virtualmachine.html +1 -2
  270. nautobot/project-static/docs/models/virtualization/vminterface.html +1 -2
  271. nautobot/project-static/docs/overview/application_stack.html +10 -10
  272. nautobot/project-static/docs/overview/design_philosophy.html +10 -10
  273. nautobot/project-static/docs/overview/index.html +1 -2
  274. nautobot/project-static/docs/plugins/development.html +1 -2
  275. nautobot/project-static/docs/plugins/index.html +1 -2
  276. nautobot/project-static/docs/plugins/porting-from-netbox.html +1 -2
  277. nautobot/project-static/docs/release-notes/index.html +15 -15
  278. nautobot/project-static/docs/release-notes/version-1.0.html +10 -10
  279. nautobot/project-static/docs/release-notes/version-1.1.html +10 -10
  280. nautobot/project-static/docs/release-notes/version-1.2.html +10 -10
  281. nautobot/project-static/docs/release-notes/version-1.3.html +10 -10
  282. nautobot/project-static/docs/release-notes/version-1.4.html +10 -10
  283. nautobot/project-static/docs/release-notes/version-1.5.html +10 -10
  284. nautobot/project-static/docs/release-notes/version-1.6.html +10 -10
  285. nautobot/project-static/docs/release-notes/version-2.0.html +10 -10
  286. nautobot/project-static/docs/release-notes/version-2.1.html +10 -10
  287. nautobot/project-static/docs/release-notes/version-2.2.html +10 -10
  288. nautobot/project-static/docs/release-notes/version-2.3.html +308 -154
  289. nautobot/project-static/docs/requirements.txt +2 -2
  290. nautobot/project-static/docs/rest-api/overview.html +1 -2
  291. nautobot/project-static/docs/search/search_index.json +1 -1
  292. nautobot/project-static/docs/sitemap.xml +270 -270
  293. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  294. nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +10 -10
  295. nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +10 -10
  296. nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +65 -12
  297. nautobot/project-static/docs/user-guide/administration/configuration/index.html +10 -10
  298. nautobot/project-static/docs/user-guide/administration/configuration/node-configuration.html +1 -2
  299. nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +1 -2
  300. nautobot/project-static/docs/user-guide/administration/configuration/redis.html +10 -10
  301. nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +1 -2
  302. nautobot/project-static/docs/user-guide/administration/configuration/settings.html +122 -10
  303. nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +10 -10
  304. nautobot/project-static/docs/user-guide/administration/guides/caching.html +1 -2
  305. nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +10 -10
  306. nautobot/project-static/docs/user-guide/administration/guides/docker.html +10 -10
  307. nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +10 -10
  308. nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +1 -2
  309. nautobot/project-static/docs/user-guide/administration/guides/permissions.html +10 -10
  310. nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +10 -10
  311. nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +10 -10
  312. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +10 -10
  313. nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +10 -10
  314. nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +10 -10
  315. nautobot/project-static/docs/user-guide/administration/installation/app-install.html +10 -10
  316. nautobot/project-static/docs/user-guide/administration/installation/docker.html +1 -2
  317. nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +10 -10
  318. nautobot/project-static/docs/user-guide/administration/installation/health-checks.html +1 -2
  319. nautobot/project-static/docs/user-guide/administration/installation/http-server.html +10 -10
  320. nautobot/project-static/docs/user-guide/administration/installation/index.html +10 -10
  321. nautobot/project-static/docs/user-guide/administration/installation/install_system.html +10 -10
  322. nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +10 -10
  323. nautobot/project-static/docs/user-guide/administration/installation/selinux-troubleshooting.html +1 -2
  324. nautobot/project-static/docs/user-guide/administration/installation/services.html +10 -10
  325. nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +1 -2
  326. nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +1 -2
  327. nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +1 -2
  328. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +10 -10
  329. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +10 -10
  330. nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +10 -10
  331. nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +10 -10
  332. nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +10 -10
  333. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +10 -10
  334. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +10 -10
  335. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +10 -10
  336. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +10 -10
  337. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +10 -10
  338. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +10 -10
  339. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +10 -10
  340. nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +10 -10
  341. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +10 -10
  342. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +10 -10
  343. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +10 -10
  344. nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +10 -10
  345. nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +10 -10
  346. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +10 -10
  347. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +10 -10
  348. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +10 -10
  349. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +10 -10
  350. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +10 -10
  351. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +10 -10
  352. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +10 -10
  353. nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +10 -10
  354. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +10 -10
  355. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +10 -10
  356. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +10 -10
  357. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +10 -10
  358. nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +10 -10
  359. nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +10 -10
  360. nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +10 -10
  361. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +10 -10
  362. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +10 -10
  363. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +10 -10
  364. nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +10 -10
  365. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +10 -10
  366. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +10 -10
  367. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +10 -10
  368. nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +10 -10
  369. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +10 -10
  370. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +10 -10
  371. nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +10 -10
  372. nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +10 -10
  373. nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +10 -10
  374. nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +10 -10
  375. nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +10 -10
  376. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +10 -10
  377. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +10 -10
  378. nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +10 -10
  379. nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +10 -10
  380. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +10 -10
  381. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +10 -10
  382. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +10 -10
  383. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +10 -10
  384. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +10 -10
  385. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +10 -10
  386. nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +10 -10
  387. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +10 -10
  388. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +10 -10
  389. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +10 -10
  390. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +10 -10
  391. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +10 -10
  392. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +10 -10
  393. nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +10 -10
  394. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +10 -10
  395. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +10 -10
  396. nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +10 -10
  397. nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +10 -10
  398. nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +10 -10
  399. nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +10 -10
  400. nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +10 -10
  401. nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +10 -10
  402. nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +10 -10
  403. nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +10 -10
  404. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +10 -10
  405. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +10 -10
  406. nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +10 -10
  407. nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +10 -10
  408. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +10 -10
  409. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +10 -10
  410. nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +10 -10
  411. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +10 -10
  412. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +10 -10
  413. nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +10 -10
  414. nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +10 -10
  415. nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +10 -10
  416. nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +10 -10
  417. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +10 -10
  418. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +10 -10
  419. nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +10 -10
  420. nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +10 -10
  421. nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +10 -10
  422. nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +10 -10
  423. nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +10 -10
  424. nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +10 -10
  425. nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +10 -10
  426. nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +10 -10
  427. nautobot/project-static/docs/user-guide/feature-guides/graphql.html +10 -10
  428. nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +10 -10
  429. nautobot/project-static/docs/user-guide/feature-guides/relationships.html +10 -10
  430. nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +10 -10
  431. nautobot/project-static/docs/user-guide/index.html +10 -10
  432. nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +10 -10
  433. nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +10 -10
  434. nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +10 -10
  435. nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +10 -10
  436. nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +10 -10
  437. nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +10 -10
  438. nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +10 -10
  439. nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +10 -10
  440. nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +10 -10
  441. nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +10 -10
  442. nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +10 -10
  443. nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +10 -10
  444. nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +10 -10
  445. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +10 -10
  446. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +10 -10
  447. nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +10 -10
  448. nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +10 -10
  449. nautobot/project-static/docs/user-guide/platform-functionality/note.html +10 -10
  450. nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +10 -10
  451. nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +10 -10
  452. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +10 -10
  453. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +10 -10
  454. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +10 -10
  455. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +10 -10
  456. nautobot/project-static/docs/user-guide/platform-functionality/role.html +10 -10
  457. nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +10 -10
  458. nautobot/project-static/docs/user-guide/platform-functionality/secret.html +10 -10
  459. nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +10 -10
  460. nautobot/project-static/docs/user-guide/platform-functionality/status.html +10 -10
  461. nautobot/project-static/docs/user-guide/platform-functionality/tag.html +10 -10
  462. nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +10 -10
  463. nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +10 -10
  464. nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +10 -10
  465. nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +10 -10
  466. nautobot/project-static/docs/user-guides/custom-fields.html +1 -2
  467. nautobot/project-static/docs/user-guides/getting-started/creating-devices.html +1 -2
  468. nautobot/project-static/docs/user-guides/getting-started/index.html +1 -2
  469. nautobot/project-static/docs/user-guides/getting-started/interfaces.html +1 -2
  470. nautobot/project-static/docs/user-guides/getting-started/ipam.html +1 -2
  471. nautobot/project-static/docs/user-guides/getting-started/platforms.html +1 -2
  472. nautobot/project-static/docs/user-guides/getting-started/search-bar.html +1 -2
  473. nautobot/project-static/docs/user-guides/getting-started/tenants.html +1 -2
  474. nautobot/project-static/docs/user-guides/getting-started/vlans-and-vlan-groups.html +1 -2
  475. nautobot/project-static/docs/user-guides/git-data-source.html +1 -2
  476. nautobot/project-static/docs/user-guides/graphql.html +1 -2
  477. nautobot/project-static/docs/user-guides/ip-address-merge-tool.html +1 -2
  478. nautobot/project-static/docs/user-guides/relationships.html +1 -2
  479. nautobot/project-static/docs/user-guides/s3-django-storage.html +1 -2
  480. nautobot/project-static/js/forms.js +10 -0
  481. nautobot/virtualization/forms.py +3 -3
  482. nautobot/virtualization/templates/virtualization/vminterface.html +4 -0
  483. {nautobot-2.3.11.dist-info → nautobot-2.3.12.dist-info}/METADATA +2 -2
  484. {nautobot-2.3.11.dist-info → nautobot-2.3.12.dist-info}/RECORD +488 -487
  485. nautobot/project-static/docs/assets/stylesheets/main.0253249f.min.css +0 -1
  486. nautobot/project-static/docs/assets/stylesheets/main.0253249f.min.css.map +0 -1
  487. {nautobot-2.3.11.dist-info → nautobot-2.3.12.dist-info}/LICENSE.txt +0 -0
  488. {nautobot-2.3.11.dist-info → nautobot-2.3.12.dist-info}/NOTICE +0 -0
  489. {nautobot-2.3.11.dist-info → nautobot-2.3.12.dist-info}/WHEEL +0 -0
  490. {nautobot-2.3.11.dist-info → nautobot-2.3.12.dist-info}/entry_points.txt +0 -0
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.42">
21
+ <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.46">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../assets/stylesheets/main.0253249f.min.css">
29
+ <link rel="stylesheet" href="../assets/stylesheets/main.6f8fc17f.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- <style>:root{--md-admonition-icon--example:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0H128c-17.7 0-32 14.3-32 32s14.3 32 32 32v132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6 0 480.9 31.1 512 69.4 512h309.2c38.3 0 69.4-31.1 69.4-69.4 0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32S337.7 0 320 0zm-96 196.8V64h64v132.8c0 23.7 6.6 46.9 19 67.1l34.5 56.1h-171l34.5-56.1c12.4-20.2 19-43.4 19-67.1"/></svg>');}</style>
41
+ <style>:root{--md-admonition-icon--example:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0H128c-17.7 0-32 14.3-32 32s14.3 32 32 32v132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6 0 480.9 31.1 512 69.4 512h309.2c38.3 0 69.4-31.1 69.4-69.4 0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32S337.7 0 320 0zm-96 196.8V64h64v132.8c0 23.7 6.6 46.9 19 67.1l34.5 56.1h-171l34.5-56.1c12.4-20.2 19-43.4 19-67.1"/></svg>');}</style>
42
42
 
43
43
 
44
44
 
@@ -217,7 +217,7 @@
217
217
  <a href="https://github.com/nautobot/nautobot" title="Go to repository" class="md-source" data-md-component="source">
218
218
  <div class="md-source__icon md-icon">
219
219
 
220
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
220
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
221
221
  </div>
222
222
  <div class="md-source__repository">
223
223
  GitHub
@@ -377,7 +377,7 @@
377
377
  <a href="https://github.com/nautobot/nautobot" title="Go to repository" class="md-source" data-md-component="source">
378
378
  <div class="md-source__icon md-icon">
379
379
 
380
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
380
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
381
381
  </div>
382
382
  <div class="md-source__repository">
383
383
  GitHub
@@ -8254,6 +8254,66 @@
8254
8254
  </ul>
8255
8255
  </nav>
8256
8256
 
8257
+ </li>
8258
+
8259
+ <li class="md-nav__item">
8260
+ <a href="#v2312-2024-11-25" class="md-nav__link">
8261
+ <span class="md-ellipsis">
8262
+ v2.3.12 (2024-11-25)
8263
+ </span>
8264
+ </a>
8265
+
8266
+ <nav class="md-nav" aria-label="v2.3.12 (2024-11-25)">
8267
+ <ul class="md-nav__list">
8268
+
8269
+ <li class="md-nav__item">
8270
+ <a href="#added_1" class="md-nav__link">
8271
+ <span class="md-ellipsis">
8272
+ Added
8273
+ </span>
8274
+ </a>
8275
+
8276
+ </li>
8277
+
8278
+ <li class="md-nav__item">
8279
+ <a href="#fixed" class="md-nav__link">
8280
+ <span class="md-ellipsis">
8281
+ Fixed
8282
+ </span>
8283
+ </a>
8284
+
8285
+ </li>
8286
+
8287
+ <li class="md-nav__item">
8288
+ <a href="#dependencies_1" class="md-nav__link">
8289
+ <span class="md-ellipsis">
8290
+ Dependencies
8291
+ </span>
8292
+ </a>
8293
+
8294
+ </li>
8295
+
8296
+ <li class="md-nav__item">
8297
+ <a href="#documentation" class="md-nav__link">
8298
+ <span class="md-ellipsis">
8299
+ Documentation
8300
+ </span>
8301
+ </a>
8302
+
8303
+ </li>
8304
+
8305
+ <li class="md-nav__item">
8306
+ <a href="#housekeeping" class="md-nav__link">
8307
+ <span class="md-ellipsis">
8308
+ Housekeeping
8309
+ </span>
8310
+ </a>
8311
+
8312
+ </li>
8313
+
8314
+ </ul>
8315
+ </nav>
8316
+
8257
8317
  </li>
8258
8318
 
8259
8319
  <li class="md-nav__item">
@@ -8267,7 +8327,7 @@
8267
8327
  <ul class="md-nav__list">
8268
8328
 
8269
8329
  <li class="md-nav__item">
8270
- <a href="#added_1" class="md-nav__link">
8330
+ <a href="#added_2" class="md-nav__link">
8271
8331
  <span class="md-ellipsis">
8272
8332
  Added
8273
8333
  </span>
@@ -8285,7 +8345,7 @@
8285
8345
  </li>
8286
8346
 
8287
8347
  <li class="md-nav__item">
8288
- <a href="#fixed" class="md-nav__link">
8348
+ <a href="#fixed_1" class="md-nav__link">
8289
8349
  <span class="md-ellipsis">
8290
8350
  Fixed
8291
8351
  </span>
@@ -8294,7 +8354,7 @@
8294
8354
  </li>
8295
8355
 
8296
8356
  <li class="md-nav__item">
8297
- <a href="#documentation" class="md-nav__link">
8357
+ <a href="#documentation_1" class="md-nav__link">
8298
8358
  <span class="md-ellipsis">
8299
8359
  Documentation
8300
8360
  </span>
@@ -8303,7 +8363,7 @@
8303
8363
  </li>
8304
8364
 
8305
8365
  <li class="md-nav__item">
8306
- <a href="#housekeeping" class="md-nav__link">
8366
+ <a href="#housekeeping_1" class="md-nav__link">
8307
8367
  <span class="md-ellipsis">
8308
8368
  Housekeeping
8309
8369
  </span>
@@ -8327,7 +8387,7 @@
8327
8387
  <ul class="md-nav__list">
8328
8388
 
8329
8389
  <li class="md-nav__item">
8330
- <a href="#added_2" class="md-nav__link">
8390
+ <a href="#added_3" class="md-nav__link">
8331
8391
  <span class="md-ellipsis">
8332
8392
  Added
8333
8393
  </span>
@@ -8345,7 +8405,7 @@
8345
8405
  </li>
8346
8406
 
8347
8407
  <li class="md-nav__item">
8348
- <a href="#fixed_1" class="md-nav__link">
8408
+ <a href="#fixed_2" class="md-nav__link">
8349
8409
  <span class="md-ellipsis">
8350
8410
  Fixed
8351
8411
  </span>
@@ -8354,7 +8414,7 @@
8354
8414
  </li>
8355
8415
 
8356
8416
  <li class="md-nav__item">
8357
- <a href="#dependencies_1" class="md-nav__link">
8417
+ <a href="#dependencies_2" class="md-nav__link">
8358
8418
  <span class="md-ellipsis">
8359
8419
  Dependencies
8360
8420
  </span>
@@ -8363,7 +8423,7 @@
8363
8423
  </li>
8364
8424
 
8365
8425
  <li class="md-nav__item">
8366
- <a href="#housekeeping_1" class="md-nav__link">
8426
+ <a href="#housekeeping_2" class="md-nav__link">
8367
8427
  <span class="md-ellipsis">
8368
8428
  Housekeeping
8369
8429
  </span>
@@ -8387,7 +8447,7 @@
8387
8447
  <ul class="md-nav__list">
8388
8448
 
8389
8449
  <li class="md-nav__item">
8390
- <a href="#added_3" class="md-nav__link">
8450
+ <a href="#added_4" class="md-nav__link">
8391
8451
  <span class="md-ellipsis">
8392
8452
  Added
8393
8453
  </span>
@@ -8405,7 +8465,7 @@
8405
8465
  </li>
8406
8466
 
8407
8467
  <li class="md-nav__item">
8408
- <a href="#fixed_2" class="md-nav__link">
8468
+ <a href="#fixed_3" class="md-nav__link">
8409
8469
  <span class="md-ellipsis">
8410
8470
  Fixed
8411
8471
  </span>
@@ -8414,7 +8474,7 @@
8414
8474
  </li>
8415
8475
 
8416
8476
  <li class="md-nav__item">
8417
- <a href="#dependencies_2" class="md-nav__link">
8477
+ <a href="#dependencies_3" class="md-nav__link">
8418
8478
  <span class="md-ellipsis">
8419
8479
  Dependencies
8420
8480
  </span>
@@ -8423,7 +8483,7 @@
8423
8483
  </li>
8424
8484
 
8425
8485
  <li class="md-nav__item">
8426
- <a href="#housekeeping_2" class="md-nav__link">
8486
+ <a href="#housekeeping_3" class="md-nav__link">
8427
8487
  <span class="md-ellipsis">
8428
8488
  Housekeeping
8429
8489
  </span>
@@ -8447,7 +8507,7 @@
8447
8507
  <ul class="md-nav__list">
8448
8508
 
8449
8509
  <li class="md-nav__item">
8450
- <a href="#fixed_3" class="md-nav__link">
8510
+ <a href="#fixed_4" class="md-nav__link">
8451
8511
  <span class="md-ellipsis">
8452
8512
  Fixed
8453
8513
  </span>
@@ -8471,7 +8531,7 @@
8471
8531
  <ul class="md-nav__list">
8472
8532
 
8473
8533
  <li class="md-nav__item">
8474
- <a href="#added_4" class="md-nav__link">
8534
+ <a href="#added_5" class="md-nav__link">
8475
8535
  <span class="md-ellipsis">
8476
8536
  Added
8477
8537
  </span>
@@ -8489,7 +8549,7 @@
8489
8549
  </li>
8490
8550
 
8491
8551
  <li class="md-nav__item">
8492
- <a href="#fixed_4" class="md-nav__link">
8552
+ <a href="#fixed_5" class="md-nav__link">
8493
8553
  <span class="md-ellipsis">
8494
8554
  Fixed
8495
8555
  </span>
@@ -8498,7 +8558,7 @@
8498
8558
  </li>
8499
8559
 
8500
8560
  <li class="md-nav__item">
8501
- <a href="#dependencies_3" class="md-nav__link">
8561
+ <a href="#dependencies_4" class="md-nav__link">
8502
8562
  <span class="md-ellipsis">
8503
8563
  Dependencies
8504
8564
  </span>
@@ -8507,7 +8567,7 @@
8507
8567
  </li>
8508
8568
 
8509
8569
  <li class="md-nav__item">
8510
- <a href="#housekeeping_3" class="md-nav__link">
8570
+ <a href="#housekeeping_4" class="md-nav__link">
8511
8571
  <span class="md-ellipsis">
8512
8572
  Housekeeping
8513
8573
  </span>
@@ -8531,7 +8591,7 @@
8531
8591
  <ul class="md-nav__list">
8532
8592
 
8533
8593
  <li class="md-nav__item">
8534
- <a href="#added_5" class="md-nav__link">
8594
+ <a href="#added_6" class="md-nav__link">
8535
8595
  <span class="md-ellipsis">
8536
8596
  Added
8537
8597
  </span>
@@ -8540,7 +8600,7 @@
8540
8600
  </li>
8541
8601
 
8542
8602
  <li class="md-nav__item">
8543
- <a href="#fixed_5" class="md-nav__link">
8603
+ <a href="#fixed_6" class="md-nav__link">
8544
8604
  <span class="md-ellipsis">
8545
8605
  Fixed
8546
8606
  </span>
@@ -8549,7 +8609,7 @@
8549
8609
  </li>
8550
8610
 
8551
8611
  <li class="md-nav__item">
8552
- <a href="#documentation_1" class="md-nav__link">
8612
+ <a href="#documentation_2" class="md-nav__link">
8553
8613
  <span class="md-ellipsis">
8554
8614
  Documentation
8555
8615
  </span>
@@ -8558,7 +8618,7 @@
8558
8618
  </li>
8559
8619
 
8560
8620
  <li class="md-nav__item">
8561
- <a href="#housekeeping_4" class="md-nav__link">
8621
+ <a href="#housekeeping_5" class="md-nav__link">
8562
8622
  <span class="md-ellipsis">
8563
8623
  Housekeeping
8564
8624
  </span>
@@ -8582,7 +8642,7 @@
8582
8642
  <ul class="md-nav__list">
8583
8643
 
8584
8644
  <li class="md-nav__item">
8585
- <a href="#added_6" class="md-nav__link">
8645
+ <a href="#added_7" class="md-nav__link">
8586
8646
  <span class="md-ellipsis">
8587
8647
  Added
8588
8648
  </span>
@@ -8600,7 +8660,7 @@
8600
8660
  </li>
8601
8661
 
8602
8662
  <li class="md-nav__item">
8603
- <a href="#fixed_6" class="md-nav__link">
8663
+ <a href="#fixed_7" class="md-nav__link">
8604
8664
  <span class="md-ellipsis">
8605
8665
  Fixed
8606
8666
  </span>
@@ -8609,7 +8669,7 @@
8609
8669
  </li>
8610
8670
 
8611
8671
  <li class="md-nav__item">
8612
- <a href="#dependencies_4" class="md-nav__link">
8672
+ <a href="#dependencies_5" class="md-nav__link">
8613
8673
  <span class="md-ellipsis">
8614
8674
  Dependencies
8615
8675
  </span>
@@ -8618,7 +8678,7 @@
8618
8678
  </li>
8619
8679
 
8620
8680
  <li class="md-nav__item">
8621
- <a href="#documentation_2" class="md-nav__link">
8681
+ <a href="#documentation_3" class="md-nav__link">
8622
8682
  <span class="md-ellipsis">
8623
8683
  Documentation
8624
8684
  </span>
@@ -8627,7 +8687,7 @@
8627
8687
  </li>
8628
8688
 
8629
8689
  <li class="md-nav__item">
8630
- <a href="#housekeeping_5" class="md-nav__link">
8690
+ <a href="#housekeeping_6" class="md-nav__link">
8631
8691
  <span class="md-ellipsis">
8632
8692
  Housekeeping
8633
8693
  </span>
@@ -8651,7 +8711,7 @@
8651
8711
  <ul class="md-nav__list">
8652
8712
 
8653
8713
  <li class="md-nav__item">
8654
- <a href="#added_7" class="md-nav__link">
8714
+ <a href="#added_8" class="md-nav__link">
8655
8715
  <span class="md-ellipsis">
8656
8716
  Added
8657
8717
  </span>
@@ -8669,7 +8729,7 @@
8669
8729
  </li>
8670
8730
 
8671
8731
  <li class="md-nav__item">
8672
- <a href="#fixed_7" class="md-nav__link">
8732
+ <a href="#fixed_8" class="md-nav__link">
8673
8733
  <span class="md-ellipsis">
8674
8734
  Fixed
8675
8735
  </span>
@@ -8678,7 +8738,7 @@
8678
8738
  </li>
8679
8739
 
8680
8740
  <li class="md-nav__item">
8681
- <a href="#documentation_3" class="md-nav__link">
8741
+ <a href="#documentation_4" class="md-nav__link">
8682
8742
  <span class="md-ellipsis">
8683
8743
  Documentation
8684
8744
  </span>
@@ -8687,7 +8747,7 @@
8687
8747
  </li>
8688
8748
 
8689
8749
  <li class="md-nav__item">
8690
- <a href="#housekeeping_6" class="md-nav__link">
8750
+ <a href="#housekeeping_7" class="md-nav__link">
8691
8751
  <span class="md-ellipsis">
8692
8752
  Housekeeping
8693
8753
  </span>
@@ -8720,7 +8780,7 @@
8720
8780
  </li>
8721
8781
 
8722
8782
  <li class="md-nav__item">
8723
- <a href="#fixed_8" class="md-nav__link">
8783
+ <a href="#fixed_9" class="md-nav__link">
8724
8784
  <span class="md-ellipsis">
8725
8785
  Fixed
8726
8786
  </span>
@@ -8729,7 +8789,7 @@
8729
8789
  </li>
8730
8790
 
8731
8791
  <li class="md-nav__item">
8732
- <a href="#dependencies_5" class="md-nav__link">
8792
+ <a href="#dependencies_6" class="md-nav__link">
8733
8793
  <span class="md-ellipsis">
8734
8794
  Dependencies
8735
8795
  </span>
@@ -8738,7 +8798,7 @@
8738
8798
  </li>
8739
8799
 
8740
8800
  <li class="md-nav__item">
8741
- <a href="#housekeeping_7" class="md-nav__link">
8801
+ <a href="#housekeeping_8" class="md-nav__link">
8742
8802
  <span class="md-ellipsis">
8743
8803
  Housekeeping
8744
8804
  </span>
@@ -8771,7 +8831,7 @@
8771
8831
  </li>
8772
8832
 
8773
8833
  <li class="md-nav__item">
8774
- <a href="#added_8" class="md-nav__link">
8834
+ <a href="#added_9" class="md-nav__link">
8775
8835
  <span class="md-ellipsis">
8776
8836
  Added
8777
8837
  </span>
@@ -8780,7 +8840,7 @@
8780
8840
  </li>
8781
8841
 
8782
8842
  <li class="md-nav__item">
8783
- <a href="#fixed_9" class="md-nav__link">
8843
+ <a href="#fixed_10" class="md-nav__link">
8784
8844
  <span class="md-ellipsis">
8785
8845
  Fixed
8786
8846
  </span>
@@ -8789,7 +8849,7 @@
8789
8849
  </li>
8790
8850
 
8791
8851
  <li class="md-nav__item">
8792
- <a href="#housekeeping_8" class="md-nav__link">
8852
+ <a href="#housekeeping_9" class="md-nav__link">
8793
8853
  <span class="md-ellipsis">
8794
8854
  Housekeeping
8795
8855
  </span>
@@ -8813,7 +8873,7 @@
8813
8873
  <ul class="md-nav__list">
8814
8874
 
8815
8875
  <li class="md-nav__item">
8816
- <a href="#added_9" class="md-nav__link">
8876
+ <a href="#added_10" class="md-nav__link">
8817
8877
  <span class="md-ellipsis">
8818
8878
  Added
8819
8879
  </span>
@@ -8831,7 +8891,7 @@
8831
8891
  </li>
8832
8892
 
8833
8893
  <li class="md-nav__item">
8834
- <a href="#fixed_10" class="md-nav__link">
8894
+ <a href="#fixed_11" class="md-nav__link">
8835
8895
  <span class="md-ellipsis">
8836
8896
  Fixed
8837
8897
  </span>
@@ -8840,7 +8900,7 @@
8840
8900
  </li>
8841
8901
 
8842
8902
  <li class="md-nav__item">
8843
- <a href="#housekeeping_9" class="md-nav__link">
8903
+ <a href="#housekeeping_10" class="md-nav__link">
8844
8904
  <span class="md-ellipsis">
8845
8905
  Housekeeping
8846
8906
  </span>
@@ -8873,7 +8933,7 @@
8873
8933
  </li>
8874
8934
 
8875
8935
  <li class="md-nav__item">
8876
- <a href="#added_10" class="md-nav__link">
8936
+ <a href="#added_11" class="md-nav__link">
8877
8937
  <span class="md-ellipsis">
8878
8938
  Added
8879
8939
  </span>
@@ -8900,7 +8960,7 @@
8900
8960
  </li>
8901
8961
 
8902
8962
  <li class="md-nav__item">
8903
- <a href="#fixed_11" class="md-nav__link">
8963
+ <a href="#fixed_12" class="md-nav__link">
8904
8964
  <span class="md-ellipsis">
8905
8965
  Fixed
8906
8966
  </span>
@@ -8909,7 +8969,7 @@
8909
8969
  </li>
8910
8970
 
8911
8971
  <li class="md-nav__item">
8912
- <a href="#documentation_4" class="md-nav__link">
8972
+ <a href="#documentation_5" class="md-nav__link">
8913
8973
  <span class="md-ellipsis">
8914
8974
  Documentation
8915
8975
  </span>
@@ -8918,7 +8978,7 @@
8918
8978
  </li>
8919
8979
 
8920
8980
  <li class="md-nav__item">
8921
- <a href="#housekeeping_10" class="md-nav__link">
8981
+ <a href="#housekeeping_11" class="md-nav__link">
8922
8982
  <span class="md-ellipsis">
8923
8983
  Housekeeping
8924
8984
  </span>
@@ -8951,7 +9011,7 @@
8951
9011
  </li>
8952
9012
 
8953
9013
  <li class="md-nav__item">
8954
- <a href="#added_11" class="md-nav__link">
9014
+ <a href="#added_12" class="md-nav__link">
8955
9015
  <span class="md-ellipsis">
8956
9016
  Added
8957
9017
  </span>
@@ -8987,7 +9047,7 @@
8987
9047
  </li>
8988
9048
 
8989
9049
  <li class="md-nav__item">
8990
- <a href="#fixed_12" class="md-nav__link">
9050
+ <a href="#fixed_13" class="md-nav__link">
8991
9051
  <span class="md-ellipsis">
8992
9052
  Fixed
8993
9053
  </span>
@@ -8996,7 +9056,7 @@
8996
9056
  </li>
8997
9057
 
8998
9058
  <li class="md-nav__item">
8999
- <a href="#dependencies_6" class="md-nav__link">
9059
+ <a href="#dependencies_7" class="md-nav__link">
9000
9060
  <span class="md-ellipsis">
9001
9061
  Dependencies
9002
9062
  </span>
@@ -9005,7 +9065,7 @@
9005
9065
  </li>
9006
9066
 
9007
9067
  <li class="md-nav__item">
9008
- <a href="#documentation_5" class="md-nav__link">
9068
+ <a href="#documentation_6" class="md-nav__link">
9009
9069
  <span class="md-ellipsis">
9010
9070
  Documentation
9011
9071
  </span>
@@ -9014,7 +9074,7 @@
9014
9074
  </li>
9015
9075
 
9016
9076
  <li class="md-nav__item">
9017
- <a href="#housekeeping_11" class="md-nav__link">
9077
+ <a href="#housekeeping_12" class="md-nav__link">
9018
9078
  <span class="md-ellipsis">
9019
9079
  Housekeeping
9020
9080
  </span>
@@ -9825,6 +9885,66 @@
9825
9885
  </ul>
9826
9886
  </nav>
9827
9887
 
9888
+ </li>
9889
+
9890
+ <li class="md-nav__item">
9891
+ <a href="#v2312-2024-11-25" class="md-nav__link">
9892
+ <span class="md-ellipsis">
9893
+ v2.3.12 (2024-11-25)
9894
+ </span>
9895
+ </a>
9896
+
9897
+ <nav class="md-nav" aria-label="v2.3.12 (2024-11-25)">
9898
+ <ul class="md-nav__list">
9899
+
9900
+ <li class="md-nav__item">
9901
+ <a href="#added_1" class="md-nav__link">
9902
+ <span class="md-ellipsis">
9903
+ Added
9904
+ </span>
9905
+ </a>
9906
+
9907
+ </li>
9908
+
9909
+ <li class="md-nav__item">
9910
+ <a href="#fixed" class="md-nav__link">
9911
+ <span class="md-ellipsis">
9912
+ Fixed
9913
+ </span>
9914
+ </a>
9915
+
9916
+ </li>
9917
+
9918
+ <li class="md-nav__item">
9919
+ <a href="#dependencies_1" class="md-nav__link">
9920
+ <span class="md-ellipsis">
9921
+ Dependencies
9922
+ </span>
9923
+ </a>
9924
+
9925
+ </li>
9926
+
9927
+ <li class="md-nav__item">
9928
+ <a href="#documentation" class="md-nav__link">
9929
+ <span class="md-ellipsis">
9930
+ Documentation
9931
+ </span>
9932
+ </a>
9933
+
9934
+ </li>
9935
+
9936
+ <li class="md-nav__item">
9937
+ <a href="#housekeeping" class="md-nav__link">
9938
+ <span class="md-ellipsis">
9939
+ Housekeeping
9940
+ </span>
9941
+ </a>
9942
+
9943
+ </li>
9944
+
9945
+ </ul>
9946
+ </nav>
9947
+
9828
9948
  </li>
9829
9949
 
9830
9950
  <li class="md-nav__item">
@@ -9838,7 +9958,7 @@
9838
9958
  <ul class="md-nav__list">
9839
9959
 
9840
9960
  <li class="md-nav__item">
9841
- <a href="#added_1" class="md-nav__link">
9961
+ <a href="#added_2" class="md-nav__link">
9842
9962
  <span class="md-ellipsis">
9843
9963
  Added
9844
9964
  </span>
@@ -9856,7 +9976,7 @@
9856
9976
  </li>
9857
9977
 
9858
9978
  <li class="md-nav__item">
9859
- <a href="#fixed" class="md-nav__link">
9979
+ <a href="#fixed_1" class="md-nav__link">
9860
9980
  <span class="md-ellipsis">
9861
9981
  Fixed
9862
9982
  </span>
@@ -9865,7 +9985,7 @@
9865
9985
  </li>
9866
9986
 
9867
9987
  <li class="md-nav__item">
9868
- <a href="#documentation" class="md-nav__link">
9988
+ <a href="#documentation_1" class="md-nav__link">
9869
9989
  <span class="md-ellipsis">
9870
9990
  Documentation
9871
9991
  </span>
@@ -9874,7 +9994,7 @@
9874
9994
  </li>
9875
9995
 
9876
9996
  <li class="md-nav__item">
9877
- <a href="#housekeeping" class="md-nav__link">
9997
+ <a href="#housekeeping_1" class="md-nav__link">
9878
9998
  <span class="md-ellipsis">
9879
9999
  Housekeeping
9880
10000
  </span>
@@ -9898,7 +10018,7 @@
9898
10018
  <ul class="md-nav__list">
9899
10019
 
9900
10020
  <li class="md-nav__item">
9901
- <a href="#added_2" class="md-nav__link">
10021
+ <a href="#added_3" class="md-nav__link">
9902
10022
  <span class="md-ellipsis">
9903
10023
  Added
9904
10024
  </span>
@@ -9916,7 +10036,7 @@
9916
10036
  </li>
9917
10037
 
9918
10038
  <li class="md-nav__item">
9919
- <a href="#fixed_1" class="md-nav__link">
10039
+ <a href="#fixed_2" class="md-nav__link">
9920
10040
  <span class="md-ellipsis">
9921
10041
  Fixed
9922
10042
  </span>
@@ -9925,7 +10045,7 @@
9925
10045
  </li>
9926
10046
 
9927
10047
  <li class="md-nav__item">
9928
- <a href="#dependencies_1" class="md-nav__link">
10048
+ <a href="#dependencies_2" class="md-nav__link">
9929
10049
  <span class="md-ellipsis">
9930
10050
  Dependencies
9931
10051
  </span>
@@ -9934,7 +10054,7 @@
9934
10054
  </li>
9935
10055
 
9936
10056
  <li class="md-nav__item">
9937
- <a href="#housekeeping_1" class="md-nav__link">
10057
+ <a href="#housekeeping_2" class="md-nav__link">
9938
10058
  <span class="md-ellipsis">
9939
10059
  Housekeeping
9940
10060
  </span>
@@ -9958,7 +10078,7 @@
9958
10078
  <ul class="md-nav__list">
9959
10079
 
9960
10080
  <li class="md-nav__item">
9961
- <a href="#added_3" class="md-nav__link">
10081
+ <a href="#added_4" class="md-nav__link">
9962
10082
  <span class="md-ellipsis">
9963
10083
  Added
9964
10084
  </span>
@@ -9976,7 +10096,7 @@
9976
10096
  </li>
9977
10097
 
9978
10098
  <li class="md-nav__item">
9979
- <a href="#fixed_2" class="md-nav__link">
10099
+ <a href="#fixed_3" class="md-nav__link">
9980
10100
  <span class="md-ellipsis">
9981
10101
  Fixed
9982
10102
  </span>
@@ -9985,7 +10105,7 @@
9985
10105
  </li>
9986
10106
 
9987
10107
  <li class="md-nav__item">
9988
- <a href="#dependencies_2" class="md-nav__link">
10108
+ <a href="#dependencies_3" class="md-nav__link">
9989
10109
  <span class="md-ellipsis">
9990
10110
  Dependencies
9991
10111
  </span>
@@ -9994,7 +10114,7 @@
9994
10114
  </li>
9995
10115
 
9996
10116
  <li class="md-nav__item">
9997
- <a href="#housekeeping_2" class="md-nav__link">
10117
+ <a href="#housekeeping_3" class="md-nav__link">
9998
10118
  <span class="md-ellipsis">
9999
10119
  Housekeeping
10000
10120
  </span>
@@ -10018,7 +10138,7 @@
10018
10138
  <ul class="md-nav__list">
10019
10139
 
10020
10140
  <li class="md-nav__item">
10021
- <a href="#fixed_3" class="md-nav__link">
10141
+ <a href="#fixed_4" class="md-nav__link">
10022
10142
  <span class="md-ellipsis">
10023
10143
  Fixed
10024
10144
  </span>
@@ -10042,7 +10162,7 @@
10042
10162
  <ul class="md-nav__list">
10043
10163
 
10044
10164
  <li class="md-nav__item">
10045
- <a href="#added_4" class="md-nav__link">
10165
+ <a href="#added_5" class="md-nav__link">
10046
10166
  <span class="md-ellipsis">
10047
10167
  Added
10048
10168
  </span>
@@ -10060,7 +10180,7 @@
10060
10180
  </li>
10061
10181
 
10062
10182
  <li class="md-nav__item">
10063
- <a href="#fixed_4" class="md-nav__link">
10183
+ <a href="#fixed_5" class="md-nav__link">
10064
10184
  <span class="md-ellipsis">
10065
10185
  Fixed
10066
10186
  </span>
@@ -10069,7 +10189,7 @@
10069
10189
  </li>
10070
10190
 
10071
10191
  <li class="md-nav__item">
10072
- <a href="#dependencies_3" class="md-nav__link">
10192
+ <a href="#dependencies_4" class="md-nav__link">
10073
10193
  <span class="md-ellipsis">
10074
10194
  Dependencies
10075
10195
  </span>
@@ -10078,7 +10198,7 @@
10078
10198
  </li>
10079
10199
 
10080
10200
  <li class="md-nav__item">
10081
- <a href="#housekeeping_3" class="md-nav__link">
10201
+ <a href="#housekeeping_4" class="md-nav__link">
10082
10202
  <span class="md-ellipsis">
10083
10203
  Housekeeping
10084
10204
  </span>
@@ -10102,7 +10222,7 @@
10102
10222
  <ul class="md-nav__list">
10103
10223
 
10104
10224
  <li class="md-nav__item">
10105
- <a href="#added_5" class="md-nav__link">
10225
+ <a href="#added_6" class="md-nav__link">
10106
10226
  <span class="md-ellipsis">
10107
10227
  Added
10108
10228
  </span>
@@ -10111,7 +10231,7 @@
10111
10231
  </li>
10112
10232
 
10113
10233
  <li class="md-nav__item">
10114
- <a href="#fixed_5" class="md-nav__link">
10234
+ <a href="#fixed_6" class="md-nav__link">
10115
10235
  <span class="md-ellipsis">
10116
10236
  Fixed
10117
10237
  </span>
@@ -10120,7 +10240,7 @@
10120
10240
  </li>
10121
10241
 
10122
10242
  <li class="md-nav__item">
10123
- <a href="#documentation_1" class="md-nav__link">
10243
+ <a href="#documentation_2" class="md-nav__link">
10124
10244
  <span class="md-ellipsis">
10125
10245
  Documentation
10126
10246
  </span>
@@ -10129,7 +10249,7 @@
10129
10249
  </li>
10130
10250
 
10131
10251
  <li class="md-nav__item">
10132
- <a href="#housekeeping_4" class="md-nav__link">
10252
+ <a href="#housekeeping_5" class="md-nav__link">
10133
10253
  <span class="md-ellipsis">
10134
10254
  Housekeeping
10135
10255
  </span>
@@ -10153,7 +10273,7 @@
10153
10273
  <ul class="md-nav__list">
10154
10274
 
10155
10275
  <li class="md-nav__item">
10156
- <a href="#added_6" class="md-nav__link">
10276
+ <a href="#added_7" class="md-nav__link">
10157
10277
  <span class="md-ellipsis">
10158
10278
  Added
10159
10279
  </span>
@@ -10171,7 +10291,7 @@
10171
10291
  </li>
10172
10292
 
10173
10293
  <li class="md-nav__item">
10174
- <a href="#fixed_6" class="md-nav__link">
10294
+ <a href="#fixed_7" class="md-nav__link">
10175
10295
  <span class="md-ellipsis">
10176
10296
  Fixed
10177
10297
  </span>
@@ -10180,7 +10300,7 @@
10180
10300
  </li>
10181
10301
 
10182
10302
  <li class="md-nav__item">
10183
- <a href="#dependencies_4" class="md-nav__link">
10303
+ <a href="#dependencies_5" class="md-nav__link">
10184
10304
  <span class="md-ellipsis">
10185
10305
  Dependencies
10186
10306
  </span>
@@ -10189,7 +10309,7 @@
10189
10309
  </li>
10190
10310
 
10191
10311
  <li class="md-nav__item">
10192
- <a href="#documentation_2" class="md-nav__link">
10312
+ <a href="#documentation_3" class="md-nav__link">
10193
10313
  <span class="md-ellipsis">
10194
10314
  Documentation
10195
10315
  </span>
@@ -10198,7 +10318,7 @@
10198
10318
  </li>
10199
10319
 
10200
10320
  <li class="md-nav__item">
10201
- <a href="#housekeeping_5" class="md-nav__link">
10321
+ <a href="#housekeeping_6" class="md-nav__link">
10202
10322
  <span class="md-ellipsis">
10203
10323
  Housekeeping
10204
10324
  </span>
@@ -10222,7 +10342,7 @@
10222
10342
  <ul class="md-nav__list">
10223
10343
 
10224
10344
  <li class="md-nav__item">
10225
- <a href="#added_7" class="md-nav__link">
10345
+ <a href="#added_8" class="md-nav__link">
10226
10346
  <span class="md-ellipsis">
10227
10347
  Added
10228
10348
  </span>
@@ -10240,7 +10360,7 @@
10240
10360
  </li>
10241
10361
 
10242
10362
  <li class="md-nav__item">
10243
- <a href="#fixed_7" class="md-nav__link">
10363
+ <a href="#fixed_8" class="md-nav__link">
10244
10364
  <span class="md-ellipsis">
10245
10365
  Fixed
10246
10366
  </span>
@@ -10249,7 +10369,7 @@
10249
10369
  </li>
10250
10370
 
10251
10371
  <li class="md-nav__item">
10252
- <a href="#documentation_3" class="md-nav__link">
10372
+ <a href="#documentation_4" class="md-nav__link">
10253
10373
  <span class="md-ellipsis">
10254
10374
  Documentation
10255
10375
  </span>
@@ -10258,7 +10378,7 @@
10258
10378
  </li>
10259
10379
 
10260
10380
  <li class="md-nav__item">
10261
- <a href="#housekeeping_6" class="md-nav__link">
10381
+ <a href="#housekeeping_7" class="md-nav__link">
10262
10382
  <span class="md-ellipsis">
10263
10383
  Housekeeping
10264
10384
  </span>
@@ -10291,7 +10411,7 @@
10291
10411
  </li>
10292
10412
 
10293
10413
  <li class="md-nav__item">
10294
- <a href="#fixed_8" class="md-nav__link">
10414
+ <a href="#fixed_9" class="md-nav__link">
10295
10415
  <span class="md-ellipsis">
10296
10416
  Fixed
10297
10417
  </span>
@@ -10300,7 +10420,7 @@
10300
10420
  </li>
10301
10421
 
10302
10422
  <li class="md-nav__item">
10303
- <a href="#dependencies_5" class="md-nav__link">
10423
+ <a href="#dependencies_6" class="md-nav__link">
10304
10424
  <span class="md-ellipsis">
10305
10425
  Dependencies
10306
10426
  </span>
@@ -10309,7 +10429,7 @@
10309
10429
  </li>
10310
10430
 
10311
10431
  <li class="md-nav__item">
10312
- <a href="#housekeeping_7" class="md-nav__link">
10432
+ <a href="#housekeeping_8" class="md-nav__link">
10313
10433
  <span class="md-ellipsis">
10314
10434
  Housekeeping
10315
10435
  </span>
@@ -10342,7 +10462,7 @@
10342
10462
  </li>
10343
10463
 
10344
10464
  <li class="md-nav__item">
10345
- <a href="#added_8" class="md-nav__link">
10465
+ <a href="#added_9" class="md-nav__link">
10346
10466
  <span class="md-ellipsis">
10347
10467
  Added
10348
10468
  </span>
@@ -10351,7 +10471,7 @@
10351
10471
  </li>
10352
10472
 
10353
10473
  <li class="md-nav__item">
10354
- <a href="#fixed_9" class="md-nav__link">
10474
+ <a href="#fixed_10" class="md-nav__link">
10355
10475
  <span class="md-ellipsis">
10356
10476
  Fixed
10357
10477
  </span>
@@ -10360,7 +10480,7 @@
10360
10480
  </li>
10361
10481
 
10362
10482
  <li class="md-nav__item">
10363
- <a href="#housekeeping_8" class="md-nav__link">
10483
+ <a href="#housekeeping_9" class="md-nav__link">
10364
10484
  <span class="md-ellipsis">
10365
10485
  Housekeeping
10366
10486
  </span>
@@ -10384,7 +10504,7 @@
10384
10504
  <ul class="md-nav__list">
10385
10505
 
10386
10506
  <li class="md-nav__item">
10387
- <a href="#added_9" class="md-nav__link">
10507
+ <a href="#added_10" class="md-nav__link">
10388
10508
  <span class="md-ellipsis">
10389
10509
  Added
10390
10510
  </span>
@@ -10402,7 +10522,7 @@
10402
10522
  </li>
10403
10523
 
10404
10524
  <li class="md-nav__item">
10405
- <a href="#fixed_10" class="md-nav__link">
10525
+ <a href="#fixed_11" class="md-nav__link">
10406
10526
  <span class="md-ellipsis">
10407
10527
  Fixed
10408
10528
  </span>
@@ -10411,7 +10531,7 @@
10411
10531
  </li>
10412
10532
 
10413
10533
  <li class="md-nav__item">
10414
- <a href="#housekeeping_9" class="md-nav__link">
10534
+ <a href="#housekeeping_10" class="md-nav__link">
10415
10535
  <span class="md-ellipsis">
10416
10536
  Housekeeping
10417
10537
  </span>
@@ -10444,7 +10564,7 @@
10444
10564
  </li>
10445
10565
 
10446
10566
  <li class="md-nav__item">
10447
- <a href="#added_10" class="md-nav__link">
10567
+ <a href="#added_11" class="md-nav__link">
10448
10568
  <span class="md-ellipsis">
10449
10569
  Added
10450
10570
  </span>
@@ -10471,7 +10591,7 @@
10471
10591
  </li>
10472
10592
 
10473
10593
  <li class="md-nav__item">
10474
- <a href="#fixed_11" class="md-nav__link">
10594
+ <a href="#fixed_12" class="md-nav__link">
10475
10595
  <span class="md-ellipsis">
10476
10596
  Fixed
10477
10597
  </span>
@@ -10480,7 +10600,7 @@
10480
10600
  </li>
10481
10601
 
10482
10602
  <li class="md-nav__item">
10483
- <a href="#documentation_4" class="md-nav__link">
10603
+ <a href="#documentation_5" class="md-nav__link">
10484
10604
  <span class="md-ellipsis">
10485
10605
  Documentation
10486
10606
  </span>
@@ -10489,7 +10609,7 @@
10489
10609
  </li>
10490
10610
 
10491
10611
  <li class="md-nav__item">
10492
- <a href="#housekeeping_10" class="md-nav__link">
10612
+ <a href="#housekeeping_11" class="md-nav__link">
10493
10613
  <span class="md-ellipsis">
10494
10614
  Housekeeping
10495
10615
  </span>
@@ -10522,7 +10642,7 @@
10522
10642
  </li>
10523
10643
 
10524
10644
  <li class="md-nav__item">
10525
- <a href="#added_11" class="md-nav__link">
10645
+ <a href="#added_12" class="md-nav__link">
10526
10646
  <span class="md-ellipsis">
10527
10647
  Added
10528
10648
  </span>
@@ -10558,7 +10678,7 @@
10558
10678
  </li>
10559
10679
 
10560
10680
  <li class="md-nav__item">
10561
- <a href="#fixed_12" class="md-nav__link">
10681
+ <a href="#fixed_13" class="md-nav__link">
10562
10682
  <span class="md-ellipsis">
10563
10683
  Fixed
10564
10684
  </span>
@@ -10567,7 +10687,7 @@
10567
10687
  </li>
10568
10688
 
10569
10689
  <li class="md-nav__item">
10570
- <a href="#dependencies_6" class="md-nav__link">
10690
+ <a href="#dependencies_7" class="md-nav__link">
10571
10691
  <span class="md-ellipsis">
10572
10692
  Dependencies
10573
10693
  </span>
@@ -10576,7 +10696,7 @@
10576
10696
  </li>
10577
10697
 
10578
10698
  <li class="md-nav__item">
10579
- <a href="#documentation_5" class="md-nav__link">
10699
+ <a href="#documentation_6" class="md-nav__link">
10580
10700
  <span class="md-ellipsis">
10581
10701
  Documentation
10582
10702
  </span>
@@ -10585,7 +10705,7 @@
10585
10705
  </li>
10586
10706
 
10587
10707
  <li class="md-nav__item">
10588
- <a href="#housekeeping_11" class="md-nav__link">
10708
+ <a href="#housekeeping_12" class="md-nav__link">
10589
10709
  <span class="md-ellipsis">
10590
10710
  Housekeeping
10591
10711
  </span>
@@ -10708,9 +10828,43 @@
10708
10828
  <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">&para;</a></h4>
10709
10829
  <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>
10710
10830
  <!-- towncrier release notes start -->
10711
- <h2 id="v2311-2024-11-12">v2.3.11 (2024-11-12)<a class="headerlink" href="#v2311-2024-11-12" title="Permanent link">&para;</a></h2>
10831
+ <h2 id="v2312-2024-11-25">v2.3.12 (2024-11-25)<a class="headerlink" href="#v2312-2024-11-25" title="Permanent link">&para;</a></h2>
10712
10832
  <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
10713
10833
  <ul>
10834
+ <li><a href="https://github.com/nautobot/nautobot/issues/6532">#6532</a> - Added a keyboard shortcut (⌘+enter or ctrl+enter) to submit forms when typing in a textarea.</li>
10835
+ <li><a href="https://github.com/nautobot/nautobot/issues/6543">#6543</a> - Defined a generic SSO group authentication module that can be shared by any OAuth2/OIDC backend.</li>
10836
+ <li><a href="https://github.com/nautobot/nautobot/issues/6550">#6550</a> - Added OSFP-XD (800GE and 1600GE) and OSFP1600 interface types.</li>
10837
+ </ul>
10838
+ <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
10839
+ <ul>
10840
+ <li><a href="https://github.com/nautobot/nautobot/issues/6242">#6242</a> - Fixed "copy" button on Device tabbed views to now only copy the device name.</li>
10841
+ <li><a href="https://github.com/nautobot/nautobot/issues/6478">#6478</a> - Fixed inconsistent rendering of the Role field.</li>
10842
+ <li><a href="https://github.com/nautobot/nautobot/issues/6509">#6509</a> - Disallowed association of <code>ObjectMetadata</code> as metadata to other <code>ObjectMetadata</code> records.</li>
10843
+ <li><a href="https://github.com/nautobot/nautobot/issues/6509">#6509</a> - Removed unused object-detail view for <code>ObjectMetadata</code> records.</li>
10844
+ <li><a href="https://github.com/nautobot/nautobot/issues/6519">#6519</a> - Fixed <code>vrf</code> field options not loading in VMInterfaceBulkEditForm, VMInterfaceForm, and VMInterfaceCreateForm.</li>
10845
+ <li><a href="https://github.com/nautobot/nautobot/issues/6519">#6519</a> - Added missing <code>VRF</code> entry in VMInterface detail view.</li>
10846
+ <li><a href="https://github.com/nautobot/nautobot/issues/6533">#6533</a> - Fixed an issue where the string representation of the Note model would throw an error if accessed before saving it to the database.</li>
10847
+ <li><a href="https://github.com/nautobot/nautobot/issues/6547">#6547</a> - Fixed incorrect VRF filter specified on VRF column on Prefix Table.</li>
10848
+ <li><a href="https://github.com/nautobot/nautobot/issues/6564">#6564</a> - Fixed an <code>AttributeError</code> raised when an App overrides a NautobotUIViewSet view.</li>
10849
+ </ul>
10850
+ <h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">&para;</a></h3>
10851
+ <ul>
10852
+ <li><a href="https://github.com/nautobot/nautobot/issues/6459">#6459</a> - Updated <code>mysqlclient</code> dependency to <code>~2.2.6</code>.</li>
10853
+ </ul>
10854
+ <h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
10855
+ <ul>
10856
+ <li><a href="https://github.com/nautobot/nautobot/issues/6516">#6516</a> - Updated release notes to make it clearer which are model changes.</li>
10857
+ <li><a href="https://github.com/nautobot/nautobot/issues/6524">#6524</a> - Updated AzureAD authentication documentation.</li>
10858
+ <li><a href="https://github.com/nautobot/nautobot/issues/6567">#6567</a> - Fixed incorrect example in documentation on using test factories.</li>
10859
+ </ul>
10860
+ <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
10861
+ <ul>
10862
+ <li><a href="https://github.com/nautobot/nautobot/issues/6459">#6459</a> - Updated documentation dependencies <code>mkdocs-redirects</code> to <code>1.2.2</code> and <code>mkdocs-material</code> to <code>9.5.46</code>.</li>
10863
+ <li><a href="https://github.com/nautobot/nautobot/issues/6500">#6500</a> - Added support for <code>invoke showmigrations</code> command.</li>
10864
+ </ul>
10865
+ <h2 id="v2311-2024-11-12">v2.3.11 (2024-11-12)<a class="headerlink" href="#v2311-2024-11-12" title="Permanent link">&para;</a></h2>
10866
+ <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
10867
+ <ul>
10714
10868
  <li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added <code>nautobot.apps.utils.get_related_field_for_models()</code> helper function.</li>
10715
10869
  <li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added optional <code>lookup</code> parameter to <code>LinkedCountColumn</code>.</li>
10716
10870
  </ul>
@@ -10720,7 +10874,7 @@
10720
10874
  <li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Changed most related-object-count table columns (e.g. the "Locations" column in a Prefix table) to, if only a single related record is present (e.g. a single Location is associated with a given Prefix), display that related record directly instead of just displaying <code>1</code>.</li>
10721
10875
  <li><a href="https://github.com/nautobot/nautobot/issues/6465">#6465</a> - For bulk edit all objects view, skip rendering the table of related objects in the confirmation page.</li>
10722
10876
  </ul>
10723
- <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
10877
+ <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
10724
10878
  <ul>
10725
10879
  <li><a href="https://github.com/nautobot/nautobot/issues/6414">#6414</a> - Fixed layout bug in browsable REST API.</li>
10726
10880
  <li><a href="https://github.com/nautobot/nautobot/issues/6442">#6442</a> - Fixed an issue where GitLab CI pipelines fail using all versions of official Docker images.</li>
@@ -10731,11 +10885,11 @@
10731
10885
  <li><a href="https://github.com/nautobot/nautobot/issues/6491">#6491</a> - Added missing <code>vrf</code> field to <code>VMInterfaceForm</code> and <code>VMInterfaceCreateForm</code>.</li>
10732
10886
  <li><a href="https://github.com/nautobot/nautobot/issues/6492">#6492</a> - Fixed <code>vlan_group</code> field is not filtered by <code>locations</code> field input on VLANForm.</li>
10733
10887
  </ul>
10734
- <h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
10888
+ <h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">&para;</a></h3>
10735
10889
  <ul>
10736
10890
  <li><a href="https://github.com/nautobot/nautobot/issues/6485">#6485</a> - Added additional clarification for enabling request profiling via user profile.</li>
10737
10891
  </ul>
10738
- <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
10892
+ <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
10739
10893
  <ul>
10740
10894
  <li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Added an integration test to create a Manufacturer, DeviceType, LocationType, Location, Role and Device to test the create forms and select2 api form fields are working correctly.</li>
10741
10895
  <li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Fixed incorrect assertion in core navbar integration tests.</li>
@@ -10744,7 +10898,7 @@
10744
10898
  <li><a href="https://github.com/nautobot/nautobot/issues/6497">#6497</a> - Added support for <code>--no-reusedb</code> option to <code>invoke integration-test</code> task.</li>
10745
10899
  </ul>
10746
10900
  <h2 id="v2310-2024-10-29">v2.3.10 (2024-10-29)<a class="headerlink" href="#v2310-2024-10-29" title="Permanent link">&para;</a></h2>
10747
- <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
10901
+ <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">&para;</a></h3>
10748
10902
  <ul>
10749
10903
  <li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added cacheable <code>CustomField.objects.keys_for_model(model)</code> API.</li>
10750
10904
  <li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added queryset caching in <code>web_request_context</code> for more efficient JobHook and Webhook dispatching on bulk requests.</li>
@@ -10755,21 +10909,21 @@
10755
10909
  <ul>
10756
10910
  <li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Increased soft/hard time limits on CustomField provisioning background tasks to 1800 and 2000 seconds respectively.</li>
10757
10911
  </ul>
10758
- <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
10912
+ <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
10759
10913
  <ul>
10760
10914
  <li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Fixed long-running-at-scale transaction lock on records while adding/removing a CustomField definition.</li>
10761
10915
  <li><a href="https://github.com/nautobot/nautobot/issues/6441">#6441</a> - Fixed a regression in 2.3.9 that broke the rendering of the Device create/edit form.</li>
10762
10916
  </ul>
10763
- <h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">&para;</a></h3>
10917
+ <h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">&para;</a></h3>
10764
10918
  <ul>
10765
10919
  <li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated <code>mysqlclient</code> to <code>~2.2.5</code>.</li>
10766
10920
  </ul>
10767
- <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
10921
+ <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">&para;</a></h3>
10768
10922
  <ul>
10769
10923
  <li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.42</code>.</li>
10770
10924
  </ul>
10771
10925
  <h2 id="v239-2024-10-28">v2.3.9 (2024-10-28)<a class="headerlink" href="#v239-2024-10-28" title="Permanent link">&para;</a></h2>
10772
- <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">&para;</a></h3>
10926
+ <h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">&para;</a></h3>
10773
10927
  <ul>
10774
10928
  <li><a href="https://github.com/nautobot/nautobot/issues/4899">#4899</a> - Added TableExtension class to allow app developers to add columns to core tables.</li>
10775
10929
  <li><a href="https://github.com/nautobot/nautobot/issues/6336">#6336</a> - Added logic to ModuleBay model to ensure that if the <code>position</code> field is empty, its value will be automatically populated from the <code>name</code> of the Module Bay instance.</li>
@@ -10781,7 +10935,7 @@
10781
10935
  <li><a href="https://github.com/nautobot/nautobot/issues/6386">#6386</a> - Changed <code>GitRepositorySync</code> system Job to run atomically (all-or-nothing), such that any failure in the resync will cause all associated database updates to be reverted.</li>
10782
10936
  <li><a href="https://github.com/nautobot/nautobot/issues/6386">#6386</a> - Changed behavior of change logging <code>web_request_context()</code> to only reload Job code when a relevant JobHook is found to apply to the change in question.</li>
10783
10937
  </ul>
10784
- <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
10938
+ <h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
10785
10939
  <ul>
10786
10940
  <li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Fixed overly broad scope of the TreeModel <code>invalidate_max_depth_cache</code> signal so that it now correctly only fires for TreeModel instances rather than all models.</li>
10787
10941
  <li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Improved performance of DynamicGroup membership updates/recalculations when dealing with large numbers of member objects.</li>
@@ -10790,16 +10944,16 @@
10790
10944
  <li><a href="https://github.com/nautobot/nautobot/issues/6415">#6415</a> - Added missing column <code>software_version</code> to the Device Table in Device List View.</li>
10791
10945
  <li><a href="https://github.com/nautobot/nautobot/issues/6425">#6425</a> - Fixed bug in which ColoredLabelColumn() wasn't being applied to the `role' column on Device/VM interfaces.</li>
10792
10946
  </ul>
10793
- <h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">&para;</a></h3>
10947
+ <h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">&para;</a></h3>
10794
10948
  <ul>
10795
10949
  <li><a href="https://github.com/nautobot/nautobot/issues/6362">#6362</a> - Updated <code>psycopg2-binary</code> dependency to <code>~2.9.10</code>.</li>
10796
10950
  </ul>
10797
- <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">&para;</a></h3>
10951
+ <h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">&para;</a></h3>
10798
10952
  <ul>
10799
10953
  <li><a href="https://github.com/nautobot/nautobot/issues/6362">#6362</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.41</code>.</li>
10800
10954
  </ul>
10801
10955
  <h2 id="v238-2024-10-18">v2.3.8 (2024-10-18)<a class="headerlink" href="#v238-2024-10-18" title="Permanent link">&para;</a></h2>
10802
- <h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
10956
+ <h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
10803
10957
  <ul>
10804
10958
  <li><a href="https://github.com/nautobot/nautobot/issues/5050">#5050</a> - Changed logic to permit VLANs assigned to a device's location's parent locations (including parents of parents, etc.) to be assigned to that device's interfaces.</li>
10805
10959
  <li><a href="https://github.com/nautobot/nautobot/issues/6297">#6297</a> - Fixed paginator widget to display the current selected <code>per_page</code> value even if it's not one of the <code>PER_PAGE_DEFAULTS</code> options.</li>
@@ -10808,7 +10962,7 @@
10808
10962
  <li><a href="https://github.com/nautobot/nautobot/issues/6385">#6385</a> - Restored <code>Prefix.get_child_ips()</code> API mistakenly removed from v2.3.5 through v2.3.7.</li>
10809
10963
  </ul>
10810
10964
  <h2 id="v237-2024-10-15">v2.3.7 (2024-10-15)<a class="headerlink" href="#v237-2024-10-15" title="Permanent link">&para;</a></h2>
10811
- <h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">&para;</a></h3>
10965
+ <h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">&para;</a></h3>
10812
10966
  <ul>
10813
10967
  <li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Added <code>assertBodyContains()</code> test helper API to <code>NautobotTestCaseMixin</code>.</li>
10814
10968
  </ul>
@@ -10817,18 +10971,18 @@
10817
10971
  <li><a href="https://github.com/nautobot/nautobot/issues/6205">#6205</a> - Changed initial <code>Nautobot initialized!</code> message logged on startup to include the Nautobot version number.</li>
10818
10972
  <li><a href="https://github.com/nautobot/nautobot/issues/6350">#6350</a> - Changed the way that <code>ensure_git_repository</code> logs hashes to include the name of the repository.</li>
10819
10973
  </ul>
10820
- <h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
10974
+ <h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h3>
10821
10975
  <ul>
10822
10976
  <li><a href="https://github.com/nautobot/nautobot/issues/6158">#6158</a> - Fixed a UI overflow issue with the Tenant Stats panel.</li>
10823
10977
  <li><a href="https://github.com/nautobot/nautobot/issues/6299">#6299</a> - Added retry logic and error handling for several cases where an intermittent Redis connection error could cause Celery to throw an exception.</li>
10824
10978
  <li><a href="https://github.com/nautobot/nautobot/issues/6318">#6318</a> - Fixed duplicate loading of <code>nautobot_config.py</code> during Nautobot startup.</li>
10825
10979
  <li><a href="https://github.com/nautobot/nautobot/issues/6329">#6329</a> - Added a data migration to fix DynamicGroup <code>group_type</code> values set incorrectly in upgrading to Nautobot 2.3.x.</li>
10826
10980
  </ul>
10827
- <h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">&para;</a></h3>
10981
+ <h3 id="dependencies_4">Dependencies<a class="headerlink" href="#dependencies_4" title="Permanent link">&para;</a></h3>
10828
10982
  <ul>
10829
10983
  <li><a href="https://github.com/nautobot/nautobot/issues/6299">#6299</a> - Added a direct dependency on <code>kombu</code> to guarantee the presence of some essential fixes for this Celery dependency.</li>
10830
10984
  </ul>
10831
- <h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">&para;</a></h3>
10985
+ <h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">&para;</a></h3>
10832
10986
  <ul>
10833
10987
  <li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Added usage of <code>extract_page_body()</code> to many view-related test cases in order to make their failure output more readable.</li>
10834
10988
  <li><a href="https://github.com/nautobot/nautobot/issues/2784">#2784</a> - Modified many view-related test cases to use new <code>assertBodyContains()</code> test helper method for brevity.</li>
@@ -10839,27 +10993,27 @@
10839
10993
  <li><a href="https://github.com/nautobot/nautobot/issues/6318">#6318</a> - Added <code>--remove-orphans</code> to the docker compose commands for <code>invoke stop</code> and <code>invoke destroy</code>.</li>
10840
10994
  </ul>
10841
10995
  <h2 id="v236-2024-10-02">v2.3.6 (2024-10-02)<a class="headerlink" href="#v236-2024-10-02" title="Permanent link">&para;</a></h2>
10842
- <h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">&para;</a></h3>
10996
+ <h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">&para;</a></h3>
10843
10997
  <ul>
10844
10998
  <li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added range field on <code>VLANGroup</code> model.</li>
10845
10999
  <li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added tags on <code>VLANGroup</code> model.</li>
10846
11000
  </ul>
10847
- <h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h3>
11001
+ <h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h3>
10848
11002
  <ul>
10849
11003
  <li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed an error during startup when an App included a REST API serializer inheriting from an unexpected base class.</li>
10850
11004
  <li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Fixed a warning during startup about the <code>extras.FileAttachment</code> model.</li>
10851
11005
  </ul>
10852
- <h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">&para;</a></h3>
11006
+ <h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">&para;</a></h3>
10853
11007
  <ul>
10854
11008
  <li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Added a note to the release overview section for app developers regarding opt-in/opt-out of model features.</li>
10855
11009
  <li><a href="https://github.com/nautobot/nautobot/issues/6304">#6304</a> - Updated app model developer documentation with more details about feature opt-out.</li>
10856
11010
  </ul>
10857
- <h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">&para;</a></h3>
11011
+ <h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">&para;</a></h3>
10858
11012
  <ul>
10859
11013
  <li><a href="https://github.com/nautobot/nautobot/issues/6308">#6308</a> - Increase the minimum number of content-types to three and capped the maximum to five for MetadataType instances created by MetadataTypeFactory.</li>
10860
11014
  </ul>
10861
11015
  <h2 id="v235-2024-09-30">v2.3.5 (2024-09-30)<a class="headerlink" href="#v235-2024-09-30" title="Permanent link">&para;</a></h2>
10862
- <h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">&para;</a></h3>
11016
+ <h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">&para;</a></h3>
10863
11017
  <ul>
10864
11018
  <li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Added <code>is_occupied</code> boolean filter to the Rack elevation API endpoint to allow filtering by occupied or unoccupied units.</li>
10865
11019
  <li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Added the add button to IPAM Services.</li>
@@ -10868,7 +11022,7 @@
10868
11022
  <ul>
10869
11023
  <li><a href="https://github.com/nautobot/nautobot/issues/6057">#6057</a> - Enhanced job delete functions to prevent users from deleting system jobs from the UI and the API.</li>
10870
11024
  </ul>
10871
- <h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h3>
11025
+ <h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h3>
10872
11026
  <ul>
10873
11027
  <li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
10874
11028
  <li><a href="https://github.com/nautobot/nautobot/issues/5924">#5924</a> - Fixed the redirect URL for the Device Bay Populate/Depopulate view to take the user back to the Device Bays tab on the Device page.</li>
@@ -10879,16 +11033,16 @@
10879
11033
  <li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Fixed the selection options for <code>position</code> on the device add/edit form to disable RUs that are currently occupied.</li>
10880
11034
  <li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Fixed lookup of IP Addresses in the Service form.</li>
10881
11035
  </ul>
10882
- <h3 id="dependencies_4">Dependencies<a class="headerlink" href="#dependencies_4" title="Permanent link">&para;</a></h3>
11036
+ <h3 id="dependencies_5">Dependencies<a class="headerlink" href="#dependencies_5" title="Permanent link">&para;</a></h3>
10883
11037
  <ul>
10884
11038
  <li><a href="https://github.com/nautobot/nautobot/issues/6247">#6247</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.35</code>.</li>
10885
11039
  <li><a href="https://github.com/nautobot/nautobot/issues/6287">#6287</a> - Replaced incorrect <code>django-structlog[all]</code> dependency with <code>django-structlog[celery]</code>.</li>
10886
11040
  </ul>
10887
- <h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">&para;</a></h3>
11041
+ <h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">&para;</a></h3>
10888
11042
  <ul>
10889
11043
  <li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Added to the core developer documentation a warning against the use of data factories within test case code.</li>
10890
11044
  </ul>
10891
- <h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">&para;</a></h3>
11045
+ <h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">&para;</a></h3>
10892
11046
  <ul>
10893
11047
  <li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
10894
11048
  <li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Changed <code>invoke unittest</code> to default to <code>--parallel</code> even when a <code>--label</code> value is specified.</li>
@@ -10897,7 +11051,7 @@
10897
11051
  <li><a href="https://github.com/nautobot/nautobot/issues/6292">#6292</a> - Corrected logic of several VLAN test cases.</li>
10898
11052
  </ul>
10899
11053
  <h2 id="v234-2024-09-18">v2.3.4 (2024-09-18)<a class="headerlink" href="#v234-2024-09-18" title="Permanent link">&para;</a></h2>
10900
- <h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">&para;</a></h3>
11054
+ <h3 id="added_8">Added<a class="headerlink" href="#added_8" title="Permanent link">&para;</a></h3>
10901
11055
  <ul>
10902
11056
  <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
10903
11057
  <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>
@@ -10906,13 +11060,13 @@
10906
11060
  <ul>
10907
11061
  <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>
10908
11062
  </ul>
10909
- <h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h3>
11063
+ <h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">&para;</a></h3>
10910
11064
  <ul>
10911
11065
  <li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
10912
11066
  <li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
10913
11067
  <li><a href="https://github.com/nautobot/nautobot/issues/6230">#6230</a> - Fixed an issue with Celery Scheduler around datetime imports.</li>
10914
11068
  </ul>
10915
- <h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">&para;</a></h3>
11069
+ <h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">&para;</a></h3>
10916
11070
  <ul>
10917
11071
  <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>
10918
11072
  <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Administration: Installation Extras" docs section into the "Administration: Guides" section.</li>
@@ -10920,7 +11074,7 @@
10920
11074
  <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>
10921
11075
  <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>
10922
11076
  </ul>
10923
- <h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">&para;</a></h3>
11077
+ <h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">&para;</a></h3>
10924
11078
  <ul>
10925
11079
  <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>
10926
11080
  <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>
@@ -10932,18 +11086,18 @@
10932
11086
  <ul>
10933
11087
  <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>
10934
11088
  </ul>
10935
- <h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">&para;</a></h3>
11089
+ <h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">&para;</a></h3>
10936
11090
  <ul>
10937
11091
  <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>
10938
11092
  <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>
10939
11093
  <li><a href="https://github.com/nautobot/nautobot/issues/6197">#6197</a> - Fixed an exception in <code>core.utils.lookup.get_model_for_view_name</code> function when rendering certain App object list views.</li>
10940
11094
  <li><a href="https://github.com/nautobot/nautobot/issues/6203">#6203</a> - Fixed a performance regression observed when change logging resulted in a large number of ObjectChange records (such as in an SSOT Job).</li>
10941
11095
  </ul>
10942
- <h3 id="dependencies_5">Dependencies<a class="headerlink" href="#dependencies_5" title="Permanent link">&para;</a></h3>
11096
+ <h3 id="dependencies_6">Dependencies<a class="headerlink" href="#dependencies_6" title="Permanent link">&para;</a></h3>
10943
11097
  <ul>
10944
11098
  <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>
10945
11099
  </ul>
10946
- <h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">&para;</a></h3>
11100
+ <h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">&para;</a></h3>
10947
11101
  <ul>
10948
11102
  <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>
10949
11103
  <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>
@@ -10957,14 +11111,14 @@
10957
11111
  <ul>
10958
11112
  <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>
10959
11113
  </ul>
10960
- <h3 id="added_8">Added<a class="headerlink" href="#added_8" title="Permanent link">&para;</a></h3>
11114
+ <h3 id="added_9">Added<a class="headerlink" href="#added_9" title="Permanent link">&para;</a></h3>
10961
11115
  <ul>
10962
11116
  <li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
10963
11117
  <li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time_zone</code> field to <code>ScheduledJob</code> model.</li>
10964
11118
  <li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
10965
11119
  <li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
10966
11120
  </ul>
10967
- <h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">&para;</a></h3>
11121
+ <h3 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">&para;</a></h3>
10968
11122
  <ul>
10969
11123
  <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>
10970
11124
  <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>
@@ -10973,7 +11127,7 @@
10973
11127
  <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>
10974
11128
  <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>
10975
11129
  </ul>
10976
- <h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">&para;</a></h3>
11130
+ <h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">&para;</a></h3>
10977
11131
  <ul>
10978
11132
  <li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>watchmedo</code> to <code>celery_beat</code> development container.</li>
10979
11133
  <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>
@@ -10981,7 +11135,7 @@
10981
11135
  <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>
10982
11136
  </ul>
10983
11137
  <h2 id="v231-2024-08-19">v2.3.1 (2024-08-19)<a class="headerlink" href="#v231-2024-08-19" title="Permanent link">&para;</a></h2>
10984
- <h3 id="added_9">Added<a class="headerlink" href="#added_9" title="Permanent link">&para;</a></h3>
11138
+ <h3 id="added_10">Added<a class="headerlink" href="#added_10" title="Permanent link">&para;</a></h3>
10985
11139
  <ul>
10986
11140
  <li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
10987
11141
  <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>
@@ -10991,14 +11145,14 @@
10991
11145
  <ul>
10992
11146
  <li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
10993
11147
  </ul>
10994
- <h3 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">&para;</a></h3>
11148
+ <h3 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">&para;</a></h3>
10995
11149
  <ul>
10996
11150
  <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>
10997
11151
  <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>
10998
11152
  <li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
10999
11153
  <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>
11000
11154
  </ul>
11001
- <h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">&para;</a></h3>
11155
+ <h3 id="housekeeping_10">Housekeeping<a class="headerlink" href="#housekeeping_10" title="Permanent link">&para;</a></h3>
11002
11156
  <ul>
11003
11157
  <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>
11004
11158
  </ul>
@@ -11007,7 +11161,7 @@
11007
11161
  <ul>
11008
11162
  <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>
11009
11163
  </ul>
11010
- <h3 id="added_10">Added<a class="headerlink" href="#added_10" title="Permanent link">&para;</a></h3>
11164
+ <h3 id="added_11">Added<a class="headerlink" href="#added_11" title="Permanent link">&para;</a></h3>
11011
11165
  <ul>
11012
11166
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
11013
11167
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
@@ -11031,7 +11185,7 @@
11031
11185
  <li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
11032
11186
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
11033
11187
  </ul>
11034
- <h3 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">&para;</a></h3>
11188
+ <h3 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">&para;</a></h3>
11035
11189
  <ul>
11036
11190
  <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>
11037
11191
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
@@ -11047,7 +11201,7 @@
11047
11201
  <li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>IPAddressFilterSet.device</code> filter.</li>
11048
11202
  <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>
11049
11203
  </ul>
11050
- <h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">&para;</a></h3>
11204
+ <h3 id="documentation_5">Documentation<a class="headerlink" href="#documentation_5" title="Permanent link">&para;</a></h3>
11051
11205
  <ul>
11052
11206
  <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>
11053
11207
  <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>
@@ -11055,7 +11209,7 @@
11055
11209
  <li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
11056
11210
  <li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
11057
11211
  </ul>
11058
- <h3 id="housekeeping_10">Housekeeping<a class="headerlink" href="#housekeeping_10" title="Permanent link">&para;</a></h3>
11212
+ <h3 id="housekeeping_11">Housekeeping<a class="headerlink" href="#housekeeping_11" title="Permanent link">&para;</a></h3>
11059
11213
  <ul>
11060
11214
  <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>
11061
11215
  <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>
@@ -11070,7 +11224,7 @@
11070
11224
  <ul>
11071
11225
  <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>
11072
11226
  </ul>
11073
- <h3 id="added_11">Added<a class="headerlink" href="#added_11" title="Permanent link">&para;</a></h3>
11227
+ <h3 id="added_12">Added<a class="headerlink" href="#added_12" title="Permanent link">&para;</a></h3>
11074
11228
  <ul>
11075
11229
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
11076
11230
  <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>
@@ -11161,7 +11315,7 @@
11161
11315
  <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>
11162
11316
  <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>
11163
11317
  </ul>
11164
- <h3 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">&para;</a></h3>
11318
+ <h3 id="fixed_13">Fixed<a class="headerlink" href="#fixed_13" title="Permanent link">&para;</a></h3>
11165
11319
  <ul>
11166
11320
  <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>
11167
11321
  <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>
@@ -11185,7 +11339,7 @@
11185
11339
  <li><a href="https://github.com/nautobot/nautobot/issues/5951">#5951</a> - Removed unused consolidated action button on job list view.</li>
11186
11340
  <li><a href="https://github.com/nautobot/nautobot/issues/5952">#5952</a> - Changed generic "Bulk Actions" dropup button styling to match generic "Actions" dropdown button.</li>
11187
11341
  </ul>
11188
- <h3 id="dependencies_6">Dependencies<a class="headerlink" href="#dependencies_6" title="Permanent link">&para;</a></h3>
11342
+ <h3 id="dependencies_7">Dependencies<a class="headerlink" href="#dependencies_7" title="Permanent link">&para;</a></h3>
11189
11343
  <ul>
11190
11344
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Updated <code>materialdesignicons</code> to version 7.4.47.</li>
11191
11345
  <li><a href="https://github.com/nautobot/nautobot/issues/4616">#4616</a> - Updated <code>django-taggit</code> to <code>~5.0.0</code>.</li>
@@ -11211,13 +11365,13 @@
11211
11365
  <li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-filter</code> to version <code>~24.2</code>.</li>
11212
11366
  <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>
11213
11367
  </ul>
11214
- <h3 id="documentation_5">Documentation<a class="headerlink" href="#documentation_5" title="Permanent link">&para;</a></h3>
11368
+ <h3 id="documentation_6">Documentation<a class="headerlink" href="#documentation_6" title="Permanent link">&para;</a></h3>
11215
11369
  <ul>
11216
11370
  <li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
11217
11371
  <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>
11218
11372
  <li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
11219
11373
  </ul>
11220
- <h3 id="housekeeping_11">Housekeeping<a class="headerlink" href="#housekeeping_11" title="Permanent link">&para;</a></h3>
11374
+ <h3 id="housekeeping_12">Housekeeping<a class="headerlink" href="#housekeeping_12" title="Permanent link">&para;</a></h3>
11221
11375
  <ul>
11222
11376
  <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>
11223
11377
  <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>
@@ -11338,7 +11492,7 @@
11338
11492
 
11339
11493
 
11340
11494
  <a href="https://blog.networktocode.com/blog/tags/nautobot" target="_blank" rel="noopener" title="Network to Code Blog" class="md-social__link">
11341
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32 229.8 0 416 186.2 416 416 0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96 14.3 96 0 81.7 0 64m0 352a64 64 0 1 1 128 0 64 64 0 1 1-128 0m32-256c159.1 0 288 128.9 288 288 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg>
11495
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32 229.8 0 416 186.2 416 416 0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96 14.3 96 0 81.7 0 64m0 352a64 64 0 1 1 128 0 64 64 0 1 1-128 0m32-256c159.1 0 288 128.9 288 288 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224-17.7 0-32-14.3-32-32s14.3-32 32-32"/></svg>
11342
11496
  </a>
11343
11497
 
11344
11498
 
@@ -11346,7 +11500,7 @@
11346
11500
 
11347
11501
 
11348
11502
  <a href="https://www.youtube.com/playlist?list=PLjA0bhxgryJ2Ts4GJMDA-tPzVWEncv4pb" target="_blank" rel="noopener" title="Nautobot Videos" class="md-social__link">
11349
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305m-317.51 213.508V175.185l142.739 81.205z"/></svg>
11503
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305m-317.51 213.508V175.185l142.739 81.205z"/></svg>
11350
11504
  </a>
11351
11505
 
11352
11506
 
@@ -11354,7 +11508,7 @@
11354
11508
 
11355
11509
 
11356
11510
  <a href="https://www.networktocode.com/community/" target="_blank" rel="noopener" title="Network to Code Community" class="md-social__link">
11357
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1s21.16-47.06 47.06-47.06h47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06S448 171 448 196.9s-21.16 47.06-47.06 47.06h-47.06zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06S309 480 283.1 480s-47.06-21.16-47.06-47.06v-47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06s21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06z"/></svg>
11511
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1s21.16-47.06 47.06-47.06h47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06S448 171 448 196.9s-21.16 47.06-47.06 47.06h-47.06zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06S309 480 283.1 480s-47.06-21.16-47.06-47.06v-47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06s21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06z"/></svg>
11358
11512
  </a>
11359
11513
 
11360
11514
 
@@ -11362,7 +11516,7 @@
11362
11516
 
11363
11517
 
11364
11518
  <a href="https://github.com/nautobot/nautobot" target="_blank" rel="noopener" title="GitHub Repo" class="md-social__link">
11365
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8M97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
11519
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8M97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
11366
11520
  </a>
11367
11521
 
11368
11522
 
@@ -11370,7 +11524,7 @@
11370
11524
 
11371
11525
 
11372
11526
  <a href="https://twitter.com/networktocode" target="_blank" rel="noopener" title="Network to Code Twitter" class="md-social__link">
11373
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253"/></svg>
11527
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253"/></svg>
11374
11528
  </a>
11375
11529
 
11376
11530
  </div>