[PR #9131] [MERGED] Release v3.2.1 #13433

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9131
Author: @jeremystretch
Created: 4/14/2022
Status: Merged
Merged: 4/14/2022
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • a3f172f Conflicting documentation on remote default group
  • 36d6ae3 Allow setting individual timeouts on scripts and reports
  • 69b4d0d #9028 - Fix pep8 syntax
  • ea197ef PRVB
  • 523390c #9061 - Change inheritance order for DeviceComponentFilterSets
  • 85e65ed Fixes #9057 - Fix missing instance counts for module types
  • 6760533 Fixes #8931: Copy assigned tenant when cloning a location
  • d93e944 Closes #8973: Display VLAN group count under site view
  • f4e78b0 Fixes #9065: Min/max VID should not be required when filtering VLAN groups
  • b9f6a56 Update supported Python versions

📊 Changes

47 files changed (+450 additions, -146 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+2 -2)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 docs/administration/housekeeping.md (+1 -0)
📝 docs/configuration/dynamic-settings.md (+12 -0)
📝 docs/configuration/remote-authentication.md (+1 -1)
📝 docs/customization/custom-scripts.md (+6 -0)
📝 docs/customization/reports.md (+14 -0)
📝 docs/models/dcim/virtualchassis.md (+2 -1)
📝 docs/release-notes/version-3.2.md (+30 -0)
📝 netbox/dcim/choices.py (+16 -0)
📝 netbox/dcim/filtersets.py (+10 -10)
📝 netbox/dcim/forms/bulk_edit.py (+5 -1)
📝 netbox/dcim/forms/bulk_import.py (+5 -5)
📝 netbox/dcim/forms/models.py (+3 -3)
📝 netbox/dcim/forms/object_create.py (+6 -1)
📝 netbox/dcim/models/device_component_templates.py (+12 -7)
📝 netbox/dcim/models/device_components.py (+9 -0)
📝 netbox/dcim/models/devices.py (+1 -0)
📝 netbox/dcim/models/sites.py (+1 -1)
📝 netbox/dcim/tables/devices.py (+14 -2)

...and 27 more files

📄 Description

Enhancements

  • #5479 - Allow custom job timeouts for scripts & reports
  • #8543 - Improve filtering for wireless LAN VLAN selection
  • #8920 - Limit number of non-racked devices displayed
  • #8956 - Retain old script/report results for configured lifetime
  • #8973 - Display VLAN group count under site view
  • #9081 - Add fhrpgroup_id filter for IP addresses
  • #9099 - Enable display of installed module serial & asset tag in module bays list
  • #9110 - Add Neutrik proprietary power connectors
  • #9123 - Improve appearance of SSO login providers

Bug Fixes

  • #8931 - Copy assigned tenant when cloning a location
  • #9055 - Restore ability to move inventory item to other device
  • #9057 - Fix missing instance counts for module types
  • #9061 - Fix general search for device components
  • #9065 - Min/max VID should not be required when filtering VLAN groups
  • #9079 - Fail validation when an inventory item is assigned as its own parent
  • #9096 - Remove duplicate filter tag when filtering by "none"
  • #9100 - Include position field in module type YAML export
  • #9116 - assigned_to_interface filter for IP addresses should not match FHRP group assignments
  • #9118 - Fix validation error when importing VM child interfaces
  • #9128 - Resolve component labels per module bay position when installing modules

🔄 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/9131 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/14/2022 **Status:** ✅ Merged **Merged:** 4/14/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`a3f172f`](https://github.com/netbox-community/netbox/commit/a3f172fc77c08a5af2f5f683a281d73b8403fb16) Conflicting documentation on remote default group - [`36d6ae3`](https://github.com/netbox-community/netbox/commit/36d6ae33d15e93cc552827cdea363a9c00c7f823) Allow setting individual timeouts on scripts and reports - [`69b4d0d`](https://github.com/netbox-community/netbox/commit/69b4d0d44b5f119dad14003e00dc78872cd836cb) #9028 - Fix pep8 syntax - [`ea197ef`](https://github.com/netbox-community/netbox/commit/ea197eff5f4fe925bb354d1375912decd81752bd) PRVB - [`523390c`](https://github.com/netbox-community/netbox/commit/523390cd8e989b49f59a757695e585a923ae199f) #9061 - Change inheritance order for DeviceComponentFilterSets - [`85e65ed`](https://github.com/netbox-community/netbox/commit/85e65edb7d98c07f857dcb20f87359a8c81a82a2) Fixes #9057 - Fix missing instance counts for module types - [`6760533`](https://github.com/netbox-community/netbox/commit/6760533a101a9ecf048d19f0cab96264e8324c05) Fixes #8931: Copy assigned tenant when cloning a location - [`d93e944`](https://github.com/netbox-community/netbox/commit/d93e944c07a1f045514f973cb9d8a84dccc1e70e) Closes #8973: Display VLAN group count under site view - [`f4e78b0`](https://github.com/netbox-community/netbox/commit/f4e78b0ea6e0db8d6c07cdb0e6adfcaddcd542f4) Fixes #9065: Min/max VID should not be required when filtering VLAN groups - [`b9f6a56`](https://github.com/netbox-community/netbox/commit/b9f6a5625f221ede86b022dd30abebe373209676) Update supported Python versions ### 📊 Changes **47 files changed** (+450 additions, -146 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+2 -2) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `docs/administration/housekeeping.md` (+1 -0) 📝 `docs/configuration/dynamic-settings.md` (+12 -0) 📝 `docs/configuration/remote-authentication.md` (+1 -1) 📝 `docs/customization/custom-scripts.md` (+6 -0) 📝 `docs/customization/reports.md` (+14 -0) 📝 `docs/models/dcim/virtualchassis.md` (+2 -1) 📝 `docs/release-notes/version-3.2.md` (+30 -0) 📝 `netbox/dcim/choices.py` (+16 -0) 📝 `netbox/dcim/filtersets.py` (+10 -10) 📝 `netbox/dcim/forms/bulk_edit.py` (+5 -1) 📝 `netbox/dcim/forms/bulk_import.py` (+5 -5) 📝 `netbox/dcim/forms/models.py` (+3 -3) 📝 `netbox/dcim/forms/object_create.py` (+6 -1) 📝 `netbox/dcim/models/device_component_templates.py` (+12 -7) 📝 `netbox/dcim/models/device_components.py` (+9 -0) 📝 `netbox/dcim/models/devices.py` (+1 -0) 📝 `netbox/dcim/models/sites.py` (+1 -1) 📝 `netbox/dcim/tables/devices.py` (+14 -2) _...and 27 more files_ </details> ### 📄 Description ### Enhancements * [#5479](https://github.com/netbox-community/netbox/issues/5479) - Allow custom job timeouts for scripts & reports * [#8543](https://github.com/netbox-community/netbox/issues/8543) - Improve filtering for wireless LAN VLAN selection * [#8920](https://github.com/netbox-community/netbox/issues/8920) - Limit number of non-racked devices displayed * [#8956](https://github.com/netbox-community/netbox/issues/8956) - Retain old script/report results for configured lifetime * [#8973](https://github.com/netbox-community/netbox/issues/8973) - Display VLAN group count under site view * [#9081](https://github.com/netbox-community/netbox/issues/9081) - Add `fhrpgroup_id` filter for IP addresses * [#9099](https://github.com/netbox-community/netbox/issues/9099) - Enable display of installed module serial & asset tag in module bays list * [#9110](https://github.com/netbox-community/netbox/issues/9110) - Add Neutrik proprietary power connectors * [#9123](https://github.com/netbox-community/netbox/issues/9123) - Improve appearance of SSO login providers ### Bug Fixes * [#8931](https://github.com/netbox-community/netbox/issues/8931) - Copy assigned tenant when cloning a location * [#9055](https://github.com/netbox-community/netbox/issues/9055) - Restore ability to move inventory item to other device * [#9057](https://github.com/netbox-community/netbox/issues/9057) - Fix missing instance counts for module types * [#9061](https://github.com/netbox-community/netbox/issues/9061) - Fix general search for device components * [#9065](https://github.com/netbox-community/netbox/issues/9065) - Min/max VID should not be required when filtering VLAN groups * [#9079](https://github.com/netbox-community/netbox/issues/9079) - Fail validation when an inventory item is assigned as its own parent * [#9096](https://github.com/netbox-community/netbox/issues/9096) - Remove duplicate filter tag when filtering by "none" * [#9100](https://github.com/netbox-community/netbox/issues/9100) - Include position field in module type YAML export * [#9116](https://github.com/netbox-community/netbox/issues/9116) - `assigned_to_interface` filter for IP addresses should not match FHRP group assignments * [#9118](https://github.com/netbox-community/netbox/issues/9118) - Fix validation error when importing VM child interfaces * [#9128](https://github.com/netbox-community/netbox/issues/9128) - Resolve component labels per module bay position when installing modules --- <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 22:27:23 +01:00
adam closed this issue 2025-12-29 22:27:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13433