[PR #20786] [MERGED] Release v4.4.6 #16054

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

📋 Pull Request Information

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

Base: mainHead: release-v4.4.6


📝 Commits (1)

📊 Changes

37 files changed (+7485 additions, -6658 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 contrib/openapi.json (+88 -21)
📝 docs/release-notes/version-4.4.md (+28 -0)
📝 netbox/project-static/package.json (+1 -1)
📝 netbox/project-static/yarn.lock (+4 -4)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+524 -471)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+522 -471)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+527 -474)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+523 -471)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+523 -471)
📝 netbox/translations/it/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/it/LC_MESSAGES/django.po (+523 -471)
📝 netbox/translations/ja/LC_MESSAGES/django.mo (+0 -0)

...and 17 more files

📄 Description

Enhancements

  • #14171 - Support VLAN assignment for device & VM interfaces being bulk imported
  • #20297 - Introduce additional coaxial cable types

Bug Fixes

  • #20378 - Prevent exception when attempting to delete a data source utilized by a custom script
  • #20645 - CSVChoiceField should defer to model field's default value when CSV field is empty
  • #20647 - Improve handling of empty strings during bulk imports
  • #20653 - Fix filtering of jobs by object type ID
  • #20660 - Optimize loading of custom script modules from remote storage
  • #20670 - Improve validation of related objects during bulk import
  • #20688 - Suppress non-harmful "No active configuration revision found" warning message
  • #20697 - Prevent duplication of signals which increment/decrement related object counts
  • #20699 - Ensure proper ordering of changelog entries resulting from cascading deletions
  • #20713 - Ensure a pre-change snapshot is recorded on virtual chassis members being added/removed
  • #20721 - Fix breadcrumb navigation links in UI for background tasks
  • #20738 - Deleting a virtual chassis should nullify the vc_position of all former members
  • #20750 - Fix cloning of permissions when only one action is enabled
  • #20755 - Prevent duplicate results under certain conditions when filtering providers
  • #20771 - Comments are required when creating a new journal entry
  • #20774 - Bulk action button labels should be translated

🔄 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/20786 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `release-v4.4.6` --- ### 📝 Commits (1) - [`219b6ea`](https://github.com/netbox-community/netbox/commit/219b6ea5429bee33c9b0b19390a5f1519644fed8) Release v4.4.6 ### 📊 Changes **37 files changed** (+7485 additions, -6658 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) 📝 `contrib/openapi.json` (+88 -21) 📝 `docs/release-notes/version-4.4.md` (+28 -0) 📝 `netbox/project-static/package.json` (+1 -1) 📝 `netbox/project-static/yarn.lock` (+4 -4) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+524 -471) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+522 -471) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+527 -474) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+523 -471) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+523 -471) 📝 `netbox/translations/it/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/it/LC_MESSAGES/django.po` (+523 -471) 📝 `netbox/translations/ja/LC_MESSAGES/django.mo` (+0 -0) _...and 17 more files_ </details> ### 📄 Description ### Enhancements * [#14171](https://github.com/netbox-community/netbox/issues/14171) - Support VLAN assignment for device & VM interfaces being bulk imported * [#20297](https://github.com/netbox-community/netbox/issues/20297) - Introduce additional coaxial cable types ### Bug Fixes * [#20378](https://github.com/netbox-community/netbox/issues/20378) - Prevent exception when attempting to delete a data source utilized by a custom script * [#20645](https://github.com/netbox-community/netbox/issues/20645) - CSVChoiceField should defer to model field's default value when CSV field is empty * [#20647](https://github.com/netbox-community/netbox/issues/20647) - Improve handling of empty strings during bulk imports * [#20653](https://github.com/netbox-community/netbox/issues/20653) - Fix filtering of jobs by object type ID * [#20660](https://github.com/netbox-community/netbox/issues/20660) - Optimize loading of custom script modules from remote storage * [#20670](https://github.com/netbox-community/netbox/issues/20670) - Improve validation of related objects during bulk import * [#20688](https://github.com/netbox-community/netbox/issues/20688) - Suppress non-harmful "No active configuration revision found" warning message * [#20697](https://github.com/netbox-community/netbox/issues/20697) - Prevent duplication of signals which increment/decrement related object counts * [#20699](https://github.com/netbox-community/netbox/issues/20699) - Ensure proper ordering of changelog entries resulting from cascading deletions * [#20713](https://github.com/netbox-community/netbox/issues/20713) - Ensure a pre-change snapshot is recorded on virtual chassis members being added/removed * [#20721](https://github.com/netbox-community/netbox/issues/20721) - Fix breadcrumb navigation links in UI for background tasks * [#20738](https://github.com/netbox-community/netbox/issues/20738) - Deleting a virtual chassis should nullify the `vc_position` of all former members * [#20750](https://github.com/netbox-community/netbox/issues/20750) - Fix cloning of permissions when only one action is enabled * [#20755](https://github.com/netbox-community/netbox/issues/20755) - Prevent duplicate results under certain conditions when filtering providers * [#20771](https://github.com/netbox-community/netbox/issues/20771) - Comments are required when creating a new journal entry * [#20774](https://github.com/netbox-community/netbox/issues/20774) - Bulk action button labels should be translated --- <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:25:32 +01:00
adam closed this issue 2025-12-30 00:25:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16054