[PR #20462] [MERGED] Release v4.4.2 #15934

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/20462
Author: @jeremystretch
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @jeremystretch

Base: mainHead: release-v4.4.2


📝 Commits (1)

📊 Changes

41 files changed (+3209 additions, -2795 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)
📝 contrib/generated_schema.json (+13 -12)
📝 contrib/openapi.json (+529 -188)
📝 docs/release-notes/version-4.4.md (+29 -0)
📝 netbox/project-static/dist/netbox.js (+1 -1)
📝 netbox/project-static/dist/netbox.js.map (+3 -3)
📝 netbox/project-static/package.json (+2 -2)
📝 netbox/project-static/yarn.lock (+8 -8)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+218 -215)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+184 -181)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+186 -183)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+184 -181)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)

...and 21 more files

📄 Description

Enhancements

  • #17010 - Show admin navigation menu items only for staff & superusers
  • #19590 - Add columns for device site & location to device component tables
  • #19765 - Linkify assigned object types under saved filter view
  • #20308 - Add a hotkey (/) for the global search field
  • #20332 - Add a "none" option to object tag filters
  • #20380 - Introduce the SENTRY_CONFIG configuration parameter
  • #20412 - Linkify cluster type on virtual machine detail view
  • #20438 - Add facility field to bulk edit forms for sites and locations

Bug Fixes

  • #18878 - Automatically assign a designated primary MAC address upon creation of a new interface
  • #20243 - Prevent scheduled system jobs from re-running multiple times
  • #20253 - Fix support for filtering object contact assignments in GraphQL API
  • #20365 - Address various inaccuracies in generated OpenAPI schema
  • #20375 - Preserve filter parameters when performing bulk operations
  • #20390 - Fix styling of page size selection dropdown
  • #20392 - Clean up ordering of interface type options
  • #20398 - Fix misleading error reporting for min/max custom field values
  • #20419 - Correct action buttons for child object views
  • #20425 - Fix Markdown preview functionality within "quick add" modal
  • #20441 - Fix display of the "groups" column in contact assignments table

🔄 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/20462 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `release-v4.4.2` --- ### 📝 Commits (1) - [`b982920`](https://github.com/netbox-community/netbox/commit/b9829203fe160ee040cbe87dea49809ca14bc64c) Release v4.4.2 ### 📊 Changes **41 files changed** (+3209 additions, -2795 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) 📝 `contrib/generated_schema.json` (+13 -12) 📝 `contrib/openapi.json` (+529 -188) 📝 `docs/release-notes/version-4.4.md` (+29 -0) 📝 `netbox/project-static/dist/netbox.js` (+1 -1) 📝 `netbox/project-static/dist/netbox.js.map` (+3 -3) 📝 `netbox/project-static/package.json` (+2 -2) 📝 `netbox/project-static/yarn.lock` (+8 -8) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+218 -215) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+184 -181) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+186 -183) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+184 -181) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) _...and 21 more files_ </details> ### 📄 Description ### Enhancements * [#17010](https://github.com/netbox-community/netbox/issues/17010) - Show admin navigation menu items only for staff & superusers * [#19590](https://github.com/netbox-community/netbox/issues/19590) - Add columns for device site & location to device component tables * [#19765](https://github.com/netbox-community/netbox/issues/19765) - Linkify assigned object types under saved filter view * [#20308](https://github.com/netbox-community/netbox/issues/20308) - Add a hotkey (`/`) for the global search field * [#20332](https://github.com/netbox-community/netbox/issues/20332) - Add a "none" option to object tag filters * [#20380](https://github.com/netbox-community/netbox/issues/20380) - Introduce the `SENTRY_CONFIG` configuration parameter * [#20412](https://github.com/netbox-community/netbox/issues/20412) - Linkify cluster type on virtual machine detail view * [#20438](https://github.com/netbox-community/netbox/issues/20438) - Add `facility` field to bulk edit forms for sites and locations ### Bug Fixes * [#18878](https://github.com/netbox-community/netbox/issues/18878) - Automatically assign a designated primary MAC address upon creation of a new interface * [#20243](https://github.com/netbox-community/netbox/issues/20243) - Prevent scheduled system jobs from re-running multiple times * [#20253](https://github.com/netbox-community/netbox/issues/20253) - Fix support for filtering object contact assignments in GraphQL API * [#20365](https://github.com/netbox-community/netbox/issues/20365) - Address various inaccuracies in generated OpenAPI schema * [#20375](https://github.com/netbox-community/netbox/issues/20375) - Preserve filter parameters when performing bulk operations * [#20390](https://github.com/netbox-community/netbox/issues/20390) - Fix styling of page size selection dropdown * [#20392](https://github.com/netbox-community/netbox/issues/20392) - Clean up ordering of interface type options * [#20398](https://github.com/netbox-community/netbox/issues/20398) - Fix misleading error reporting for min/max custom field values * [#20419](https://github.com/netbox-community/netbox/issues/20419) - Correct action buttons for child object views * [#20425](https://github.com/netbox-community/netbox/issues/20425) - Fix Markdown preview functionality within "quick add" modal * [#20441](https://github.com/netbox-community/netbox/issues/20441) - Fix display of the "groups" column in contact assignments table --- <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:52 +01:00
adam closed this issue 2025-12-30 00:24:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15934