[PR #10810] [MERGED] Release v3.3.7 #13698

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/10810
Author: @jeremystretch
Created: 11/1/2022
Status: Merged
Merged: 11/1/2022
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (9)

📊 Changes

9 files changed (+41 additions, -9 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 docs/release-notes/version-3.3.md (+13 -0)
📝 netbox/dcim/api/serializers.py (+1 -1)
📝 netbox/ipam/api/serializers.py (+1 -0)
📝 netbox/ipam/api/views.py (+12 -0)
📝 netbox/netbox/settings.py (+2 -2)
📝 netbox/tenancy/views.py (+8 -2)
📝 requirements.txt (+2 -2)

📄 Description

Bug Fixes

  • #10282 - Enforce advisory locks when allocating available IP addresses to prevent race conditions
  • #10770 - Fix social authentication for new users
  • #10791 - Permit nullifying VLAN group scope_type via REST API
  • #10803 - Fix exception when ordering contacts by number of assignments
  • #10809 - Permit nullifying site time_zone via REST API

🔄 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/10810 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 11/1/2022 **Status:** ✅ Merged **Merged:** 11/1/2022 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (9) - [`18332bd`](https://github.com/netbox-community/netbox/commit/18332bdbf10d8d79d2110a6a18cc80efbb8dc67d) PRVB - [`edb5220`](https://github.com/netbox-community/netbox/commit/edb522022848b7a00a08dbe4206e16526a1e585a) Changelog for #10666 (missed in v3.3.6) - [`8f4fa06`](https://github.com/netbox-community/netbox/commit/8f4fa065f90b94f1a840331289677384fe4d6b3a) 10770 fix social auth - [`867af61`](https://github.com/netbox-community/netbox/commit/867af61875538c8d305b26b622a7555be354c50a) 10282 fix race condition in API IP creation - [`a25ee66`](https://github.com/netbox-community/netbox/commit/a25ee66150884f122c3c5e58ff97b355ca1119c2) Changelog for #10282, #10770 - [`7990cfb`](https://github.com/netbox-community/netbox/commit/7990cfb078db1800d557bd06785239cfc84d8db0) Fixes #10803: Fix exception when ordering contacts by number of assignments - [`aaf1ea5`](https://github.com/netbox-community/netbox/commit/aaf1ea52b769571991292211bb2ca477d557006c) Fixes #10791: Permit nullifying VLAN group scope_type via REST API - [`aa7f04b`](https://github.com/netbox-community/netbox/commit/aa7f04bf1b8200ef9c5b261cd642862229444d8f) Fixes #10809: Permit nullifying site time_zone via REST API - [`4f5caa5`](https://github.com/netbox-community/netbox/commit/4f5caa5ed27692fac07eda11f0d7bb6295fed08a) Release v3.3.7 ### 📊 Changes **9 files changed** (+41 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `docs/release-notes/version-3.3.md` (+13 -0) 📝 `netbox/dcim/api/serializers.py` (+1 -1) 📝 `netbox/ipam/api/serializers.py` (+1 -0) 📝 `netbox/ipam/api/views.py` (+12 -0) 📝 `netbox/netbox/settings.py` (+2 -2) 📝 `netbox/tenancy/views.py` (+8 -2) 📝 `requirements.txt` (+2 -2) </details> ### 📄 Description ### Bug Fixes * [#10282](https://github.com/netbox-community/netbox/issues/10282) - Enforce advisory locks when allocating available IP addresses to prevent race conditions * [#10770](https://github.com/netbox-community/netbox/issues/10282) - Fix social authentication for new users * [#10791](https://github.com/netbox-community/netbox/issues/10791) - Permit nullifying VLAN group `scope_type` via REST API * [#10803](https://github.com/netbox-community/netbox/issues/10803) - Fix exception when ordering contacts by number of assignments * [#10809](https://github.com/netbox-community/netbox/issues/10809) - Permit nullifying site `time_zone` via REST API --- <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 23:20:19 +01:00
adam closed this issue 2025-12-29 23:20:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13698