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.11 #18306

Merged
merged 1 commit into from
Jan 6, 2025
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.10
placeholder: v4.1.11
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.10
placeholder: v4.1.11
validations:
required: true
- type: dropdown
Expand Down
2 changes: 1 addition & 1 deletion base_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ netaddr
nh3

# Fork of PIL (Python Imaging Library) for image processing
# https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst
# https://github.com/python-pillow/Pillow/releases
Pillow

# PostgreSQL database adapter for Python
Expand Down
12 changes: 12 additions & 0 deletions docs/release-notes/version-4.1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# NetBox v4.1

## v4.1.11 (2025-01-06)

### Bug Fixes

* [#17771](https://github.com/netbox-community/netbox/issues/17771) - Fix duplicate entries appearing on VLAN list when filtering by interface assignment
* [#18222](https://github.com/netbox-community/netbox/issues/18222) - Pass event rule action data to webhooks as context data
* [#18263](https://github.com/netbox-community/netbox/issues/18263) - Fix recalculation of cable paths when modifying cable terminations via the REST API
* [#18271](https://github.com/netbox-community/netbox/issues/18271) - Require only encryption _or_ authentication algorithm when creating an IPSec proposal via the REST API
* [#18289](https://github.com/netbox-community/netbox/issues/18289) - Enable ordering modules and module types by created & last updated times

---

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

### Bug Fixes
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.10"
version: "4.1.11"
edition: "Community"
published: "2024-12-23"
published: "2025-01-06"
Binary file modified netbox/translations/ru/LC_MESSAGES/django.mo
Binary file not shown.
244 changes: 130 additions & 114 deletions netbox/translations/ru/LC_MESSAGES/django.po

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ django-redis==5.4.0
django-rich==1.13.0
django-rq==3.0
django-taggit==6.1.0
django-tables2==2.7.0
django-tables2==2.7.5
django-timezone-field==7.0
djangorestframework==3.15.2
drf-spectacular==0.28.0
drf-spectacular-sidecar==2024.12.1
feedparser==6.0.11
gunicorn==23.0.0
Jinja2==3.1.4
Jinja2==3.1.5
Markdown==3.7
mkdocs-material==9.5.49
mkdocstrings[python-legacy]==0.27.0
netaddr==1.3.0
nh3==0.2.20
Pillow==11.0.0
Pillow==11.1.0
psycopg[c,pool]==3.2.3
PyYAML==6.0.2
requests==2.32.3
rq==2.0
rq==2.1.0
social-auth-app-django==5.4.2
social-auth-core==4.5.4
strawberry-graphql==0.254.0
strawberry-graphql-django==0.52.0
strawberry-graphql==0.256.1
strawberry-graphql-django==0.53.1
svgwrite==1.4.3
tablib==3.7.0
tzdata==2024.2
Loading