[PR #20952] [MERGED] Release v4.4.8 #16097

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

📋 Pull Request Information

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

Base: mainHead: release-v4.4.8


📝 Commits (1)

📊 Changes

36 files changed (+7907 additions, -6850 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 (+521 -1)
📝 docs/release-notes/version-4.4.md (+17 -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 (+531 -491)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+529 -490)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+504 -483)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+531 -491)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+535 -489)
📝 netbox/translations/it/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/it/LC_MESSAGES/django.po (+536 -490)
📝 netbox/translations/ja/LC_MESSAGES/django.mo (+0 -0)

...and 16 more files

📄 Description

Enhancements

  • #20068 - Support the assignment of module type profile attributes via bulk import
  • #20914 - Enable filtering device components by tenant assigned to device

Bug Fixes

  • #19918 - Fix support for {module} resolution of components of child modules
  • #20759 - Improve legibility of object types in permissions form
  • #20860 - Ensure user-provided changelog message is recorded when creating device components via the UI
  • #20878 - Use the active database connection when executing custom scripts
  • #20888 - Resolve warnings about non-decimal values for min/max latitude & longitude fields

🔄 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/20952 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `release-v4.4.8` --- ### 📝 Commits (1) - [`8762c2e`](https://github.com/netbox-community/netbox/commit/8762c2e51d82ea9a68cfd20873d0571953d827ef) Release v4.4.8 ### 📊 Changes **36 files changed** (+7907 additions, -6850 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` (+521 -1) 📝 `docs/release-notes/version-4.4.md` (+17 -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` (+531 -491) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+529 -490) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+504 -483) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+531 -491) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+535 -489) 📝 `netbox/translations/it/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/it/LC_MESSAGES/django.po` (+536 -490) 📝 `netbox/translations/ja/LC_MESSAGES/django.mo` (+0 -0) _...and 16 more files_ </details> ### 📄 Description ### Enhancements * [#20068](https://github.com/netbox-community/netbox/issues/20068) - Support the assignment of module type profile attributes via bulk import * [#20914](https://github.com/netbox-community/netbox/issues/20914) - Enable filtering device components by tenant assigned to device ### Bug Fixes * [#19918](https://github.com/netbox-community/netbox/issues/19918) - Fix support for `{module}` resolution of components of child modules * [#20759](https://github.com/netbox-community/netbox/issues/20759) - Improve legibility of object types in permissions form * [#20860](https://github.com/netbox-community/netbox/issues/20860) - Ensure user-provided changelog message is recorded when creating device components via the UI * [#20878](https://github.com/netbox-community/netbox/issues/20878) - Use the active database connection when executing custom scripts * [#20888](https://github.com/netbox-community/netbox/issues/20888) - Resolve warnings about non-decimal values for min/max latitude & longitude fields --- <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:46 +01:00
adam closed this issue 2025-12-30 00:25:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#16097