From e174a8af091d81ddfcb5efb6be5f61346bf6ee8a Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 3 Sep 2024 10:33:47 -0400 Subject: [PATCH] Release v4.0.11 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- docs/release-notes/version-4.0.md | 10 ++++++++++ netbox/netbox/settings.py | 2 +- requirements.txt | 10 +++++----- 5 files changed, 18 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index c30ab2bb6..f429942be 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -26,7 +26,7 @@ body: attributes: label: NetBox Version description: What version of NetBox are you currently running? - placeholder: v4.0.10 + placeholder: v4.0.11 validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 01cf14820..e5102f89c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -14,7 +14,7 @@ body: attributes: label: NetBox version description: What version of NetBox are you currently running? - placeholder: v4.0.10 + placeholder: v4.0.11 validations: required: true - type: dropdown diff --git a/docs/release-notes/version-4.0.md b/docs/release-notes/version-4.0.md index 5afb17871..864029eba 100644 --- a/docs/release-notes/version-4.0.md +++ b/docs/release-notes/version-4.0.md @@ -1,5 +1,15 @@ # NetBox v4.0 +## v4.0.11 (2024-09-03) + +### Bug Fixes + +* [#17310](https://github.com/netbox-community/netbox/issues/17310) - Enforce restricted queryset for related objects in GraphQL API requests +* [#17321](https://github.com/netbox-community/netbox/issues/17321) - Ensure the job is attributed to the specified user when using the `runscript` management command +* [#17323](https://github.com/netbox-community/netbox/issues/17323) - Associate job with script object when executed using the `runscript` management command +* [#17337](https://github.com/netbox-community/netbox/issues/17337) - Fix ordering of virtual device contexts by device name +* [#17341](https://github.com/netbox-community/netbox/issues/17341) - Avoid `NoReverseMatch` exceptions with specific dashboard widget configurations + ## v4.0.10 (2024-08-29) ### Enhancements diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index c76f87ba8..76167025e 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -25,7 +25,7 @@ from utilities.string import trailing_slash # Environment setup # -VERSION = '4.0.11-dev' +VERSION = '4.0.11' HOSTNAME = platform.node() # Set the base directory two levels up BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) diff --git a/requirements.txt b/requirements.txt index 9ed6cf83a..09f23871c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==5.0.8 +Django==5.0.9 django-cors-headers==4.4.0 django-debug-toolbar==4.4.6 django-filter==24.2 @@ -8,7 +8,7 @@ django-mptt==0.16.0 django-pglocks==1.0.4 django-prometheus==2.3.1 django-redis==5.4.0 -django-rich==1.10.0 +django-rich==1.11.0 django-rq==2.10.2 django-taggit==5.0.1 django-tables2==2.7.0 @@ -20,8 +20,8 @@ feedparser==6.0.11 gunicorn==23.0.0 Jinja2==3.1.4 Markdown==3.7 -mkdocs-material==9.5.33 -mkdocstrings[python-legacy]==0.25.2 +mkdocs-material==9.5.34 +mkdocstrings[python-legacy]==0.26.0 netaddr==1.3.0 nh3==0.2.18 Pillow==10.4.0 @@ -30,7 +30,7 @@ PyYAML==6.0.2 requests==2.32.3 social-auth-app-django==5.4.2 social-auth-core==4.5.4 -strawberry-graphql==0.237.2 +strawberry-graphql==0.239.2 strawberry-graphql-django==0.47.1 svgwrite==1.4.3 tablib==3.6.1