[PR #6616] [MERGED] Release v2.11.7 #13147

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/6616
Author: @jeremystretch
Created: 6/16/2021
Status: Merged
Merged: 6/16/2021
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

24 files changed (+79 additions, -52 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 CONTRIBUTING.md (+1 -1)
📝 README.md (+8 -9)
📝 docs/additional-features/custom-fields.md (+1 -1)
📝 docs/development/index.md (+1 -1)
📝 docs/index.md (+1 -1)
📝 docs/release-notes/version-2.11.md (+20 -0)
📝 netbox/circuits/filtersets.py (+1 -0)
📝 netbox/dcim/choices.py (+2 -0)
📝 netbox/dcim/constants.py (+3 -0)
📝 netbox/dcim/forms.py (+3 -3)
📝 netbox/dcim/signals.py (+4 -6)
📝 netbox/dcim/tables/devices.py (+2 -2)
📝 netbox/extras/views.py (+13 -5)
📝 netbox/ipam/models/ip.py (+2 -12)
📝 netbox/ipam/views.py (+1 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/secrets/tables.py (+1 -0)
📝 netbox/templates/dcim/powerfeed.html (+3 -3)

...and 4 more files

📄 Description

Enhancements

  • #6455 - Permit /32 IPv4 and /128 IPv6 prefixes
  • #6493 - Show change log diff for non-atomic (pre-2.11) changes
  • #6564 - Add N connector type for pass-through ports
  • #6588 - Add support for webp files as front/rear device type images
  • #6589 - Standardize breadcrumb navigation for power panels and feeds

Bug Fixes

  • #6553 - ProviderNetwork search should match on name
  • #6562 - Disable ordering of secrets by assigned object
  • #6563 - Fix filtering by location for cable connection forms
  • #6584 - Fix ordering of nested inventory items
  • #6602 - Fix deletion of devices with cables attached

🔄 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/6616 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/16/2021 **Status:** ✅ Merged **Merged:** 6/16/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`a665b79`](https://github.com/netbox-community/netbox/commit/a665b79f85c02eddb54709dee3398e1ea5d5d188) #6455 - initial - [`7444110`](https://github.com/netbox-community/netbox/commit/7444110c79f0dbbe3a19047962040ebe09eb51cb) PRVB - [`a224e5d`](https://github.com/netbox-community/netbox/commit/a224e5d4702a8551565bfd8a7d8a3504cb180daa) Closes #6493: show ObjectChange diff for non-atomic changes - [`cb43926`](https://github.com/netbox-community/netbox/commit/cb4392628fe55fa3be6781d688f241107b66645c) Fixes #6553: ProviderNetwork search should match on name - [`6ec296f`](https://github.com/netbox-community/netbox/commit/6ec296f2a78056518afcc01f1d52fa59edfd867a) Fixes #6563: Fix filtering by location for cable connection forms - [`b3cde51`](https://github.com/netbox-community/netbox/commit/b3cde51590169b162006aac6eae5052b8076dda5) Fixes #6562: Disable ordering of secrets by assigned object - [`6523334`](https://github.com/netbox-community/netbox/commit/6523334a48c1d0eecce49d4ac7eac407f8a3c062) Merge pull request #6545 from crafty-ua/Add_ipv4_32_and_ipv6_128_prefix_support_#6455 - [`6195fc0`](https://github.com/netbox-community/netbox/commit/6195fc0d11612fc5667c028085c42ee12ed236d6) Merge pull request #6552 from drmsoffall/6493-diff-legacy-changes - [`79c0644`](https://github.com/netbox-community/netbox/commit/79c06442db7b36e46d2d188984b48f4c8964f5a3) Changelog for #6455, 6493 - [`809d9e4`](https://github.com/netbox-community/netbox/commit/809d9e4697bb8a94192ba73dbc2421b7ea9fda1b) Fixes #6584: Fix ordering of nested inventory items ### 📊 Changes **24 files changed** (+79 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `README.md` (+8 -9) 📝 `docs/additional-features/custom-fields.md` (+1 -1) 📝 `docs/development/index.md` (+1 -1) 📝 `docs/index.md` (+1 -1) 📝 `docs/release-notes/version-2.11.md` (+20 -0) 📝 `netbox/circuits/filtersets.py` (+1 -0) 📝 `netbox/dcim/choices.py` (+2 -0) 📝 `netbox/dcim/constants.py` (+3 -0) 📝 `netbox/dcim/forms.py` (+3 -3) 📝 `netbox/dcim/signals.py` (+4 -6) 📝 `netbox/dcim/tables/devices.py` (+2 -2) 📝 `netbox/extras/views.py` (+13 -5) 📝 `netbox/ipam/models/ip.py` (+2 -12) 📝 `netbox/ipam/views.py` (+1 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/secrets/tables.py` (+1 -0) 📝 `netbox/templates/dcim/powerfeed.html` (+3 -3) _...and 4 more files_ </details> ### 📄 Description ### Enhancements * [#6455](https://github.com/netbox-community/netbox/issues/6455) - Permit /32 IPv4 and /128 IPv6 prefixes * [#6493](https://github.com/netbox-community/netbox/issues/6493) - Show change log diff for non-atomic (pre-2.11) changes * [#6564](https://github.com/netbox-community/netbox/issues/6564) - Add N connector type for pass-through ports * [#6588](https://github.com/netbox-community/netbox/issues/6588) - Add support for webp files as front/rear device type images * [#6589](https://github.com/netbox-community/netbox/issues/6589) - Standardize breadcrumb navigation for power panels and feeds ### Bug Fixes * [#6553](https://github.com/netbox-community/netbox/issues/6553) - ProviderNetwork search should match on name * [#6562](https://github.com/netbox-community/netbox/issues/6562) - Disable ordering of secrets by assigned object * [#6563](https://github.com/netbox-community/netbox/issues/6563) - Fix filtering by location for cable connection forms * [#6584](https://github.com/netbox-community/netbox/issues/6584) - Fix ordering of nested inventory items * [#6602](https://github.com/netbox-community/netbox/issues/6602) - Fix deletion of devices with cables attached --- <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:40 +01:00
adam closed this issue 2025-12-29 22:25:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13147