[PR #2152] [MERGED] Release v2.3.4 #12320

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/2152
Author: @jeremystretch
Created: 6/7/2018
Status: Merged
Merged: 6/7/2018
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

  • 8d9543c Add note about copying reports to upgrading.md
  • e5454d6 Post-release version bump
  • fc0e8e2 Add export button to rack roles list view.
  • 2cdb527 Fixing typo in permission check for ClusterView.
  • 2ef223b Merge pull request #2099 from eriktm/2098-permission-typo
  • 399a633 Post-release version bump
  • e5af4f6 Fixes #2093: Fix link to circuit termination in device interfaces table
  • b0cd372 Fixes #2066: Catch AddrFormatError on invalid IP addresses
  • 0d267d9 Fixes #2075: Enable tenant assignment when creating a rack reservation via the API
  • afba80b Merge pull request #2083 from Grokzen/add_rack_role_export

📊 Changes

13 files changed (+86 additions, -36 deletions)

View changed files

📝 docs/installation/upgrading.md (+11 -5)
📝 netbox/dcim/api/serializers.py (+2 -2)
📝 netbox/dcim/forms.py (+31 -7)
📝 netbox/dcim/models.py (+15 -3)
📝 netbox/dcim/signals.py (+6 -1)
📝 netbox/dcim/views.py (+2 -0)
📝 netbox/ipam/fields.py (+4 -2)
📝 netbox/netbox/settings.py (+1 -1)
📝 netbox/templates/dcim/device_lldp_neighbors.html (+1 -1)
📝 netbox/templates/dcim/inc/interface.html (+1 -1)
📝 netbox/templates/dcim/rackrole_list.html (+5 -10)
📝 netbox/utilities/views.py (+5 -2)
📝 netbox/virtualization/views.py (+2 -1)

📄 Description

Bug Fixes

  • #2066 - Catch AddrFormatError exception on invalid IP addresses
  • #2075 - Enable tenant assignment when creating a rack reservation via the API
  • #2083 - Add missing export button to rack roles list view
  • #2087 - Don't overwrite existing vc_position of master device when creating a virtual chassis
  • #2093 - Fix link to circuit termination in device interfaces table
  • #2097 - Fixed queryset-based bulk deletion of clusters and regions
  • #2098 - Fixed missing checkboxes for host devices in cluster view
  • #2127 - Prevent non-connectable interfaces from being connected
  • #2143 - Accept null value for empty time zone field
  • #2148 - Do not force timezone selection when editing sites in bulk
  • #2150 - Fix display of LLDP neighbors when interface name contains a colon

🔄 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/2152 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 6/7/2018 **Status:** ✅ Merged **Merged:** 6/7/2018 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`8d9543c`](https://github.com/netbox-community/netbox/commit/8d9543cb6ad60dbf144f9baa1289eb0745407a67) Add note about copying reports to `upgrading.md` - [`e5454d6`](https://github.com/netbox-community/netbox/commit/e5454d6714a6f3b42166e774e7ed2dd244f63d5a) Post-release version bump - [`fc0e8e2`](https://github.com/netbox-community/netbox/commit/fc0e8e2aaebcc5aa5b776a92a623745dffb7f5c0) Add export button to rack roles list view. - [`2cdb527`](https://github.com/netbox-community/netbox/commit/2cdb527df9febf4e48e6550d36f2178c706eb5ba) Fixing typo in permission check for ClusterView. - [`2ef223b`](https://github.com/netbox-community/netbox/commit/2ef223b5ea25d85217429de2d50ba28cd2b1ebe8) Merge pull request #2099 from eriktm/2098-permission-typo - [`399a633`](https://github.com/netbox-community/netbox/commit/399a633d9d3baa8f3a22998ea018bc5e82db31bc) Post-release version bump - [`e5af4f6`](https://github.com/netbox-community/netbox/commit/e5af4f6f1702b7744af52b51f70178f9447e934d) Fixes #2093: Fix link to circuit termination in device interfaces table - [`b0cd372`](https://github.com/netbox-community/netbox/commit/b0cd372af9002015213b8676514c60adaeeccd7b) Fixes #2066: Catch AddrFormatError on invalid IP addresses - [`0d267d9`](https://github.com/netbox-community/netbox/commit/0d267d97fee25dd9b592f03bf0e73c41f6c737ef) Fixes #2075: Enable tenant assignment when creating a rack reservation via the API - [`afba80b`](https://github.com/netbox-community/netbox/commit/afba80bff92c4790335a8a4b2a01a2f2448f9ec8) Merge pull request #2083 from Grokzen/add_rack_role_export ### 📊 Changes **13 files changed** (+86 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `docs/installation/upgrading.md` (+11 -5) 📝 `netbox/dcim/api/serializers.py` (+2 -2) 📝 `netbox/dcim/forms.py` (+31 -7) 📝 `netbox/dcim/models.py` (+15 -3) 📝 `netbox/dcim/signals.py` (+6 -1) 📝 `netbox/dcim/views.py` (+2 -0) 📝 `netbox/ipam/fields.py` (+4 -2) 📝 `netbox/netbox/settings.py` (+1 -1) 📝 `netbox/templates/dcim/device_lldp_neighbors.html` (+1 -1) 📝 `netbox/templates/dcim/inc/interface.html` (+1 -1) 📝 `netbox/templates/dcim/rackrole_list.html` (+5 -10) 📝 `netbox/utilities/views.py` (+5 -2) 📝 `netbox/virtualization/views.py` (+2 -1) </details> ### 📄 Description ## Bug Fixes * [#2066](https://github.com/digitalocean/netbox/issues/2066) - Catch `AddrFormatError` exception on invalid IP addresses * [#2075](https://github.com/digitalocean/netbox/issues/2075) - Enable tenant assignment when creating a rack reservation via the API * [#2083](https://github.com/digitalocean/netbox/issues/2083) - Add missing export button to rack roles list view * [#2087](https://github.com/digitalocean/netbox/issues/2087) - Don't overwrite existing vc_position of master device when creating a virtual chassis * [#2093](https://github.com/digitalocean/netbox/issues/2093) - Fix link to circuit termination in device interfaces table * [#2097](https://github.com/digitalocean/netbox/issues/2097) - Fixed queryset-based bulk deletion of clusters and regions * [#2098](https://github.com/digitalocean/netbox/issues/2098) - Fixed missing checkboxes for host devices in cluster view * [#2127](https://github.com/digitalocean/netbox/issues/2127) - Prevent non-connectable interfaces from being connected * [#2143](https://github.com/digitalocean/netbox/issues/2143) - Accept null value for empty time zone field * [#2148](https://github.com/digitalocean/netbox/issues/2148) - Do not force timezone selection when editing sites in bulk * [#2150](https://github.com/digitalocean/netbox/issues/2150) - Fix display of LLDP neighbors when interface name contains a colon --- <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:51 +01:00
adam closed this issue 2025-12-29 22:20:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12320