Skip to content

Commit 5a96b76

Browse files
committed
Release v4.4.2
1 parent 9bc60a1 commit 5a96b76

File tree

41 files changed

+3209
-2795
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+3209
-2795
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.1
18+
placeholder: v4.4.2
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.1
30+
placeholder: v4.4.2
3131
validations:
3232
required: true
3333
- type: dropdown

base_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ django-htmx
3030

3131
# Modified Preorder Tree Traversal (recursive nesting of objects)
3232
# https://github.com/django-mptt/django-mptt/blob/main/CHANGELOG.rst
33-
django-mptt
33+
# v0.18.0 introduces errant migrations which need to be resolved
34+
django-mptt==0.17.0
3435

3536
# Context managers for PostgreSQL advisory locks
3637
# https://github.com/Xof/django-pglocks/blob/master/CHANGES.txt

contrib/generated_schema.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,14 @@
332332
"100base-t1",
333333
"1000base-bx10-d",
334334
"1000base-bx10-u",
335-
"1000base-cx",
336335
"1000base-cwdm",
336+
"1000base-cx",
337337
"1000base-dwdm",
338338
"1000base-ex",
339-
"1000base-sx",
340339
"1000base-lsx",
341340
"1000base-lx",
342341
"1000base-lx10",
342+
"1000base-sx",
343343
"1000base-t",
344344
"1000base-tx",
345345
"1000base-zx",
@@ -374,6 +374,7 @@
374374
"100gbase-cr2",
375375
"100gbase-cr4",
376376
"100gbase-cr10",
377+
"100gbase-cwdm4",
377378
"100gbase-dr",
378379
"100gbase-er4",
379380
"100gbase-fr1",
@@ -387,12 +388,12 @@
387388
"100gbase-zr",
388389
"200gbase-cr2",
389390
"200gbase-cr4",
390-
"200gbase-sr2",
391-
"200gbase-sr4",
392391
"200gbase-dr4",
393392
"200gbase-er4",
394393
"200gbase-fr4",
395394
"200gbase-lr4",
395+
"200gbase-sr2",
396+
"200gbase-sr4",
396397
"200gbase-vr2",
397398
"400gbase-cr4",
398399
"400gbase-dr4",
@@ -415,34 +416,34 @@
415416
"1000base-x-gbic",
416417
"1000base-x-sfp",
417418
"10gbase-x-sfpp",
418-
"10gbase-x-xfp",
419419
"10gbase-x-xenpak",
420+
"10gbase-x-xfp",
420421
"10gbase-x-x2",
421422
"25gbase-x-sfp28",
422-
"50gbase-x-sfp56",
423423
"40gbase-x-qsfpp",
424424
"50gbase-x-sfp28",
425+
"50gbase-x-sfp56",
425426
"100gbase-x-cfp",
426427
"100gbase-x-cfp2",
427-
"200gbase-x-cfp2",
428-
"400gbase-x-cfp2",
429428
"100gbase-x-cfp4",
430429
"100gbase-x-cxp",
431430
"100gbase-x-cpak",
432431
"100gbase-x-dsfp",
433-
"100gbase-x-sfpdd",
434432
"100gbase-x-qsfp28",
435433
"100gbase-x-qsfpdd",
434+
"100gbase-x-sfpdd",
435+
"200gbase-x-cfp2",
436436
"200gbase-x-qsfp56",
437437
"200gbase-x-qsfpdd",
438438
"400gbase-x-qsfp112",
439439
"400gbase-x-qsfpdd",
440-
"400gbase-x-osfp",
441-
"400gbase-x-osfp-rhs",
442440
"400gbase-x-cdfp",
441+
"400gbase-x-cfp2",
443442
"400gbase-x-cfp8",
444-
"800gbase-x-qsfpdd",
443+
"400gbase-x-osfp",
444+
"400gbase-x-osfp-rhs",
445445
"800gbase-x-osfp",
446+
"800gbase-x-qsfpdd",
446447
"1000base-kx",
447448
"2.5gbase-kx",
448449
"5gbase-kr",

0 commit comments

Comments
 (0)