Skip to content

Commit 1893568

Browse files
committed
Release v4.1.1
1 parent 84ea437 commit 1893568

File tree

22 files changed

+49
-15
lines changed

22 files changed

+49
-15
lines changed

.github/ISSUE_TEMPLATE/01-feature_request.yaml

Lines changed: 1 addition & 1 deletion
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.1.0
17+
placeholder: v4.1.1
1818
validations:
1919
required: true
2020
- type: dropdown

.github/ISSUE_TEMPLATE/02-bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
attributes:
2727
label: NetBox Version
2828
description: What version of NetBox are you currently running?
29-
placeholder: v4.1.0
29+
placeholder: v4.1.1
3030
validations:
3131
required: true
3232
- type: dropdown

contrib/generated_schema.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"nema-l15-60p",
150150
"nema-l21-20p",
151151
"nema-l21-30p",
152+
"nema-l22-20p",
152153
"nema-l22-30p",
153154
"cs6361c",
154155
"cs6365c",
@@ -262,6 +263,7 @@
262263
"nema-l15-60r",
263264
"nema-l21-20r",
264265
"nema-l21-30r",
266+
"nema-l22-20r",
265267
"nema-l22-30r",
266268
"CS6360C",
267269
"CS6364C",
@@ -518,6 +520,14 @@
518520
"urm-p4",
519521
"urm-p8",
520522
"splice",
523+
"usb-a",
524+
"usb-b",
525+
"usb-c",
526+
"usb-mini-a",
527+
"usb-mini-b",
528+
"usb-micro-a",
529+
"usb-micro-b",
530+
"usb-micro-ab",
521531
"other"
522532
]
523533
}
@@ -575,6 +585,14 @@
575585
"urm-p4",
576586
"urm-p8",
577587
"splice",
588+
"usb-a",
589+
"usb-b",
590+
"usb-c",
591+
"usb-mini-a",
592+
"usb-mini-b",
593+
"usb-micro-a",
594+
"usb-micro-b",
595+
"usb-micro-ab",
578596
"other"
579597
]
580598
}

docs/release-notes/version-4.1.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# NetBox v4.1
22

3-
## v4.1.1 (FUTURE)
3+
## v4.1.1 (2024-09-12)
44

55
### Enhancements
66

@@ -11,11 +11,18 @@
1111

1212
* [#17066](https://github.com/netbox-community/netbox/issues/17066) - Fix OpenAPI schema definition for custom scripts REST API endpoint
1313
* [#17332](https://github.com/netbox-community/netbox/issues/17332) - Restore pagination for object list dashboard widgets
14+
* [#17333](https://github.com/netbox-community/netbox/issues/17333) - Avoid prefetching all jobs when retrieving custom scripts via the REST API
1415
* [#17353](https://github.com/netbox-community/netbox/issues/17353) - Fix styling of map buttons under site and device views
1516
* [#17354](https://github.com/netbox-community/netbox/issues/17354) - Prevent object & multi-object custom fields from breaking bulk import forms
17+
* [#17362](https://github.com/netbox-community/netbox/issues/17362) - Remove duplicate prefixes & IP addresses returned by the `present_in_vrf` query filter
1618
* [#17364](https://github.com/netbox-community/netbox/issues/17364) - Fix rendering of Markdown tables inside object list dashboard widgets
1719
* [#17387](https://github.com/netbox-community/netbox/issues/17387) - Fix display of the changelog tab for users with sufficient permission
20+
* [#17410](https://github.com/netbox-community/netbox/issues/17410) - Enable debug toolbar middleware for `strawberry-django` only when `DEBUG` is true
1821
* [#17414](https://github.com/netbox-community/netbox/issues/17414) - Fix support for declaring individual VLAN IDs within a VLAN group
22+
* [#17431](https://github.com/netbox-community/netbox/issues/17431) - Fix database migration error when upgrading to v4.1 from v3.7 or earlier
23+
* [#17437](https://github.com/netbox-community/netbox/issues/17437) - Fix exception when specifying a bridge relationship on an interface template
24+
* [#17444](https://github.com/netbox-community/netbox/issues/17444) - Custom script fails to execute when triggered by an event rule
25+
* [#17457](https://github.com/netbox-community/netbox/issues/17457) - GraphQL `service_list` filter should not require a port number
1926

2027
---
2128

netbox/project-static/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"validate:formatting:scripts": "prettier -c src/**/*.ts"
2323
},
2424
"dependencies": {
25-
"@fontsource-variable/plus-jakarta-sans": "^5.0.22",
25+
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
2626
"@mdi/font": "7.4.47",
2727
"@tabler/core": "1.0.0-beta20",
2828
"bootstrap": "5.3.3",
@@ -31,7 +31,7 @@
3131
"gridstack": "10.3.1",
3232
"htmx.org": "1.9.12",
3333
"query-string": "9.1.0",
34-
"sass": "1.77.8",
34+
"sass": "1.78.0",
3535
"tom-select": "2.3.1",
3636
"typeface-roboto-mono": "1.1.13"
3737
},

netbox/project-static/yarn.lock

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@
200200
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.2.tgz#d8bae93ac8b815b2bd7a98078cf91e2724ef11e5"
201201
integrity sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==
202202

203-
"@fontsource-variable/plus-jakarta-sans@^5.0.22":
204-
version "5.0.22"
205-
resolved "https://registry.yarnpkg.com/@fontsource-variable/plus-jakarta-sans/-/plus-jakarta-sans-5.0.22.tgz#9f96b5f5381b93a422d35d89b0bc7871c4c06d60"
206-
integrity sha512-YDV+FVn+icpvB004N3R973K/0W75FRPaEmeOoZ5nBuPAN8hizhUfTHpWpEv9FUr3C8FkPFwzrVl3gvdkzDdBxw==
203+
"@fontsource-variable/plus-jakarta-sans@^5.1.0":
204+
version "5.1.0"
205+
resolved "https://registry.yarnpkg.com/@fontsource-variable/plus-jakarta-sans/-/plus-jakarta-sans-5.1.0.tgz#9dd5aa72277c43d408f6e34cd658d823fbef1fe1"
206+
integrity sha512-K7o2GO7/quVFFyfjTqYZu0ng4KJGf60KSAGbvUWwKuH+/Giyl6Qe/EqnGLcjrl9AmXZzTvtRB1xpkASn8FNFoQ==
207207

208208
"@graphiql/[email protected]":
209209
version "3.2.2"
@@ -2561,7 +2561,16 @@ safe-regex-test@^1.0.3:
25612561
es-errors "^1.3.0"
25622562
is-regex "^1.1.4"
25632563

2564-
[email protected], sass@^1.71.1:
2564+
2565+
version "1.78.0"
2566+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.78.0.tgz#cef369b2f9dc21ea1d2cf22c979f52365da60841"
2567+
integrity sha512-AaIqGSrjo5lA2Yg7RvFZrlXDBCp3nV4XP73GrLGvdRWWwk+8H3l0SDvq/5bA4eF+0RFPLuWUk3E+P1U/YqnpsQ==
2568+
dependencies:
2569+
chokidar ">=3.0.0 <4.0.0"
2570+
immutable "^4.0.0"
2571+
source-map-js ">=0.6.2 <2.0.0"
2572+
2573+
sass@^1.71.1:
25652574
version "1.77.8"
25662575
resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.8.tgz#9f18b449ea401759ef7ec1752a16373e296b52bd"
25672576
integrity sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==

netbox/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version: "4.1.0"
1+
version: "4.1.1"
22
edition: "Community"
3-
published: "2024-09-03"
3+
published: "2024-09-12"
6.57 KB
Binary file not shown.
6.48 KB
Binary file not shown.
6.85 KB
Binary file not shown.

0 commit comments

Comments
 (0)