[PR #17909] [MERGED] Release v4.1.6 #15225

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17909
Author: @jeremystretch
Created: 10/31/2024
Status: Merged
Merged: 10/31/2024
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (7)

  • 5764989 Update source translation strings
  • 5f94dff 17885 fix script running by providing script name to job
  • f00a93c Fixes #17700: Fix warning when no scripts are found within a script module
  • 1e5f79a Fixes #17884: Fix translation support for certain tab headings
  • 4ca2b21 Update source translation strings
  • 7580aa0 Add professional support link
  • 7431508 Release v4.1.6

📊 Changes

16 files changed (+5887 additions, -5167 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/config.yml (+3 -0)
📝 docs/release-notes/version-4.1.md (+8 -0)
📝 netbox/dcim/views.py (+1 -1)
📝 netbox/extras/views.py (+2 -1)
📝 netbox/ipam/views.py (+1 -1)
📝 netbox/netbox/views/generic/feature_views.py (+1 -1)
📝 netbox/project-static/package.json (+1 -1)
📝 netbox/project-static/yarn.lock (+4 -4)
📝 netbox/release.yaml (+2 -2)
📝 netbox/templates/extras/script_list.html (+92 -89)
📝 netbox/tenancy/views.py (+1 -1)
📝 netbox/translations/en/LC_MESSAGES/django.po (+5765 -5060)
📝 netbox/virtualization/views.py (+1 -1)
📝 requirements.txt (+3 -3)

📄 Description

Bug Fixes

  • #17700 - Fix warning when no scripts are found within a script module
  • #17884 - Fix translation support for certain tab headings
  • #17885 - Fix regression preventing custom scripts from executing

🔄 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/17909 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (7) - [`5764989`](https://github.com/netbox-community/netbox/commit/576498955fb0c7b1cc61b2e997a7338046194070) Update source translation strings - [`5f94dff`](https://github.com/netbox-community/netbox/commit/5f94dff81512e5fb687ccbc71883b2d629b1d091) 17885 fix script running by providing script name to job - [`f00a93c`](https://github.com/netbox-community/netbox/commit/f00a93c0669aaf2c1eb07efeadcd82e852d9051b) Fixes #17700: Fix warning when no scripts are found within a script module - [`1e5f79a`](https://github.com/netbox-community/netbox/commit/1e5f79a8ed8f046ce70c0bfb2859fb72a347133d) Fixes #17884: Fix translation support for certain tab headings - [`4ca2b21`](https://github.com/netbox-community/netbox/commit/4ca2b21a706f86fdb4ff5bf1940960f73ed74530) Update source translation strings - [`7580aa0`](https://github.com/netbox-community/netbox/commit/7580aa078158cf82bb03aab5fc37d023f6045f7e) Add professional support link - [`7431508`](https://github.com/netbox-community/netbox/commit/74315080a3f4fd961cb2e8a88f2a3281e2c786e9) Release v4.1.6 ### 📊 Changes **16 files changed** (+5887 additions, -5167 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) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+3 -0) 📝 `docs/release-notes/version-4.1.md` (+8 -0) 📝 `netbox/dcim/views.py` (+1 -1) 📝 `netbox/extras/views.py` (+2 -1) 📝 `netbox/ipam/views.py` (+1 -1) 📝 `netbox/netbox/views/generic/feature_views.py` (+1 -1) 📝 `netbox/project-static/package.json` (+1 -1) 📝 `netbox/project-static/yarn.lock` (+4 -4) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/templates/extras/script_list.html` (+92 -89) 📝 `netbox/tenancy/views.py` (+1 -1) 📝 `netbox/translations/en/LC_MESSAGES/django.po` (+5765 -5060) 📝 `netbox/virtualization/views.py` (+1 -1) 📝 `requirements.txt` (+3 -3) </details> ### 📄 Description ### Bug Fixes * [#17700](https://github.com/netbox-community/netbox/issues/17700) - Fix warning when no scripts are found within a script module * [#17884](https://github.com/netbox-community/netbox/issues/17884) - Fix translation support for certain tab headings * [#17885](https://github.com/netbox-community/netbox/issues/17885) - Fix regression preventing custom scripts from executing --- <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:20:42 +01:00
adam closed this issue 2025-12-30 00:20:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15225