[PR #11655] [MERGED] Release v3.4.4 #13822

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

39 files changed (+324 additions, -261 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 README.md (+47 -86)
📝 SECURITY.md (+1 -1)
📝 base_requirements.txt (+1 -1)
📝 docs/customization/custom-scripts.md (+13 -0)
📝 docs/index.md (+1 -1)
📝 docs/installation/3-netbox.md (+4 -1)
📝 docs/installation/4-gunicorn.md (+4 -1)
📝 docs/plugins/development/navigation.md (+1 -1)
📝 docs/release-notes/version-3.4.md (+27 -1)
📝 netbox/dcim/forms/bulk_import.py (+32 -45)
📝 netbox/dcim/forms/filtersets.py (+1 -1)
📝 netbox/dcim/tables/devices.py (+0 -1)
📝 netbox/dcim/tables/devicetypes.py (+15 -5)
📝 netbox/dcim/urls.py (+0 -1)
📝 netbox/dcim/views.py (+7 -12)
📝 netbox/extras/forms/scripts.py (+7 -3)
📝 netbox/extras/models/customfields.py (+6 -3)
📝 netbox/extras/plugins/__init__.py (+39 -34)

...and 19 more files

📄 Description

Enhancements

  • #10762 - Permit selection custom fields to have only one choice
  • #11152 - Introduce AbortScript exception to elegantly abort scripts
  • #11554 - Add module types count to manufacturers list
  • #11585 - Add IP address filters for services
  • #11598 - Add buttons to easily switch between rack list and elevations views

Bug Fixes

  • #11267 - Avoid catching ImportErrors when loading plugin resources
  • #11487 - Remove "set null" option from non-writable custom fields during bulk edit
  • #11491 - Show edit/delete buttons in user tokens table
  • #11528 - Permit import of devices using uploaded file
  • #11555 - Avoid inadvertent interpretation of search query as regular expression under global search (previously #11516)
  • #11562 - Correct ordering of virtual chassis interfaces with duplicate names
  • #11574 - Fix exception when attempting to schedule reports/scripts
  • #11620 - Correct available filter choices for interface PoE type
  • #11635 - Pre-populate assigned VRF when following "first available IP" link from prefix view
  • #11650 - Display error message when attempting to create device component with duplicate name

🔄 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/11655 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/2/2023 **Status:** ✅ Merged **Merged:** 2/2/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`d5e6829`](https://github.com/netbox-community/netbox/commit/d5e6829eff548fe6146d672a6e62c453f5db3da9) PRVB - [`5f7e310`](https://github.com/netbox-community/netbox/commit/5f7e3103052f163d99908396559432d8674995ed) Fixes #11555: Avoid inadvertent interpretation of search query as regular expression under global search - [`a4d8169`](https://github.com/netbox-community/netbox/commit/a4d8169df8e1e57cbb24ffb60a1edd8259929802) Changelog for #11537 - [`eca624b`](https://github.com/netbox-community/netbox/commit/eca624b13d4bd04b3b0600993f919c1a60f32722) 11487 remove set null from read-only custom fields bulk edit (#11552) - [`0f9a303`](https://github.com/netbox-community/netbox/commit/0f9a3039637dc4e02b8a6895004660cb3f4f517a) Changelog for #11487 - [`6a79308`](https://github.com/netbox-community/netbox/commit/6a793087b44a36f754ff90306d301162a5fa5177) Reference GitHub advisory reporting - [`39087d1`](https://github.com/netbox-community/netbox/commit/39087d10eb1c779b2c37d8dae33eb5dbc9dd943b) Add NetBox Labs as a sponsor - [`b79a297`](https://github.com/netbox-community/netbox/commit/b79a2976f7f288617505043a4216ca01487da3d7) Closes #10888, #10889: Add supplementary notes to installation docs - [`d5ccda3`](https://github.com/netbox-community/netbox/commit/d5ccda355fc7be6ee8e87fce0ca1c951a3e2f973) Fixes #11562: Correct ordering of virtual chassis interfaces with duplicate names - [`b8de9c0`](https://github.com/netbox-community/netbox/commit/b8de9c0875cedb1a6decc48c61bee1b183e4af95) Fixes #11528: Permit import of devices using uploaded file ### 📊 Changes **39 files changed** (+324 additions, -261 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` (+47 -86) 📝 `SECURITY.md` (+1 -1) 📝 `base_requirements.txt` (+1 -1) 📝 `docs/customization/custom-scripts.md` (+13 -0) 📝 `docs/index.md` (+1 -1) 📝 `docs/installation/3-netbox.md` (+4 -1) 📝 `docs/installation/4-gunicorn.md` (+4 -1) 📝 `docs/plugins/development/navigation.md` (+1 -1) 📝 `docs/release-notes/version-3.4.md` (+27 -1) 📝 `netbox/dcim/forms/bulk_import.py` (+32 -45) 📝 `netbox/dcim/forms/filtersets.py` (+1 -1) 📝 `netbox/dcim/tables/devices.py` (+0 -1) 📝 `netbox/dcim/tables/devicetypes.py` (+15 -5) 📝 `netbox/dcim/urls.py` (+0 -1) 📝 `netbox/dcim/views.py` (+7 -12) 📝 `netbox/extras/forms/scripts.py` (+7 -3) 📝 `netbox/extras/models/customfields.py` (+6 -3) 📝 `netbox/extras/plugins/__init__.py` (+39 -34) _...and 19 more files_ </details> ### 📄 Description ### Enhancements * [#10762](https://github.com/netbox-community/netbox/issues/10762) - Permit selection custom fields to have only one choice * [#11152](https://github.com/netbox-community/netbox/issues/11152) - Introduce AbortScript exception to elegantly abort scripts * [#11554](https://github.com/netbox-community/netbox/issues/11554) - Add module types count to manufacturers list * [#11585](https://github.com/netbox-community/netbox/issues/11585) - Add IP address filters for services * [#11598](https://github.com/netbox-community/netbox/issues/11598) - Add buttons to easily switch between rack list and elevations views ### Bug Fixes * [#11267](https://github.com/netbox-community/netbox/issues/11267) - Avoid catching ImportErrors when loading plugin resources * [#11487](https://github.com/netbox-community/netbox/issues/11487) - Remove "set null" option from non-writable custom fields during bulk edit * [#11491](https://github.com/netbox-community/netbox/issues/11491) - Show edit/delete buttons in user tokens table * [#11528](https://github.com/netbox-community/netbox/issues/11528) - Permit import of devices using uploaded file * [#11555](https://github.com/netbox-community/netbox/issues/11555) - Avoid inadvertent interpretation of search query as regular expression under global search (previously [#11516](https://github.com/netbox-community/netbox/issues/11516)) * [#11562](https://github.com/netbox-community/netbox/issues/11562) - Correct ordering of virtual chassis interfaces with duplicate names * [#11574](https://github.com/netbox-community/netbox/issues/11574) - Fix exception when attempting to schedule reports/scripts * [#11620](https://github.com/netbox-community/netbox/issues/11620) - Correct available filter choices for interface PoE type * [#11635](https://github.com/netbox-community/netbox/issues/11635) - Pre-populate assigned VRF when following "first available IP" link from prefix view * [#11650](https://github.com/netbox-community/netbox/issues/11650) - Display error message when attempting to create device component with duplicate name --- <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:21:00 +01:00
adam closed this issue 2025-12-29 23:21:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13822