[PR #9253] [MERGED] Release v3.2.2 #13447

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/9253
Author: @jeremystretch
Created: 4/28/2022
Status: Merged
Merged: 4/28/2022
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

81 files changed (+433 additions, -123 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 CHANGELOG.md (+1 -1)
📝 CONTRIBUTING.md (+2 -2)
📝 README.md (+2 -2)
📝 base_requirements.txt (+2 -3)
📝 contrib/netbox-rq.service (+1 -1)
📝 contrib/netbox.service (+1 -1)
docs/administration/authentication/microsoft-azure-ad.md (+88 -0)
docs/administration/authentication/okta.md (+70 -0)
📝 docs/administration/authentication/overview.md (+2 -2)
📝 docs/customization/custom-validation.md (+3 -3)
📝 docs/installation/4-gunicorn.md (+1 -1)
📝 docs/installation/migrating-to-systemd.md (+1 -1)
docs/media/authentication/azure_ad_add_app_registration.png (+0 -0)
docs/media/authentication/azure_ad_add_client_secret.png (+0 -0)
docs/media/authentication/azure_ad_app_registration.png (+0 -0)
docs/media/authentication/azure_ad_app_registration_created.png (+0 -0)
docs/media/authentication/azure_ad_client_secret.png (+0 -0)
docs/media/authentication/azure_ad_client_secret_created.png (+0 -0)

...and 61 more files

📄 Description

Enhancements

  • #9060 - Add device type filters for device bays, module bays, and inventory items
  • #9152 - Annotate related object type under custom field view
  • #9192 - Add Ubiquiti SmartPower connector type
  • #9214 - Linkify cluster counts in cluster type & group tables

Bug Fixes

  • #4264 - Treat 0th IP as unusable for IPv6 prefixes (excluding /127s)
  • #8941 - Fix dynamic dropdown behavior when browser is zoomed
  • #8959 - Prevent exception when refreshing scripts list (avoid race condition)
  • #9132 - Limit location options by selected site when creating a wireless link
  • #9133 - Upgrade script should require Python 3.8 or later
  • #9138 - Avoid inadvertent form submission when utilizing quick search field on object lists
  • #9151 - Child prefix counts not annotated on aggregates list under RIR view
  • #9156 - Fix loading UserConfig data from fixtures
  • #9158 - Do not list tags field for CSV forms which do not support tag assignment
  • #9194 - Support position assignment when add module bays to multiple devices
  • #9206 - Show header for comments field under module & module type creation views
  • #9222 - Fix circuit ID display under cable view
  • #9227 - Fix related object assignment when recording change record for interfaces

🔄 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/9253 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 4/28/2022 **Status:** ✅ Merged **Merged:** 4/28/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9962211`](https://github.com/netbox-community/netbox/commit/996221147e05376dae46bd86654a70161bffc859) PRVB - [`7463c40`](https://github.com/netbox-community/netbox/commit/7463c40c400285d74feacd77633db9295204641b) Restore documentation search function - [`7779b66`](https://github.com/netbox-community/netbox/commit/7779b66972332a1e32425b0049288758a3417b33) Require Python 3.8+ to run upgrade.sh - [`a98b2fa`](https://github.com/netbox-community/netbox/commit/a98b2fabe0bc2fdf01c40490a0e7ca23ecf5fe26) Merge pull request #9134 from markkuleinio/python-version - [`7be0a1a`](https://github.com/netbox-community/netbox/commit/7be0a1a55f75c0b885702c6c9c65ec5727f76245) Changelog for #9133 - [`10c7fdb`](https://github.com/netbox-community/netbox/commit/10c7fdb6184ff544ef35475359c35a457203c109) Closes #9136: Add SSO configuration guide for Microsoft Azure AD - [`a889b3a`](https://github.com/netbox-community/netbox/commit/a889b3a4be06ea44522b1fbf2476b213128f20a5) Add title for missing okta-openidconnect backend - [`c21db0f`](https://github.com/netbox-community/netbox/commit/c21db0ff6ad768a8bf232b3f1769b69d861b87a4) Closes #9137: Add SSO configuration guide for Okta - [`1636508`](https://github.com/netbox-community/netbox/commit/1636508a6ac8df6b93d0ea5c621c174f605fd47a) Fixes #9156: Fix loading UserConfig data from fixtures - [`671e1ae`](https://github.com/netbox-community/netbox/commit/671e1aed9fba96e47377a003be362cce73c0082d) Fixes #9151: Child prefix counts not annotated on aggregates list under RIR view ### 📊 Changes **81 files changed** (+433 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `CHANGELOG.md` (+1 -1) 📝 `CONTRIBUTING.md` (+2 -2) 📝 `README.md` (+2 -2) 📝 `base_requirements.txt` (+2 -3) 📝 `contrib/netbox-rq.service` (+1 -1) 📝 `contrib/netbox.service` (+1 -1) ➕ `docs/administration/authentication/microsoft-azure-ad.md` (+88 -0) ➕ `docs/administration/authentication/okta.md` (+70 -0) 📝 `docs/administration/authentication/overview.md` (+2 -2) 📝 `docs/customization/custom-validation.md` (+3 -3) 📝 `docs/installation/4-gunicorn.md` (+1 -1) 📝 `docs/installation/migrating-to-systemd.md` (+1 -1) ➕ `docs/media/authentication/azure_ad_add_app_registration.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_add_client_secret.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_app_registration.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_app_registration_created.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_client_secret.png` (+0 -0) ➕ `docs/media/authentication/azure_ad_client_secret_created.png` (+0 -0) _...and 61 more files_ </details> ### 📄 Description ### Enhancements * [#9060](https://github.com/netbox-community/netbox/issues/9060) - Add device type filters for device bays, module bays, and inventory items * [#9152](https://github.com/netbox-community/netbox/issues/9152) - Annotate related object type under custom field view * [#9192](https://github.com/netbox-community/netbox/issues/9192) - Add Ubiquiti SmartPower connector type * [#9214](https://github.com/netbox-community/netbox/issues/9214) - Linkify cluster counts in cluster type & group tables ### Bug Fixes * [#4264](https://github.com/netbox-community/netbox/issues/4264) - Treat 0th IP as unusable for IPv6 prefixes (excluding /127s) * [#8941](https://github.com/netbox-community/netbox/issues/8941) - Fix dynamic dropdown behavior when browser is zoomed * [#8959](https://github.com/netbox-community/netbox/issues/8959) - Prevent exception when refreshing scripts list (avoid race condition) * [#9132](https://github.com/netbox-community/netbox/issues/9132) - Limit location options by selected site when creating a wireless link * [#9133](https://github.com/netbox-community/netbox/issues/9133) - Upgrade script should require Python 3.8 or later * [#9138](https://github.com/netbox-community/netbox/issues/9138) - Avoid inadvertent form submission when utilizing quick search field on object lists * [#9151](https://github.com/netbox-community/netbox/issues/9151) - Child prefix counts not annotated on aggregates list under RIR view * [#9156](https://github.com/netbox-community/netbox/issues/9156) - Fix loading UserConfig data from fixtures * [#9158](https://github.com/netbox-community/netbox/issues/9158) - Do not list tags field for CSV forms which do not support tag assignment * [#9194](https://github.com/netbox-community/netbox/issues/9194) - Support position assignment when add module bays to multiple devices * [#9206](https://github.com/netbox-community/netbox/issues/9206) - Show header for comments field under module & module type creation views * [#9222](https://github.com/netbox-community/netbox/issues/9222) - Fix circuit ID display under cable view * [#9227](https://github.com/netbox-community/netbox/issues/9227) - Fix related object assignment when recording change record for interfaces --- <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:27:28 +01:00
adam closed this issue 2025-12-29 22:27:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13447