[PR #7317] [MERGED] Release v3.0.3 #13232

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7317
Author: @jeremystretch
Created: 9/20/2021
Status: Merged
Merged: 9/20/2021
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

99 files changed (+1290 additions, -742 deletions)

View changed files

📝 .gitattributes (+4 -4)
📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 docs/administration/permissions.md (+1 -1)
📝 docs/administration/replicating-netbox.md (+0 -11)
📝 docs/configuration/optional-settings.md (+56 -0)
📝 docs/core-functionality/circuits.md (+5 -5)
📝 docs/core-functionality/device-types.md (+10 -10)
📝 docs/core-functionality/devices.md (+14 -14)
📝 docs/core-functionality/ipam.md (+8 -8)
📝 docs/core-functionality/power.md (+3 -3)
📝 docs/core-functionality/services.md (+1 -1)
📝 docs/core-functionality/sites-and-racks.md (+7 -7)
📝 docs/core-functionality/tenancy.md (+2 -2)
📝 docs/core-functionality/virtualization.md (+5 -5)
📝 docs/core-functionality/vlans.md (+2 -2)
📝 docs/customization/custom-scripts.md (+1 -1)
📝 docs/customization/reports.md (+1 -1)
📝 docs/graphql-api/overview.md (+2 -2)
📝 docs/index.md (+0 -1)

...and 79 more files

📄 Description

Enhancements

  • #5775 - Enable synchronization of groups for remote authentication backend
  • #6387 - Add xDSL interface type
  • #6988 - Order tenants alphabetically without regard to group assignment
  • #7032 - Add URM port types
  • #7087 - Add local_context_data filter for virtual machines list
  • #7208 - Add navigation breadcrumbs for custom scripts & reports
  • #7210 - Add search/filter forms for all organizational models
  • #7239 - Redirect global search to filtered object list when an object type is selected
  • #7284 - Include comments field in table/export for all appropriate models

Bug Fixes

  • #7167 - Ensure consistent font size when using monospace formatting
  • #7226 - Exempt GraphQL API requests from CSRF inspection
  • #7228 - Improve temperature conversions under device status
  • #7248 - Fix global search results section links
  • #7266 - Tweak font color for form field placeholder text
  • #7273 - Fix natural ordering of device components in UI form fields
  • #7279 - Fix exception when tracing cable with no associated path
  • #7282 - Fix KeyError exception when INSECURE_SKIP_TLS_VERIFY is true
  • #7298 - Restore missing object names from applied object list filters
  • #7301 - Fix exception when deleting a large number of child 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/7317 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 9/20/2021 **Status:** ✅ Merged **Merged:** 9/20/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`b44ec35`](https://github.com/netbox-community/netbox/commit/b44ec35ade2ddf6f697ccabfcf4484c91d47eb2d) Close #7032 - [`d5e5cdd`](https://github.com/netbox-community/netbox/commit/d5e5cdda23ca184c9e40cdaa0da611269dd72d65) Add Remote Group Support to the RemoteUserAuth Backend and Middleware - [`a226f06`](https://github.com/netbox-community/netbox/commit/a226f06b1beb575011d783b202d76cb74d3b1f79) PRVB - [`ad7b8a9`](https://github.com/netbox-community/netbox/commit/ad7b8a9ac899f7515f97a2f4e33fc8b7929e3af4) Fixes #7226: Exempt GraphQL API requests from CSRF inspection - [`7a81334`](https://github.com/netbox-community/netbox/commit/7a813349f3614813a760faad9113b757942747c2) Correct example GraphQL queries - [`4493c31`](https://github.com/netbox-community/netbox/commit/4493c31216a6505cb4f7b4263f7b4a21f3aebc20) Fixes #7227: Correct placeholder value for webhook CA file path - [`908e6a7`](https://github.com/netbox-community/netbox/commit/908e6a7a383356a1830b3dfe4788276ec30e2eee) Update NetBox installation video - [`bd95761`](https://github.com/netbox-community/netbox/commit/bd957612c6afa5ddf605287c697218048f9a49e6) Fixes #7167: Ensure consistent font size when using monospace formatting - [`2a95e1b`](https://github.com/netbox-community/netbox/commit/2a95e1bf71675a0bed5e3f8cb273d5cb4622f037) Fixes #7195 update base template in plugin dev doc - [`57abbf1`](https://github.com/netbox-community/netbox/commit/57abbf1058a30a7813c6f895d3c3e9d483fc4043) Merge pull request #7245 from dvaccarosenna/issue/7195 ### 📊 Changes **99 files changed** (+1290 additions, -742 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+4 -4) 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `docs/administration/permissions.md` (+1 -1) 📝 `docs/administration/replicating-netbox.md` (+0 -11) 📝 `docs/configuration/optional-settings.md` (+56 -0) 📝 `docs/core-functionality/circuits.md` (+5 -5) 📝 `docs/core-functionality/device-types.md` (+10 -10) 📝 `docs/core-functionality/devices.md` (+14 -14) 📝 `docs/core-functionality/ipam.md` (+8 -8) 📝 `docs/core-functionality/power.md` (+3 -3) 📝 `docs/core-functionality/services.md` (+1 -1) 📝 `docs/core-functionality/sites-and-racks.md` (+7 -7) 📝 `docs/core-functionality/tenancy.md` (+2 -2) 📝 `docs/core-functionality/virtualization.md` (+5 -5) 📝 `docs/core-functionality/vlans.md` (+2 -2) 📝 `docs/customization/custom-scripts.md` (+1 -1) 📝 `docs/customization/reports.md` (+1 -1) 📝 `docs/graphql-api/overview.md` (+2 -2) 📝 `docs/index.md` (+0 -1) _...and 79 more files_ </details> ### 📄 Description ### Enhancements * [#5775](https://github.com/netbox-community/netbox/issues/5775) - Enable synchronization of groups for remote authentication backend * [#6387](https://github.com/netbox-community/netbox/issues/6387) - Add xDSL interface type * [#6988](https://github.com/netbox-community/netbox/issues/6988) - Order tenants alphabetically without regard to group assignment * [#7032](https://github.com/netbox-community/netbox/issues/7032) - Add URM port types * [#7087](https://github.com/netbox-community/netbox/issues/7087) - Add `local_context_data` filter for virtual machines list * [#7208](https://github.com/netbox-community/netbox/issues/7208) - Add navigation breadcrumbs for custom scripts & reports * [#7210](https://github.com/netbox-community/netbox/issues/7210) - Add search/filter forms for all organizational models * [#7239](https://github.com/netbox-community/netbox/issues/7239) - Redirect global search to filtered object list when an object type is selected * [#7284](https://github.com/netbox-community/netbox/issues/7284) - Include comments field in table/export for all appropriate models ### Bug Fixes * [#7167](https://github.com/netbox-community/netbox/issues/7167) - Ensure consistent font size when using monospace formatting * [#7226](https://github.com/netbox-community/netbox/issues/7226) - Exempt GraphQL API requests from CSRF inspection * [#7228](https://github.com/netbox-community/netbox/issues/7228) - Improve temperature conversions under device status * [#7248](https://github.com/netbox-community/netbox/issues/7248) - Fix global search results section links * [#7266](https://github.com/netbox-community/netbox/issues/7266) - Tweak font color for form field placeholder text * [#7273](https://github.com/netbox-community/netbox/issues/7273) - Fix natural ordering of device components in UI form fields * [#7279](https://github.com/netbox-community/netbox/issues/7279) - Fix exception when tracing cable with no associated path * [#7282](https://github.com/netbox-community/netbox/issues/7282) - Fix KeyError exception when `INSECURE_SKIP_TLS_VERIFY` is true * [#7298](https://github.com/netbox-community/netbox/issues/7298) - Restore missing object names from applied object list filters * [#7301](https://github.com/netbox-community/netbox/issues/7301) - Fix exception when deleting a large number of child 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:26:08 +01:00
adam closed this issue 2025-12-29 22:26: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#13232