Skip to content

Commit d04fc11

Browse files
Release v4.2.1 (#18346)
* Release v4.2.1 * Add changelog for #18282
1 parent f6b8c19 commit d04fc11

File tree

6 files changed

+105
-90
lines changed

6 files changed

+105
-90
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

+1-1
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.2.0
17+
placeholder: v4.2.1
1818
validations:
1919
required: true
2020
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
attributes:
4040
label: NetBox Version
4141
description: What version of NetBox are you currently running?
42-
placeholder: v4.2.0
42+
placeholder: v4.2.1
4343
validations:
4444
required: true
4545
- type: dropdown

docs/release-notes/version-4.2.md

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

3+
## v4.2.1 (2025-01-08)
4+
5+
### Bug Fixes
6+
7+
* [#18282](https://github.com/netbox-community/netbox/issues/18282) - Fix ordering of prefixes list by assigned VLAN
8+
* [#18314](https://github.com/netbox-community/netbox/issues/18314) - Fix KeyError exception when rendering pre-saved dashboard (`requires_internet` missing)
9+
* [#18316](https://github.com/netbox-community/netbox/issues/18316) - Fix AttributeError exception when global search results include prefixes and/or clusters
10+
* [#18318](https://github.com/netbox-community/netbox/issues/18318) - Correct navigation breadcrumbs for module type UI view
11+
* [#18324](https://github.com/netbox-community/netbox/issues/18324) - Correct filtering for certain related object listings
12+
* [#18329](https://github.com/netbox-community/netbox/issues/18329) - Address upstream bug in GraphQL API where only one primary IP address is returned within a device/VM list
13+
14+
---
15+
316
## v4.2.0 (2025-01-06)
417

518
### Breaking Changes

netbox/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.2.0"
1+
version: "4.2.1"
22
edition: "Community"
3-
published: "2025-01-06"
3+
published: "2025-01-08"
1.15 KB
Binary file not shown.

0 commit comments

Comments
 (0)