[PR #18429] [MERGED] Release v4.2.2 #15347

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18429
Author: @jeremystretch
Created: 1/17/2025
Status: Merged
Merged: 1/17/2025
Merged by: @jeremystretch

Base: mainHead: release-v4.2.2


📝 Commits (1)

📊 Changes

12 files changed (+51 additions, -33 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 (+0 -2)
📝 docs/release-notes/version-4.2.md (+20 -0)
📝 netbox/project-static/dist/netbox.js (+5 -5)
📝 netbox/project-static/dist/netbox.js.map (+2 -2)
📝 netbox/project-static/package.json (+2 -2)
📝 netbox/project-static/yarn.lock (+8 -8)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/ru/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/ru/LC_MESSAGES/django.po (+5 -5)
📝 requirements.txt (+5 -5)

📄 Description

Bug Fixes

  • #18336 - Validate new rack height against installed devices when changing a rack's type
  • #18350 - Fix FieldDoesNotExist exception when global search results include a circuit termination
  • #18353 - Disable fetching of plugin catalog data when ISOLATED_DEPLOYMENT is enabled
  • #18362 - Avoid transmitting census data on every worker restart
  • #18363 - Fix support for assigning a MAC address to an interface via the REST API
  • #18368 - Restore missing attributes from REST API serializer for MAC addresses (tags, created, last_updated, and custom fields)
  • #18369 - Fix TypeError exception when rendering the system configuration view with one or more custom classes defined under PROTECTION_RULES
  • #18373 - Fix AttributeError exception when attempting to assign host devices to a cluster
  • #18376 - Fix the display of tagged VLANs in interfaces list for Q-in-Q interfaces
  • #18379 - Ensure RSS feed dashboard widget content is sanitized
  • #18392 - Virtual machines should not inherit config contexts assigned to locations
  • #18400 - Fix support for STORAGE_BACKEND configuration parameter
  • #18406 - Scope column headers in object lists should not be orderable

🔄 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/18429 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/17/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `release-v4.2.2` --- ### 📝 Commits (1) - [`dce50ae`](https://github.com/netbox-community/netbox/commit/dce50ae0afcd86305b5203f95368f01f65367037) Release v4.2.2 ### 📊 Changes **12 files changed** (+51 additions, -33 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` (+0 -2) 📝 `docs/release-notes/version-4.2.md` (+20 -0) 📝 `netbox/project-static/dist/netbox.js` (+5 -5) 📝 `netbox/project-static/dist/netbox.js.map` (+2 -2) 📝 `netbox/project-static/package.json` (+2 -2) 📝 `netbox/project-static/yarn.lock` (+8 -8) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/ru/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/ru/LC_MESSAGES/django.po` (+5 -5) 📝 `requirements.txt` (+5 -5) </details> ### 📄 Description ### Bug Fixes * [#18336](https://github.com/netbox-community/netbox/issues/18336) - Validate new rack height against installed devices when changing a rack's type * [#18350](https://github.com/netbox-community/netbox/issues/18350) - Fix `FieldDoesNotExist` exception when global search results include a circuit termination * [#18353](https://github.com/netbox-community/netbox/issues/18353) - Disable fetching of plugin catalog data when `ISOLATED_DEPLOYMENT` is enabled * [#18362](https://github.com/netbox-community/netbox/issues/18362) - Avoid transmitting census data on every worker restart * [#18363](https://github.com/netbox-community/netbox/issues/18363) - Fix support for assigning a MAC address to an interface via the REST API * [#18368](https://github.com/netbox-community/netbox/issues/18368) - Restore missing attributes from REST API serializer for MAC addresses (`tags`, `created`, `last_updated`, and custom fields) * [#18369](https://github.com/netbox-community/netbox/issues/18369) - Fix `TypeError` exception when rendering the system configuration view with one or more custom classes defined under `PROTECTION_RULES` * [#18373](https://github.com/netbox-community/netbox/issues/18373) - Fix `AttributeError` exception when attempting to assign host devices to a cluster * [#18376](https://github.com/netbox-community/netbox/issues/18376) - Fix the display of tagged VLANs in interfaces list for Q-in-Q interfaces * [#18379](https://github.com/netbox-community/netbox/issues/18379) - Ensure RSS feed dashboard widget content is sanitized * [#18392](https://github.com/netbox-community/netbox/issues/18392) - Virtual machines should not inherit config contexts assigned to locations * [#18400](https://github.com/netbox-community/netbox/issues/18400) - Fix support for `STORAGE_BACKEND` configuration parameter * [#18406](https://github.com/netbox-community/netbox/issues/18406) - Scope column headers in object lists should not be orderable --- <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:25 +01:00
adam closed this issue 2025-12-30 00:21:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15347