Skip to content

Commit 34cf1ef

Browse files
committed
Release v4.1.11
1 parent 57fdfa8 commit 34cf1ef

File tree

8 files changed

+153
-125
lines changed

8 files changed

+153
-125
lines changed

Diff for: .github/ISSUE_TEMPLATE/01-feature_request.yaml

+1-1
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.10
17+
placeholder: v4.1.11
1818
validations:
1919
required: true
2020
- type: dropdown

Diff for: .github/ISSUE_TEMPLATE/02-bug_report.yaml

+1-1
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.10
42+
placeholder: v4.1.11
4343
validations:
4444
required: true
4545
- type: dropdown

Diff for: base_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ netaddr
101101
nh3
102102

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

107107
# PostgreSQL database adapter for Python

Diff for: docs/release-notes/version-4.1.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# NetBox v4.1
22

3+
## v4.1.11 (2025-01-06)
4+
5+
### Bug Fixes
6+
7+
* [#17771](https://github.com/netbox-community/netbox/issues/17771) - Fix duplicate entries appearing on VLAN list when filtering by interface assignment
8+
* [#18222](https://github.com/netbox-community/netbox/issues/18222) - Pass event rule action data to webhooks as context data
9+
* [#18263](https://github.com/netbox-community/netbox/issues/18263) - Fix recalculation of cable paths when modifying cable terminations via the REST API
10+
* [#18271](https://github.com/netbox-community/netbox/issues/18271) - Require only encryption _or_ authentication algorithm when creating an IPSec proposal via the REST API
11+
* [#18289](https://github.com/netbox-community/netbox/issues/18289) - Enable ordering modules and module types by created & last updated times
12+
13+
---
14+
315
## v4.1.10 (2024-12-23)
416

517
### Bug Fixes

Diff for: netbox/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.1.10"
1+
version: "4.1.11"
22
edition: "Community"
3-
published: "2024-12-23"
3+
published: "2025-01-06"

Diff for: netbox/translations/ru/LC_MESSAGES/django.mo

4.83 KB
Binary file not shown.

Diff for: netbox/translations/ru/LC_MESSAGES/django.po

+130-114
Large diffs are not rendered by default.

Diff for: requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@ django-redis==5.4.0
1111
django-rich==1.13.0
1212
django-rq==3.0
1313
django-taggit==6.1.0
14-
django-tables2==2.7.0
14+
django-tables2==2.7.5
1515
django-timezone-field==7.0
1616
djangorestframework==3.15.2
1717
drf-spectacular==0.28.0
1818
drf-spectacular-sidecar==2024.12.1
1919
feedparser==6.0.11
2020
gunicorn==23.0.0
21-
Jinja2==3.1.4
21+
Jinja2==3.1.5
2222
Markdown==3.7
2323
mkdocs-material==9.5.49
2424
mkdocstrings[python-legacy]==0.27.0
2525
netaddr==1.3.0
2626
nh3==0.2.20
27-
Pillow==11.0.0
27+
Pillow==11.1.0
2828
psycopg[c,pool]==3.2.3
2929
PyYAML==6.0.2
3030
requests==2.32.3
31-
rq==2.0
31+
rq==2.1.0
3232
social-auth-app-django==5.4.2
3333
social-auth-core==4.5.4
34-
strawberry-graphql==0.254.0
35-
strawberry-graphql-django==0.52.0
34+
strawberry-graphql==0.256.1
35+
strawberry-graphql-django==0.53.1
3636
svgwrite==1.4.3
3737
tablib==3.7.0
3838
tzdata==2024.2

0 commit comments

Comments
 (0)