[PR #13142] [MERGED] Release v3.5.6 #14118

Closed
opened 2025-12-29 23:22:35 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/13142
Author: @jeremystretch
Created: 7/10/2023
Status: Merged
Merged: 7/10/2023
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (7)

📊 Changes

12 files changed (+40 additions, -30 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 docs/release-notes/version-3.5.md (+11 -0)
📝 netbox/extras/forms/scripts.py (+0 -7)
📝 netbox/extras/querysets.py (+8 -1)
📝 netbox/extras/scripts.py (+6 -1)
📝 netbox/ipam/models/ip.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/extras/report_list.html (+1 -1)
📝 netbox/templates/extras/script.html (+5 -11)
📝 netbox/templates/extras/script_list.html (+1 -1)
📝 requirements.txt (+4 -4)

📄 Description

Bug Fixes

  • #13061 - Fix display of last result for scripts & reports with a custom name defined
  • #13096 - Hide scheduling fields for all scripts with scheduling disabled
  • #13105 - Fix exception when attempting to allocate next available IP address from prefix marked as utilized
  • #13116 - Catch ProgrammingError exception when starting NetBox without pre-populated content types

🔄 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/13142 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/10/2023 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (7) - [`63c33ff`](https://github.com/netbox-community/netbox/commit/63c33ff4bedd29986e189fc35dd5cfd1018c0554) PRVB - [`bc7678c`](https://github.com/netbox-community/netbox/commit/bc7678c7160ee1746287b8d8ba21134e01c6c499) fixes content type lookups when db is uninitialized #13116 - [`cab7b76`](https://github.com/netbox-community/netbox/commit/cab7b76220a2379450f20831e3093ed513fde9a8) Fixes form rendering when scheduling_enabled is disabled (#13123) - [`73348ee`](https://github.com/netbox-community/netbox/commit/73348ee43529031582a81d765a829bf0d4c69bd8) Fixes #13105: Avoid exception when attempting to allocate next available IP address from prefix marked as utilized - [`f6fcf77`](https://github.com/netbox-community/netbox/commit/f6fcf776a43fac39811e401b23dc936856d69234) Fixes #13061: Fix display of last result for scripts & reports with a custom name defined - [`252cc37`](https://github.com/netbox-community/netbox/commit/252cc37f97c63a6ed0cc5693aa6f699c246d6d9d) Changelog for #13061, #13096, #13105, #13116 - [`1c30a44`](https://github.com/netbox-community/netbox/commit/1c30a44b4e332e30006162e85a06ee2da5cccbd2) Release v3.5.6 ### 📊 Changes **12 files changed** (+40 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `docs/release-notes/version-3.5.md` (+11 -0) 📝 `netbox/extras/forms/scripts.py` (+0 -7) 📝 `netbox/extras/querysets.py` (+8 -1) 📝 `netbox/extras/scripts.py` (+6 -1) 📝 `netbox/ipam/models/ip.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/extras/report_list.html` (+1 -1) 📝 `netbox/templates/extras/script.html` (+5 -11) 📝 `netbox/templates/extras/script_list.html` (+1 -1) 📝 `requirements.txt` (+4 -4) </details> ### 📄 Description ### Bug Fixes * [#13061](https://github.com/netbox-community/netbox/issues/13061) - Fix display of last result for scripts & reports with a custom name defined * [#13096](https://github.com/netbox-community/netbox/issues/13096) - Hide scheduling fields for all scripts with scheduling disabled * [#13105](https://github.com/netbox-community/netbox/issues/13105) - Fix exception when attempting to allocate next available IP address from prefix marked as utilized * [#13116](https://github.com/netbox-community/netbox/issues/13116) - Catch ProgrammingError exception when starting NetBox without pre-populated content types --- <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-29 23:22:35 +01:00
adam closed this issue 2025-12-29 23:22:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14118