[PR #18569] [MERGED] Release 4.2.3 #15384

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18569
Author: @bctiemann
Created: 2/4/2025
Status: Merged
Merged: 2/4/2025
Merged by: @bctiemann

Base: mainHead: release-v4.2.3


📝 Commits (2)

📊 Changes

31 files changed (+1258 additions, -1109 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 base_requirements.txt (+2 -1)
📝 docs/release-notes/version-4.2.md (+20 -0)
📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/package.json (+2 -2)
📝 netbox/project-static/yarn.lock (+157 -151)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+119 -103)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+79 -79)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+116 -88)
📝 netbox/translations/it/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/it/LC_MESSAGES/django.po (+114 -89)
📝 netbox/translations/ja/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/ja/LC_MESSAGES/django.po (+12 -12)
📝 netbox/translations/nl/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/nl/LC_MESSAGES/django.po (+148 -130)

...and 11 more files

📄 Description

Enhancements

  • #18518 - Add a "hostname" <meta> tag to the page header

Bug Fixes

  • #18497 - Fix unhandled FieldDoesNotExist exception when search results include virtual circuit
  • #18433 - Fix MAC address not shown as "primary for interface" in MAC address detail view
  • #18154 - Allow anonymous users to change default table preferences
  • #18515 - Fix Django collectstatic management command in debug mode with Redis not running
  • #18456 - Avoid duplicate MAC Address column in interface tables
  • #18447 - Fix FieldError exception when sorting interface tables on MAC Address columns
  • #18438 - Improve performance in IPAM migration 0072_prefix_cached_relations when upgrading from v4.1 or earlier
  • #18436 - Reset primary MAC address when unassigning MAC address from interface
  • #18181 - Fix "Create & Add Another" workflow when adding IP addresses to interfaces

🔄 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/18569 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 2/4/2025 **Status:** ✅ Merged **Merged:** 2/4/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `release-v4.2.3` --- ### 📝 Commits (2) - [`6e16543`](https://github.com/netbox-community/netbox/commit/6e165435e23c959c1876d08e8b3c156e2413cc67) Release 4.2.3 - [`9391f48`](https://github.com/netbox-community/netbox/commit/9391f48d628c9e940122bf3d05e65d5b503f30bf) Update static bundle ### 📊 Changes **31 files changed** (+1258 additions, -1109 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) 📝 `base_requirements.txt` (+2 -1) 📝 `docs/release-notes/version-4.2.md` (+20 -0) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/package.json` (+2 -2) 📝 `netbox/project-static/yarn.lock` (+157 -151) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+119 -103) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+79 -79) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+116 -88) 📝 `netbox/translations/it/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/it/LC_MESSAGES/django.po` (+114 -89) 📝 `netbox/translations/ja/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/ja/LC_MESSAGES/django.po` (+12 -12) 📝 `netbox/translations/nl/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/nl/LC_MESSAGES/django.po` (+148 -130) _...and 11 more files_ </details> ### 📄 Description ### Enhancements * [#18518](https://github.com/netbox-community/netbox/issues/18518) - Add a "hostname" `<meta>` tag to the page header ### Bug Fixes * [#18497](https://github.com/netbox-community/netbox/issues/18497) - Fix unhandled `FieldDoesNotExist` exception when search results include virtual circuit * [#18433](https://github.com/netbox-community/netbox/issues/18433) - Fix MAC address not shown as "primary for interface" in MAC address detail view * [#18154](https://github.com/netbox-community/netbox/issues/18154) - Allow anonymous users to change default table preferences * [#18515](https://github.com/netbox-community/netbox/issues/18515) - Fix Django `collectstatic` management command in debug mode with Redis not running * [#18456](https://github.com/netbox-community/netbox/issues/18456) - Avoid duplicate MAC Address column in interface tables * [#18447](https://github.com/netbox-community/netbox/issues/18447) - Fix `FieldError` exception when sorting interface tables on MAC Address columns * [#18438](https://github.com/netbox-community/netbox/issues/18438) - Improve performance in IPAM migration `0072_prefix_cached_relations` when upgrading from v4.1 or earlier * [#18436](https://github.com/netbox-community/netbox/issues/18436) - Reset primary MAC address when unassigning MAC address from interface * [#18181](https://github.com/netbox-community/netbox/issues/18181) - Fix "Create & Add Another" workflow when adding IP addresses to interfaces --- <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:21:37 +01:00
adam closed this issue 2025-12-30 00:21:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15384