[PR #4947] [MERGED] v2.8.9 - 2020-08-04 #12944

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

📋 Pull Request Information

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

Base: masterHead: develop


📝 Commits (10+)

  • 357bf67 Post-release version bump
  • 0991a8e Fixes #4876: Fix labels for sites in staging or decommissioning status
  • 86956c8 Fixes #4875: Fix documentation for image attachments
  • 9f4c1e6 Refactor clone_button() to avoid undefined URL
  • a12d94a Fixes #4880: Fix remove untagged-vlans if not assigned in bulk interfaces edit
  • d28cece Merge pull request #4883 from kobayashi/4880-tagged-vlans
  • 8c4add3 Update release instructions
  • 3fd3c7a Removes IP address check for NAPALM in HTML
  • b69d2f1 Merge remote-tracking branch 'upstream/develop' into napalm_lookup_hostname
  • d39cda2 Merge pull request #4888 from jvanderaa/napalm_lookup_hostname

📊 Changes

30 files changed (+117 additions, -47 deletions)

View changed files

.github/images/netbox_triage_bug.png (+0 -0)
.github/images/netbox_triage_feature.png (+0 -0)
.github/images/netbox_triage_initial.png (+0 -0)
📝 .github/stale.yml (+4 -4)
📝 CONTRIBUTING.md (+10 -7)
📝 docs/api/overview.md (+4 -0)
📝 docs/development/release-checklist.md (+8 -1)
📝 docs/installation/3-netbox.md (+9 -3)
📝 docs/installation/upgrading.md (+6 -0)
📝 docs/models/dcim/powerfeed.md (+1 -1)
docs/models/extras/imageattachment.md (+3 -0)
📝 docs/plugins/development.md (+2 -0)
📝 docs/release-notes/version-2.8.md (+23 -0)
📝 netbox/dcim/forms.py (+4 -0)
📝 netbox/dcim/models/__init__.py (+3 -1)
📝 netbox/dcim/tables.py (+18 -10)
📝 netbox/dcim/views.py (+2 -2)
📝 netbox/ipam/views.py (+2 -0)
📝 netbox/netbox/settings.py (+1 -1)
netbox/project-static/jquery/jquery-3.4.1.min.js (+0 -2)

...and 10 more files

📄 Description

Enhancements

  • #4898 - Add MAC address search field to interfaces list
  • #4899 - Add MAC address column to interfaces table

Bug Fixes

  • #4455 - Fix ordering of prefixes beneath aggregate when available space is hidden
  • #4875 - Fix documentation for image attachments
  • #4876 - Fix labels for sites in staging or decommissioning status
  • #4880 - Fix removal of tagged VLANs if not assigned in bulk interface editing
  • #4887 - Don't disable NAPALM tabs when device has no primary IP
  • #4894 - Fix display of device/VM counts on platforms list
  • #4895 - Force UTF-8 encoding when embedding model documentation
  • #4910 - Unpin redis dependency to fix exception in RQ worker
  • #4926 - Fix ordering of VM interfaces in REST API endpoint
  • #4927 - Fix validation error when updating an existing secret
  • #4929 - Correct log message when creating a new object

🔄 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/4947 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 8/4/2020 **Status:** ✅ Merged **Merged:** 8/4/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`357bf67`](https://github.com/netbox-community/netbox/commit/357bf671adb5f3305dc7af0af7727d3333a338b8) Post-release version bump - [`0991a8e`](https://github.com/netbox-community/netbox/commit/0991a8edaafb14e53f64244256ba9ca0433ff421) Fixes #4876: Fix labels for sites in staging or decommissioning status - [`86956c8`](https://github.com/netbox-community/netbox/commit/86956c8fc32afe0747da5bd9be6264931f2ed2d1) Fixes #4875: Fix documentation for image attachments - [`9f4c1e6`](https://github.com/netbox-community/netbox/commit/9f4c1e64ce5b0f6967b83b5ea31083e37f7bc670) Refactor clone_button() to avoid undefined URL - [`a12d94a`](https://github.com/netbox-community/netbox/commit/a12d94a3bcb074cd769d85c94b0eeade7ceee483) Fixes #4880: Fix remove untagged-vlans if not assigned in bulk interfaces edit - [`d28cece`](https://github.com/netbox-community/netbox/commit/d28cece264f4a0b87d25f53d28e32444353ffff1) Merge pull request #4883 from kobayashi/4880-tagged-vlans - [`8c4add3`](https://github.com/netbox-community/netbox/commit/8c4add38f45df9aecf03418f04ef970636f4bf37) Update release instructions - [`3fd3c7a`](https://github.com/netbox-community/netbox/commit/3fd3c7a383bffe46e2c4ee475b0bd936cf7bb6ab) Removes IP address check for NAPALM in HTML - [`b69d2f1`](https://github.com/netbox-community/netbox/commit/b69d2f136718701b94df8cdb9ec4a55a8726f738) Merge remote-tracking branch 'upstream/develop' into napalm_lookup_hostname - [`d39cda2`](https://github.com/netbox-community/netbox/commit/d39cda2e4596a80e2568c84f4386dd79ee8becf5) Merge pull request #4888 from jvanderaa/napalm_lookup_hostname ### 📊 Changes **30 files changed** (+117 additions, -47 deletions) <details> <summary>View changed files</summary> ➕ `.github/images/netbox_triage_bug.png` (+0 -0) ➕ `.github/images/netbox_triage_feature.png` (+0 -0) ➕ `.github/images/netbox_triage_initial.png` (+0 -0) 📝 `.github/stale.yml` (+4 -4) 📝 `CONTRIBUTING.md` (+10 -7) 📝 `docs/api/overview.md` (+4 -0) 📝 `docs/development/release-checklist.md` (+8 -1) 📝 `docs/installation/3-netbox.md` (+9 -3) 📝 `docs/installation/upgrading.md` (+6 -0) 📝 `docs/models/dcim/powerfeed.md` (+1 -1) ➕ `docs/models/extras/imageattachment.md` (+3 -0) 📝 `docs/plugins/development.md` (+2 -0) 📝 `docs/release-notes/version-2.8.md` (+23 -0) 📝 `netbox/dcim/forms.py` (+4 -0) 📝 `netbox/dcim/models/__init__.py` (+3 -1) 📝 `netbox/dcim/tables.py` (+18 -10) 📝 `netbox/dcim/views.py` (+2 -2) 📝 `netbox/ipam/views.py` (+2 -0) 📝 `netbox/netbox/settings.py` (+1 -1) ➖ `netbox/project-static/jquery/jquery-3.4.1.min.js` (+0 -2) _...and 10 more files_ </details> ### 📄 Description ## Enhancements * [#4898](https://github.com/netbox-community/netbox/issues/4898) - Add MAC address search field to interfaces list * [#4899](https://github.com/netbox-community/netbox/issues/4899) - Add MAC address column to interfaces table ## Bug Fixes * [#4455](https://github.com/netbox-community/netbox/issues/4455) - Fix ordering of prefixes beneath aggregate when available space is hidden * [#4875](https://github.com/netbox-community/netbox/issues/4875) - Fix documentation for image attachments * [#4876](https://github.com/netbox-community/netbox/issues/4876) - Fix labels for sites in staging or decommissioning status * [#4880](https://github.com/netbox-community/netbox/issues/4880) - Fix removal of tagged VLANs if not assigned in bulk interface editing * [#4887](https://github.com/netbox-community/netbox/issues/4887) - Don't disable NAPALM tabs when device has no primary IP * [#4894](https://github.com/netbox-community/netbox/issues/4894) - Fix display of device/VM counts on platforms list * [#4895](https://github.com/netbox-community/netbox/issues/4895) - Force UTF-8 encoding when embedding model documentation * [#4910](https://github.com/netbox-community/netbox/issues/4910) - Unpin redis dependency to fix exception in RQ worker * [#4926](https://github.com/netbox-community/netbox/issues/4926) - Fix ordering of VM interfaces in REST API endpoint * [#4927](https://github.com/netbox-community/netbox/issues/4927) - Fix validation error when updating an existing secret * [#4929](https://github.com/netbox-community/netbox/issues/4929) - Correct log message when creating a new object --- <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:24:30 +01:00
adam closed this issue 2025-12-29 22:24:30 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12944