[PR #19656] [MERGED] Release v4.3.2 #15694

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

📋 Pull Request Information

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

Base: mainHead: release-v4.3.2


📝 Commits (2)

📊 Changes

38 files changed (+3467 additions, -3431 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.3.md (+26 -0)
📝 netbox/project-static/dist/netbox.css (+1 -1)
📝 netbox/project-static/dist/netbox.js (+3 -3)
📝 netbox/project-static/dist/netbox.js.map (+2 -2)
📝 netbox/project-static/package.json (+4 -4)
📝 netbox/project-static/yarn.lock (+17 -22)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/cs/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/cs/LC_MESSAGES/django.po (+238 -237)
📝 netbox/translations/da/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/da/LC_MESSAGES/django.po (+238 -237)
📝 netbox/translations/de/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/de/LC_MESSAGES/django.po (+241 -240)
📝 netbox/translations/es/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/es/LC_MESSAGES/django.po (+238 -237)
📝 netbox/translations/fr/LC_MESSAGES/django.mo (+0 -0)
📝 netbox/translations/fr/LC_MESSAGES/django.po (+238 -237)
📝 netbox/translations/it/LC_MESSAGES/django.mo (+0 -0)

...and 18 more files

📄 Description

Enhancements

  • #19200 - Display assigned virtual chassis (if any) on device view
  • #19461 - Add color backgrounds for virtual circuit types
  • #19605 - Enable filtering IP addresses by family in GraphQL API
  • #19627 - Introduce object change migrators

Bug Fixes

  • #19415 - Increase maximum supported distance for circuits and wireless links
  • #19475 - VLANs belonging to the same location as a VM's cluster should be eligible for assignment to interfaces on that VM
  • #19486 - Fix connection card rendering for console server ports
  • #19487 - Fix FieldError exception when ordering circuit or tunnel terminations by the terminating object
  • #19490 - Fix inclusion support for config templates populated via a data source
  • #19496 - Fix AttributeError exception when rendering a config template with no output
  • #19510 - Restore GraphQL API filtering for assigned IP addresses
  • #19520 - Restore ability to alter prefix scope via the REST API
  • #19587 - The occupied filter should include interfaces terminating a wireless link
  • #19599 - Fix AttributeError exception when sorting change history under user view
  • #19610 - Fix FieldError exception when sorting tunnel terminations by tenant
  • #19623 - Display description under provider account view

🔄 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/19656 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/5/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `release-v4.3.2` --- ### 📝 Commits (2) - [`c705c2e`](https://github.com/netbox-community/netbox/commit/c705c2e8ada1eb37d787ffaf6b04fc562b72339f) Release v4.3.2 - [`1495ff9`](https://github.com/netbox-community/netbox/commit/1495ff9e2ecdbfc008936595558353d9748eeb6c) Correct strawberry-graphql version ### 📊 Changes **38 files changed** (+3467 additions, -3431 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.3.md` (+26 -0) 📝 `netbox/project-static/dist/netbox.css` (+1 -1) 📝 `netbox/project-static/dist/netbox.js` (+3 -3) 📝 `netbox/project-static/dist/netbox.js.map` (+2 -2) 📝 `netbox/project-static/package.json` (+4 -4) 📝 `netbox/project-static/yarn.lock` (+17 -22) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/cs/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/cs/LC_MESSAGES/django.po` (+238 -237) 📝 `netbox/translations/da/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/da/LC_MESSAGES/django.po` (+238 -237) 📝 `netbox/translations/de/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/de/LC_MESSAGES/django.po` (+241 -240) 📝 `netbox/translations/es/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/es/LC_MESSAGES/django.po` (+238 -237) 📝 `netbox/translations/fr/LC_MESSAGES/django.mo` (+0 -0) 📝 `netbox/translations/fr/LC_MESSAGES/django.po` (+238 -237) 📝 `netbox/translations/it/LC_MESSAGES/django.mo` (+0 -0) _...and 18 more files_ </details> ### 📄 Description ### Enhancements * [#19200](https://github.com/netbox-community/netbox/issues/19200) - Display assigned virtual chassis (if any) on device view * [#19461](https://github.com/netbox-community/netbox/issues/19461) - Add color backgrounds for virtual circuit types * [#19605](https://github.com/netbox-community/netbox/issues/19605) - Enable filtering IP addresses by family in GraphQL API * [#19627](https://github.com/netbox-community/netbox/issues/19627) - Introduce object change migrators ### Bug Fixes * [#19415](https://github.com/netbox-community/netbox/issues/19415) - Increase maximum supported distance for circuits and wireless links * [#19475](https://github.com/netbox-community/netbox/issues/19475) - VLANs belonging to the same location as a VM's cluster should be eligible for assignment to interfaces on that VM * [#19486](https://github.com/netbox-community/netbox/issues/19486) - Fix connection card rendering for console server ports * [#19487](https://github.com/netbox-community/netbox/issues/19487) - Fix `FieldError` exception when ordering circuit or tunnel terminations by the terminating object * [#19490](https://github.com/netbox-community/netbox/issues/19490) - Fix inclusion support for config templates populated via a data source * [#19496](https://github.com/netbox-community/netbox/issues/19496) - Fix `AttributeError` exception when rendering a config template with no output * [#19510](https://github.com/netbox-community/netbox/issues/19510) - Restore GraphQL API filtering for assigned IP addresses * [#19520](https://github.com/netbox-community/netbox/issues/19520) - Restore ability to alter prefix scope via the REST API * [#19587](https://github.com/netbox-community/netbox/issues/19587) - The `occupied` filter should include interfaces terminating a wireless link * [#19599](https://github.com/netbox-community/netbox/issues/19599) - Fix `AttributeError` exception when sorting change history under user view * [#19610](https://github.com/netbox-community/netbox/issues/19610) - Fix `FieldError` exception when sorting tunnel terminations by tenant * [#19623](https://github.com/netbox-community/netbox/issues/19623) - Display description under provider account view --- <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:23:26 +01:00
adam closed this issue 2025-12-30 00:23:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15694