nautobot 2.3.10__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 (524) hide show
  1. nautobot/apps/utils.py +2 -0
  2. nautobot/cloud/tables.py +1 -0
  3. nautobot/core/forms/forms.py +5 -1
  4. nautobot/core/settings.py +26 -0
  5. nautobot/core/settings.yaml +31 -0
  6. nautobot/core/tables.py +88 -22
  7. nautobot/core/templates/generic/object_bulk_destroy.html +12 -3
  8. nautobot/core/templates/generic/object_bulk_update.html +4 -2
  9. nautobot/core/templates/generic/object_create.html +1 -1
  10. nautobot/core/templates/generic/object_notes.html +1 -1
  11. nautobot/core/templates/generic/object_retrieve.html +1 -1
  12. nautobot/core/templates/rest_framework/api.html +3 -0
  13. nautobot/core/testing/api.py +3 -1
  14. nautobot/core/testing/integration.py +64 -0
  15. nautobot/core/testing/views.py +48 -31
  16. nautobot/core/tests/integration/test_app_navbar.py +3 -3
  17. nautobot/core/tests/integration/test_navbar.py +1 -1
  18. nautobot/core/tests/test_csv.py +3 -0
  19. nautobot/core/tests/test_utils.py +25 -5
  20. nautobot/core/utils/lookup.py +35 -0
  21. nautobot/core/views/generic.py +50 -39
  22. nautobot/core/views/mixins.py +97 -43
  23. nautobot/core/views/renderers.py +8 -5
  24. nautobot/dcim/choices.py +6 -0
  25. nautobot/dcim/tables/devices.py +5 -6
  26. nautobot/dcim/templates/dcim/controller_retrieve.html +1 -1
  27. nautobot/dcim/templates/dcim/device/base.html +1 -1
  28. nautobot/dcim/templates/dcim/device_component_add.html +8 -8
  29. nautobot/dcim/templates/dcim/virtualchassis_add_member.html +2 -2
  30. nautobot/dcim/templates/dcim/virtualchassis_edit.html +2 -2
  31. nautobot/dcim/tests/integration/test_create_device.py +86 -0
  32. nautobot/extras/group_sync.py +42 -0
  33. nautobot/extras/models/metadata.py +1 -0
  34. nautobot/extras/models/models.py +1 -1
  35. nautobot/extras/plugins/__init__.py +2 -1
  36. nautobot/extras/tables.py +1 -0
  37. nautobot/extras/templates/extras/inc/job_table.html +1 -1
  38. nautobot/extras/tests/test_relationships.py +1 -0
  39. nautobot/extras/tests/test_views.py +0 -2
  40. nautobot/extras/views.py +1 -2
  41. nautobot/ipam/factory.py +3 -0
  42. nautobot/ipam/filters.py +5 -0
  43. nautobot/ipam/forms.py +17 -0
  44. nautobot/ipam/models.py +2 -1
  45. nautobot/ipam/signals.py +2 -2
  46. nautobot/ipam/tables.py +6 -13
  47. nautobot/ipam/templates/ipam/ipaddress_assign.html +2 -2
  48. nautobot/ipam/templates/ipam/ipaddresstointerface_retrieve.html +1 -1
  49. nautobot/ipam/tests/test_models.py +113 -1
  50. nautobot/ipam/tests/test_views.py +39 -5
  51. nautobot/project-static/docs/404.html +10 -10
  52. nautobot/project-static/docs/additional-features/caching.html +1 -2
  53. nautobot/project-static/docs/additional-features/change-logging.html +1 -2
  54. nautobot/project-static/docs/additional-features/config-contexts.html +1 -2
  55. nautobot/project-static/docs/additional-features/healthcheck.html +1 -2
  56. nautobot/project-static/docs/additional-features/jobs.html +1 -2
  57. nautobot/project-static/docs/additional-features/prometheus-metrics.html +1 -2
  58. nautobot/project-static/docs/administration/celery-queues.html +1 -2
  59. nautobot/project-static/docs/administration/nautobot-server.html +1 -2
  60. nautobot/project-static/docs/administration/nautobot-shell.html +1 -2
  61. nautobot/project-static/docs/administration/permissions.html +1 -2
  62. nautobot/project-static/docs/administration/replicating-nautobot.html +1 -2
  63. nautobot/project-static/docs/apps/index.html +10 -10
  64. nautobot/project-static/docs/apps/migrating-jobs-from-nautobot-v1.html +1 -2
  65. nautobot/project-static/docs/apps/nautobot-apps.html +10 -10
  66. nautobot/project-static/docs/assets/stylesheets/main.6f8fc17f.min.css +1 -0
  67. nautobot/project-static/docs/assets/stylesheets/main.6f8fc17f.min.css.map +1 -0
  68. nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +10 -10
  69. nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +10 -10
  70. nautobot/project-static/docs/code-reference/nautobot/apps/api.html +10 -10
  71. nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +10 -10
  72. nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +10 -10
  73. nautobot/project-static/docs/code-reference/nautobot/apps/config.html +10 -10
  74. nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +10 -10
  75. nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +10 -10
  76. nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +10 -10
  77. nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +10 -10
  78. nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +10 -10
  79. nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +10 -10
  80. nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +10 -10
  81. nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +10 -10
  82. nautobot/project-static/docs/code-reference/nautobot/apps/models.html +10 -10
  83. nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +10 -10
  84. nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +10 -10
  85. nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +141 -16
  86. nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +185 -10
  87. nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +10 -10
  88. nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +10 -10
  89. nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +104 -10
  90. nautobot/project-static/docs/code-reference/nautobot/apps/views.html +14 -14
  91. nautobot/project-static/docs/configuration/authentication/ldap.html +1 -2
  92. nautobot/project-static/docs/configuration/authentication/remote.html +1 -2
  93. nautobot/project-static/docs/configuration/authentication/sso.html +1 -2
  94. nautobot/project-static/docs/configuration/index.html +1 -2
  95. nautobot/project-static/docs/configuration/optional-settings.html +1 -2
  96. nautobot/project-static/docs/configuration/required-settings.html +1 -2
  97. nautobot/project-static/docs/core-functionality/circuits.html +1 -2
  98. nautobot/project-static/docs/core-functionality/device-types.html +1 -2
  99. nautobot/project-static/docs/core-functionality/devices.html +1 -2
  100. nautobot/project-static/docs/core-functionality/ipam.html +1 -2
  101. nautobot/project-static/docs/core-functionality/power.html +1 -2
  102. nautobot/project-static/docs/core-functionality/secrets.html +1 -2
  103. nautobot/project-static/docs/core-functionality/services.html +1 -2
  104. nautobot/project-static/docs/core-functionality/sites-and-racks.html +1 -2
  105. nautobot/project-static/docs/core-functionality/tenancy.html +1 -2
  106. nautobot/project-static/docs/core-functionality/virtualization.html +1 -2
  107. nautobot/project-static/docs/core-functionality/vlans.html +1 -2
  108. nautobot/project-static/docs/development/application-registry.html +1 -2
  109. nautobot/project-static/docs/development/apps/api/configuration-view.html +10 -10
  110. nautobot/project-static/docs/development/apps/api/database-backend-config.html +10 -10
  111. nautobot/project-static/docs/development/apps/api/models/django-admin.html +10 -10
  112. nautobot/project-static/docs/development/apps/api/models/global-search.html +10 -10
  113. nautobot/project-static/docs/development/apps/api/models/graphql.html +10 -10
  114. nautobot/project-static/docs/development/apps/api/models/index.html +10 -10
  115. nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +10 -10
  116. nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +10 -10
  117. nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +10 -10
  118. nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +10 -10
  119. nautobot/project-static/docs/development/apps/api/platform-features/index.html +10 -10
  120. nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +10 -10
  121. nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +10 -10
  122. nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +10 -10
  123. nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +10 -10
  124. nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html +10 -10
  125. nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +10 -10
  126. nautobot/project-static/docs/development/apps/api/prometheus.html +10 -10
  127. nautobot/project-static/docs/development/apps/api/setup.html +10 -10
  128. nautobot/project-static/docs/development/apps/api/testing.html +10 -10
  129. nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +10 -10
  130. nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +10 -10
  131. nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +10 -10
  132. nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +10 -10
  133. nautobot/project-static/docs/development/apps/api/ui-extensions/object-detail-views.html +1 -2
  134. nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +10 -10
  135. nautobot/project-static/docs/development/apps/api/ui-extensions/tabs.html +1 -2
  136. nautobot/project-static/docs/development/apps/api/views/base-template.html +10 -10
  137. nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +10 -10
  138. nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +10 -10
  139. nautobot/project-static/docs/development/apps/api/views/help-documentation.html +10 -10
  140. nautobot/project-static/docs/development/apps/api/views/index.html +10 -10
  141. nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +10 -10
  142. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +10 -10
  143. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +10 -10
  144. nautobot/project-static/docs/development/apps/api/views/notes.html +10 -10
  145. nautobot/project-static/docs/development/apps/api/views/rest-api.html +10 -10
  146. nautobot/project-static/docs/development/apps/api/views/urls.html +10 -10
  147. nautobot/project-static/docs/development/apps/api/views/view-overrides.html +1 -2
  148. nautobot/project-static/docs/development/apps/index.html +10 -10
  149. nautobot/project-static/docs/development/apps/migration/code-updates.html +10 -10
  150. nautobot/project-static/docs/development/apps/migration/dependency-updates.html +10 -10
  151. nautobot/project-static/docs/development/apps/migration/from-v1.html +10 -10
  152. nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +10 -10
  153. nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +10 -10
  154. nautobot/project-static/docs/development/apps/migration/model-updates/global.html +10 -10
  155. nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +10 -10
  156. nautobot/project-static/docs/development/apps/porting-from-netbox.html +10 -10
  157. nautobot/project-static/docs/development/best-practices.html +1 -2
  158. nautobot/project-static/docs/development/core/application-registry.html +10 -10
  159. nautobot/project-static/docs/development/core/best-practices.html +10 -10
  160. nautobot/project-static/docs/development/core/bootstrap-ui.html +10 -10
  161. nautobot/project-static/docs/development/core/caching.html +10 -10
  162. nautobot/project-static/docs/development/core/controllers.html +10 -10
  163. nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +10 -10
  164. nautobot/project-static/docs/development/core/extending-models.html +1 -2
  165. nautobot/project-static/docs/development/core/generic-views.html +10 -10
  166. nautobot/project-static/docs/development/core/getting-started.html +10 -10
  167. nautobot/project-static/docs/development/core/homepage.html +10 -10
  168. nautobot/project-static/docs/development/core/index.html +10 -10
  169. nautobot/project-static/docs/development/core/model-checklist.html +10 -10
  170. nautobot/project-static/docs/development/core/model-features.html +10 -10
  171. nautobot/project-static/docs/development/core/natural-keys.html +10 -10
  172. nautobot/project-static/docs/development/core/navigation-menu.html +10 -10
  173. nautobot/project-static/docs/development/core/react-ui.html +1 -2
  174. nautobot/project-static/docs/development/core/release-checklist.html +10 -10
  175. nautobot/project-static/docs/development/core/role-internals.html +10 -10
  176. nautobot/project-static/docs/development/core/settings.html +10 -10
  177. nautobot/project-static/docs/development/core/style-guide.html +10 -10
  178. nautobot/project-static/docs/development/core/templates.html +10 -10
  179. nautobot/project-static/docs/development/core/testing.html +12 -12
  180. nautobot/project-static/docs/development/core/user-preferences.html +10 -10
  181. nautobot/project-static/docs/development/docker-compose-advanced-use-cases.html +1 -2
  182. nautobot/project-static/docs/development/extending-models.html +1 -2
  183. nautobot/project-static/docs/development/generic-views.html +1 -2
  184. nautobot/project-static/docs/development/getting-started.html +1 -2
  185. nautobot/project-static/docs/development/homepage.html +1 -2
  186. nautobot/project-static/docs/development/index.html +10 -10
  187. nautobot/project-static/docs/development/jobs/index.html +10 -10
  188. nautobot/project-static/docs/development/jobs/migration/from-v1.html +10 -10
  189. nautobot/project-static/docs/development/model-features.html +1 -2
  190. nautobot/project-static/docs/development/natural-keys.html +1 -2
  191. nautobot/project-static/docs/development/navigation-menu.html +1 -2
  192. nautobot/project-static/docs/development/react-ui.html +1 -2
  193. nautobot/project-static/docs/development/release-checklist.html +1 -2
  194. nautobot/project-static/docs/development/role-internals.html +1 -2
  195. nautobot/project-static/docs/development/style-guide.html +1 -2
  196. nautobot/project-static/docs/development/templates.html +1 -2
  197. nautobot/project-static/docs/development/testing.html +1 -2
  198. nautobot/project-static/docs/development/user-preferences.html +1 -2
  199. nautobot/project-static/docs/docker/index.html +1 -2
  200. nautobot/project-static/docs/index.html +10 -10
  201. nautobot/project-static/docs/installation/centos.html +1 -2
  202. nautobot/project-static/docs/installation/external-authentication.html +1 -2
  203. nautobot/project-static/docs/installation/http-server.html +1 -2
  204. nautobot/project-static/docs/installation/index.html +1 -2
  205. nautobot/project-static/docs/installation/migrating-from-netbox.html +1 -2
  206. nautobot/project-static/docs/installation/migrating-from-postgresql.html +1 -2
  207. nautobot/project-static/docs/installation/nautobot.html +1 -2
  208. nautobot/project-static/docs/installation/region-and-site-data-migration-guide.html +1 -2
  209. nautobot/project-static/docs/installation/selinux-troubleshooting.html +1 -2
  210. nautobot/project-static/docs/installation/services.html +1 -2
  211. nautobot/project-static/docs/installation/ubuntu.html +1 -2
  212. nautobot/project-static/docs/installation/upgrading-from-nautobot-v1.html +1 -2
  213. nautobot/project-static/docs/installation/upgrading.html +1 -2
  214. nautobot/project-static/docs/models/circuits/circuit.html +1 -2
  215. nautobot/project-static/docs/models/circuits/circuittermination.html +1 -2
  216. nautobot/project-static/docs/models/circuits/circuittype.html +1 -2
  217. nautobot/project-static/docs/models/circuits/provider.html +1 -2
  218. nautobot/project-static/docs/models/circuits/providernetwork.html +1 -2
  219. nautobot/project-static/docs/models/cloud/cloudaccount.html +1 -2
  220. nautobot/project-static/docs/models/cloud/cloudnetwork.html +1 -2
  221. nautobot/project-static/docs/models/cloud/cloudnetworkprefixassignment.html +1 -2
  222. nautobot/project-static/docs/models/cloud/cloudresourcetype.html +1 -2
  223. nautobot/project-static/docs/models/cloud/cloudservice.html +1 -2
  224. nautobot/project-static/docs/models/cloud/cloudservicenetworkassignment.html +1 -2
  225. nautobot/project-static/docs/models/dcim/cable.html +1 -2
  226. nautobot/project-static/docs/models/dcim/consoleport.html +1 -2
  227. nautobot/project-static/docs/models/dcim/consoleporttemplate.html +1 -2
  228. nautobot/project-static/docs/models/dcim/consoleserverport.html +1 -2
  229. nautobot/project-static/docs/models/dcim/consoleserverporttemplate.html +1 -2
  230. nautobot/project-static/docs/models/dcim/controller.html +1 -2
  231. nautobot/project-static/docs/models/dcim/controllermanageddevicegroup.html +1 -2
  232. nautobot/project-static/docs/models/dcim/device.html +1 -2
  233. nautobot/project-static/docs/models/dcim/devicebay.html +1 -2
  234. nautobot/project-static/docs/models/dcim/devicebaytemplate.html +1 -2
  235. nautobot/project-static/docs/models/dcim/devicefamily.html +1 -2
  236. nautobot/project-static/docs/models/dcim/deviceredundancygroup.html +1 -2
  237. nautobot/project-static/docs/models/dcim/devicetype.html +1 -2
  238. nautobot/project-static/docs/models/dcim/frontport.html +1 -2
  239. nautobot/project-static/docs/models/dcim/frontporttemplate.html +1 -2
  240. nautobot/project-static/docs/models/dcim/interface.html +1 -2
  241. nautobot/project-static/docs/models/dcim/interfacetemplate.html +1 -2
  242. nautobot/project-static/docs/models/dcim/inventoryitem.html +1 -2
  243. nautobot/project-static/docs/models/dcim/location.html +1 -2
  244. nautobot/project-static/docs/models/dcim/locationtype.html +1 -2
  245. nautobot/project-static/docs/models/dcim/manufacturer.html +1 -2
  246. nautobot/project-static/docs/models/dcim/module.html +1 -2
  247. nautobot/project-static/docs/models/dcim/modulebay.html +1 -2
  248. nautobot/project-static/docs/models/dcim/modulebaytemplate.html +1 -2
  249. nautobot/project-static/docs/models/dcim/moduletype.html +1 -2
  250. nautobot/project-static/docs/models/dcim/platform.html +1 -2
  251. nautobot/project-static/docs/models/dcim/powerfeed.html +1 -2
  252. nautobot/project-static/docs/models/dcim/poweroutlet.html +1 -2
  253. nautobot/project-static/docs/models/dcim/poweroutlettemplate.html +1 -2
  254. nautobot/project-static/docs/models/dcim/powerpanel.html +1 -2
  255. nautobot/project-static/docs/models/dcim/powerport.html +1 -2
  256. nautobot/project-static/docs/models/dcim/powerporttemplate.html +1 -2
  257. nautobot/project-static/docs/models/dcim/rack.html +1 -2
  258. nautobot/project-static/docs/models/dcim/rackgroup.html +1 -2
  259. nautobot/project-static/docs/models/dcim/rackreservation.html +1 -2
  260. nautobot/project-static/docs/models/dcim/rearport.html +1 -2
  261. nautobot/project-static/docs/models/dcim/rearporttemplate.html +1 -2
  262. nautobot/project-static/docs/models/dcim/softwareimagefile.html +1 -2
  263. nautobot/project-static/docs/models/dcim/softwareversion.html +1 -2
  264. nautobot/project-static/docs/models/dcim/virtualchassis.html +1 -2
  265. nautobot/project-static/docs/models/extras/computedfield.html +1 -2
  266. nautobot/project-static/docs/models/extras/configcontext.html +1 -2
  267. nautobot/project-static/docs/models/extras/configcontextschema.html +1 -2
  268. nautobot/project-static/docs/models/extras/contact.html +1 -2
  269. nautobot/project-static/docs/models/extras/customfield.html +1 -2
  270. nautobot/project-static/docs/models/extras/customlink.html +1 -2
  271. nautobot/project-static/docs/models/extras/dynamicgroup.html +1 -2
  272. nautobot/project-static/docs/models/extras/exporttemplate.html +1 -2
  273. nautobot/project-static/docs/models/extras/gitrepository.html +1 -2
  274. nautobot/project-static/docs/models/extras/jobhook.html +1 -2
  275. nautobot/project-static/docs/models/extras/joblogentry.html +1 -2
  276. nautobot/project-static/docs/models/extras/jobresult.html +1 -2
  277. nautobot/project-static/docs/models/extras/metadatachoice.html +1 -2
  278. nautobot/project-static/docs/models/extras/metadatatype.html +1 -2
  279. nautobot/project-static/docs/models/extras/objectmetadata.html +1 -2
  280. nautobot/project-static/docs/models/extras/role.html +1 -2
  281. nautobot/project-static/docs/models/extras/savedview.html +1 -2
  282. nautobot/project-static/docs/models/extras/secret.html +1 -2
  283. nautobot/project-static/docs/models/extras/secretsgroup.html +1 -2
  284. nautobot/project-static/docs/models/extras/staticgroupassociation.html +1 -2
  285. nautobot/project-static/docs/models/extras/status.html +1 -2
  286. nautobot/project-static/docs/models/extras/team.html +1 -2
  287. nautobot/project-static/docs/models/ipam/ipaddress.html +1 -2
  288. nautobot/project-static/docs/models/ipam/prefix.html +1 -2
  289. nautobot/project-static/docs/models/ipam/rir.html +1 -2
  290. nautobot/project-static/docs/models/ipam/routetarget.html +1 -2
  291. nautobot/project-static/docs/models/ipam/service.html +1 -2
  292. nautobot/project-static/docs/models/ipam/vlan.html +1 -2
  293. nautobot/project-static/docs/models/ipam/vlangroup.html +1 -2
  294. nautobot/project-static/docs/models/ipam/vrf.html +1 -2
  295. nautobot/project-static/docs/models/tenancy/tenant.html +1 -2
  296. nautobot/project-static/docs/models/tenancy/tenantgroup.html +1 -2
  297. nautobot/project-static/docs/models/virtualization/cluster.html +1 -2
  298. nautobot/project-static/docs/models/virtualization/clustergroup.html +1 -2
  299. nautobot/project-static/docs/models/virtualization/clustertype.html +1 -2
  300. nautobot/project-static/docs/models/virtualization/virtualmachine.html +1 -2
  301. nautobot/project-static/docs/models/virtualization/vminterface.html +1 -2
  302. nautobot/project-static/docs/objects.inv +0 -0
  303. nautobot/project-static/docs/overview/application_stack.html +10 -10
  304. nautobot/project-static/docs/overview/design_philosophy.html +10 -10
  305. nautobot/project-static/docs/overview/index.html +1 -2
  306. nautobot/project-static/docs/plugins/development.html +1 -2
  307. nautobot/project-static/docs/plugins/index.html +1 -2
  308. nautobot/project-static/docs/plugins/porting-from-netbox.html +1 -2
  309. nautobot/project-static/docs/release-notes/index.html +15 -15
  310. nautobot/project-static/docs/release-notes/version-1.0.html +10 -10
  311. nautobot/project-static/docs/release-notes/version-1.1.html +10 -10
  312. nautobot/project-static/docs/release-notes/version-1.2.html +10 -10
  313. nautobot/project-static/docs/release-notes/version-1.3.html +10 -10
  314. nautobot/project-static/docs/release-notes/version-1.4.html +10 -10
  315. nautobot/project-static/docs/release-notes/version-1.5.html +10 -10
  316. nautobot/project-static/docs/release-notes/version-1.6.html +10 -10
  317. nautobot/project-static/docs/release-notes/version-2.0.html +10 -10
  318. nautobot/project-static/docs/release-notes/version-2.1.html +10 -10
  319. nautobot/project-static/docs/release-notes/version-2.2.html +10 -10
  320. nautobot/project-static/docs/release-notes/version-2.3.html +491 -182
  321. nautobot/project-static/docs/requirements.txt +2 -2
  322. nautobot/project-static/docs/rest-api/overview.html +1 -2
  323. nautobot/project-static/docs/search/search_index.json +1 -1
  324. nautobot/project-static/docs/sitemap.xml +270 -270
  325. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  326. nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +10 -10
  327. nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +10 -10
  328. nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +65 -12
  329. nautobot/project-static/docs/user-guide/administration/configuration/index.html +10 -10
  330. nautobot/project-static/docs/user-guide/administration/configuration/node-configuration.html +1 -2
  331. nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +1 -2
  332. nautobot/project-static/docs/user-guide/administration/configuration/redis.html +10 -10
  333. nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +1 -2
  334. nautobot/project-static/docs/user-guide/administration/configuration/settings.html +122 -10
  335. nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +10 -10
  336. nautobot/project-static/docs/user-guide/administration/guides/caching.html +1 -2
  337. nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +10 -10
  338. nautobot/project-static/docs/user-guide/administration/guides/docker.html +10 -10
  339. nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +10 -10
  340. nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +1 -2
  341. nautobot/project-static/docs/user-guide/administration/guides/permissions.html +10 -10
  342. nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +10 -10
  343. nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +10 -10
  344. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +49 -10
  345. nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +10 -10
  346. nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +10 -10
  347. nautobot/project-static/docs/user-guide/administration/installation/app-install.html +10 -10
  348. nautobot/project-static/docs/user-guide/administration/installation/docker.html +1 -2
  349. nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +10 -10
  350. nautobot/project-static/docs/user-guide/administration/installation/health-checks.html +1 -2
  351. nautobot/project-static/docs/user-guide/administration/installation/http-server.html +10 -10
  352. nautobot/project-static/docs/user-guide/administration/installation/index.html +10 -10
  353. nautobot/project-static/docs/user-guide/administration/installation/install_system.html +10 -10
  354. nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +10 -10
  355. nautobot/project-static/docs/user-guide/administration/installation/selinux-troubleshooting.html +1 -2
  356. nautobot/project-static/docs/user-guide/administration/installation/services.html +10 -10
  357. nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +1 -2
  358. nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +1 -2
  359. nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +1 -2
  360. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +10 -10
  361. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +10 -10
  362. nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +10 -10
  363. nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +10 -10
  364. nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +10 -10
  365. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +10 -10
  366. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +10 -10
  367. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +10 -10
  368. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +10 -10
  369. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +10 -10
  370. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +10 -10
  371. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +10 -10
  372. nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +10 -10
  373. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +10 -10
  374. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +10 -10
  375. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +10 -10
  376. nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +10 -10
  377. nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +10 -10
  378. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +10 -10
  379. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +10 -10
  380. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +10 -10
  381. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +10 -10
  382. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +10 -10
  383. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +10 -10
  384. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +10 -10
  385. nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +10 -10
  386. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +10 -10
  387. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +10 -10
  388. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +10 -10
  389. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +10 -10
  390. nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +10 -10
  391. nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +10 -10
  392. nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +10 -10
  393. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +10 -10
  394. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +10 -10
  395. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +10 -10
  396. nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +10 -10
  397. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +10 -10
  398. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +10 -10
  399. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +10 -10
  400. nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +10 -10
  401. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +10 -10
  402. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +10 -10
  403. nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +10 -10
  404. nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +10 -10
  405. nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +10 -10
  406. nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +10 -10
  407. nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +10 -10
  408. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +10 -10
  409. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +10 -10
  410. nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +10 -10
  411. nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +10 -10
  412. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +10 -10
  413. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +10 -10
  414. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +10 -10
  415. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +10 -10
  416. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +10 -10
  417. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +10 -10
  418. nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +10 -10
  419. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +10 -10
  420. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +10 -10
  421. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +10 -10
  422. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +10 -10
  423. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +10 -10
  424. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +10 -10
  425. nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +10 -10
  426. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +10 -10
  427. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +10 -10
  428. nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +10 -10
  429. nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +10 -10
  430. nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +10 -10
  431. nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +10 -10
  432. nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +10 -10
  433. nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +10 -10
  434. nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +10 -10
  435. nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +10 -10
  436. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +10 -10
  437. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +10 -10
  438. nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +10 -10
  439. nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +10 -10
  440. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +10 -10
  441. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +10 -10
  442. nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +10 -10
  443. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +10 -10
  444. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +10 -10
  445. nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +10 -10
  446. nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +10 -10
  447. nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +10 -10
  448. nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +10 -10
  449. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +10 -10
  450. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +10 -10
  451. nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +10 -10
  452. nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +10 -10
  453. nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +10 -10
  454. nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +10 -10
  455. nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +10 -10
  456. nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +10 -10
  457. nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +10 -10
  458. nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +10 -10
  459. nautobot/project-static/docs/user-guide/feature-guides/graphql.html +10 -10
  460. nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +10 -10
  461. nautobot/project-static/docs/user-guide/feature-guides/relationships.html +10 -10
  462. nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +10 -10
  463. nautobot/project-static/docs/user-guide/index.html +10 -10
  464. nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +10 -10
  465. nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +10 -10
  466. nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +10 -10
  467. nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +10 -10
  468. nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +10 -10
  469. nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +10 -10
  470. nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +10 -10
  471. nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +10 -10
  472. nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +10 -10
  473. nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +10 -10
  474. nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +10 -10
  475. nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +10 -10
  476. nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +10 -10
  477. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +10 -10
  478. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +10 -10
  479. nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +10 -10
  480. nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +10 -10
  481. nautobot/project-static/docs/user-guide/platform-functionality/note.html +10 -10
  482. nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +10 -10
  483. nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +10 -10
  484. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +10 -10
  485. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +10 -10
  486. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +10 -10
  487. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +10 -10
  488. nautobot/project-static/docs/user-guide/platform-functionality/role.html +10 -10
  489. nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +10 -10
  490. nautobot/project-static/docs/user-guide/platform-functionality/secret.html +10 -10
  491. nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +10 -10
  492. nautobot/project-static/docs/user-guide/platform-functionality/status.html +10 -10
  493. nautobot/project-static/docs/user-guide/platform-functionality/tag.html +10 -10
  494. nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +10 -10
  495. nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +10 -10
  496. nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +10 -10
  497. nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +10 -10
  498. nautobot/project-static/docs/user-guides/custom-fields.html +1 -2
  499. nautobot/project-static/docs/user-guides/getting-started/creating-devices.html +1 -2
  500. nautobot/project-static/docs/user-guides/getting-started/index.html +1 -2
  501. nautobot/project-static/docs/user-guides/getting-started/interfaces.html +1 -2
  502. nautobot/project-static/docs/user-guides/getting-started/ipam.html +1 -2
  503. nautobot/project-static/docs/user-guides/getting-started/platforms.html +1 -2
  504. nautobot/project-static/docs/user-guides/getting-started/search-bar.html +1 -2
  505. nautobot/project-static/docs/user-guides/getting-started/tenants.html +1 -2
  506. nautobot/project-static/docs/user-guides/getting-started/vlans-and-vlan-groups.html +1 -2
  507. nautobot/project-static/docs/user-guides/git-data-source.html +1 -2
  508. nautobot/project-static/docs/user-guides/graphql.html +1 -2
  509. nautobot/project-static/docs/user-guides/ip-address-merge-tool.html +1 -2
  510. nautobot/project-static/docs/user-guides/relationships.html +1 -2
  511. nautobot/project-static/docs/user-guides/s3-django-storage.html +1 -2
  512. nautobot/project-static/js/forms.js +10 -0
  513. nautobot/virtualization/forms.py +24 -0
  514. nautobot/virtualization/templates/virtualization/vminterface.html +4 -0
  515. nautobot/virtualization/templates/virtualization/vminterface_edit.html +1 -0
  516. nautobot/virtualization/tests/test_views.py +7 -2
  517. {nautobot-2.3.10.dist-info → nautobot-2.3.12.dist-info}/METADATA +2 -2
  518. {nautobot-2.3.10.dist-info → nautobot-2.3.12.dist-info}/RECORD +522 -520
  519. nautobot/project-static/docs/assets/stylesheets/main.0253249f.min.css +0 -1
  520. nautobot/project-static/docs/assets/stylesheets/main.0253249f.min.css.map +0 -1
  521. {nautobot-2.3.10.dist-info → nautobot-2.3.12.dist-info}/LICENSE.txt +0 -0
  522. {nautobot-2.3.10.dist-info → nautobot-2.3.12.dist-info}/NOTICE +0 -0
  523. {nautobot-2.3.10.dist-info → nautobot-2.3.12.dist-info}/WHEEL +0 -0
  524. {nautobot-2.3.10.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,126 @@
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
+
8317
+ </li>
8318
+
8319
+ <li class="md-nav__item">
8320
+ <a href="#v2311-2024-11-12" class="md-nav__link">
8321
+ <span class="md-ellipsis">
8322
+ v2.3.11 (2024-11-12)
8323
+ </span>
8324
+ </a>
8325
+
8326
+ <nav class="md-nav" aria-label="v2.3.11 (2024-11-12)">
8327
+ <ul class="md-nav__list">
8328
+
8329
+ <li class="md-nav__item">
8330
+ <a href="#added_2" class="md-nav__link">
8331
+ <span class="md-ellipsis">
8332
+ Added
8333
+ </span>
8334
+ </a>
8335
+
8336
+ </li>
8337
+
8338
+ <li class="md-nav__item">
8339
+ <a href="#changed_1" class="md-nav__link">
8340
+ <span class="md-ellipsis">
8341
+ Changed
8342
+ </span>
8343
+ </a>
8344
+
8345
+ </li>
8346
+
8347
+ <li class="md-nav__item">
8348
+ <a href="#fixed_1" class="md-nav__link">
8349
+ <span class="md-ellipsis">
8350
+ Fixed
8351
+ </span>
8352
+ </a>
8353
+
8354
+ </li>
8355
+
8356
+ <li class="md-nav__item">
8357
+ <a href="#documentation_1" class="md-nav__link">
8358
+ <span class="md-ellipsis">
8359
+ Documentation
8360
+ </span>
8361
+ </a>
8362
+
8363
+ </li>
8364
+
8365
+ <li class="md-nav__item">
8366
+ <a href="#housekeeping_1" class="md-nav__link">
8367
+ <span class="md-ellipsis">
8368
+ Housekeeping
8369
+ </span>
8370
+ </a>
8371
+
8372
+ </li>
8373
+
8374
+ </ul>
8375
+ </nav>
8376
+
8257
8377
  </li>
8258
8378
 
8259
8379
  <li class="md-nav__item">
@@ -8267,7 +8387,7 @@
8267
8387
  <ul class="md-nav__list">
8268
8388
 
8269
8389
  <li class="md-nav__item">
8270
- <a href="#added_1" class="md-nav__link">
8390
+ <a href="#added_3" class="md-nav__link">
8271
8391
  <span class="md-ellipsis">
8272
8392
  Added
8273
8393
  </span>
@@ -8276,7 +8396,7 @@
8276
8396
  </li>
8277
8397
 
8278
8398
  <li class="md-nav__item">
8279
- <a href="#changed_1" class="md-nav__link">
8399
+ <a href="#changed_2" class="md-nav__link">
8280
8400
  <span class="md-ellipsis">
8281
8401
  Changed
8282
8402
  </span>
@@ -8285,7 +8405,7 @@
8285
8405
  </li>
8286
8406
 
8287
8407
  <li class="md-nav__item">
8288
- <a href="#fixed" class="md-nav__link">
8408
+ <a href="#fixed_2" class="md-nav__link">
8289
8409
  <span class="md-ellipsis">
8290
8410
  Fixed
8291
8411
  </span>
@@ -8294,7 +8414,7 @@
8294
8414
  </li>
8295
8415
 
8296
8416
  <li class="md-nav__item">
8297
- <a href="#dependencies_1" class="md-nav__link">
8417
+ <a href="#dependencies_2" class="md-nav__link">
8298
8418
  <span class="md-ellipsis">
8299
8419
  Dependencies
8300
8420
  </span>
@@ -8303,7 +8423,7 @@
8303
8423
  </li>
8304
8424
 
8305
8425
  <li class="md-nav__item">
8306
- <a href="#housekeeping" class="md-nav__link">
8426
+ <a href="#housekeeping_2" class="md-nav__link">
8307
8427
  <span class="md-ellipsis">
8308
8428
  Housekeeping
8309
8429
  </span>
@@ -8327,7 +8447,7 @@
8327
8447
  <ul class="md-nav__list">
8328
8448
 
8329
8449
  <li class="md-nav__item">
8330
- <a href="#added_2" class="md-nav__link">
8450
+ <a href="#added_4" class="md-nav__link">
8331
8451
  <span class="md-ellipsis">
8332
8452
  Added
8333
8453
  </span>
@@ -8336,7 +8456,7 @@
8336
8456
  </li>
8337
8457
 
8338
8458
  <li class="md-nav__item">
8339
- <a href="#changed_2" class="md-nav__link">
8459
+ <a href="#changed_3" class="md-nav__link">
8340
8460
  <span class="md-ellipsis">
8341
8461
  Changed
8342
8462
  </span>
@@ -8345,7 +8465,7 @@
8345
8465
  </li>
8346
8466
 
8347
8467
  <li class="md-nav__item">
8348
- <a href="#fixed_1" class="md-nav__link">
8468
+ <a href="#fixed_3" class="md-nav__link">
8349
8469
  <span class="md-ellipsis">
8350
8470
  Fixed
8351
8471
  </span>
@@ -8354,7 +8474,7 @@
8354
8474
  </li>
8355
8475
 
8356
8476
  <li class="md-nav__item">
8357
- <a href="#dependencies_2" class="md-nav__link">
8477
+ <a href="#dependencies_3" class="md-nav__link">
8358
8478
  <span class="md-ellipsis">
8359
8479
  Dependencies
8360
8480
  </span>
@@ -8363,7 +8483,7 @@
8363
8483
  </li>
8364
8484
 
8365
8485
  <li class="md-nav__item">
8366
- <a href="#housekeeping_1" class="md-nav__link">
8486
+ <a href="#housekeeping_3" class="md-nav__link">
8367
8487
  <span class="md-ellipsis">
8368
8488
  Housekeeping
8369
8489
  </span>
@@ -8387,7 +8507,7 @@
8387
8507
  <ul class="md-nav__list">
8388
8508
 
8389
8509
  <li class="md-nav__item">
8390
- <a href="#fixed_2" class="md-nav__link">
8510
+ <a href="#fixed_4" class="md-nav__link">
8391
8511
  <span class="md-ellipsis">
8392
8512
  Fixed
8393
8513
  </span>
@@ -8411,7 +8531,7 @@
8411
8531
  <ul class="md-nav__list">
8412
8532
 
8413
8533
  <li class="md-nav__item">
8414
- <a href="#added_3" class="md-nav__link">
8534
+ <a href="#added_5" class="md-nav__link">
8415
8535
  <span class="md-ellipsis">
8416
8536
  Added
8417
8537
  </span>
@@ -8420,7 +8540,7 @@
8420
8540
  </li>
8421
8541
 
8422
8542
  <li class="md-nav__item">
8423
- <a href="#changed_3" class="md-nav__link">
8543
+ <a href="#changed_4" class="md-nav__link">
8424
8544
  <span class="md-ellipsis">
8425
8545
  Changed
8426
8546
  </span>
@@ -8429,7 +8549,7 @@
8429
8549
  </li>
8430
8550
 
8431
8551
  <li class="md-nav__item">
8432
- <a href="#fixed_3" class="md-nav__link">
8552
+ <a href="#fixed_5" class="md-nav__link">
8433
8553
  <span class="md-ellipsis">
8434
8554
  Fixed
8435
8555
  </span>
@@ -8438,7 +8558,7 @@
8438
8558
  </li>
8439
8559
 
8440
8560
  <li class="md-nav__item">
8441
- <a href="#dependencies_3" class="md-nav__link">
8561
+ <a href="#dependencies_4" class="md-nav__link">
8442
8562
  <span class="md-ellipsis">
8443
8563
  Dependencies
8444
8564
  </span>
@@ -8447,7 +8567,7 @@
8447
8567
  </li>
8448
8568
 
8449
8569
  <li class="md-nav__item">
8450
- <a href="#housekeeping_2" class="md-nav__link">
8570
+ <a href="#housekeeping_4" class="md-nav__link">
8451
8571
  <span class="md-ellipsis">
8452
8572
  Housekeeping
8453
8573
  </span>
@@ -8471,7 +8591,7 @@
8471
8591
  <ul class="md-nav__list">
8472
8592
 
8473
8593
  <li class="md-nav__item">
8474
- <a href="#added_4" class="md-nav__link">
8594
+ <a href="#added_6" class="md-nav__link">
8475
8595
  <span class="md-ellipsis">
8476
8596
  Added
8477
8597
  </span>
@@ -8480,7 +8600,7 @@
8480
8600
  </li>
8481
8601
 
8482
8602
  <li class="md-nav__item">
8483
- <a href="#fixed_4" class="md-nav__link">
8603
+ <a href="#fixed_6" class="md-nav__link">
8484
8604
  <span class="md-ellipsis">
8485
8605
  Fixed
8486
8606
  </span>
@@ -8489,7 +8609,7 @@
8489
8609
  </li>
8490
8610
 
8491
8611
  <li class="md-nav__item">
8492
- <a href="#documentation" class="md-nav__link">
8612
+ <a href="#documentation_2" class="md-nav__link">
8493
8613
  <span class="md-ellipsis">
8494
8614
  Documentation
8495
8615
  </span>
@@ -8498,7 +8618,7 @@
8498
8618
  </li>
8499
8619
 
8500
8620
  <li class="md-nav__item">
8501
- <a href="#housekeeping_3" class="md-nav__link">
8621
+ <a href="#housekeeping_5" class="md-nav__link">
8502
8622
  <span class="md-ellipsis">
8503
8623
  Housekeeping
8504
8624
  </span>
@@ -8522,7 +8642,7 @@
8522
8642
  <ul class="md-nav__list">
8523
8643
 
8524
8644
  <li class="md-nav__item">
8525
- <a href="#added_5" class="md-nav__link">
8645
+ <a href="#added_7" class="md-nav__link">
8526
8646
  <span class="md-ellipsis">
8527
8647
  Added
8528
8648
  </span>
@@ -8531,7 +8651,7 @@
8531
8651
  </li>
8532
8652
 
8533
8653
  <li class="md-nav__item">
8534
- <a href="#changed_4" class="md-nav__link">
8654
+ <a href="#changed_5" class="md-nav__link">
8535
8655
  <span class="md-ellipsis">
8536
8656
  Changed
8537
8657
  </span>
@@ -8540,7 +8660,7 @@
8540
8660
  </li>
8541
8661
 
8542
8662
  <li class="md-nav__item">
8543
- <a href="#fixed_5" class="md-nav__link">
8663
+ <a href="#fixed_7" class="md-nav__link">
8544
8664
  <span class="md-ellipsis">
8545
8665
  Fixed
8546
8666
  </span>
@@ -8549,7 +8669,7 @@
8549
8669
  </li>
8550
8670
 
8551
8671
  <li class="md-nav__item">
8552
- <a href="#dependencies_4" class="md-nav__link">
8672
+ <a href="#dependencies_5" class="md-nav__link">
8553
8673
  <span class="md-ellipsis">
8554
8674
  Dependencies
8555
8675
  </span>
@@ -8558,7 +8678,7 @@
8558
8678
  </li>
8559
8679
 
8560
8680
  <li class="md-nav__item">
8561
- <a href="#documentation_1" class="md-nav__link">
8681
+ <a href="#documentation_3" class="md-nav__link">
8562
8682
  <span class="md-ellipsis">
8563
8683
  Documentation
8564
8684
  </span>
@@ -8567,7 +8687,7 @@
8567
8687
  </li>
8568
8688
 
8569
8689
  <li class="md-nav__item">
8570
- <a href="#housekeeping_4" class="md-nav__link">
8690
+ <a href="#housekeeping_6" class="md-nav__link">
8571
8691
  <span class="md-ellipsis">
8572
8692
  Housekeeping
8573
8693
  </span>
@@ -8591,7 +8711,7 @@
8591
8711
  <ul class="md-nav__list">
8592
8712
 
8593
8713
  <li class="md-nav__item">
8594
- <a href="#added_6" class="md-nav__link">
8714
+ <a href="#added_8" class="md-nav__link">
8595
8715
  <span class="md-ellipsis">
8596
8716
  Added
8597
8717
  </span>
@@ -8600,7 +8720,7 @@
8600
8720
  </li>
8601
8721
 
8602
8722
  <li class="md-nav__item">
8603
- <a href="#changed_5" class="md-nav__link">
8723
+ <a href="#changed_6" class="md-nav__link">
8604
8724
  <span class="md-ellipsis">
8605
8725
  Changed
8606
8726
  </span>
@@ -8609,7 +8729,7 @@
8609
8729
  </li>
8610
8730
 
8611
8731
  <li class="md-nav__item">
8612
- <a href="#fixed_6" class="md-nav__link">
8732
+ <a href="#fixed_8" class="md-nav__link">
8613
8733
  <span class="md-ellipsis">
8614
8734
  Fixed
8615
8735
  </span>
@@ -8618,7 +8738,7 @@
8618
8738
  </li>
8619
8739
 
8620
8740
  <li class="md-nav__item">
8621
- <a href="#documentation_2" class="md-nav__link">
8741
+ <a href="#documentation_4" class="md-nav__link">
8622
8742
  <span class="md-ellipsis">
8623
8743
  Documentation
8624
8744
  </span>
@@ -8627,7 +8747,7 @@
8627
8747
  </li>
8628
8748
 
8629
8749
  <li class="md-nav__item">
8630
- <a href="#housekeeping_5" class="md-nav__link">
8750
+ <a href="#housekeeping_7" class="md-nav__link">
8631
8751
  <span class="md-ellipsis">
8632
8752
  Housekeeping
8633
8753
  </span>
@@ -8660,7 +8780,7 @@
8660
8780
  </li>
8661
8781
 
8662
8782
  <li class="md-nav__item">
8663
- <a href="#fixed_7" class="md-nav__link">
8783
+ <a href="#fixed_9" class="md-nav__link">
8664
8784
  <span class="md-ellipsis">
8665
8785
  Fixed
8666
8786
  </span>
@@ -8669,7 +8789,7 @@
8669
8789
  </li>
8670
8790
 
8671
8791
  <li class="md-nav__item">
8672
- <a href="#dependencies_5" class="md-nav__link">
8792
+ <a href="#dependencies_6" class="md-nav__link">
8673
8793
  <span class="md-ellipsis">
8674
8794
  Dependencies
8675
8795
  </span>
@@ -8678,7 +8798,7 @@
8678
8798
  </li>
8679
8799
 
8680
8800
  <li class="md-nav__item">
8681
- <a href="#housekeeping_6" class="md-nav__link">
8801
+ <a href="#housekeeping_8" class="md-nav__link">
8682
8802
  <span class="md-ellipsis">
8683
8803
  Housekeeping
8684
8804
  </span>
@@ -8711,7 +8831,7 @@
8711
8831
  </li>
8712
8832
 
8713
8833
  <li class="md-nav__item">
8714
- <a href="#added_7" class="md-nav__link">
8834
+ <a href="#added_9" class="md-nav__link">
8715
8835
  <span class="md-ellipsis">
8716
8836
  Added
8717
8837
  </span>
@@ -8720,7 +8840,7 @@
8720
8840
  </li>
8721
8841
 
8722
8842
  <li class="md-nav__item">
8723
- <a href="#fixed_8" class="md-nav__link">
8843
+ <a href="#fixed_10" class="md-nav__link">
8724
8844
  <span class="md-ellipsis">
8725
8845
  Fixed
8726
8846
  </span>
@@ -8729,7 +8849,7 @@
8729
8849
  </li>
8730
8850
 
8731
8851
  <li class="md-nav__item">
8732
- <a href="#housekeeping_7" class="md-nav__link">
8852
+ <a href="#housekeeping_9" class="md-nav__link">
8733
8853
  <span class="md-ellipsis">
8734
8854
  Housekeeping
8735
8855
  </span>
@@ -8753,7 +8873,7 @@
8753
8873
  <ul class="md-nav__list">
8754
8874
 
8755
8875
  <li class="md-nav__item">
8756
- <a href="#added_8" class="md-nav__link">
8876
+ <a href="#added_10" class="md-nav__link">
8757
8877
  <span class="md-ellipsis">
8758
8878
  Added
8759
8879
  </span>
@@ -8762,7 +8882,7 @@
8762
8882
  </li>
8763
8883
 
8764
8884
  <li class="md-nav__item">
8765
- <a href="#changed_6" class="md-nav__link">
8885
+ <a href="#changed_7" class="md-nav__link">
8766
8886
  <span class="md-ellipsis">
8767
8887
  Changed
8768
8888
  </span>
@@ -8771,7 +8891,7 @@
8771
8891
  </li>
8772
8892
 
8773
8893
  <li class="md-nav__item">
8774
- <a href="#fixed_9" class="md-nav__link">
8894
+ <a href="#fixed_11" class="md-nav__link">
8775
8895
  <span class="md-ellipsis">
8776
8896
  Fixed
8777
8897
  </span>
@@ -8780,7 +8900,7 @@
8780
8900
  </li>
8781
8901
 
8782
8902
  <li class="md-nav__item">
8783
- <a href="#housekeeping_8" class="md-nav__link">
8903
+ <a href="#housekeeping_10" class="md-nav__link">
8784
8904
  <span class="md-ellipsis">
8785
8905
  Housekeeping
8786
8906
  </span>
@@ -8813,7 +8933,7 @@
8813
8933
  </li>
8814
8934
 
8815
8935
  <li class="md-nav__item">
8816
- <a href="#added_9" class="md-nav__link">
8936
+ <a href="#added_11" class="md-nav__link">
8817
8937
  <span class="md-ellipsis">
8818
8938
  Added
8819
8939
  </span>
@@ -8822,7 +8942,7 @@
8822
8942
  </li>
8823
8943
 
8824
8944
  <li class="md-nav__item">
8825
- <a href="#changed_7" class="md-nav__link">
8945
+ <a href="#changed_8" class="md-nav__link">
8826
8946
  <span class="md-ellipsis">
8827
8947
  Changed
8828
8948
  </span>
@@ -8840,7 +8960,7 @@
8840
8960
  </li>
8841
8961
 
8842
8962
  <li class="md-nav__item">
8843
- <a href="#fixed_10" class="md-nav__link">
8963
+ <a href="#fixed_12" class="md-nav__link">
8844
8964
  <span class="md-ellipsis">
8845
8965
  Fixed
8846
8966
  </span>
@@ -8849,7 +8969,7 @@
8849
8969
  </li>
8850
8970
 
8851
8971
  <li class="md-nav__item">
8852
- <a href="#documentation_3" class="md-nav__link">
8972
+ <a href="#documentation_5" class="md-nav__link">
8853
8973
  <span class="md-ellipsis">
8854
8974
  Documentation
8855
8975
  </span>
@@ -8858,7 +8978,7 @@
8858
8978
  </li>
8859
8979
 
8860
8980
  <li class="md-nav__item">
8861
- <a href="#housekeeping_9" class="md-nav__link">
8981
+ <a href="#housekeeping_11" class="md-nav__link">
8862
8982
  <span class="md-ellipsis">
8863
8983
  Housekeeping
8864
8984
  </span>
@@ -8891,7 +9011,7 @@
8891
9011
  </li>
8892
9012
 
8893
9013
  <li class="md-nav__item">
8894
- <a href="#added_10" class="md-nav__link">
9014
+ <a href="#added_12" class="md-nav__link">
8895
9015
  <span class="md-ellipsis">
8896
9016
  Added
8897
9017
  </span>
@@ -8900,7 +9020,7 @@
8900
9020
  </li>
8901
9021
 
8902
9022
  <li class="md-nav__item">
8903
- <a href="#changed_8" class="md-nav__link">
9023
+ <a href="#changed_9" class="md-nav__link">
8904
9024
  <span class="md-ellipsis">
8905
9025
  Changed
8906
9026
  </span>
@@ -8927,7 +9047,7 @@
8927
9047
  </li>
8928
9048
 
8929
9049
  <li class="md-nav__item">
8930
- <a href="#fixed_11" class="md-nav__link">
9050
+ <a href="#fixed_13" class="md-nav__link">
8931
9051
  <span class="md-ellipsis">
8932
9052
  Fixed
8933
9053
  </span>
@@ -8936,7 +9056,7 @@
8936
9056
  </li>
8937
9057
 
8938
9058
  <li class="md-nav__item">
8939
- <a href="#dependencies_6" class="md-nav__link">
9059
+ <a href="#dependencies_7" class="md-nav__link">
8940
9060
  <span class="md-ellipsis">
8941
9061
  Dependencies
8942
9062
  </span>
@@ -8945,7 +9065,7 @@
8945
9065
  </li>
8946
9066
 
8947
9067
  <li class="md-nav__item">
8948
- <a href="#documentation_4" class="md-nav__link">
9068
+ <a href="#documentation_6" class="md-nav__link">
8949
9069
  <span class="md-ellipsis">
8950
9070
  Documentation
8951
9071
  </span>
@@ -8954,7 +9074,7 @@
8954
9074
  </li>
8955
9075
 
8956
9076
  <li class="md-nav__item">
8957
- <a href="#housekeeping_10" class="md-nav__link">
9077
+ <a href="#housekeeping_12" class="md-nav__link">
8958
9078
  <span class="md-ellipsis">
8959
9079
  Housekeeping
8960
9080
  </span>
@@ -9768,13 +9888,13 @@
9768
9888
  </li>
9769
9889
 
9770
9890
  <li class="md-nav__item">
9771
- <a href="#v2310-2024-10-29" class="md-nav__link">
9891
+ <a href="#v2312-2024-11-25" class="md-nav__link">
9772
9892
  <span class="md-ellipsis">
9773
- v2.3.10 (2024-10-29)
9893
+ v2.3.12 (2024-11-25)
9774
9894
  </span>
9775
9895
  </a>
9776
9896
 
9777
- <nav class="md-nav" aria-label="v2.3.10 (2024-10-29)">
9897
+ <nav class="md-nav" aria-label="v2.3.12 (2024-11-25)">
9778
9898
  <ul class="md-nav__list">
9779
9899
 
9780
9900
  <li class="md-nav__item">
@@ -9787,27 +9907,27 @@
9787
9907
  </li>
9788
9908
 
9789
9909
  <li class="md-nav__item">
9790
- <a href="#changed_1" class="md-nav__link">
9910
+ <a href="#fixed" class="md-nav__link">
9791
9911
  <span class="md-ellipsis">
9792
- Changed
9912
+ Fixed
9793
9913
  </span>
9794
9914
  </a>
9795
9915
 
9796
9916
  </li>
9797
9917
 
9798
9918
  <li class="md-nav__item">
9799
- <a href="#fixed" class="md-nav__link">
9919
+ <a href="#dependencies_1" class="md-nav__link">
9800
9920
  <span class="md-ellipsis">
9801
- Fixed
9921
+ Dependencies
9802
9922
  </span>
9803
9923
  </a>
9804
9924
 
9805
9925
  </li>
9806
9926
 
9807
9927
  <li class="md-nav__item">
9808
- <a href="#dependencies_1" class="md-nav__link">
9928
+ <a href="#documentation" class="md-nav__link">
9809
9929
  <span class="md-ellipsis">
9810
- Dependencies
9930
+ Documentation
9811
9931
  </span>
9812
9932
  </a>
9813
9933
 
@@ -9828,13 +9948,13 @@
9828
9948
  </li>
9829
9949
 
9830
9950
  <li class="md-nav__item">
9831
- <a href="#v239-2024-10-28" class="md-nav__link">
9951
+ <a href="#v2311-2024-11-12" class="md-nav__link">
9832
9952
  <span class="md-ellipsis">
9833
- v2.3.9 (2024-10-28)
9953
+ v2.3.11 (2024-11-12)
9834
9954
  </span>
9835
9955
  </a>
9836
9956
 
9837
- <nav class="md-nav" aria-label="v2.3.9 (2024-10-28)">
9957
+ <nav class="md-nav" aria-label="v2.3.11 (2024-11-12)">
9838
9958
  <ul class="md-nav__list">
9839
9959
 
9840
9960
  <li class="md-nav__item">
@@ -9847,7 +9967,7 @@
9847
9967
  </li>
9848
9968
 
9849
9969
  <li class="md-nav__item">
9850
- <a href="#changed_2" class="md-nav__link">
9970
+ <a href="#changed_1" class="md-nav__link">
9851
9971
  <span class="md-ellipsis">
9852
9972
  Changed
9853
9973
  </span>
@@ -9865,9 +9985,9 @@
9865
9985
  </li>
9866
9986
 
9867
9987
  <li class="md-nav__item">
9868
- <a href="#dependencies_2" class="md-nav__link">
9988
+ <a href="#documentation_1" class="md-nav__link">
9869
9989
  <span class="md-ellipsis">
9870
- Dependencies
9990
+ Documentation
9871
9991
  </span>
9872
9992
  </a>
9873
9993
 
@@ -9888,41 +10008,77 @@
9888
10008
  </li>
9889
10009
 
9890
10010
  <li class="md-nav__item">
9891
- <a href="#v238-2024-10-18" class="md-nav__link">
10011
+ <a href="#v2310-2024-10-29" class="md-nav__link">
9892
10012
  <span class="md-ellipsis">
9893
- v2.3.8 (2024-10-18)
10013
+ v2.3.10 (2024-10-29)
9894
10014
  </span>
9895
10015
  </a>
9896
10016
 
9897
- <nav class="md-nav" aria-label="v2.3.8 (2024-10-18)">
10017
+ <nav class="md-nav" aria-label="v2.3.10 (2024-10-29)">
9898
10018
  <ul class="md-nav__list">
9899
10019
 
9900
10020
  <li class="md-nav__item">
9901
- <a href="#fixed_2" class="md-nav__link">
10021
+ <a href="#added_3" class="md-nav__link">
9902
10022
  <span class="md-ellipsis">
9903
- Fixed
10023
+ Added
9904
10024
  </span>
9905
10025
  </a>
9906
10026
 
9907
10027
  </li>
9908
10028
 
9909
- </ul>
9910
- </nav>
9911
-
9912
- </li>
9913
-
9914
- <li class="md-nav__item">
9915
- <a href="#v237-2024-10-15" class="md-nav__link">
10029
+ <li class="md-nav__item">
10030
+ <a href="#changed_2" class="md-nav__link">
9916
10031
  <span class="md-ellipsis">
9917
- v2.3.7 (2024-10-15)
10032
+ Changed
9918
10033
  </span>
9919
10034
  </a>
9920
10035
 
9921
- <nav class="md-nav" aria-label="v2.3.7 (2024-10-15)">
9922
- <ul class="md-nav__list">
10036
+ </li>
9923
10037
 
9924
10038
  <li class="md-nav__item">
9925
- <a href="#added_3" class="md-nav__link">
10039
+ <a href="#fixed_2" class="md-nav__link">
10040
+ <span class="md-ellipsis">
10041
+ Fixed
10042
+ </span>
10043
+ </a>
10044
+
10045
+ </li>
10046
+
10047
+ <li class="md-nav__item">
10048
+ <a href="#dependencies_2" class="md-nav__link">
10049
+ <span class="md-ellipsis">
10050
+ Dependencies
10051
+ </span>
10052
+ </a>
10053
+
10054
+ </li>
10055
+
10056
+ <li class="md-nav__item">
10057
+ <a href="#housekeeping_2" class="md-nav__link">
10058
+ <span class="md-ellipsis">
10059
+ Housekeeping
10060
+ </span>
10061
+ </a>
10062
+
10063
+ </li>
10064
+
10065
+ </ul>
10066
+ </nav>
10067
+
10068
+ </li>
10069
+
10070
+ <li class="md-nav__item">
10071
+ <a href="#v239-2024-10-28" class="md-nav__link">
10072
+ <span class="md-ellipsis">
10073
+ v2.3.9 (2024-10-28)
10074
+ </span>
10075
+ </a>
10076
+
10077
+ <nav class="md-nav" aria-label="v2.3.9 (2024-10-28)">
10078
+ <ul class="md-nav__list">
10079
+
10080
+ <li class="md-nav__item">
10081
+ <a href="#added_4" class="md-nav__link">
9926
10082
  <span class="md-ellipsis">
9927
10083
  Added
9928
10084
  </span>
@@ -9958,7 +10114,91 @@
9958
10114
  </li>
9959
10115
 
9960
10116
  <li class="md-nav__item">
9961
- <a href="#housekeeping_2" class="md-nav__link">
10117
+ <a href="#housekeeping_3" class="md-nav__link">
10118
+ <span class="md-ellipsis">
10119
+ Housekeeping
10120
+ </span>
10121
+ </a>
10122
+
10123
+ </li>
10124
+
10125
+ </ul>
10126
+ </nav>
10127
+
10128
+ </li>
10129
+
10130
+ <li class="md-nav__item">
10131
+ <a href="#v238-2024-10-18" class="md-nav__link">
10132
+ <span class="md-ellipsis">
10133
+ v2.3.8 (2024-10-18)
10134
+ </span>
10135
+ </a>
10136
+
10137
+ <nav class="md-nav" aria-label="v2.3.8 (2024-10-18)">
10138
+ <ul class="md-nav__list">
10139
+
10140
+ <li class="md-nav__item">
10141
+ <a href="#fixed_4" class="md-nav__link">
10142
+ <span class="md-ellipsis">
10143
+ Fixed
10144
+ </span>
10145
+ </a>
10146
+
10147
+ </li>
10148
+
10149
+ </ul>
10150
+ </nav>
10151
+
10152
+ </li>
10153
+
10154
+ <li class="md-nav__item">
10155
+ <a href="#v237-2024-10-15" class="md-nav__link">
10156
+ <span class="md-ellipsis">
10157
+ v2.3.7 (2024-10-15)
10158
+ </span>
10159
+ </a>
10160
+
10161
+ <nav class="md-nav" aria-label="v2.3.7 (2024-10-15)">
10162
+ <ul class="md-nav__list">
10163
+
10164
+ <li class="md-nav__item">
10165
+ <a href="#added_5" class="md-nav__link">
10166
+ <span class="md-ellipsis">
10167
+ Added
10168
+ </span>
10169
+ </a>
10170
+
10171
+ </li>
10172
+
10173
+ <li class="md-nav__item">
10174
+ <a href="#changed_4" class="md-nav__link">
10175
+ <span class="md-ellipsis">
10176
+ Changed
10177
+ </span>
10178
+ </a>
10179
+
10180
+ </li>
10181
+
10182
+ <li class="md-nav__item">
10183
+ <a href="#fixed_5" class="md-nav__link">
10184
+ <span class="md-ellipsis">
10185
+ Fixed
10186
+ </span>
10187
+ </a>
10188
+
10189
+ </li>
10190
+
10191
+ <li class="md-nav__item">
10192
+ <a href="#dependencies_4" class="md-nav__link">
10193
+ <span class="md-ellipsis">
10194
+ Dependencies
10195
+ </span>
10196
+ </a>
10197
+
10198
+ </li>
10199
+
10200
+ <li class="md-nav__item">
10201
+ <a href="#housekeeping_4" class="md-nav__link">
9962
10202
  <span class="md-ellipsis">
9963
10203
  Housekeeping
9964
10204
  </span>
@@ -9982,7 +10222,7 @@
9982
10222
  <ul class="md-nav__list">
9983
10223
 
9984
10224
  <li class="md-nav__item">
9985
- <a href="#added_4" class="md-nav__link">
10225
+ <a href="#added_6" class="md-nav__link">
9986
10226
  <span class="md-ellipsis">
9987
10227
  Added
9988
10228
  </span>
@@ -9991,7 +10231,7 @@
9991
10231
  </li>
9992
10232
 
9993
10233
  <li class="md-nav__item">
9994
- <a href="#fixed_4" class="md-nav__link">
10234
+ <a href="#fixed_6" class="md-nav__link">
9995
10235
  <span class="md-ellipsis">
9996
10236
  Fixed
9997
10237
  </span>
@@ -10000,7 +10240,7 @@
10000
10240
  </li>
10001
10241
 
10002
10242
  <li class="md-nav__item">
10003
- <a href="#documentation" class="md-nav__link">
10243
+ <a href="#documentation_2" class="md-nav__link">
10004
10244
  <span class="md-ellipsis">
10005
10245
  Documentation
10006
10246
  </span>
@@ -10009,7 +10249,7 @@
10009
10249
  </li>
10010
10250
 
10011
10251
  <li class="md-nav__item">
10012
- <a href="#housekeeping_3" class="md-nav__link">
10252
+ <a href="#housekeeping_5" class="md-nav__link">
10013
10253
  <span class="md-ellipsis">
10014
10254
  Housekeeping
10015
10255
  </span>
@@ -10033,7 +10273,7 @@
10033
10273
  <ul class="md-nav__list">
10034
10274
 
10035
10275
  <li class="md-nav__item">
10036
- <a href="#added_5" class="md-nav__link">
10276
+ <a href="#added_7" class="md-nav__link">
10037
10277
  <span class="md-ellipsis">
10038
10278
  Added
10039
10279
  </span>
@@ -10042,7 +10282,7 @@
10042
10282
  </li>
10043
10283
 
10044
10284
  <li class="md-nav__item">
10045
- <a href="#changed_4" class="md-nav__link">
10285
+ <a href="#changed_5" class="md-nav__link">
10046
10286
  <span class="md-ellipsis">
10047
10287
  Changed
10048
10288
  </span>
@@ -10051,7 +10291,7 @@
10051
10291
  </li>
10052
10292
 
10053
10293
  <li class="md-nav__item">
10054
- <a href="#fixed_5" class="md-nav__link">
10294
+ <a href="#fixed_7" class="md-nav__link">
10055
10295
  <span class="md-ellipsis">
10056
10296
  Fixed
10057
10297
  </span>
@@ -10060,7 +10300,7 @@
10060
10300
  </li>
10061
10301
 
10062
10302
  <li class="md-nav__item">
10063
- <a href="#dependencies_4" class="md-nav__link">
10303
+ <a href="#dependencies_5" class="md-nav__link">
10064
10304
  <span class="md-ellipsis">
10065
10305
  Dependencies
10066
10306
  </span>
@@ -10069,7 +10309,7 @@
10069
10309
  </li>
10070
10310
 
10071
10311
  <li class="md-nav__item">
10072
- <a href="#documentation_1" class="md-nav__link">
10312
+ <a href="#documentation_3" class="md-nav__link">
10073
10313
  <span class="md-ellipsis">
10074
10314
  Documentation
10075
10315
  </span>
@@ -10078,7 +10318,7 @@
10078
10318
  </li>
10079
10319
 
10080
10320
  <li class="md-nav__item">
10081
- <a href="#housekeeping_4" class="md-nav__link">
10321
+ <a href="#housekeeping_6" class="md-nav__link">
10082
10322
  <span class="md-ellipsis">
10083
10323
  Housekeeping
10084
10324
  </span>
@@ -10102,7 +10342,7 @@
10102
10342
  <ul class="md-nav__list">
10103
10343
 
10104
10344
  <li class="md-nav__item">
10105
- <a href="#added_6" class="md-nav__link">
10345
+ <a href="#added_8" class="md-nav__link">
10106
10346
  <span class="md-ellipsis">
10107
10347
  Added
10108
10348
  </span>
@@ -10111,7 +10351,7 @@
10111
10351
  </li>
10112
10352
 
10113
10353
  <li class="md-nav__item">
10114
- <a href="#changed_5" class="md-nav__link">
10354
+ <a href="#changed_6" class="md-nav__link">
10115
10355
  <span class="md-ellipsis">
10116
10356
  Changed
10117
10357
  </span>
@@ -10120,7 +10360,7 @@
10120
10360
  </li>
10121
10361
 
10122
10362
  <li class="md-nav__item">
10123
- <a href="#fixed_6" class="md-nav__link">
10363
+ <a href="#fixed_8" class="md-nav__link">
10124
10364
  <span class="md-ellipsis">
10125
10365
  Fixed
10126
10366
  </span>
@@ -10129,7 +10369,7 @@
10129
10369
  </li>
10130
10370
 
10131
10371
  <li class="md-nav__item">
10132
- <a href="#documentation_2" class="md-nav__link">
10372
+ <a href="#documentation_4" class="md-nav__link">
10133
10373
  <span class="md-ellipsis">
10134
10374
  Documentation
10135
10375
  </span>
@@ -10138,7 +10378,7 @@
10138
10378
  </li>
10139
10379
 
10140
10380
  <li class="md-nav__item">
10141
- <a href="#housekeeping_5" class="md-nav__link">
10381
+ <a href="#housekeeping_7" class="md-nav__link">
10142
10382
  <span class="md-ellipsis">
10143
10383
  Housekeeping
10144
10384
  </span>
@@ -10171,7 +10411,7 @@
10171
10411
  </li>
10172
10412
 
10173
10413
  <li class="md-nav__item">
10174
- <a href="#fixed_7" class="md-nav__link">
10414
+ <a href="#fixed_9" class="md-nav__link">
10175
10415
  <span class="md-ellipsis">
10176
10416
  Fixed
10177
10417
  </span>
@@ -10180,7 +10420,7 @@
10180
10420
  </li>
10181
10421
 
10182
10422
  <li class="md-nav__item">
10183
- <a href="#dependencies_5" class="md-nav__link">
10423
+ <a href="#dependencies_6" class="md-nav__link">
10184
10424
  <span class="md-ellipsis">
10185
10425
  Dependencies
10186
10426
  </span>
@@ -10189,7 +10429,7 @@
10189
10429
  </li>
10190
10430
 
10191
10431
  <li class="md-nav__item">
10192
- <a href="#housekeeping_6" class="md-nav__link">
10432
+ <a href="#housekeeping_8" class="md-nav__link">
10193
10433
  <span class="md-ellipsis">
10194
10434
  Housekeeping
10195
10435
  </span>
@@ -10222,7 +10462,7 @@
10222
10462
  </li>
10223
10463
 
10224
10464
  <li class="md-nav__item">
10225
- <a href="#added_7" class="md-nav__link">
10465
+ <a href="#added_9" class="md-nav__link">
10226
10466
  <span class="md-ellipsis">
10227
10467
  Added
10228
10468
  </span>
@@ -10231,7 +10471,7 @@
10231
10471
  </li>
10232
10472
 
10233
10473
  <li class="md-nav__item">
10234
- <a href="#fixed_8" class="md-nav__link">
10474
+ <a href="#fixed_10" class="md-nav__link">
10235
10475
  <span class="md-ellipsis">
10236
10476
  Fixed
10237
10477
  </span>
@@ -10240,7 +10480,7 @@
10240
10480
  </li>
10241
10481
 
10242
10482
  <li class="md-nav__item">
10243
- <a href="#housekeeping_7" class="md-nav__link">
10483
+ <a href="#housekeeping_9" class="md-nav__link">
10244
10484
  <span class="md-ellipsis">
10245
10485
  Housekeeping
10246
10486
  </span>
@@ -10264,7 +10504,7 @@
10264
10504
  <ul class="md-nav__list">
10265
10505
 
10266
10506
  <li class="md-nav__item">
10267
- <a href="#added_8" class="md-nav__link">
10507
+ <a href="#added_10" class="md-nav__link">
10268
10508
  <span class="md-ellipsis">
10269
10509
  Added
10270
10510
  </span>
@@ -10273,7 +10513,7 @@
10273
10513
  </li>
10274
10514
 
10275
10515
  <li class="md-nav__item">
10276
- <a href="#changed_6" class="md-nav__link">
10516
+ <a href="#changed_7" class="md-nav__link">
10277
10517
  <span class="md-ellipsis">
10278
10518
  Changed
10279
10519
  </span>
@@ -10282,7 +10522,7 @@
10282
10522
  </li>
10283
10523
 
10284
10524
  <li class="md-nav__item">
10285
- <a href="#fixed_9" class="md-nav__link">
10525
+ <a href="#fixed_11" class="md-nav__link">
10286
10526
  <span class="md-ellipsis">
10287
10527
  Fixed
10288
10528
  </span>
@@ -10291,7 +10531,7 @@
10291
10531
  </li>
10292
10532
 
10293
10533
  <li class="md-nav__item">
10294
- <a href="#housekeeping_8" class="md-nav__link">
10534
+ <a href="#housekeeping_10" class="md-nav__link">
10295
10535
  <span class="md-ellipsis">
10296
10536
  Housekeeping
10297
10537
  </span>
@@ -10324,7 +10564,7 @@
10324
10564
  </li>
10325
10565
 
10326
10566
  <li class="md-nav__item">
10327
- <a href="#added_9" class="md-nav__link">
10567
+ <a href="#added_11" class="md-nav__link">
10328
10568
  <span class="md-ellipsis">
10329
10569
  Added
10330
10570
  </span>
@@ -10333,7 +10573,7 @@
10333
10573
  </li>
10334
10574
 
10335
10575
  <li class="md-nav__item">
10336
- <a href="#changed_7" class="md-nav__link">
10576
+ <a href="#changed_8" class="md-nav__link">
10337
10577
  <span class="md-ellipsis">
10338
10578
  Changed
10339
10579
  </span>
@@ -10351,7 +10591,7 @@
10351
10591
  </li>
10352
10592
 
10353
10593
  <li class="md-nav__item">
10354
- <a href="#fixed_10" class="md-nav__link">
10594
+ <a href="#fixed_12" class="md-nav__link">
10355
10595
  <span class="md-ellipsis">
10356
10596
  Fixed
10357
10597
  </span>
@@ -10360,7 +10600,7 @@
10360
10600
  </li>
10361
10601
 
10362
10602
  <li class="md-nav__item">
10363
- <a href="#documentation_3" class="md-nav__link">
10603
+ <a href="#documentation_5" class="md-nav__link">
10364
10604
  <span class="md-ellipsis">
10365
10605
  Documentation
10366
10606
  </span>
@@ -10369,7 +10609,7 @@
10369
10609
  </li>
10370
10610
 
10371
10611
  <li class="md-nav__item">
10372
- <a href="#housekeeping_9" class="md-nav__link">
10612
+ <a href="#housekeeping_11" class="md-nav__link">
10373
10613
  <span class="md-ellipsis">
10374
10614
  Housekeeping
10375
10615
  </span>
@@ -10402,7 +10642,7 @@
10402
10642
  </li>
10403
10643
 
10404
10644
  <li class="md-nav__item">
10405
- <a href="#added_10" class="md-nav__link">
10645
+ <a href="#added_12" class="md-nav__link">
10406
10646
  <span class="md-ellipsis">
10407
10647
  Added
10408
10648
  </span>
@@ -10411,7 +10651,7 @@
10411
10651
  </li>
10412
10652
 
10413
10653
  <li class="md-nav__item">
10414
- <a href="#changed_8" class="md-nav__link">
10654
+ <a href="#changed_9" class="md-nav__link">
10415
10655
  <span class="md-ellipsis">
10416
10656
  Changed
10417
10657
  </span>
@@ -10438,7 +10678,7 @@
10438
10678
  </li>
10439
10679
 
10440
10680
  <li class="md-nav__item">
10441
- <a href="#fixed_11" class="md-nav__link">
10681
+ <a href="#fixed_13" class="md-nav__link">
10442
10682
  <span class="md-ellipsis">
10443
10683
  Fixed
10444
10684
  </span>
@@ -10447,7 +10687,7 @@
10447
10687
  </li>
10448
10688
 
10449
10689
  <li class="md-nav__item">
10450
- <a href="#dependencies_6" class="md-nav__link">
10690
+ <a href="#dependencies_7" class="md-nav__link">
10451
10691
  <span class="md-ellipsis">
10452
10692
  Dependencies
10453
10693
  </span>
@@ -10456,7 +10696,7 @@
10456
10696
  </li>
10457
10697
 
10458
10698
  <li class="md-nav__item">
10459
- <a href="#documentation_4" class="md-nav__link">
10699
+ <a href="#documentation_6" class="md-nav__link">
10460
10700
  <span class="md-ellipsis">
10461
10701
  Documentation
10462
10702
  </span>
@@ -10465,7 +10705,7 @@
10465
10705
  </li>
10466
10706
 
10467
10707
  <li class="md-nav__item">
10468
- <a href="#housekeeping_10" class="md-nav__link">
10708
+ <a href="#housekeeping_12" class="md-nav__link">
10469
10709
  <span class="md-ellipsis">
10470
10710
  Housekeeping
10471
10711
  </span>
@@ -10588,45 +10828,114 @@
10588
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>
10589
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>
10590
10830
  <!-- towncrier release notes start -->
10591
- <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>
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>
10592
10832
  <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
10593
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>
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>
10869
+ <li><a href="https://github.com/nautobot/nautobot/issues/6231">#6231</a> - Added optional <code>lookup</code> parameter to <code>LinkedCountColumn</code>.</li>
10870
+ </ul>
10871
+ <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
10872
+ <ul>
10873
+ <li><a href="https://github.com/nautobot/nautobot/issues/5321">#5321</a> - For bulk delete all objects view, only show the confirmation dialog without the table that shows the objects that would be deleted.</li>
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>
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>
10876
+ </ul>
10877
+ <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
10878
+ <ul>
10879
+ <li><a href="https://github.com/nautobot/nautobot/issues/6414">#6414</a> - Fixed layout bug in browsable REST API.</li>
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>
10881
+ <li><a href="https://github.com/nautobot/nautobot/issues/6453">#6453</a> - Fixed issue where interfaces cannot be removed/deleted from an Interface for Modules.</li>
10882
+ <li><a href="https://github.com/nautobot/nautobot/issues/6472">#6472</a> - Fixed incorrect placement of buttons in create and edit views.</li>
10883
+ <li><a href="https://github.com/nautobot/nautobot/issues/6472">#6472</a> - Fixed the panel width in multiple create and edit views.</li>
10884
+ <li><a href="https://github.com/nautobot/nautobot/issues/6490">#6490</a> - Added missing <code>vrf_count</code> column to Prefix table in PrefixListView.</li>
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>
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>
10887
+ </ul>
10888
+ <h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">&para;</a></h3>
10889
+ <ul>
10890
+ <li><a href="https://github.com/nautobot/nautobot/issues/6485">#6485</a> - Added additional clarification for enabling request profiling via user profile.</li>
10891
+ </ul>
10892
+ <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
10893
+ <ul>
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>
10895
+ <li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Fixed incorrect assertion in core navbar integration tests.</li>
10896
+ <li><a href="https://github.com/nautobot/nautobot/issues/6449">#6449</a> - Added helper functions to SeleniumTestCase to perform some common UI actions.</li>
10897
+ <li><a href="https://github.com/nautobot/nautobot/issues/6455">#6455</a> - Fixed two tests which always passed due to errors in their implementation. Ensured they provide value by checking against the correct results.</li>
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>
10899
+ </ul>
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>
10901
+ <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">&para;</a></h3>
10902
+ <ul>
10594
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>
10595
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>
10596
10905
  <li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added logging to JobResults for CustomField provisioning background tasks.</li>
10597
10906
  <li><a href="https://github.com/nautobot/nautobot/issues/6421">#6421</a> - Added more efficient database calls for most cases of bulk-provisioning CustomField data on model objects.</li>
10598
10907
  </ul>
10599
- <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
10908
+ <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
10600
10909
  <ul>
10601
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>
10602
10911
  </ul>
10603
- <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
10912
+ <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
10604
10913
  <ul>
10605
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>
10606
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>
10607
10916
  </ul>
10608
- <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>
10609
10918
  <ul>
10610
10919
  <li><a href="https://github.com/nautobot/nautobot/issues/6423">#6423</a> - Updated <code>mysqlclient</code> to <code>~2.2.5</code>.</li>
10611
10920
  </ul>
10612
- <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
10921
+ <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">&para;</a></h3>
10613
10922
  <ul>
10614
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>
10615
10924
  </ul>
10616
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>
10617
- <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
10926
+ <h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">&para;</a></h3>
10618
10927
  <ul>
10619
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>
10620
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>
10621
10930
  <li><a href="https://github.com/nautobot/nautobot/issues/6372">#6372</a> - Added environment variable support for setting <code>CSRF_TRUSTED_ORIGINS</code>.</li>
10622
10931
  </ul>
10623
- <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
10932
+ <h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">&para;</a></h3>
10624
10933
  <ul>
10625
10934
  <li><a href="https://github.com/nautobot/nautobot/issues/6336">#6336</a> - Enhanced <code>position</code> fields on ModuleBayCreate/UpdateForms to auto-populate their values from <code>name</code> fields.</li>
10626
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>
10627
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>
10628
10937
  </ul>
10629
- <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
10938
+ <h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
10630
10939
  <ul>
10631
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>
10632
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>
@@ -10635,16 +10944,16 @@
10635
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>
10636
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>
10637
10946
  </ul>
10638
- <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>
10639
10948
  <ul>
10640
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>
10641
10950
  </ul>
10642
- <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
10951
+ <h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">&para;</a></h3>
10643
10952
  <ul>
10644
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>
10645
10954
  </ul>
10646
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>
10647
- <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
10956
+ <h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
10648
10957
  <ul>
10649
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>
10650
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>
@@ -10653,27 +10962,27 @@
10653
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>
10654
10963
  </ul>
10655
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>
10656
- <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">&para;</a></h3>
10965
+ <h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">&para;</a></h3>
10657
10966
  <ul>
10658
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>
10659
10968
  </ul>
10660
- <h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">&para;</a></h3>
10969
+ <h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">&para;</a></h3>
10661
10970
  <ul>
10662
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>
10663
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>
10664
10973
  </ul>
10665
- <h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
10974
+ <h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h3>
10666
10975
  <ul>
10667
10976
  <li><a href="https://github.com/nautobot/nautobot/issues/6158">#6158</a> - Fixed a UI overflow issue with the Tenant Stats panel.</li>
10668
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>
10669
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>
10670
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>
10671
10980
  </ul>
10672
- <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>
10673
10982
  <ul>
10674
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>
10675
10984
  </ul>
10676
- <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">&para;</a></h3>
10985
+ <h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">&para;</a></h3>
10677
10986
  <ul>
10678
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>
10679
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>
@@ -10684,36 +10993,36 @@
10684
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>
10685
10994
  </ul>
10686
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>
10687
- <h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">&para;</a></h3>
10996
+ <h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">&para;</a></h3>
10688
10997
  <ul>
10689
10998
  <li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added range field on <code>VLANGroup</code> model.</li>
10690
10999
  <li><a href="https://github.com/nautobot/nautobot/issues/5903">#5903</a> - Added tags on <code>VLANGroup</code> model.</li>
10691
11000
  </ul>
10692
- <h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
11001
+ <h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h3>
10693
11002
  <ul>
10694
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>
10695
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>
10696
11005
  </ul>
10697
- <h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
11006
+ <h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">&para;</a></h3>
10698
11007
  <ul>
10699
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>
10700
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>
10701
11010
  </ul>
10702
- <h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">&para;</a></h3>
11011
+ <h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">&para;</a></h3>
10703
11012
  <ul>
10704
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>
10705
11014
  </ul>
10706
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>
10707
- <h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">&para;</a></h3>
11016
+ <h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">&para;</a></h3>
10708
11017
  <ul>
10709
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>
10710
11019
  <li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Added the add button to IPAM Services.</li>
10711
11020
  </ul>
10712
- <h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">&para;</a></h3>
11021
+ <h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">&para;</a></h3>
10713
11022
  <ul>
10714
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>
10715
11024
  </ul>
10716
- <h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h3>
11025
+ <h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h3>
10717
11026
  <ul>
10718
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>
10719
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>
@@ -10724,16 +11033,16 @@
10724
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>
10725
11034
  <li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Fixed lookup of IP Addresses in the Service form.</li>
10726
11035
  </ul>
10727
- <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>
10728
11037
  <ul>
10729
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>
10730
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>
10731
11040
  </ul>
10732
- <h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">&para;</a></h3>
11041
+ <h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">&para;</a></h3>
10733
11042
  <ul>
10734
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>
10735
11044
  </ul>
10736
- <h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">&para;</a></h3>
11045
+ <h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">&para;</a></h3>
10737
11046
  <ul>
10738
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>
10739
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>
@@ -10742,22 +11051,22 @@
10742
11051
  <li><a href="https://github.com/nautobot/nautobot/issues/6292">#6292</a> - Corrected logic of several VLAN test cases.</li>
10743
11052
  </ul>
10744
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>
10745
- <h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">&para;</a></h3>
11054
+ <h3 id="added_8">Added<a class="headerlink" href="#added_8" title="Permanent link">&para;</a></h3>
10746
11055
  <ul>
10747
11056
  <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
10748
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>
10749
11058
  </ul>
10750
- <h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">&para;</a></h3>
11059
+ <h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permanent link">&para;</a></h3>
10751
11060
  <ul>
10752
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>
10753
11062
  </ul>
10754
- <h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h3>
11063
+ <h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">&para;</a></h3>
10755
11064
  <ul>
10756
11065
  <li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
10757
11066
  <li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
10758
11067
  <li><a href="https://github.com/nautobot/nautobot/issues/6230">#6230</a> - Fixed an issue with Celery Scheduler around datetime imports.</li>
10759
11068
  </ul>
10760
- <h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">&para;</a></h3>
11069
+ <h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">&para;</a></h3>
10761
11070
  <ul>
10762
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>
10763
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>
@@ -10765,7 +11074,7 @@
10765
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>
10766
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>
10767
11076
  </ul>
10768
- <h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">&para;</a></h3>
11077
+ <h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">&para;</a></h3>
10769
11078
  <ul>
10770
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>
10771
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>
@@ -10777,18 +11086,18 @@
10777
11086
  <ul>
10778
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>
10779
11088
  </ul>
10780
- <h3 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h3>
11089
+ <h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">&para;</a></h3>
10781
11090
  <ul>
10782
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>
10783
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>
10784
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>
10785
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>
10786
11095
  </ul>
10787
- <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>
10788
11097
  <ul>
10789
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>
10790
11099
  </ul>
10791
- <h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">&para;</a></h3>
11100
+ <h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">&para;</a></h3>
10792
11101
  <ul>
10793
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>
10794
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>
@@ -10802,14 +11111,14 @@
10802
11111
  <ul>
10803
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>
10804
11113
  </ul>
10805
- <h3 id="added_7">Added<a class="headerlink" href="#added_7" title="Permanent link">&para;</a></h3>
11114
+ <h3 id="added_9">Added<a class="headerlink" href="#added_9" title="Permanent link">&para;</a></h3>
10806
11115
  <ul>
10807
11116
  <li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
10808
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>
10809
11118
  <li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
10810
11119
  <li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
10811
11120
  </ul>
10812
- <h3 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">&para;</a></h3>
11121
+ <h3 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">&para;</a></h3>
10813
11122
  <ul>
10814
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>
10815
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>
@@ -10818,7 +11127,7 @@
10818
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>
10819
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>
10820
11129
  </ul>
10821
- <h3 id="housekeeping_7">Housekeeping<a class="headerlink" href="#housekeeping_7" title="Permanent link">&para;</a></h3>
11130
+ <h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">&para;</a></h3>
10822
11131
  <ul>
10823
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>
10824
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>
@@ -10826,24 +11135,24 @@
10826
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>
10827
11136
  </ul>
10828
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>
10829
- <h3 id="added_8">Added<a class="headerlink" href="#added_8" title="Permanent link">&para;</a></h3>
11138
+ <h3 id="added_10">Added<a class="headerlink" href="#added_10" title="Permanent link">&para;</a></h3>
10830
11139
  <ul>
10831
11140
  <li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
10832
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>
10833
11142
  <li><a href="https://github.com/nautobot/nautobot/issues/5915">#5915</a> - Enhanced <code>IPAddress.objects.get_or_create</code> method to permit specifying a namespace as an alternative to a parent prefix.</li>
10834
11143
  </ul>
10835
- <h3 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permanent link">&para;</a></h3>
11144
+ <h3 id="changed_7">Changed<a class="headerlink" href="#changed_7" title="Permanent link">&para;</a></h3>
10836
11145
  <ul>
10837
11146
  <li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
10838
11147
  </ul>
10839
- <h3 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">&para;</a></h3>
11148
+ <h3 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">&para;</a></h3>
10840
11149
  <ul>
10841
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>
10842
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>
10843
11152
  <li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
10844
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>
10845
11154
  </ul>
10846
- <h3 id="housekeeping_8">Housekeeping<a class="headerlink" href="#housekeeping_8" title="Permanent link">&para;</a></h3>
11155
+ <h3 id="housekeeping_10">Housekeeping<a class="headerlink" href="#housekeeping_10" title="Permanent link">&para;</a></h3>
10847
11156
  <ul>
10848
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>
10849
11158
  </ul>
@@ -10852,7 +11161,7 @@
10852
11161
  <ul>
10853
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>
10854
11163
  </ul>
10855
- <h3 id="added_9">Added<a class="headerlink" href="#added_9" title="Permanent link">&para;</a></h3>
11164
+ <h3 id="added_11">Added<a class="headerlink" href="#added_11" title="Permanent link">&para;</a></h3>
10856
11165
  <ul>
10857
11166
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
10858
11167
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
@@ -10862,7 +11171,7 @@
10862
11171
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for querying <code>GenericRelation</code> relationships (reverse of <code>GenericForeignKey</code>) in GraphQL.</li>
10863
11172
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for filtering an object's <code>associated_contacts</code> in GraphQL.</li>
10864
11173
  </ul>
10865
- <h3 id="changed_7">Changed<a class="headerlink" href="#changed_7" title="Permanent link">&para;</a></h3>
11174
+ <h3 id="changed_8">Changed<a class="headerlink" href="#changed_8" title="Permanent link">&para;</a></h3>
10866
11175
  <ul>
10867
11176
  <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed rendering of <code>scoped_fields</code> column in <code>ObjectMetadataTable</code>.</li>
10868
11177
  <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
@@ -10876,7 +11185,7 @@
10876
11185
  <li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
10877
11186
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
10878
11187
  </ul>
10879
- <h3 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">&para;</a></h3>
11188
+ <h3 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">&para;</a></h3>
10880
11189
  <ul>
10881
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>
10882
11191
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
@@ -10892,7 +11201,7 @@
10892
11201
  <li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>IPAddressFilterSet.device</code> filter.</li>
10893
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>
10894
11203
  </ul>
10895
- <h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">&para;</a></h3>
11204
+ <h3 id="documentation_5">Documentation<a class="headerlink" href="#documentation_5" title="Permanent link">&para;</a></h3>
10896
11205
  <ul>
10897
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>
10898
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>
@@ -10900,7 +11209,7 @@
10900
11209
  <li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
10901
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>
10902
11211
  </ul>
10903
- <h3 id="housekeeping_9">Housekeeping<a class="headerlink" href="#housekeeping_9" title="Permanent link">&para;</a></h3>
11212
+ <h3 id="housekeeping_11">Housekeeping<a class="headerlink" href="#housekeeping_11" title="Permanent link">&para;</a></h3>
10904
11213
  <ul>
10905
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>
10906
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>
@@ -10915,7 +11224,7 @@
10915
11224
  <ul>
10916
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>
10917
11226
  </ul>
10918
- <h3 id="added_10">Added<a class="headerlink" href="#added_10" title="Permanent link">&para;</a></h3>
11227
+ <h3 id="added_12">Added<a class="headerlink" href="#added_12" title="Permanent link">&para;</a></h3>
10919
11228
  <ul>
10920
11229
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
10921
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>
@@ -10962,7 +11271,7 @@
10962
11271
  <li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added tables of related <code>CloudService</code> and/or <code>CloudNetwork</code> instances to the <code>CloudResourceType</code> detail view.</li>
10963
11272
  <li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
10964
11273
  </ul>
10965
- <h3 id="changed_8">Changed<a class="headerlink" href="#changed_8" title="Permanent link">&para;</a></h3>
11274
+ <h3 id="changed_9">Changed<a class="headerlink" href="#changed_9" title="Permanent link">&para;</a></h3>
10966
11275
  <ul>
10967
11276
  <li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Updated device interfaces filter to support filtering by interface name as well as by ID.</li>
10968
11277
  <li><a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a> - Changed behavior of the <code>CHANGELOG_RETENTION</code> setting; it no longer applies automatically to force cleanup of ObjectChange records over a certain age cutoff, but instead serves as the default cutoff age whenever running the new "Logs Cleanup" system Job.</li>
@@ -11006,7 +11315,7 @@
11006
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>
11007
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>
11008
11317
  </ul>
11009
- <h3 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">&para;</a></h3>
11318
+ <h3 id="fixed_13">Fixed<a class="headerlink" href="#fixed_13" title="Permanent link">&para;</a></h3>
11010
11319
  <ul>
11011
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>
11012
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>
@@ -11030,7 +11339,7 @@
11030
11339
  <li><a href="https://github.com/nautobot/nautobot/issues/5951">#5951</a> - Removed unused consolidated action button on job list view.</li>
11031
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>
11032
11341
  </ul>
11033
- <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>
11034
11343
  <ul>
11035
11344
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Updated <code>materialdesignicons</code> to version 7.4.47.</li>
11036
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>
@@ -11056,13 +11365,13 @@
11056
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>
11057
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>
11058
11367
  </ul>
11059
- <h3 id="documentation_4">Documentation<a class="headerlink" href="#documentation_4" title="Permanent link">&para;</a></h3>
11368
+ <h3 id="documentation_6">Documentation<a class="headerlink" href="#documentation_6" title="Permanent link">&para;</a></h3>
11060
11369
  <ul>
11061
11370
  <li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
11062
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>
11063
11372
  <li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
11064
11373
  </ul>
11065
- <h3 id="housekeeping_10">Housekeeping<a class="headerlink" href="#housekeeping_10" title="Permanent link">&para;</a></h3>
11374
+ <h3 id="housekeeping_12">Housekeeping<a class="headerlink" href="#housekeeping_12" title="Permanent link">&para;</a></h3>
11066
11375
  <ul>
11067
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>
11068
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>
@@ -11183,7 +11492,7 @@
11183
11492
 
11184
11493
 
11185
11494
  <a href="https://blog.networktocode.com/blog/tags/nautobot" target="_blank" rel="noopener" title="Network to Code Blog" class="md-social__link">
11186
- <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>
11187
11496
  </a>
11188
11497
 
11189
11498
 
@@ -11191,7 +11500,7 @@
11191
11500
 
11192
11501
 
11193
11502
  <a href="https://www.youtube.com/playlist?list=PLjA0bhxgryJ2Ts4GJMDA-tPzVWEncv4pb" target="_blank" rel="noopener" title="Nautobot Videos" class="md-social__link">
11194
- <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>
11195
11504
  </a>
11196
11505
 
11197
11506
 
@@ -11199,7 +11508,7 @@
11199
11508
 
11200
11509
 
11201
11510
  <a href="https://www.networktocode.com/community/" target="_blank" rel="noopener" title="Network to Code Community" class="md-social__link">
11202
- <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>
11203
11512
  </a>
11204
11513
 
11205
11514
 
@@ -11207,7 +11516,7 @@
11207
11516
 
11208
11517
 
11209
11518
  <a href="https://github.com/nautobot/nautobot" target="_blank" rel="noopener" title="GitHub Repo" class="md-social__link">
11210
- <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>
11211
11520
  </a>
11212
11521
 
11213
11522
 
@@ -11215,7 +11524,7 @@
11215
11524
 
11216
11525
 
11217
11526
  <a href="https://twitter.com/networktocode" target="_blank" rel="noopener" title="Network to Code Twitter" class="md-social__link">
11218
- <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>
11219
11528
  </a>
11220
11529
 
11221
11530
  </div>