[PR #6723] [MERGED] Release v2.11.9 #13159

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6723
Author: @jeremystretch
Created: 7/8/2021
Status: Merged
Merged: 7/8/2021
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (5)

  • c585175 PRVB
  • 7c667f3 Fixes #6710: Fix assignment of VM interface parent via REST API
  • 54dfa6c Fixes #6714: Fix rendering of device type component creation forms
  • 28ca815 Fixes #6456: API schema type should be boolean for _occupied on cable termination models
  • e8e3e9b Release v2.11.9

📊 Changes

10 files changed (+25 additions, -9 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 docs/release-notes/version-2.11.md (+10 -0)
📝 netbox/dcim/api/serializers.py (+5 -0)
📝 netbox/dcim/tests/test_api.py (+2 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/dcim/device_component_add.html (+1 -1)
📝 netbox/virtualization/api/nested_serializers.py (+2 -3)
📝 netbox/virtualization/tests/test_api.py (+1 -0)
📝 requirements.txt (+1 -1)

📄 Description

Bug Fixes

  • #6456 - API schema type should be boolean for _occupied on cable termination models
  • #6710 - Fix assignment of VM interface parent via REST API
  • #6714 - Fix rendering of device type component creation forms

🔄 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/6723 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/8/2021 **Status:** ✅ Merged **Merged:** 7/8/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (5) - [`c585175`](https://github.com/netbox-community/netbox/commit/c585175214f29963140d3f7d45e5451d7c0e0e2a) PRVB - [`7c667f3`](https://github.com/netbox-community/netbox/commit/7c667f3485fb8d266cdcdcfa034f9f25ad5c5b84) Fixes #6710: Fix assignment of VM interface parent via REST API - [`54dfa6c`](https://github.com/netbox-community/netbox/commit/54dfa6cb7fce89b75d64e2638a000e313ef9e533) Fixes #6714: Fix rendering of device type component creation forms - [`28ca815`](https://github.com/netbox-community/netbox/commit/28ca815c8855b06e4250e7610fadc7c968c91dcb) Fixes #6456: API schema type should be boolean for _occupied on cable termination models - [`e8e3e9b`](https://github.com/netbox-community/netbox/commit/e8e3e9b0be5f2a9c430e3771cd4522be2283ac0d) Release v2.11.9 ### 📊 Changes **10 files changed** (+25 additions, -9 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-2.11.md` (+10 -0) 📝 `netbox/dcim/api/serializers.py` (+5 -0) 📝 `netbox/dcim/tests/test_api.py` (+2 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/dcim/device_component_add.html` (+1 -1) 📝 `netbox/virtualization/api/nested_serializers.py` (+2 -3) 📝 `netbox/virtualization/tests/test_api.py` (+1 -0) 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description ### Bug Fixes * [#6456](https://github.com/netbox-community/netbox/issues/6456) - API schema type should be boolean for `_occupied` on cable termination models * [#6710](https://github.com/netbox-community/netbox/issues/6710) - Fix assignment of VM interface parent via REST API * [#6714](https://github.com/netbox-community/netbox/issues/6714) - Fix rendering of device type component creation forms --- <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 22:25:43 +01:00
adam closed this issue 2025-12-29 22:25: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#13159