[PR #20182] [MERGED] Release v4.3.7 #15845

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20182
Author: @jeremystretch
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @jeremystretch

Base: mainHead: release-v4.3.7


📝 Commits (2)

  • 89f08b5 Release v4.3.7
  • 9c7713e Revert to django-mptt v0.17.0 due to migrations check failure

📊 Changes

39 files changed (+1950 additions, -1781 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 docs/release-notes/version-4.3.md (+28 -0)
📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/dist/netbox.js (+7 -7)
📝 netbox/project-static/dist/netbox.js.map (+3 -3)
📝 netbox/project-static/package.json (+3 -3)
📝 netbox/project-static/yarn.lock (+13 -8)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+132 -124)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+130 -122)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+133 -124)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+134 -122)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+135 -126)
📝 netbox/translations/it/LC_MESSAGES/django.mo (+0 -0)

...and 19 more files

📄 Description

Enhancements

  • #18147 - Add device & VM interface counts under related objects for VRFs
  • #19990 - Button to add a missing prerequisite now includes a return URL
  • #20122 - Improve color contrast of highlighted data under changelog diff view
  • #20131 - Add object selector for interface to the MAC address edit form

Bug Fixes

  • #18916 - Fix dynamic dropdown selection styling for required fields when no selection is made
  • #19645 - Fix interface selection when adding a cable for a virtual chassis master
  • #19669 - Restore token authentication support for fetching media assets
  • #19970 - Device role child device counts should be cumulative
  • #20012 - Fix support for empty filter lookup on custom fields
  • #20043 - Fix page styling when rack elevations are embedded
  • #20098 - Fix AttributeError exception when assigning tags during bulk import
  • #20120 - Fix REST API serialization of jobs under /api/core/background-tasks/
  • #20157 - Fix IntegrityError exception when a duplicate notification is triggered
  • #20164 - Fix ValueError exception when attempting to add power outlets to devices in bulk

🔄 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/20182 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `release-v4.3.7` --- ### 📝 Commits (2) - [`89f08b5`](https://github.com/netbox-community/netbox/commit/89f08b5858fd44384c55d89f1c26a602c6f2a4ac) Release v4.3.7 - [`9c7713e`](https://github.com/netbox-community/netbox/commit/9c7713e8f849b42b6b229ad8b5923f0cd5b2158b) Revert to django-mptt v0.17.0 due to migrations check failure ### 📊 Changes **39 files changed** (+1950 additions, -1781 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/01-feature_request.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/02-bug_report.yaml` (+1 -1) 📝 `docs/release-notes/version-4.3.md` (+28 -0) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.js` (+7 -7) 📝 `netbox/project-static/dist/netbox.js.map` (+3 -3) 📝 `netbox/project-static/package.json` (+3 -3) 📝 `netbox/project-static/yarn.lock` (+13 -8) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+132 -124) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+130 -122) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+133 -124) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+134 -122) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+135 -126) 📝 `netbox/translations/it/LC_MESSAGES/django.mo` (+0 -0) _...and 19 more files_ </details> ### 📄 Description ### Enhancements * [#18147](https://github.com/netbox-community/netbox/issues/18147) - Add device & VM interface counts under related objects for VRFs * [#19990](https://github.com/netbox-community/netbox/issues/19990) - Button to add a missing prerequisite now includes a return URL * [#20122](https://github.com/netbox-community/netbox/issues/20122) - Improve color contrast of highlighted data under changelog diff view * [#20131](https://github.com/netbox-community/netbox/issues/20131) - Add object selector for interface to the MAC address edit form ### Bug Fixes * [#18916](https://github.com/netbox-community/netbox/issues/18916) - Fix dynamic dropdown selection styling for required fields when no selection is made * [#19645](https://github.com/netbox-community/netbox/issues/19645) - Fix interface selection when adding a cable for a virtual chassis master * [#19669](https://github.com/netbox-community/netbox/issues/19669) - Restore token authentication support for fetching media assets * [#19970](https://github.com/netbox-community/netbox/issues/19970) - Device role child device counts should be cumulative * [#20012](https://github.com/netbox-community/netbox/issues/20012) - Fix support for `empty` filter lookup on custom fields * [#20043](https://github.com/netbox-community/netbox/issues/20043) - Fix page styling when rack elevations are embedded * [#20098](https://github.com/netbox-community/netbox/issues/20098) - Fix `AttributeError` exception when assigning tags during bulk import * [#20120](https://github.com/netbox-community/netbox/issues/20120) - Fix REST API serialization of jobs under `/api/core/background-tasks/` * [#20157](https://github.com/netbox-community/netbox/issues/20157) - Fix `IntegrityError` exception when a duplicate notification is triggered * [#20164](https://github.com/netbox-community/netbox/issues/20164) - Fix `ValueError` exception when attempting to add power outlets to devices in bulk --- <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-30 00:24:22 +01:00
adam closed this issue 2025-12-30 00:24:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15845