[PR #17658] [MERGED] Release v4.1.3 #15154

Closed
opened 2025-12-30 00:20:18 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/17658
Author: @jeremystretch
Created: 10/2/2024
Status: Merged
Merged: 10/2/2024
Merged by: @jeremystretch

Base: masterHead: develop


📝 Commits (9)

📊 Changes

16 files changed (+329 additions, -89 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/01-feature_request.yaml (+1 -1)
📝 .github/ISSUE_TEMPLATE/02-bug_report.yaml (+1 -1)
📝 README.md (+5 -6)
📝 docs/features/synchronized-data.md (+3 -0)
docs/media/misc/netbox_cloud.png (+0 -0)
docs/media/misc/netbox_logo.png (+0 -0)
📝 docs/models/ipam/asn.md (+2 -2)
📝 docs/release-notes/version-4.1.md (+12 -0)
📝 netbox/core/data_backends.py (+17 -3)
📝 netbox/extras/models/customfields.py (+32 -0)
📝 netbox/extras/tests/test_customfields.py (+68 -0)
📝 netbox/release.yaml (+2 -2)
📝 netbox/translations/en/LC_MESSAGES/django.po (+78 -71)
📝 netbox/utilities/constants.py (+4 -0)
netbox/utilities/socks.py (+101 -0)
📝 requirements.txt (+3 -3)

📄 Description

Enhancements

  • #17639 - Add SOCKS support to proxy settings for Git remote data sources

Bug Fixes

  • #17558 - Raise validation error when attempting to remove a custom field choice in use

🔄 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/17658 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 10/2/2024 **Status:** ✅ Merged **Merged:** 10/2/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (9) - [`8624734`](https://github.com/netbox-community/netbox/commit/8624734610c8d0afc8caff896777bc55f236dd4a) Update source translation strings - [`5013a6c`](https://github.com/netbox-community/netbox/commit/5013a6c69277fbbe3ac9f177c22d4717f8f9e73f) Fixes: #17612 : Update ASN types in asn.md (#17625) - [`a9fee5c`](https://github.com/netbox-community/netbox/commit/a9fee5cd32ad2b7070550187a1f34fa18ff9d13a) 17558 raise validation error if removing used choice from ChoiceSet (#17591) - [`976f931`](https://github.com/netbox-community/netbox/commit/976f9310f97eabfd28c9ecf3a79abd7d0b0f0904) Changelog for #17558 - [`d9028f9`](https://github.com/netbox-community/netbox/commit/d9028f92022e3169c0ef138efca7d9e03e38b484) Update source translation strings - [`92d8aa5`](https://github.com/netbox-community/netbox/commit/92d8aa583a020f85140665583b6e9f71a5d90029) Add support for socks connection to Git backend (#17640) - [`23f9483`](https://github.com/netbox-community/netbox/commit/23f94839ad8318f995fd6e4710df6335e430de5f) Update source translation strings - [`5b2f2e1`](https://github.com/netbox-community/netbox/commit/5b2f2e1da6c12f28fcbddf87f2db33591893290b) Remove old logos - [`6a6154f`](https://github.com/netbox-community/netbox/commit/6a6154f02fd7f671ae53f55e7697f8ba015c699c) Release v4.1.3 ### 📊 Changes **16 files changed** (+329 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/01-feature_request.yaml` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/02-bug_report.yaml` (+1 -1) 📝 `README.md` (+5 -6) 📝 `docs/features/synchronized-data.md` (+3 -0) ➖ `docs/media/misc/netbox_cloud.png` (+0 -0) ➖ `docs/media/misc/netbox_logo.png` (+0 -0) 📝 `docs/models/ipam/asn.md` (+2 -2) 📝 `docs/release-notes/version-4.1.md` (+12 -0) 📝 `netbox/core/data_backends.py` (+17 -3) 📝 `netbox/extras/models/customfields.py` (+32 -0) 📝 `netbox/extras/tests/test_customfields.py` (+68 -0) 📝 `netbox/release.yaml` (+2 -2) 📝 `netbox/translations/en/LC_MESSAGES/django.po` (+78 -71) 📝 `netbox/utilities/constants.py` (+4 -0) ➕ `netbox/utilities/socks.py` (+101 -0) 📝 `requirements.txt` (+3 -3) </details> ### 📄 Description ## Enhancements * [#17639](https://github.com/netbox-community/netbox/issues/17639) - Add SOCKS support to proxy settings for Git remote data sources ## Bug Fixes * [#17558](https://github.com/netbox-community/netbox/issues/17558) - Raise validation error when attempting to remove a custom field choice in use --- <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-30 00:20:18 +01:00
adam closed this issue 2025-12-30 00:20:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15154