[PR #18703] [MERGED] Release v4.2.4 #15418

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

📋 Pull Request Information

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

Base: mainHead: release-v4.2.4


📝 Commits (2)

📊 Changes

34 files changed (+381 additions, -408 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 docs/release-notes/version-4.2.md (+27 -0)
📝 netbox/project-static/package.json (+2 -2)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+88 -82)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+6 -13)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+27 -37)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+12 -21)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+65 -55)
📝 netbox/translations/it/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/it/LC_MESSAGES/django.po (+3 -14)
📝 netbox/translations/ja/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/ja/LC_MESSAGES/django.po (+64 -64)
📝 netbox/translations/nl/LC_MESSAGES/django.mo (+0 -0)

...and 14 more files

📄 Description

Enhancements

  • #17309 - Omit empty counts in related object tables
  • #18277 - Improve multi-table inheritance in serialization of change-logged models
  • #18286 - Add more job duration choices
  • #18357 - Display author name in plugin list for locally installed plugins
  • #18408 - Add Paused status for virtual machines
  • #18584 - Add rack type column to manufacturer list

Bug Fixes

  • #17436 - Fix {module} replacement in module bays
  • #18013 - Limit object type to selected object in change log filter
  • #18241 - Default logging level of custom scripts changed to INFO
  • #18247 - Fix visibility of disabled cable paths in dark mode
  • #18480 - Clean data passed to script in runscript command
  • #18555 - Add default get_absolute_url method to plugin models
  • #18585 - Fix filtering circuits by location
  • #18593 - Fix "Create & Add Another" IP Address workflow
  • #18594 - Enable sorting by ASN count on site and provider lists
  • #18619 - Ensure shift-click selection selects only visible list items
  • #18674 - Preserve form values when selecting speed on circuit termination

🔄 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/18703 **Author:** [@bctiemann](https://github.com/bctiemann) **Created:** 2/21/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@bctiemann](https://github.com/bctiemann) **Base:** `main` ← **Head:** `release-v4.2.4` --- ### 📝 Commits (2) - [`0f52712`](https://github.com/netbox-community/netbox/commit/0f5271246844ec7072c98fa101434abbb03a1d87) Release v4.2.4 - [`fee6643`](https://github.com/netbox-community/netbox/commit/fee66438f37a594042321e8c1a51eb8024d466f9) Fix django-htmx version ### 📊 Changes **34 files changed** (+381 additions, -408 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) 📝 `docs/release-notes/version-4.2.md` (+27 -0) 📝 `netbox/project-static/package.json` (+2 -2) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+88 -82) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+6 -13) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+27 -37) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+12 -21) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+65 -55) 📝 `netbox/translations/it/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/it/LC_MESSAGES/django.po` (+3 -14) 📝 `netbox/translations/ja/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/ja/LC_MESSAGES/django.po` (+64 -64) 📝 `netbox/translations/nl/LC_MESSAGES/django.mo` (+0 -0) _...and 14 more files_ </details> ### 📄 Description ### Enhancements * [#17309](https://github.com/netbox-community/netbox/issues/17309) - Omit empty counts in related object tables * [#18277](https://github.com/netbox-community/netbox/issues/18277) - Improve multi-table inheritance in serialization of change-logged models * [#18286](https://github.com/netbox-community/netbox/issues/18286) - Add more job duration choices * [#18357](https://github.com/netbox-community/netbox/issues/18357) - Display author name in plugin list for locally installed plugins * [#18408](https://github.com/netbox-community/netbox/issues/18408) - Add Paused status for virtual machines * [#18584](https://github.com/netbox-community/netbox/issues/18584) - Add rack type column to manufacturer list ### Bug Fixes * [#17436](https://github.com/netbox-community/netbox/issues/17436) - Fix {module} replacement in module bays * [#18013](https://github.com/netbox-community/netbox/issues/18013) - Limit object type to selected object in change log filter * [#18241](https://github.com/netbox-community/netbox/issues/18241) - Default logging level of custom scripts changed to INFO * [#18247](https://github.com/netbox-community/netbox/issues/18247) - Fix visibility of disabled cable paths in dark mode * [#18480](https://github.com/netbox-community/netbox/issues/18480) - Clean data passed to script in runscript command * [#18555](https://github.com/netbox-community/netbox/issues/18555) - Add default get_absolute_url method to plugin models * [#18585](https://github.com/netbox-community/netbox/issues/18585) - Fix filtering circuits by location * [#18593](https://github.com/netbox-community/netbox/issues/18593) - Fix "Create & Add Another" IP Address workflow * [#18594](https://github.com/netbox-community/netbox/issues/18594) - Enable sorting by ASN count on site and provider lists * [#18619](https://github.com/netbox-community/netbox/issues/18619) - Ensure shift-click selection selects only visible list items * [#18674](https://github.com/netbox-community/netbox/issues/18674) - Preserve form values when selecting speed on circuit termination --- <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:49 +01:00
adam closed this issue 2025-12-30 00:21:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15418