Skip to content

Commit c6452b3

Browse files
Merge pull request #18267 from netbox-community/develop
Release v4.1.10
2 parents 1a631dd + 1691713 commit c6452b3

File tree

7 files changed

+104
-89
lines changed

7 files changed

+104
-89
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body:
1414
attributes:
1515
label: NetBox version
1616
description: What version of NetBox are you currently running?
17-
placeholder: v4.1.8
17+
placeholder: v4.1.10
1818
validations:
1919
required: true
2020
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: NetBox Version
4141
description: What version of NetBox are you currently running?
42-
placeholder: v4.1.8
42+
placeholder: v4.1.10
4343
validations:
4444
required: true
4545
- type: dropdown

docs/release-notes/version-4.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
# NetBox v4.1
22

3+
## v4.1.10 (2024-12-23)
4+
5+
### Bug Fixes
6+
7+
* [#18260](https://github.com/netbox-community/netbox/issues/18260) - Fix object change logging
8+
9+
---
10+
311
## v4.1.9 (2024-12-17)
412

13+
!!! danger "Do Not Use"
14+
This release contains a regression which breaks change logging. Please use release v4.1.10 instead.
15+
516
### Enhancements
617

718
* [#17215](https://github.com/netbox-community/netbox/issues/17215) - Change the highlighted color of disabled interfaces in interface lists

netbox/core/apps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def ready(self):
2121
from core.api import schema # noqa: F401
2222
from netbox.models.features import register_models
2323
from . import data_backends, events, search # noqa: F401
24+
from netbox import context_managers # noqa: F401
2425

2526
# Register models
2627
register_models(*self.get_models())

netbox/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.1.9"
1+
version: "4.1.10"
22
edition: "Community"
3-
published: "2024-12-17"
3+
published: "2024-12-23"
3.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)