[PR #14830] [MERGED] Release v3.7.1 #14463

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

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/14830
Author: @jeremystretch
Created: 1/17/2024
Status: Merged
Merged: 1/17/2024
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

51 files changed (+475 additions, -309 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/config.yml (+3 -0)
📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+1 -1)
📝 README.md (+98 -55)
📝 docs/administration/authentication/microsoft-azure-ad.md (+1 -1)
📝 docs/administration/authentication/okta.md (+1 -1)
📝 docs/administration/authentication/overview.md (+2 -2)
📝 docs/configuration/index.md (+1 -1)
📝 docs/customization/custom-scripts.md (+2 -2)
📝 docs/customization/reports.md (+2 -2)
📝 docs/development/release-checklist.md (+13 -1)
docs/development/translations.md (+30 -0)
📝 docs/features/configuration-rendering.md (+6 -1)
📝 docs/features/synchronized-data.md (+1 -1)
📝 docs/index.md (+1 -1)
📝 docs/integrations/webhooks.md (+2 -2)
docs/media/development/transifex_download.png (+0 -0)
docs/media/misc/netbox_cloud.png (+0 -0)
docs/media/misc/reference_architecture.png (+0 -0)
📝 docs/media/run_permission.png (+0 -0)

...and 31 more files

📄 Description

Bug Fixes

  • #13844 - Use available_at_site filter when filtering VLANs under prefix form
  • #14663 - Fix tunnel creation when setting initial termination to a VM interface
  • #14706 - Relax one-to-one mapping of tunnel termination to IP address
  • #14709 - Fix typo in tunnel termination type choice name
  • #14749 - Remove errant translation wrapper from installed_device on DeviceBay
  • #14778 - Custom field API serializer should accept null values for all optional fields
  • #14791 - Hide available prefixes when searching within a parent prefix
  • #14793 - Add missing Diffie-Hellman group 15
  • #14816 - Ensure default contact assignment ordering is consistent
  • #14817 - Relax required fields for IKE & IPSec models on bulk import
  • #14827 - Ensure all matching event rules are processed in response to an event

🔄 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/14830 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/17/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`982ef30`](https://github.com/netbox-community/netbox/commit/982ef3045d50b576ae1f73bbc0713fd9da6c7924) PRVB - [`109daca`](https://github.com/netbox-community/netbox/commit/109daca203381ab2af99dbf4bb423057851df6ee) Add missing word - [`c78a792`](https://github.com/netbox-community/netbox/commit/c78a792cccfdbe6f373c0d474b1620e56e5f9cf8) #14132: Annotate WebhooksMixin renaming under breaking changes - [`ea5d33f`](https://github.com/netbox-community/netbox/commit/ea5d33f35821ef1273b278737ab1d71c5ce661a1) Fixes #14663: Fix terminating to a VM interface when creating a new tunnel - [`5223486`](https://github.com/netbox-community/netbox/commit/5223486fd820188cf35ab96b9817588504d1981f) Fixes #14709: Correct typo in TYPE_VIRTUALMACHINE - [`e1e198e`](https://github.com/netbox-community/netbox/commit/e1e198ec4f9b4d6bb70b8cebd91dceaff0394e78) Fixes #14706: Relax one-to-one mapping of tunnel termination to IP address - [`9603644`](https://github.com/netbox-community/netbox/commit/9603644ca2acf7caabb7a238222991a4773c1df1) Update README & UI screenshots (#14763) - [`edc2e38`](https://github.com/netbox-community/netbox/commit/edc2e3809db071c86d45ce1c72a8f96cb9e3e4d2) Closes #14765: Add developer documentation for updating translations - [`2221a9d`](https://github.com/netbox-community/netbox/commit/2221a9d71ff6631bdf88886f354a8f31c4dfc1bd) Fixes #14749: Remove errant translation wrapper from DeviceBay installed_device - [`0f4c25f`](https://github.com/netbox-community/netbox/commit/0f4c25fe49c212228b7529afb06896e4afac228d) Changelog for #14663, #14706, #14709, #14749 ### 📊 Changes **51 files changed** (+475 additions, -309 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+3 -0) 📝 `.github/ISSUE_TEMPLATE/feature_request.yaml` (+1 -1) 📝 `README.md` (+98 -55) 📝 `docs/administration/authentication/microsoft-azure-ad.md` (+1 -1) 📝 `docs/administration/authentication/okta.md` (+1 -1) 📝 `docs/administration/authentication/overview.md` (+2 -2) 📝 `docs/configuration/index.md` (+1 -1) 📝 `docs/customization/custom-scripts.md` (+2 -2) 📝 `docs/customization/reports.md` (+2 -2) 📝 `docs/development/release-checklist.md` (+13 -1) ➕ `docs/development/translations.md` (+30 -0) 📝 `docs/features/configuration-rendering.md` (+6 -1) 📝 `docs/features/synchronized-data.md` (+1 -1) 📝 `docs/index.md` (+1 -1) 📝 `docs/integrations/webhooks.md` (+2 -2) ➕ `docs/media/development/transifex_download.png` (+0 -0) ➕ `docs/media/misc/netbox_cloud.png` (+0 -0) ➕ `docs/media/misc/reference_architecture.png` (+0 -0) 📝 `docs/media/run_permission.png` (+0 -0) _...and 31 more files_ </details> ### 📄 Description ### Bug Fixes * [#13844](https://github.com/netbox-community/netbox/issues/13844) - Use `available_at_site` filter when filtering VLANs under prefix form * [#14663](https://github.com/netbox-community/netbox/issues/14663) - Fix tunnel creation when setting initial termination to a VM interface * [#14706](https://github.com/netbox-community/netbox/issues/14706) - Relax one-to-one mapping of tunnel termination to IP address * [#14709](https://github.com/netbox-community/netbox/issues/14709) - Fix typo in tunnel termination type choice name * [#14749](https://github.com/netbox-community/netbox/issues/14749) - Remove errant translation wrapper from `installed_device` on DeviceBay * [#14778](https://github.com/netbox-community/netbox/issues/14778) - Custom field API serializer should accept null values for all optional fields * [#14791](https://github.com/netbox-community/netbox/issues/14791) - Hide available prefixes when searching within a parent prefix * [#14793](https://github.com/netbox-community/netbox/issues/14793) - Add missing Diffie-Hellman group 15 * [#14816](https://github.com/netbox-community/netbox/issues/14816) - Ensure default contact assignment ordering is consistent * [#14817](https://github.com/netbox-community/netbox/issues/14817) - Relax required fields for IKE & IPSec models on bulk import * [#14827](https://github.com/netbox-community/netbox/issues/14827) - Ensure all matching event rules are processed in response to an event --- <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:24:37 +01:00
adam closed this issue 2025-12-29 23:24:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14463