Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v4.1.10 #18267

Merged
merged 3 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading