Skip to content

Commit 4961b0d

Browse files
committed
Release v4.4.6
1 parent ab06edd commit 4961b0d

File tree

37 files changed

+7485
-6658
lines changed

37 files changed

+7485
-6658
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

Lines changed: 1 addition & 1 deletion
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.4.5
18+
placeholder: v4.4.6
1919
validations:
2020
required: true
2121
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 1 addition & 1 deletion
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.4.5
30+
placeholder: v4.4.6
3131
validations:
3232
required: true
3333
- type: dropdown

contrib/openapi.json

Lines changed: 88 additions & 21 deletions
Large diffs are not rendered by default.

docs/release-notes/version-4.4.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# NetBox v4.4
22

3+
## v4.4.6 (2025-11-11)
4+
5+
### Enhancements
6+
7+
* [#14171](https://github.com/netbox-community/netbox/issues/14171) - Support VLAN assignment for device & VM interfaces being bulk imported
8+
* [#20297](https://github.com/netbox-community/netbox/issues/20297) - Introduce additional coaxial cable types
9+
10+
### Bug Fixes
11+
12+
* [#20378](https://github.com/netbox-community/netbox/issues/20378) - Prevent exception when attempting to delete a data source utilized by a custom script
13+
* [#20645](https://github.com/netbox-community/netbox/issues/20645) - CSVChoiceField should defer to model field's default value when CSV field is empty
14+
* [#20647](https://github.com/netbox-community/netbox/issues/20647) - Improve handling of empty strings during bulk imports
15+
* [#20653](https://github.com/netbox-community/netbox/issues/20653) - Fix filtering of jobs by object type ID
16+
* [#20660](https://github.com/netbox-community/netbox/issues/20660) - Optimize loading of custom script modules from remote storage
17+
* [#20670](https://github.com/netbox-community/netbox/issues/20670) - Improve validation of related objects during bulk import
18+
* [#20688](https://github.com/netbox-community/netbox/issues/20688) - Suppress non-harmful "No active configuration revision found" warning message
19+
* [#20697](https://github.com/netbox-community/netbox/issues/20697) - Prevent duplication of signals which increment/decrement related object counts
20+
* [#20699](https://github.com/netbox-community/netbox/issues/20699) - Ensure proper ordering of changelog entries resulting from cascading deletions
21+
* [#20713](https://github.com/netbox-community/netbox/issues/20713) - Ensure a pre-change snapshot is recorded on virtual chassis members being added/removed
22+
* [#20721](https://github.com/netbox-community/netbox/issues/20721) - Fix breadcrumb navigation links in UI for background tasks
23+
* [#20738](https://github.com/netbox-community/netbox/issues/20738) - Deleting a virtual chassis should nullify the `vc_position` of all former members
24+
* [#20750](https://github.com/netbox-community/netbox/issues/20750) - Fix cloning of permissions when only one action is enabled
25+
* [#20755](https://github.com/netbox-community/netbox/issues/20755) - Prevent duplicate results under certain conditions when filtering providers
26+
* [#20771](https://github.com/netbox-community/netbox/issues/20771) - Comments are required when creating a new journal entry
27+
* [#20774](https://github.com/netbox-community/netbox/issues/20774) - Bulk action button labels should be translated
28+
29+
---
30+
331
## v4.4.5 (2025-10-28)
432

533
### Enhancements

netbox/project-static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"gridstack": "12.3.3",
3131
"htmx.org": "2.0.8",
3232
"query-string": "9.3.1",
33-
"sass": "1.93.2",
33+
"sass": "1.94.0",
3434
"tom-select": "2.4.3",
3535
"typeface-inter": "3.18.1",
3636
"typeface-roboto-mono": "1.1.13"

netbox/project-static/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,10 +3190,10 @@ safe-regex-test@^1.1.0:
31903190
es-errors "^1.3.0"
31913191
is-regex "^1.2.1"
31923192

3193-
sass@1.93.2:
3194-
version "1.93.2"
3195-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.93.2.tgz#e97d225d60f59a3b3dbb6d2ae3c1b955fd1f2cd1"
3196-
integrity sha512-t+YPtOQHpGW1QWsh1CHQ5cPIr9lbbGZLZnbihP/D/qZj/yuV68m8qarcV17nvkOX81BCrvzAlq2klCQFZghyTg==
3193+
sass@1.94.0:
3194+
version "1.94.0"
3195+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.94.0.tgz#a04198d8940358ca6ad537d2074051edbbe7c1a7"
3196+
integrity sha512-Dqh7SiYcaFtdv5Wvku6QgS5IGPm281L+ZtVD1U2FJa7Q0EFRlq8Z3sjYtz6gYObsYThUOz9ArwFqPZx+1azILQ==
31973197
dependencies:
31983198
chokidar "^4.0.0"
31993199
immutable "^5.0.2"

netbox/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.4.5"
1+
version: "4.4.6"
22
edition: "Community"
3-
published: "2025-10-28"
3+
published: "2025-11-11"
-101 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)