Skip to content

Commit 260adfc

Browse files
authoredFeb 4, 2025··
Merge pull request #18569 from netbox-community/release-v4.2.3
Release 4.2.3
2 parents 29f405d + 9391f48 commit 260adfc

File tree

31 files changed

+1258
-1109
lines changed

31 files changed

+1258
-1109
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.2
18+
placeholder: v4.2.3
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.2
30+
placeholder: v4.2.3
3131
validations:
3232
required: true
3333
- type: dropdown

‎base_requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ mkdocs-material
8888

8989
# Introspection for embedded code
9090
# https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md
91-
mkdocstrings[python-legacy]
91+
# See #18568
92+
mkdocstrings[python-legacy]==0.27.0
9293

9394
# Library for manipulating IP prefixes and addresses
9495
# https://github.com/netaddr/netaddr/blob/master/CHANGELOG.rst

‎docs/release-notes/version-4.2.md

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

3+
## v4.2.3 (2025-02-04)
4+
5+
### Enhancements
6+
7+
* [#18518](https://github.com/netbox-community/netbox/issues/18518) - Add a "hostname" `<meta>` tag to the page header
8+
9+
### Bug Fixes
10+
11+
* [#18497](https://github.com/netbox-community/netbox/issues/18497) - Fix unhandled `FieldDoesNotExist` exception when search results include virtual circuit
12+
* [#18433](https://github.com/netbox-community/netbox/issues/18433) - Fix MAC address not shown as "primary for interface" in MAC address detail view
13+
* [#18154](https://github.com/netbox-community/netbox/issues/18154) - Allow anonymous users to change default table preferences
14+
* [#18515](https://github.com/netbox-community/netbox/issues/18515) - Fix Django `collectstatic` management command in debug mode with Redis not running
15+
* [#18456](https://github.com/netbox-community/netbox/issues/18456) - Avoid duplicate MAC Address column in interface tables
16+
* [#18447](https://github.com/netbox-community/netbox/issues/18447) - Fix `FieldError` exception when sorting interface tables on MAC Address columns
17+
* [#18438](https://github.com/netbox-community/netbox/issues/18438) - Improve performance in IPAM migration `0072_prefix_cached_relations` when upgrading from v4.1 or earlier
18+
* [#18436](https://github.com/netbox-community/netbox/issues/18436) - Reset primary MAC address when unassigning MAC address from interface
19+
* [#18181](https://github.com/netbox-community/netbox/issues/18181) - Fix "Create & Add Another" workflow when adding IP addresses to interfaces
20+
21+
---
22+
323
## v4.2.2 (2025-01-17)
424

525
### Bug Fixes

‎netbox/project-static/dist/netbox.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎netbox/project-static/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"htmx.org": "1.9.12",
3232
"query-string": "9.1.1",
3333
"sass": "1.83.4",
34-
"tom-select": "2.4.1",
34+
"tom-select": "2.4.2",
3535
"typeface-inter": "3.18.1",
3636
"typeface-roboto-mono": "1.1.13"
3737
},
@@ -41,7 +41,7 @@
4141
"@types/node": "^22.3.0",
4242
"@typescript-eslint/eslint-plugin": "^8.1.0",
4343
"@typescript-eslint/parser": "^8.1.0",
44-
"esbuild": "^0.23.1",
44+
"esbuild": "^0.24.2",
4545
"esbuild-sass-plugin": "^3.3.1",
4646
"eslint": "<9.0",
4747
"eslint-config-prettier": "^9.1.0",

‎netbox/project-static/yarn.lock

+157-151
Large diffs are not rendered by default.

‎netbox/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.2.2"
1+
version: "4.2.3"
22
edition: "Community"
3-
published: "2025-01-17"
3+
published: "2025-02-04"
3.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.