[PR #6371] [MERGED] Release v2.11.3 #13122

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 07f39b3 Expose Django SESSION_COOKIE_NAME setting
  • 51f6d2f PRVB
  • 8fc49f3 Merge pull request #6307 from mpalmer/patch-1
  • 75fdff4 Changelog & docs for #6197
  • bb98870 Fixes #6308: Fix linking of available VLANs in VLAN group view
  • cc57d1e Fixes #6309: Restrict parent VM interface assignment to the parent VM
  • 763b029 Reference the demo instance in the README
  • 0de50e0 Split Filter and FilterSet classes
  • c4e88fd Consolidate FilterSet classes
  • d35ac13 Move TagFilter to extras

📊 Changes

72 files changed (+1280 additions, -1426 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+22 -17)
📝 .github/ISSUE_TEMPLATE/documentation_change.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+20 -16)
📝 .github/ISSUE_TEMPLATE/housekeeping.yaml (+7 -5)
📝 .github/workflows/stale.yml (+3 -2)
📝 README.md (+26 -21)
📝 docs/configuration/optional-settings.md (+8 -0)
📝 docs/development/release-checklist.md (+5 -1)
📝 docs/release-notes/version-2.11.md (+27 -0)
📝 netbox/circuits/api/nested_serializers.py (+1 -1)
📝 netbox/circuits/api/views.py (+6 -6)
📝 netbox/circuits/filtersets.py (+11 -12)
📝 netbox/circuits/models.py (+1 -1)
📝 netbox/circuits/signals.py (+4 -7)
📝 netbox/circuits/tests/test_filtersets.py (+7 -22)
📝 netbox/circuits/views.py (+23 -40)
📝 netbox/dcim/api/views.py (+37 -37)
📝 netbox/dcim/choices.py (+2 -0)
📝 netbox/dcim/filtersets.py (+46 -60)
📝 netbox/dcim/forms.py (+1 -1)

...and 52 more files

📄 Description

Enhancements

  • #6197 - Introduced SESSION_COOKIE_NAME config parameter
  • #6318 - Add OM5 MMF cable type
  • #6351 - Add aggregates count to tenant view
  • #6359 - Enable custom links for organizational and nested group models

Bug Fixes

  • #6240 - Fix display of available VLAN ranges under VLAN group view
  • #6308 - Fix linking of available VLANs in VLAN group view
  • #6309 - Restrict parent VM interface assignment to the parent VM
  • #6312 - Interface device filter should return all virtual chassis interfaces only if device is master
  • #6313 - Fix device type instance count under manufacturer view
  • #6321 - Restore "add an IP" button under prefix IPs view
  • #6333 - Fix filtering of circuit terminations by primary key
  • #6339 - Improve ordering of interfaces when viewing virtual chassis master
  • #6350 - Include first & last IP addresses when allocating available IPv6 addresses via the REST API
  • #6355 - Fix caching error when swapping A/Z circuit terminations
  • #6357 - Fix ProviderNetwork nested API serializer
  • #6363 - Correct pre-population of cluster group when creating a cluster
  • #6369 - Fix interface assignment for VLANs in non-scoped groups

🔄 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/6371 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 5/7/2021 **Status:** ✅ Merged **Merged:** 5/7/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`07f39b3`](https://github.com/netbox-community/netbox/commit/07f39b31da1994e4bad6dc2ec967c5a192842c0c) Expose Django SESSION_COOKIE_NAME setting - [`51f6d2f`](https://github.com/netbox-community/netbox/commit/51f6d2f45e1bb9d53da6a7f7733673a458c50060) PRVB - [`8fc49f3`](https://github.com/netbox-community/netbox/commit/8fc49f37a714161fabcacadabba4555018817b03) Merge pull request #6307 from mpalmer/patch-1 - [`75fdff4`](https://github.com/netbox-community/netbox/commit/75fdff4d410e7e26276b79d12df358b38d4c1bad) Changelog & docs for #6197 - [`bb98870`](https://github.com/netbox-community/netbox/commit/bb988701fe8262305eb008b5f954a7021d8e4db3) Fixes #6308: Fix linking of available VLANs in VLAN group view - [`cc57d1e`](https://github.com/netbox-community/netbox/commit/cc57d1edf77a0c10cabc3ae9b891f8923ad396a5) Fixes #6309: Restrict parent VM interface assignment to the parent VM - [`763b029`](https://github.com/netbox-community/netbox/commit/763b02975cf70e1ad1729e9667d963ea64c3d92f) Reference the demo instance in the README - [`0de50e0`](https://github.com/netbox-community/netbox/commit/0de50e0afefcb96337882116007a70d7d0e3eed4) Split Filter and FilterSet classes - [`c4e88fd`](https://github.com/netbox-community/netbox/commit/c4e88fd11a7fe73a50e234e0a83a719cbd1cca8b) Consolidate FilterSet classes - [`d35ac13`](https://github.com/netbox-community/netbox/commit/d35ac1347cebd46740188f1b294ac50499f3c1ea) Move TagFilter to extras ### 📊 Changes **72 files changed** (+1280 additions, -1426 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+22 -17) 📝 `.github/ISSUE_TEMPLATE/documentation_change.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+20 -16) 📝 `.github/ISSUE_TEMPLATE/housekeeping.yaml` (+7 -5) 📝 `.github/workflows/stale.yml` (+3 -2) 📝 `README.md` (+26 -21) 📝 `docs/configuration/optional-settings.md` (+8 -0) 📝 `docs/development/release-checklist.md` (+5 -1) 📝 `docs/release-notes/version-2.11.md` (+27 -0) 📝 `netbox/circuits/api/nested_serializers.py` (+1 -1) 📝 `netbox/circuits/api/views.py` (+6 -6) 📝 `netbox/circuits/filtersets.py` (+11 -12) 📝 `netbox/circuits/models.py` (+1 -1) 📝 `netbox/circuits/signals.py` (+4 -7) 📝 `netbox/circuits/tests/test_filtersets.py` (+7 -22) 📝 `netbox/circuits/views.py` (+23 -40) 📝 `netbox/dcim/api/views.py` (+37 -37) 📝 `netbox/dcim/choices.py` (+2 -0) 📝 `netbox/dcim/filtersets.py` (+46 -60) 📝 `netbox/dcim/forms.py` (+1 -1) _...and 52 more files_ </details> ### 📄 Description ### Enhancements * [#6197](https://github.com/netbox-community/netbox/issues/6197) - Introduced `SESSION_COOKIE_NAME` config parameter * [#6318](https://github.com/netbox-community/netbox/issues/6318) - Add OM5 MMF cable type * [#6351](https://github.com/netbox-community/netbox/issues/6351) - Add aggregates count to tenant view * [#6359](https://github.com/netbox-community/netbox/issues/6359) - Enable custom links for organizational and nested group models ### Bug Fixes * [#6240](https://github.com/netbox-community/netbox/issues/6240) - Fix display of available VLAN ranges under VLAN group view * [#6308](https://github.com/netbox-community/netbox/issues/6308) - Fix linking of available VLANs in VLAN group view * [#6309](https://github.com/netbox-community/netbox/issues/6309) - Restrict parent VM interface assignment to the parent VM * [#6312](https://github.com/netbox-community/netbox/issues/6312) - Interface device filter should return all virtual chassis interfaces only if device is master * [#6313](https://github.com/netbox-community/netbox/issues/6313) - Fix device type instance count under manufacturer view * [#6321](https://github.com/netbox-community/netbox/issues/6321) - Restore "add an IP" button under prefix IPs view * [#6333](https://github.com/netbox-community/netbox/issues/6333) - Fix filtering of circuit terminations by primary key * [#6339](https://github.com/netbox-community/netbox/issues/6339) - Improve ordering of interfaces when viewing virtual chassis master * [#6350](https://github.com/netbox-community/netbox/issues/6350) - Include first & last IP addresses when allocating available IPv6 addresses via the REST API * [#6355](https://github.com/netbox-community/netbox/issues/6355) - Fix caching error when swapping A/Z circuit terminations * [#6357](https://github.com/netbox-community/netbox/issues/6357) - Fix ProviderNetwork nested API serializer * [#6363](https://github.com/netbox-community/netbox/issues/6363) - Correct pre-population of cluster group when creating a cluster * [#6369](https://github.com/netbox-community/netbox/issues/6369) - Fix interface assignment for VLANs in non-scoped groups --- <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:32 +01:00
adam closed this issue 2025-12-29 22:25:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13122