Skip to content

Commit e174a8a

Browse files
committed
Release v4.0.11
1 parent 77d1dc4 commit e174a8a

File tree

5 files changed

+18
-8
lines changed

5 files changed

+18
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: NetBox Version
2828
description: What version of NetBox are you currently running?
29-
placeholder: v4.0.10
29+
placeholder: v4.0.11
3030
validations:
3131
required: true
3232
- type: dropdown

.github/ISSUE_TEMPLATE/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.0.10
17+
placeholder: v4.0.11
1818
validations:
1919
required: true
2020
- type: dropdown

docs/release-notes/version-4.0.md

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

3+
## v4.0.11 (2024-09-03)
4+
5+
### Bug Fixes
6+
7+
* [#17310](https://github.com/netbox-community/netbox/issues/17310) - Enforce restricted queryset for related objects in GraphQL API requests
8+
* [#17321](https://github.com/netbox-community/netbox/issues/17321) - Ensure the job is attributed to the specified user when using the `runscript` management command
9+
* [#17323](https://github.com/netbox-community/netbox/issues/17323) - Associate job with script object when executed using the `runscript` management command
10+
* [#17337](https://github.com/netbox-community/netbox/issues/17337) - Fix ordering of virtual device contexts by device name
11+
* [#17341](https://github.com/netbox-community/netbox/issues/17341) - Avoid `NoReverseMatch` exceptions with specific dashboard widget configurations
12+
313
## v4.0.10 (2024-08-29)
414

515
### Enhancements

netbox/netbox/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Environment setup
2626
#
2727

28-
VERSION = '4.0.11-dev'
28+
VERSION = '4.0.11'
2929
HOSTNAME = platform.node()
3030
# Set the base directory two levels up
3131
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==5.0.8
1+
Django==5.0.9
22
django-cors-headers==4.4.0
33
django-debug-toolbar==4.4.6
44
django-filter==24.2
@@ -8,7 +8,7 @@ django-mptt==0.16.0
88
django-pglocks==1.0.4
99
django-prometheus==2.3.1
1010
django-redis==5.4.0
11-
django-rich==1.10.0
11+
django-rich==1.11.0
1212
django-rq==2.10.2
1313
django-taggit==5.0.1
1414
django-tables2==2.7.0
@@ -20,8 +20,8 @@ feedparser==6.0.11
2020
gunicorn==23.0.0
2121
Jinja2==3.1.4
2222
Markdown==3.7
23-
mkdocs-material==9.5.33
24-
mkdocstrings[python-legacy]==0.25.2
23+
mkdocs-material==9.5.34
24+
mkdocstrings[python-legacy]==0.26.0
2525
netaddr==1.3.0
2626
nh3==0.2.18
2727
Pillow==10.4.0
@@ -30,7 +30,7 @@ PyYAML==6.0.2
3030
requests==2.32.3
3131
social-auth-app-django==5.4.2
3232
social-auth-core==4.5.4
33-
strawberry-graphql==0.237.2
33+
strawberry-graphql==0.239.2
3434
strawberry-graphql-django==0.47.1
3535
svgwrite==1.4.3
3636
tablib==3.6.1

0 commit comments

Comments
 (0)