[PR #1720] [MERGED] Release v2.2.6 #12258

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1720
Author: @jeremystretch
Created: 11/16/2017
Status: Merged
Merged: 11/16/2017
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (8)

  • 8ff10d5 Post-release version bump
  • 0cb3e17 Fixes #1717: Fixed inteface validation for virtual machines
  • d888aa6 Fixes #1715: Added missing import buttons on object lists
  • 124878e Fixes #1599: Display global search in navigation menu unless display is less than 1200px wide
  • 8299c73 Fixes #1599: Reduce mobile cut-off for navigation menu to 960px
  • e50b717 Closes #1669: Clicking "add an IP" from the prefix view will default to the first available IP within the prefix
  • 500a56b Fixes #1718: Set empty label to 'Global' or VRF field in IP assignment form
  • 3f8350b Release v2.2.6

📊 Changes

18 files changed (+87 additions, -16 deletions)

View changed files

📝 netbox/dcim/models.py (+10 -5)
📝 netbox/ipam/forms.py (+1 -1)
📝 netbox/ipam/models.py (+10 -0)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/project-static/css/base.css (+17 -7)
📝 netbox/templates/circuits/circuittype_list.html (+4 -0)
📝 netbox/templates/dcim/devicerole_list.html (+4 -0)
📝 netbox/templates/dcim/platform_list.html (+4 -0)
📝 netbox/templates/dcim/rackrole_list.html (+4 -0)
📝 netbox/templates/inc/nav_menu.html (+3 -1)
📝 netbox/templates/ipam/inc/prefix_header.html (+1 -1)
📝 netbox/templates/ipam/rir_list.html (+4 -0)
📝 netbox/templates/ipam/role_list.html (+4 -0)
📝 netbox/templates/ipam/vlangroup_list.html (+4 -0)
📝 netbox/templates/secrets/secretrole_list.html (+4 -0)
📝 netbox/templates/tenancy/tenantgroup_list.html (+4 -0)
📝 netbox/templates/virtualization/clustergroup_list.html (+4 -0)
📝 netbox/templates/virtualization/clustertype_list.html (+4 -0)

📄 Description

Enhancements

  • #1669 - Clicking "add an IP" from the prefix view will default to the first available IP within the prefix

Bug Fixes

  • #1397 - Display global search in navigation menu unless display is less than 1200px wide
  • #1599 - Reduce mobile cut-off for navigation menu to 960px
  • #1715 - Added missing import buttons on object lists
  • #1717 - Fixed interface validation for virtual machines
  • #1718 - Set empty label to "Global" or VRF field in IP assignment form

🔄 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/1720 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/16/2017 **Status:** ✅ Merged **Merged:** 11/16/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (8) - [`8ff10d5`](https://github.com/netbox-community/netbox/commit/8ff10d5995ddfe0a9d4025ada0dff610d032c2ab) Post-release version bump - [`0cb3e17`](https://github.com/netbox-community/netbox/commit/0cb3e1749b2369e639332edc42b504942f2c3b15) Fixes #1717: Fixed inteface validation for virtual machines - [`d888aa6`](https://github.com/netbox-community/netbox/commit/d888aa67f94850bfe6af8821d04d87d107f96eb6) Fixes #1715: Added missing import buttons on object lists - [`124878e`](https://github.com/netbox-community/netbox/commit/124878ed22211ec039a4aa823b52240769dfa253) Fixes #1599: Display global search in navigation menu unless display is less than 1200px wide - [`8299c73`](https://github.com/netbox-community/netbox/commit/8299c735b197d86e48471970059185fb53f122d5) Fixes #1599: Reduce mobile cut-off for navigation menu to 960px - [`e50b717`](https://github.com/netbox-community/netbox/commit/e50b7174bf94f9b73232587d3b122576d4ba261a) Closes #1669: Clicking "add an IP" from the prefix view will default to the first available IP within the prefix - [`500a56b`](https://github.com/netbox-community/netbox/commit/500a56b8691b1637a27e5fe79ed8b16ef5502b14) Fixes #1718: Set empty label to 'Global' or VRF field in IP assignment form - [`3f8350b`](https://github.com/netbox-community/netbox/commit/3f8350b78fe4d6e19303853dce8a33c8e6e5a520) Release v2.2.6 ### 📊 Changes **18 files changed** (+87 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/models.py` (+10 -5) 📝 `netbox/ipam/forms.py` (+1 -1) 📝 `netbox/ipam/models.py` (+10 -0) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/project-static/css/base.css` (+17 -7) 📝 `netbox/templates/circuits/circuittype_list.html` (+4 -0) 📝 `netbox/templates/dcim/devicerole_list.html` (+4 -0) 📝 `netbox/templates/dcim/platform_list.html` (+4 -0) 📝 `netbox/templates/dcim/rackrole_list.html` (+4 -0) 📝 `netbox/templates/inc/nav_menu.html` (+3 -1) 📝 `netbox/templates/ipam/inc/prefix_header.html` (+1 -1) 📝 `netbox/templates/ipam/rir_list.html` (+4 -0) 📝 `netbox/templates/ipam/role_list.html` (+4 -0) 📝 `netbox/templates/ipam/vlangroup_list.html` (+4 -0) 📝 `netbox/templates/secrets/secretrole_list.html` (+4 -0) 📝 `netbox/templates/tenancy/tenantgroup_list.html` (+4 -0) 📝 `netbox/templates/virtualization/clustergroup_list.html` (+4 -0) 📝 `netbox/templates/virtualization/clustertype_list.html` (+4 -0) </details> ### 📄 Description ## Enhancements * [#1669](https://github.com/digitalocean/netbox/issues/1669) - Clicking "add an IP" from the prefix view will default to the first available IP within the prefix ## Bug Fixes * [#1397](https://github.com/digitalocean/netbox/issues/1397) - Display global search in navigation menu unless display is less than 1200px wide * [#1599](https://github.com/digitalocean/netbox/issues/1599) - Reduce mobile cut-off for navigation menu to 960px * [#1715](https://github.com/digitalocean/netbox/issues/1715) - Added missing import buttons on object lists * [#1717](https://github.com/digitalocean/netbox/issues/1717) - Fixed interface validation for virtual machines * [#1718](https://github.com/digitalocean/netbox/issues/1718) - Set empty label to "Global" or VRF field in IP assignment form --- <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:20:31 +01:00
adam closed this issue 2025-12-29 22:20:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12258