Skip to content

Commit c4304d0

Browse files
authored
Merge pull request #18703 from netbox-community/release-v4.2.4
Release v4.2.4
2 parents fbaa82d + fee6643 commit c4304d0

File tree

34 files changed

+381
-408
lines changed

34 files changed

+381
-408
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.3
18+
placeholder: v4.2.4
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.3
30+
placeholder: v4.2.4
3131
validations:
3232
required: true
3333
- type: dropdown

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

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

3+
## v4.2.4 (2025-02-21)
4+
5+
### Enhancements
6+
7+
* [#17309](https://github.com/netbox-community/netbox/issues/17309) - Omit empty counts in related object tables
8+
* [#18277](https://github.com/netbox-community/netbox/issues/18277) - Improve multi-table inheritance in serialization of change-logged models
9+
* [#18286](https://github.com/netbox-community/netbox/issues/18286) - Add more job duration choices
10+
* [#18357](https://github.com/netbox-community/netbox/issues/18357) - Display author name in plugin list for locally installed plugins
11+
* [#18408](https://github.com/netbox-community/netbox/issues/18408) - Add Paused status for virtual machines
12+
* [#18584](https://github.com/netbox-community/netbox/issues/18584) - Add rack type column to manufacturer list
13+
14+
### Bug Fixes
15+
16+
* [#17436](https://github.com/netbox-community/netbox/issues/17436) - Fix {module} replacement in module bays
17+
* [#18013](https://github.com/netbox-community/netbox/issues/18013) - Limit object type to selected object in change log filter
18+
* [#18241](https://github.com/netbox-community/netbox/issues/18241) - Default logging level of custom scripts changed to INFO
19+
* [#18247](https://github.com/netbox-community/netbox/issues/18247) - Fix visibility of disabled cable paths in dark mode
20+
* [#18480](https://github.com/netbox-community/netbox/issues/18480) - Clean data passed to script in runscript command
21+
* [#18555](https://github.com/netbox-community/netbox/issues/18555) - Add default get_absolute_url method to plugin models
22+
* [#18585](https://github.com/netbox-community/netbox/issues/18585) - Fix filtering circuits by location
23+
* [#18593](https://github.com/netbox-community/netbox/issues/18593) - Fix "Create & Add Another" IP Address workflow
24+
* [#18594](https://github.com/netbox-community/netbox/issues/18594) - Enable sorting by ASN count on site and provider lists
25+
* [#18619](https://github.com/netbox-community/netbox/issues/18619) - Ensure shift-click selection selects only visible list items
26+
* [#18674](https://github.com/netbox-community/netbox/issues/18674) - Preserve form values when selecting speed on circuit termination
27+
28+
---
29+
330
## v4.2.3 (2025-02-04)
431

532
### Enhancements

Diff for: netbox/project-static/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"gridstack": "11.3.0",
3131
"htmx.org": "1.9.12",
3232
"query-string": "9.1.1",
33-
"sass": "1.83.4",
34-
"tom-select": "2.4.2",
33+
"sass": "1.85.0",
34+
"tom-select": "2.4.3",
3535
"typeface-inter": "3.18.1",
3636
"typeface-roboto-mono": "1.1.13"
3737
},

Diff for: netbox/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.2.3"
1+
version: "4.2.4"
22
edition: "Community"
3-
published: "2025-02-04"
3+
published: "2025-02-21"

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

1.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)