[PR #13838] [MERGED] Release v3.6.2 #14265

Closed
opened 2025-12-29 23:23:30 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13838
Author: @jeremystretch
Created: 9/20/2023
Status: Merged
Merged: 9/20/2023
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • a8a36c0 PRVB
  • b5125e5 Fixes #13721: Filter VLAN choices by selected site (if any) when creating a prefix
  • 026386d Fixes #13706: Restore extra filters dropdown on device interfaces list
  • 2ffa6d0 Fixes #13701: Correct display of power feed legs under device view
  • 75b7189 Misc i18n cleanup
  • 39cb9c3 Clean up blocktrans template tags (i18n)
  • b7cfb2f Adds csv dialect detection to bulk import view (#13563)
  • cf2f39a Documentation: LDAP Update for Active Directory (#13716)
  • e4cb0c3 Fixes #11209 - Fix PrefixIPAddress view with saved sort preferences (#12820)
  • 6939bf8 Fixes #12219: Ensure dashboard widget heading text has sufficient contrast (#13753)

📊 Changes

91 files changed (+706 additions, -336 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 README.md (+1 -1)
📝 contrib/generated_schema.json (+2 -0)
📝 docs/configuration/default-values.md (+3 -1)
📝 docs/development/internationalization.md (+2 -2)
📝 docs/index.md (+1 -1)
📝 docs/installation/6-ldap.md (+120 -0)
📝 docs/installation/index.md (+3 -0)
📝 docs/release-notes/version-3.6.md (+31 -1)
📝 netbox/core/choices.py (+2 -2)
📝 netbox/core/data_backends.py (+2 -2)
📝 netbox/dcim/choices.py (+4 -0)
📝 netbox/dcim/forms/bulk_import.py (+22 -18)
📝 netbox/dcim/migrations/0176_device_component_counters.py (+11 -36)
📝 netbox/dcim/migrations/0177_devicetype_component_counters.py (+11 -36)
📝 netbox/dcim/migrations/0178_virtual_chassis_member_counter.py (+2 -6)
📝 netbox/dcim/models/cables.py (+2 -2)
📝 netbox/dcim/models/device_component_templates.py (+1 -1)
📝 netbox/dcim/models/device_components.py (+12 -11)

...and 71 more files

📄 Description

Enhancements

  • #13245 - Add interface types for QSFP112 and OSFP-RHS
  • #13563 - Add support for other delimiting characters when using CSV import

Bug Fixes

  • #11209 - Hide available IP/VLAN listing when sorting under a parent prefix or VLAN range
  • #11617 - Raise validation error on the presence of an unknown CSV header during bulk import
  • #12219 - Fix dashboard widget heading contrast under dark mode
  • #12685 - Render Markdown in custom field help text on object edit forms
  • #13653 - Tweak color of error text to improve legibility
  • #13701 - Correct display of power feed legs under device view
  • #13706 - Restore extra filters dropdown on device interfaces list
  • #13721 - Filter VLAN choices by selected site (if any) when creating a prefix
  • #13727 - Fix exception when viewing rendered config for VM without a role assigned
  • #13745 - Optimize counter field migrations for large databases
  • #13756 - Fix exception when sorting module bay list by installed module status
  • #13757 - Fix RecursionError exception when assigning config context to a device type
  • #13767 - Fix support for comments when creating a new service via web UI
  • #13782 - Fix tag exclusion support for contact assignments
  • #13791 - Preserve whitespace in values when performing bulk rename of objects via web UI
  • #13809 - Avoid TypeError exception when editing active configuration with statically defined CUSTOM_VALIDATORS
  • #13813 - Fix member count for newly created virtual chassis
  • #13818 - Restore missing tags field on L2VPN termination edit form

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/13838 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/20/2023 **Status:** ✅ Merged **Merged:** 9/20/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`a8a36c0`](https://github.com/netbox-community/netbox/commit/a8a36c0a8fa39250792abeb493ed3065bf0d9fdc) PRVB - [`b5125e5`](https://github.com/netbox-community/netbox/commit/b5125e512fc8a13281381e6822d894a07f94eb11) Fixes #13721: Filter VLAN choices by selected site (if any) when creating a prefix - [`026386d`](https://github.com/netbox-community/netbox/commit/026386db50cd3bff1f1a17c64db07461b369f779) Fixes #13706: Restore extra filters dropdown on device interfaces list - [`2ffa6d0`](https://github.com/netbox-community/netbox/commit/2ffa6d0188862289850ec391769962d3ceb69221) Fixes #13701: Correct display of power feed legs under device view - [`75b7189`](https://github.com/netbox-community/netbox/commit/75b71890a4bcec91706cd16b9c01c61b65163fe3) Misc i18n cleanup - [`39cb9c3`](https://github.com/netbox-community/netbox/commit/39cb9c32d6dc0fc0e74b3827d1bc1256b448ac22) Clean up blocktrans template tags (i18n) - [`b7cfb2f`](https://github.com/netbox-community/netbox/commit/b7cfb2f7d9150f3887b3a07b70aa34871891f339) Adds csv dialect detection to bulk import view (#13563) - [`cf2f39a`](https://github.com/netbox-community/netbox/commit/cf2f39a0a884cfdf202269e2a9771b8e10ddd42e) Documentation: LDAP Update for Active Directory (#13716) - [`e4cb0c3`](https://github.com/netbox-community/netbox/commit/e4cb0c3cc2738369c71484ff188a6a741c510351) Fixes #11209 - Fix PrefixIPAddress view with saved sort preferences (#12820) - [`6939bf8`](https://github.com/netbox-community/netbox/commit/6939bf8aed8514cc5a9e8bc28a97ea90c61b7ebe) Fixes #12219: Ensure dashboard widget heading text has sufficient contrast (#13753) ### 📊 Changes **91 files changed** (+706 additions, -336 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `README.md` (+1 -1) 📝 `contrib/generated_schema.json` (+2 -0) 📝 `docs/configuration/default-values.md` (+3 -1) 📝 `docs/development/internationalization.md` (+2 -2) 📝 `docs/index.md` (+1 -1) 📝 `docs/installation/6-ldap.md` (+120 -0) 📝 `docs/installation/index.md` (+3 -0) 📝 `docs/release-notes/version-3.6.md` (+31 -1) 📝 `netbox/core/choices.py` (+2 -2) 📝 `netbox/core/data_backends.py` (+2 -2) 📝 `netbox/dcim/choices.py` (+4 -0) 📝 `netbox/dcim/forms/bulk_import.py` (+22 -18) 📝 `netbox/dcim/migrations/0176_device_component_counters.py` (+11 -36) 📝 `netbox/dcim/migrations/0177_devicetype_component_counters.py` (+11 -36) 📝 `netbox/dcim/migrations/0178_virtual_chassis_member_counter.py` (+2 -6) 📝 `netbox/dcim/models/cables.py` (+2 -2) 📝 `netbox/dcim/models/device_component_templates.py` (+1 -1) 📝 `netbox/dcim/models/device_components.py` (+12 -11) _...and 71 more files_ </details> ### 📄 Description ### Enhancements * [#13245](https://github.com/netbox-community/netbox/issues/13245) - Add interface types for QSFP112 and OSFP-RHS * [#13563](https://github.com/netbox-community/netbox/issues/13563) - Add support for other delimiting characters when using CSV import ### Bug Fixes * [#11209](https://github.com/netbox-community/netbox/issues/11209) - Hide available IP/VLAN listing when sorting under a parent prefix or VLAN range * [#11617](https://github.com/netbox-community/netbox/issues/11617) - Raise validation error on the presence of an unknown CSV header during bulk import * [#12219](https://github.com/netbox-community/netbox/issues/12219) - Fix dashboard widget heading contrast under dark mode * [#12685](https://github.com/netbox-community/netbox/issues/12685) - Render Markdown in custom field help text on object edit forms * [#13653](https://github.com/netbox-community/netbox/issues/13653) - Tweak color of error text to improve legibility * [#13701](https://github.com/netbox-community/netbox/issues/13701) - Correct display of power feed legs under device view * [#13706](https://github.com/netbox-community/netbox/issues/13706) - Restore extra filters dropdown on device interfaces list * [#13721](https://github.com/netbox-community/netbox/issues/13721) - Filter VLAN choices by selected site (if any) when creating a prefix * [#13727](https://github.com/netbox-community/netbox/issues/13727) - Fix exception when viewing rendered config for VM without a role assigned * [#13745](https://github.com/netbox-community/netbox/issues/13745) - Optimize counter field migrations for large databases * [#13756](https://github.com/netbox-community/netbox/issues/13756) - Fix exception when sorting module bay list by installed module status * [#13757](https://github.com/netbox-community/netbox/issues/13757) - Fix RecursionError exception when assigning config context to a device type * [#13767](https://github.com/netbox-community/netbox/issues/13767) - Fix support for comments when creating a new service via web UI * [#13782](https://github.com/netbox-community/netbox/issues/13782) - Fix tag exclusion support for contact assignments * [#13791](https://github.com/netbox-community/netbox/issues/13791) - Preserve whitespace in values when performing bulk rename of objects via web UI * [#13809](https://github.com/netbox-community/netbox/issues/13809) - Avoid TypeError exception when editing active configuration with statically defined `CUSTOM_VALIDATORS` * [#13813](https://github.com/netbox-community/netbox/issues/13813) - Fix member count for newly created virtual chassis * [#13818](https://github.com/netbox-community/netbox/issues/13818) - Restore missing tags field on L2VPN termination edit form --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 23:23:30 +01:00
adam closed this issue 2025-12-29 23:23:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14265