[PR #1398] [MERGED] Release v2.1.2 #12194

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/1398
Author: @jeremystretch
Created: 8/4/2017
Status: Merged
Merged: 8/4/2017
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (6)

  • 930b15a Post-release version bump
  • 3aa072b Fixes #1388: Fixed server error when searching globally for IPs/prefixes (rolled back #1379)
  • 6f0f3cc Fixes #1390: Fixed IndexError when viewing available IPs within large IPv6 prefixes
  • 236229e Closes #992: Allow the creation of multiple services per device with the same protocol and port
  • dadfcd4 Tweaked navigation menu styling
  • a7d5fb5 Release v2.1.2

📊 Changes

7 files changed (+109 additions, -89 deletions)

View changed files

📝 netbox/dcim/filters.py (+2 -9)
📝 netbox/ipam/api/views.py (+5 -1)
netbox/ipam/migrations/0018_remove_service_uniqueness_constraint.py (+19 -0)
📝 netbox/ipam/models.py (+0 -1)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/project-static/css/base.css (+5 -0)
📝 netbox/templates/_base.html (+77 -77)

📄 Description

Enhancements

  • #992 - Allow the creation of multiple services per device with the same protocol and port
  • Tweaked navigation menu styling

Bug Fixes

  • #1388 - Fixed server error when searching globally for IPs/prefixes (rolled back #1379)
  • #1390 - Fixed IndexError when viewing available IPs within large IPv6 prefixes

🔄 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/1398 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/4/2017 **Status:** ✅ Merged **Merged:** 8/4/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (6) - [`930b15a`](https://github.com/netbox-community/netbox/commit/930b15ae090b0666875edb68d5ce9ceb5e805efd) Post-release version bump - [`3aa072b`](https://github.com/netbox-community/netbox/commit/3aa072b4375750c0bbcd6bf9b2d849a5843b04d1) Fixes #1388: Fixed server error when searching globally for IPs/prefixes (rolled back #1379) - [`6f0f3cc`](https://github.com/netbox-community/netbox/commit/6f0f3cc11590c29c4d31f85637cb049d898e032c) Fixes #1390: Fixed IndexError when viewing available IPs within large IPv6 prefixes - [`236229e`](https://github.com/netbox-community/netbox/commit/236229ea7e6214818ee88a670ea2831b234d72a9) Closes #992: Allow the creation of multiple services per device with the same protocol and port - [`dadfcd4`](https://github.com/netbox-community/netbox/commit/dadfcd4f81fc24050712f6d9fee14a4000228db3) Tweaked navigation menu styling - [`a7d5fb5`](https://github.com/netbox-community/netbox/commit/a7d5fb50063bd65fb1f1aba3f80ce689e8e10bfa) Release v2.1.2 ### 📊 Changes **7 files changed** (+109 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/filters.py` (+2 -9) 📝 `netbox/ipam/api/views.py` (+5 -1) ➕ `netbox/ipam/migrations/0018_remove_service_uniqueness_constraint.py` (+19 -0) 📝 `netbox/ipam/models.py` (+0 -1) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/project-static/css/base.css` (+5 -0) 📝 `netbox/templates/_base.html` (+77 -77) </details> ### 📄 Description ## Enhancements * [#992](https://github.com/digitalocean/netbox/issues/992) - Allow the creation of multiple services per device with the same protocol and port * Tweaked navigation menu styling ## Bug Fixes * [#1388](https://github.com/digitalocean/netbox/issues/1388) - Fixed server error when searching globally for IPs/prefixes (rolled back #1379) * [#1390](https://github.com/digitalocean/netbox/issues/1390) - Fixed IndexError when viewing available IPs within large IPv6 prefixes --- <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:08 +01:00
adam closed this issue 2025-12-29 22:20:08 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12194