[PR #1387] [MERGED] Release v2.1.1 #12195

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/1387
Author: @jeremystretch
Created: 8/2/2017
Status: Merged
Merged: 8/2/2017
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • f4a8737 Post-release version bump
  • d2c6d79 Closes #1375: Renamed NETBOX_USERNAME and NETBOX_PASSWORD configuration parameters to NAPALM_USERNAME and NAPALM_PASSWORD
  • 65a633f Closes #1374: Added NAPALM_ARGS and NAPALM_TIMEOUT configiuration parameters
  • f2c16fb Closes #893: Allow filtering by null values for NullCharacterFields (e.g. return only unnamed devices)
  • 52a490b Fixes #461: Display a validation error when attempting to assigning a new child device to a rack face/position
  • cab2929 Updated ldap.md
  • 28225c7 Merge pull request #1386 from bdlamprecht/patch-1
  • fd6df8e Fixes #1385: Connected device API endpoint no longer requires authentication if LOGIN_REQUIRED=False
  • e50f234 Closes #1379: Allow searching devices by interface MAC address in global search
  • 3876a96 Tweaked IP address layout

📊 Changes

65 files changed (+225 additions, -264 deletions)

View changed files

📝 docs/configuration/optional-settings.md (+45 -3)
📝 docs/installation/ldap.md (+2 -10)
📝 netbox/dcim/api/views.py (+7 -6)
📝 netbox/dcim/filters.py (+22 -8)
📝 netbox/dcim/models.py (+10 -0)
📝 netbox/dcim/views.py (+0 -5)
📝 netbox/extras/management/commands/run_inventory.py (+2 -2)
📝 netbox/netbox/configuration.docker.py (+2 -2)
📝 netbox/netbox/configuration.example.py (+10 -3)
📝 netbox/netbox/settings.py (+23 -6)
📝 netbox/templates/circuits/circuit.html (+1 -3)
📝 netbox/templates/circuits/circuit_list.html (+1 -3)
📝 netbox/templates/circuits/circuittermination_edit.html (+1 -5)
📝 netbox/templates/circuits/circuittype_list.html (+1 -3)
📝 netbox/templates/circuits/provider.html (+1 -3)
📝 netbox/templates/circuits/provider_list.html (+1 -3)
📝 netbox/templates/dcim/console_connections_list.html (+1 -3)
📝 netbox/templates/dcim/consoleport_connect.html (+1 -3)
📝 netbox/templates/dcim/consoleserverport_connect.html (+1 -3)
📝 netbox/templates/dcim/device_edit.html (+1 -1)

...and 45 more files

📄 Description

Enhancements

  • #893 - Allow filtering by null values for NullCharacterFields (e.g. return only unnamed devices)
  • #1368 - Render reservations in rack elevations view
  • #1374 - Added NAPALM_ARGS and NAPALM_TIMEOUT configiuration parameters
  • #1375 - Renamed NETBOX_USERNAME and NETBOX_PASSWORD configuration parameters to NAPALM_USERNAME and NAPALM_PASSWORD
  • #1379 - Allow searching devices by interface MAC address in global search

Bug Fixes

  • #461 - Display a validation error when attempting to assigning a new child device to a rack face/position
  • #1385 - Connected device API endpoint no longer requires authentication if LOGIN_REQUIRED is False

🔄 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/1387 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/2/2017 **Status:** ✅ Merged **Merged:** 8/2/2017 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`f4a8737`](https://github.com/netbox-community/netbox/commit/f4a873745f48f2c53bca0cd95a7198b3daea8341) Post-release version bump - [`d2c6d79`](https://github.com/netbox-community/netbox/commit/d2c6d795894a0586ffb4d56c020bdd043abe39c8) Closes #1375: Renamed NETBOX_USERNAME and NETBOX_PASSWORD configuration parameters to NAPALM_USERNAME and NAPALM_PASSWORD - [`65a633f`](https://github.com/netbox-community/netbox/commit/65a633f42dbde39ec9de681cce108079155100d1) Closes #1374: Added NAPALM_ARGS and NAPALM_TIMEOUT configiuration parameters - [`f2c16fb`](https://github.com/netbox-community/netbox/commit/f2c16fbf3c318f0aac8045b9fa5fa443e2d9f516) Closes #893: Allow filtering by null values for NullCharacterFields (e.g. return only unnamed devices) - [`52a490b`](https://github.com/netbox-community/netbox/commit/52a490bf5d86d92957f0409114c4d69c1ed8a6d8) Fixes #461: Display a validation error when attempting to assigning a new child device to a rack face/position - [`cab2929`](https://github.com/netbox-community/netbox/commit/cab2929c108a45a39cdaf74b6b6b5859eeda1e9d) Updated ldap.md - [`28225c7`](https://github.com/netbox-community/netbox/commit/28225c7cbda55d89332004ec0384e0c65b6d9eac) Merge pull request #1386 from bdlamprecht/patch-1 - [`fd6df8e`](https://github.com/netbox-community/netbox/commit/fd6df8e52a0876780b1c223a4cc129bb930b0b72) Fixes #1385: Connected device API endpoint no longer requires authentication if LOGIN_REQUIRED=False - [`e50f234`](https://github.com/netbox-community/netbox/commit/e50f234ba3aac2ced950db37a7ec66aeed1d9530) Closes #1379: Allow searching devices by interface MAC address in global search - [`3876a96`](https://github.com/netbox-community/netbox/commit/3876a96b67f0ae5b091ae45c3e6fabf540ca1727) Tweaked IP address layout ### 📊 Changes **65 files changed** (+225 additions, -264 deletions) <details> <summary>View changed files</summary> 📝 `docs/configuration/optional-settings.md` (+45 -3) 📝 `docs/installation/ldap.md` (+2 -10) 📝 `netbox/dcim/api/views.py` (+7 -6) 📝 `netbox/dcim/filters.py` (+22 -8) 📝 `netbox/dcim/models.py` (+10 -0) 📝 `netbox/dcim/views.py` (+0 -5) 📝 `netbox/extras/management/commands/run_inventory.py` (+2 -2) 📝 `netbox/netbox/configuration.docker.py` (+2 -2) 📝 `netbox/netbox/configuration.example.py` (+10 -3) 📝 `netbox/netbox/settings.py` (+23 -6) 📝 `netbox/templates/circuits/circuit.html` (+1 -3) 📝 `netbox/templates/circuits/circuit_list.html` (+1 -3) 📝 `netbox/templates/circuits/circuittermination_edit.html` (+1 -5) 📝 `netbox/templates/circuits/circuittype_list.html` (+1 -3) 📝 `netbox/templates/circuits/provider.html` (+1 -3) 📝 `netbox/templates/circuits/provider_list.html` (+1 -3) 📝 `netbox/templates/dcim/console_connections_list.html` (+1 -3) 📝 `netbox/templates/dcim/consoleport_connect.html` (+1 -3) 📝 `netbox/templates/dcim/consoleserverport_connect.html` (+1 -3) 📝 `netbox/templates/dcim/device_edit.html` (+1 -1) _...and 45 more files_ </details> ### 📄 Description ## Enhancements * [#893](https://github.com/digitalocean/netbox/issues/893) - Allow filtering by null values for NullCharacterFields (e.g. return only unnamed devices) * [#1368](https://github.com/digitalocean/netbox/issues/1368) - Render reservations in rack elevations view * [#1374](https://github.com/digitalocean/netbox/issues/1374) - Added NAPALM_ARGS and NAPALM_TIMEOUT configiuration parameters * [#1375](https://github.com/digitalocean/netbox/issues/1375) - Renamed `NETBOX_USERNAME` and `NETBOX_PASSWORD` configuration parameters to `NAPALM_USERNAME` and `NAPALM_PASSWORD` * [#1379](https://github.com/digitalocean/netbox/issues/1379) - Allow searching devices by interface MAC address in global search ## Bug Fixes * [#461](https://github.com/digitalocean/netbox/issues/461) - Display a validation error when attempting to assigning a new child device to a rack face/position * [#1385](https://github.com/digitalocean/netbox/issues/1385) - Connected device API endpoint no longer requires authentication if `LOGIN_REQUIRED` is False --- <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:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12195