Skip to content

Commit f3f1aa3

Browse files
committed
Release v4.0.9
1 parent 727cb65 commit f3f1aa3

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
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.8
29+
placeholder: v4.0.9
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.8
17+
placeholder: v4.0.9
1818
validations:
1919
required: true
2020
- type: dropdown

base_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ django-cors-headers
1010
# https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst
1111
# Pinned for DNS looukp bug; see https://github.com/netbox-community/netbox/issues/16454
1212
# and https://github.com/jazzband/django-debug-toolbar/issues/1927
13-
django-debug-toolbar==4.3.0
13+
django-debug-toolbar
1414

1515
# Library for writing reusable URL query filters
1616
# https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst

contrib/generated_schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@
377377
"ieee802.11ad",
378378
"ieee802.11ax",
379379
"ieee802.11ay",
380+
"ieee802.11be",
380381
"ieee802.15.1",
381382
"other-wireless",
382383
"gsm",

docs/release-notes/version-4.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v4.0
22

3-
## v4.0.9 (FUTURE)
3+
## v4.0.9 (2024-08-14)
44

55
### Enhancements
66

@@ -10,7 +10,9 @@
1010
### Bug Fixes
1111

1212
* [#13459](https://github.com/netbox-community/netbox/issues/13459) - Correct OpenAPI schema type for `TreeNodeMultipleChoiceFilter`
13+
* [#16073](https://github.com/netbox-community/netbox/issues/16073) - Respect default values for custom fields during bulk import of objects
1314
* [#16176](https://github.com/netbox-community/netbox/issues/16176) - Restore ability to select multiple terminating devices when connecting a cable
15+
* [#16871](https://github.com/netbox-community/netbox/issues/16871) - Sanitize device ID query parameter when bulk editing components to prevent exception
1416
* [#17038](https://github.com/netbox-community/netbox/issues/17038) - Fix AttributeError exception when attempting to export system status data
1517
* [#17064](https://github.com/netbox-community/netbox/issues/17064) - Fix misaligned text within rendered Markdown code blocks
1618
* [#17124](https://github.com/netbox-community/netbox/issues/17124) - `BaseTable` should follow reverse one-to-one relationships when prefetching related objects

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
Django==5.0.7
1+
Django==5.0.8
22
django-cors-headers==4.4.0
3-
django-debug-toolbar==4.3.0
3+
django-debug-toolbar==4.4.6
44
django-filter==24.2
5-
django-htmx==1.18.0
5+
django-htmx==1.19.0
66
django-graphiql-debug-toolbar==0.2.0
77
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.9.0
11+
django-rich==1.10.0
1212
django-rq==2.10.2
1313
django-taggit==5.0.1
1414
django-tables2==2.7.0
@@ -17,7 +17,7 @@ djangorestframework==3.15.2
1717
drf-spectacular==0.27.2
1818
drf-spectacular-sidecar==2024.7.1
1919
feedparser==6.0.11
20-
gunicorn==22.0.0
20+
gunicorn==23.0.0
2121
Jinja2==3.1.4
2222
Markdown==3.6
2323
mkdocs-material==9.5.30
@@ -26,7 +26,7 @@ netaddr==1.3.0
2626
nh3==0.2.18
2727
Pillow==10.4.0
2828
psycopg[c,pool]==3.2.1
29-
PyYAML==6.0.1
29+
PyYAML==6.0.2
3030
requests==2.32.3
3131
social-auth-app-django==5.4.2
3232
social-auth-core==4.5.4

0 commit comments

Comments
 (0)