Skip to content

Commit 03f3f5c

Browse files
committed
Release v4.2.7
1 parent fe7fb94 commit 03f3f5c

File tree

34 files changed

+3820
-3733
lines changed

34 files changed

+3820
-3733
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
attributes:
1616
label: NetBox version
1717
description: What version of NetBox are you currently running?
18-
placeholder: v4.2.6
18+
placeholder: v4.2.7
1919
validations:
2020
required: true
2121
- type: dropdown

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
attributes:
2828
label: NetBox Version
2929
description: What version of NetBox are you currently running?
30-
placeholder: v4.2.6
30+
placeholder: v4.2.7
3131
validations:
3232
required: true
3333
- type: dropdown

Diff for: contrib/generated_schema.json

+1
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
"e3",
428428
"xdsl",
429429
"docsis",
430+
"moca",
430431
"bpon",
431432
"epon",
432433
"10g-epon",

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

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# NetBox v4.2
22

3+
## v4.2.7 (2025-04-10)
4+
5+
### Enhancements
6+
7+
* [#16144](https://github.com/netbox-community/netbox/issues/16144) - Add support for plugin models to GetReturnURLMixin
8+
* [#18138](https://github.com/netbox-community/netbox/issues/18138) - Enable filtering of ObjectVar and MultiObjectVar input selections for custom fields
9+
* [#18656](https://github.com/netbox-community/netbox/issues/18656) - Enable FHRP group assignment when bulk importing IP addresses
10+
* [#18980](https://github.com/netbox-community/netbox/issues/18980) - Optimize bulk updates of custom field values when custom fields are added/removed
11+
* [#19018](https://github.com/netbox-community/netbox/issues/19018) - Add MoCA interface type
12+
13+
### Bug Fixes
14+
15+
* [#18553](https://github.com/netbox-community/netbox/issues/18553) - Avoid clearing site of assigned virtual machines when editing a cluster
16+
* [#18738](https://github.com/netbox-community/netbox/issues/18738) - Respect declared ordering of custom scripts within a module
17+
* [#18895](https://github.com/netbox-community/netbox/issues/18895) - Fix GraphQL support for interfaces which terminate virtual circuits
18+
* [#18904](https://github.com/netbox-community/netbox/issues/18904) - Add missing tags column to config contexts table
19+
* [#18964](https://github.com/netbox-community/netbox/issues/18964) - Fix "select all" behavior on object lists
20+
* [#18965](https://github.com/netbox-community/netbox/issues/18965) - "Run script" button should respect default commit toggle for custom scripts
21+
* [#18991](https://github.com/netbox-community/netbox/issues/18991) - Fix cable path tracing for pass-through ports in REST API
22+
* [#18999](https://github.com/netbox-community/netbox/issues/18999) - Fix filtering of inventory items with no manufacturer in GraphQL API
23+
* [#19021](https://github.com/netbox-community/netbox/issues/19021) - Preserve JSONField stylign when `help_text` is passed
24+
* [#19023](https://github.com/netbox-community/netbox/issues/19023) - `get_field_value()` should honor null values on bound form fields
25+
* [#19030](https://github.com/netbox-community/netbox/issues/19030) - Prevent pagination buttons from overlapping bulk action buttons on object lists
26+
* [#19041](https://github.com/netbox-community/netbox/issues/19041) - Fix `IndexError` exception when creating multiple front ports with a label
27+
* [#19092](https://github.com/netbox-community/netbox/issues/19092) - Fix clearing of scope field when bulk editing prefixes
28+
* [#19122](https://github.com/netbox-community/netbox/issues/19122) - Fix styling of server error page
29+
30+
---
31+
332
## v4.2.6 (2025-03-21)
433

534
### Enhancements

Diff for: netbox/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.2.6"
1+
version: "4.2.7"
22
edition: "Community"
3-
published: "2025-03-21"
3+
published: "2025-04-10"

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

82 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

73 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

79 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

79 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

67 Bytes
Binary file not shown.

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

+269-264
Large diffs are not rendered by default.

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

80 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

-188 Bytes
Binary file not shown.

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

+311-307
Large diffs are not rendered by default.

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

83 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

77 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

80 Bytes
Binary file not shown.

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

+268-264
Large diffs are not rendered by default.

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

94 Bytes
Binary file not shown.

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

+268-264
Large diffs are not rendered by default.

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

74 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

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

107 Bytes
Binary file not shown.

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

+268-264
Large diffs are not rendered by default.

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

74 Bytes
Binary file not shown.

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

+266-262
Large diffs are not rendered by default.

Diff for: requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Django==5.1.7
1+
Django==5.1.8
22
django-cors-headers==4.7.0
33
django-debug-toolbar==5.0.1
44
django-filter==25.1
55
django-htmx==1.23.0
66
django-graphiql-debug-toolbar==0.2.0
7-
django-mptt==0.16.0
7+
django-mptt==0.17.0
88
django-pglocks==1.0.4
99
django-prometheus==2.3.1
1010
django-redis==5.4.0
@@ -13,15 +13,15 @@ django-rq==3.0
1313
django-taggit==6.1.0
1414
django-tables2==2.7.5
1515
django-timezone-field==7.1
16-
djangorestframework==3.15.2
16+
djangorestframework==3.16.0
1717
drf-spectacular==0.28.0
18-
drf-spectacular-sidecar==2025.3.1
18+
drf-spectacular-sidecar==2025.4.1
1919
feedparser==6.0.11
2020
gunicorn==23.0.0
2121
Jinja2==3.1.6
2222
Markdown==3.7
23-
mkdocs-material==9.6.9
24-
mkdocstrings[python]==0.29.0
23+
mkdocs-material==9.6.11
24+
mkdocstrings[python]==0.29.1
2525
netaddr==1.3.0
2626
nh3==0.2.21
2727
Pillow==11.1.0
@@ -31,8 +31,8 @@ requests==2.32.3
3131
rq==2.1.0
3232
social-auth-app-django==5.4.3
3333
social-auth-core==4.5.6
34-
strawberry-graphql==0.262.5
34+
strawberry-graphql==0.263.2
3535
strawberry-graphql-django==0.52.0
3636
svgwrite==1.4.3
3737
tablib==3.8.0
38-
tzdata==2025.1
38+
tzdata==2025.2

0 commit comments

Comments
 (0)