Skip to content

Commit 99b8f58

Browse files
committed
Release v4.0.3
1 parent ec510d8 commit 99b8f58

File tree

17 files changed

+29
-14
lines changed

17 files changed

+29
-14
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.2
29+
placeholder: v4.0.3
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.2
17+
placeholder: v4.0.3
1818
validations:
1919
required: true
2020
- type: dropdown

contrib/generated_schema.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@
179179
"usb-micro-ab",
180180
"usb-3-b",
181181
"usb-3-micro-b",
182+
"molex-micro-fit-1x2",
183+
"molex-micro-fit-2x2",
184+
"molex-micro-fit-2x4",
182185
"dc-terminal",
183186
"saf-d-grid",
184187
"neutrik-powercon-20",
@@ -281,6 +284,9 @@
281284
"usb-a",
282285
"usb-micro-b",
283286
"usb-c",
287+
"molex-micro-fit-1x2",
288+
"molex-micro-fit-2x2",
289+
"molex-micro-fit-2x4",
284290
"dc-terminal",
285291
"hdot-cx",
286292
"saf-d-grid",
@@ -375,6 +381,8 @@
375381
"gsm",
376382
"cdma",
377383
"lte",
384+
"4g",
385+
"5g",
378386
"sonet-oc3",
379387
"sonet-oc12",
380388
"sonet-oc48",
@@ -408,12 +416,15 @@
408416
"e3",
409417
"xdsl",
410418
"docsis",
419+
"bpon",
420+
"epon",
421+
"10g-epon",
411422
"gpon",
412423
"xg-pon",
413424
"xgs-pon",
414425
"ng-pon2",
415-
"epon",
416-
"10g-epon",
426+
"25g-pon",
427+
"50g-pon",
417428
"cisco-stackwise",
418429
"cisco-stackwise-plus",
419430
"cisco-flexstack",

docs/release-notes/version-4.0.md

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

3-
## v4.0.3 (FUTURE)
3+
## v4.0.3 (2024-05-22)
44

55
### Enhancements
66

@@ -10,6 +10,7 @@
1010
* [#14653](https://github.com/netbox-community/netbox/issues/14653) - Add an inventory items table column for all device components
1111
* [#14686](https://github.com/netbox-community/netbox/issues/14686) - Add German translation support
1212
* [#14855](https://github.com/netbox-community/netbox/issues/14855) - Add Chinese translation support
13+
* [#14948](https://github.com/netbox-community/netbox/issues/14948) - Introduce the `has_virtual_device_context` filter for devices
1314
* [#15353](https://github.com/netbox-community/netbox/issues/15353) - Improve error reporting when custom scripts fail to load
1415
* [#15496](https://github.com/netbox-community/netbox/issues/15496) - Implement dedicated views for management of circuit terminations
1516
* [#15603](https://github.com/netbox-community/netbox/issues/15603) - Add 4G & 5G cellular interface types
@@ -22,9 +23,12 @@
2223
* [#14982](https://github.com/netbox-community/netbox/issues/14982) - Fix OpenAPI schema definition for SerializedPKRelatedFields
2324
* [#15082](https://github.com/netbox-community/netbox/issues/15082) - Strip whitespace from choice values & labels when creating a custom field choice set
2425
* [#16138](https://github.com/netbox-community/netbox/issues/16138) - Fix support for referencing users & groups in object permissions
26+
* [#16145](https://github.com/netbox-community/netbox/issues/16145) - Restore ability to reference custom scripts via module & name in REST API
2527
* [#16164](https://github.com/netbox-community/netbox/issues/16164) - Correct display of selected values in UI when filtering object list by a null value
2628
* [#16173](https://github.com/netbox-community/netbox/issues/16173) - Fix TypeError exception when viewing object list with no pagination preference defined
2729
* [#16228](https://github.com/netbox-community/netbox/issues/16228) - Fix permissions enforcement for GraphQL queries of users & groups
30+
* [#16232](https://github.com/netbox-community/netbox/issues/16232) - Preserve bulk action checkboxes on dynamic tables when using pagination
31+
* [#16240](https://github.com/netbox-community/netbox/issues/16240) - Fixed NoReverseMatch exception when adding circuit terminations to an object counts dashboard widget
2832

2933
---
3034

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.3-dev'
28+
VERSION = '4.0.3'
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__)))

netbox/project-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"gridstack": "10.1.2",
3131
"htmx.org": "1.9.12",
3232
"query-string": "9.0.0",
33-
"sass": "1.77.1",
33+
"sass": "1.77.2",
3434
"tom-select": "2.3.1",
3535
"typeface-inter": "3.18.1",
3636
"typeface-roboto-mono": "1.1.13"

netbox/project-static/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,10 +2482,10 @@ safe-regex-test@^1.0.3:
24822482
es-errors "^1.3.0"
24832483
is-regex "^1.1.4"
24842484

2485-
2486-
version "1.77.1"
2487-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.1.tgz#018cdfb206afd14724030c02e9fefd8f30a76cd0"
2488-
integrity sha512-OMEyfirt9XEfyvocduUIOlUSkWOXS/LAt6oblR/ISXCTukyavjex+zQNm51pPCOiFKY1QpWvEH1EeCkgyV3I6w==
2485+
2486+
version "1.77.2"
2487+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.2.tgz#18d4ed2eefc260cdc8099c5439ec1303fd5863aa"
2488+
integrity sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==
24892489
dependencies:
24902490
chokidar ">=3.0.0 <4.0.0"
24912491
immutable "^4.0.0"
932 Bytes
Binary file not shown.
654 Bytes
Binary file not shown.
678 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)