Skip to content

Commit

Permalink
Merge pull request #18267 from netbox-community/develop
Browse files Browse the repository at this point in the history
Release v4.1.10
  • Loading branch information
jeremystretch authored Dec 23, 2024
2 parents 1a631dd + 1691713 commit c6452b3
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
attributes:
label: NetBox version
description: What version of NetBox are you currently running?
placeholder: v4.1.8
placeholder: v4.1.10
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ body:
attributes:
label: NetBox Version
description: What version of NetBox are you currently running?
placeholder: v4.1.8
placeholder: v4.1.10
validations:
required: true
- type: dropdown
Expand Down
11 changes: 11 additions & 0 deletions docs/release-notes/version-4.1.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# NetBox v4.1

## v4.1.10 (2024-12-23)

### Bug Fixes

* [#18260](https://github.com/netbox-community/netbox/issues/18260) - Fix object change logging

---

## v4.1.9 (2024-12-17)

!!! danger "Do Not Use"
This release contains a regression which breaks change logging. Please use release v4.1.10 instead.

### Enhancements

* [#17215](https://github.com/netbox-community/netbox/issues/17215) - Change the highlighted color of disabled interfaces in interface lists
Expand Down
1 change: 1 addition & 0 deletions netbox/core/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def ready(self):
from core.api import schema # noqa: F401
from netbox.models.features import register_models
from . import data_backends, events, search # noqa: F401
from netbox import context_managers # noqa: F401

# Register models
register_models(*self.get_models())
Expand Down
4 changes: 2 additions & 2 deletions netbox/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version: "4.1.9"
version: "4.1.10"
edition: "Community"
published: "2024-12-17"
published: "2024-12-23"
Binary file modified netbox/translations/ja/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit c6452b3

Please sign in to comment.