Skip to content

Commit e5cdd8f

Browse files
committed
Release v4.2.9
1 parent 6202ae1 commit e5cdd8f

File tree

33 files changed

+7367
-6985
lines changed

33 files changed

+7367
-6985
lines changed

.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.8
18+
placeholder: v4.2.9
1919
validations:
2020
required: true
2121
- type: dropdown

.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.8
30+
placeholder: v4.2.9
3131
validations:
3232
required: true
3333
- type: dropdown

docs/release-notes/version-4.2.md

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

3+
## v4.2.9 (2025-04-30)
4+
5+
### Enhancements
6+
7+
* [#17151](https://github.com/netbox-community/netbox/issues/17151) - Display circuit type with background color in circuits list
8+
* [#17319](https://github.com/netbox-community/netbox/issues/17319) - Improve layout of component template edit forms
9+
* [#17405](https://github.com/netbox-community/netbox/issues/17405) - Display plugin icons in plugins list
10+
* [#18215](https://github.com/netbox-community/netbox/issues/18215) - Link to script results list from script history
11+
* [#18334](https://github.com/netbox-community/netbox/issues/18334) - Add region, site group, site, location, and rack filters for modules
12+
* [#18982](https://github.com/netbox-community/netbox/issues/18982) - Reference rack as related object in changelog records for rack reservations
13+
* [#18989](https://github.com/netbox-community/netbox/issues/18989) - List virtual circuits under provider view
14+
* [#19110](https://github.com/netbox-community/netbox/issues/19110) - Enable filtering devices and virtual machines by primary IP address
15+
* [#19358](https://github.com/netbox-community/netbox/issues/19358) - Move release info from footer to the navigation menu
16+
17+
### Bug Fixes
18+
19+
* [#15739](https://github.com/netbox-community/netbox/issues/15739) - Account for parallel cables when calculating total path length
20+
* [#15971](https://github.com/netbox-community/netbox/issues/15971) - Preserve "none" selection in filter form fields
21+
* [#16238](https://github.com/netbox-community/netbox/issues/16238) - Fix styling for white, gray, and black custom link buttons
22+
* [#17613](https://github.com/netbox-community/netbox/issues/17613) - Fix layout of object view content on mobile
23+
* [#17676](https://github.com/netbox-community/netbox/issues/17676) - Fix support for module bay creation when bulk importing module types
24+
* [#18706](https://github.com/netbox-community/netbox/issues/18706) - Fix validation for VLANs assigned to both a group and a site
25+
* [#18717](https://github.com/netbox-community/netbox/issues/18717) - Ensure change logs populated for many-to-one changes
26+
* [#19117](https://github.com/netbox-community/netbox/issues/19117) - Avoid `AttributeError` exception when bulk import objects which have a multi-object custom field with a default value
27+
* [#19204](https://github.com/netbox-community/netbox/issues/19204) - Improve JSON serialization support for data returned by a custom script
28+
* [#19217](https://github.com/netbox-community/netbox/issues/19217) - Ensure static assets for the debug toolbar are installed even if `DEBUG` is false
29+
* [#19228](https://github.com/netbox-community/netbox/issues/19228) - Fix ordering of custom scripts to avoid `NoReverseMatch` exception
30+
* [#19229](https://github.com/netbox-community/netbox/issues/19229) - Fix `ValueError` exception when attempting to nullify interface mode when a VLAN is assigned
31+
* [#19275](https://github.com/netbox-community/netbox/issues/19275) - `type` field should not be required when bulk editing interfaces
32+
* [#19279](https://github.com/netbox-community/netbox/issues/19279) - `status` field should not be required when bulk editing inventory items
33+
* [#19281](https://github.com/netbox-community/netbox/issues/19281) - Fix form validation failure when attempting to create a service from a service template
34+
* [#19320](https://github.com/netbox-community/netbox/issues/19320) - Include Q-in-Q VLAN (if any) in VM interface details
35+
* [#19322](https://github.com/netbox-community/netbox/issues/19322) - Correct URL paths for bulk import views
36+
* [#19346](https://github.com/netbox-community/netbox/issues/19346) - Ensure all redirect URLs are validated before use
37+
38+
---
39+
340
## v4.2.8 (2025-04-22)
441

542
### Enhancements

netbox/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.2.8"
1+
version: "4.2.9"
22
edition: "Community"
3-
published: "2025-04-22"
3+
published: "2025-04-30"
334 Bytes
Binary file not shown.

netbox/translations/cs/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
334 Bytes
Binary file not shown.

netbox/translations/da/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
328 Bytes
Binary file not shown.

netbox/translations/de/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
325 Bytes
Binary file not shown.

netbox/translations/es/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
335 Bytes
Binary file not shown.

netbox/translations/fr/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
324 Bytes
Binary file not shown.

netbox/translations/it/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
383 Bytes
Binary file not shown.

netbox/translations/ja/LC_MESSAGES/django.po

+521-498
Large diffs are not rendered by default.
325 Bytes
Binary file not shown.

netbox/translations/nl/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
324 Bytes
Binary file not shown.

netbox/translations/pl/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
318 Bytes
Binary file not shown.

netbox/translations/pt/LC_MESSAGES/django.po

+525-500
Large diffs are not rendered by default.
405 Bytes
Binary file not shown.

netbox/translations/ru/LC_MESSAGES/django.po

+523-498
Large diffs are not rendered by default.
301 Bytes
Binary file not shown.

netbox/translations/tr/LC_MESSAGES/django.po

+522-498
Large diffs are not rendered by default.
406 Bytes
Binary file not shown.

netbox/translations/uk/LC_MESSAGES/django.po

+525-500
Large diffs are not rendered by default.
308 Bytes
Binary file not shown.

netbox/translations/zh/LC_MESSAGES/django.po

+522-499
Large diffs are not rendered by default.

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Django==5.1.8
22
django-cors-headers==4.7.0
3-
django-debug-toolbar==5.1.0
3+
django-debug-toolbar==5.2.0
44
django-filter==25.1
55
django-htmx==1.23.0
66
django-graphiql-debug-toolbar==0.2.0
@@ -9,7 +9,7 @@ django-pglocks==1.0.4
99
django-prometheus==2.3.1
1010
django-redis==5.4.0
1111
django-rich==1.14.0
12-
django-rq==3.0
12+
django-rq==3.0.1
1313
django-taggit==6.1.0
1414
django-tables2==2.7.5
1515
django-timezone-field==7.1
@@ -25,12 +25,12 @@ mkdocstrings[python]==0.29.1
2525
netaddr==1.3.0
2626
nh3==0.2.21
2727
Pillow==11.2.1
28-
psycopg[c,pool]==3.2.6
28+
psycopg[c,pool]==3.2.7
2929
PyYAML==6.0.2
3030
requests==2.32.3
3131
rq==2.3.2
3232
social-auth-app-django==5.4.3
33-
social-auth-core==4.5.6
33+
social-auth-core==4.6.1
3434
strawberry-graphql==0.266.0
3535
strawberry-graphql-django==0.58.0
3636
svgwrite==1.4.3

0 commit comments

Comments
 (0)