Skip to content

Commit 633580e

Browse files
authored
Merge pull request #51 from 45Drives/feature-add-nvme-hybrid
Feature add nvme hybrid
2 parents e8941d1 + ad2baeb commit 633580e

11 files changed

Lines changed: 71 additions & 366 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 45drives-tools 4.0.42-1
1+
## 45drives-tools 4.0.43-1
22

3-
* adds GENOAD8X-2T/BCM mobo
3+
* fix NVMe Hybrid support

manifest.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "45drives-tools",
44
"title": "45drives-tools",
55
"description": "cli tools for 45Drives server products",
6-
"version": "4.0.42",
6+
"version": "4.0.43",
77
"build_number": "1",
88
"stable": true,
99
"author": "Brett Kelly <bkelly@45drives.com>",
@@ -28,7 +28,8 @@
2828
"hdparm",
2929
"udev",
3030
"lsscsi",
31-
"python3-pyudev"
31+
"python3-pyudev",
32+
"mpi3mr-dkms"
3233
],
3334
"rocky_common": [
3435
"ipmitool",
@@ -39,7 +40,8 @@
3940
"pciutils",
4041
"hdparm",
4142
"lsscsi",
42-
"python3-pyudev"
43+
"python3-pyudev",
44+
"mpi3mr-dkms"
4345
]
4446
},
4547
"builds": [
@@ -75,7 +77,7 @@
7577
],
7678
"changelog": {
7779
"urgency": "medium",
78-
"version": "4.0.42",
80+
"version": "4.0.43",
7981
"build_number": "1",
8082
"date": null,
8183
"packager": "Brett Kelly <bkelly@45drives.com>",

packaging/debian-bookworm/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
45drives-tools (4.0.43-1bookworm) bookworm; urgency=medium
2+
3+
* fix NVMe Hybrid support
4+
5+
-- Joshua Boudreau <jboudreau@45drives.com> Mon, 11 May 2026 08:36:47 -0300
6+
17
45drives-tools (4.0.42-1bookworm) bookworm; urgency=medium
28

39
* adds GENOAD8X-2T/BCM mobo

packaging/rocky-el8/main.spec.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ fi
7777
/usr/lib/udev/rules.d/*
7878

7979
%changelog
80+
* Mon May 11 2026 Joshua Boudreau <jboudreau@45drives.com> 4.0.43-1
81+
- fix NVMe Hybrid support
8082
* Tue May 05 2026 Jordan Keough <jkeough@45drives.com> 4.0.42-1
8183
- adds GENOAD8X-2T/BCM mobo
8284
* Wed Apr 29 2026 Jordan Keough <jkeough@45drives.com> 4.0.41-1

packaging/rocky-el9/main.spec.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ fi
7777
/usr/lib/udev/rules.d/*
7878

7979
%changelog
80+
* Mon May 11 2026 Joshua Boudreau <jboudreau@45drives.com> 4.0.43-1
81+
- fix NVMe Hybrid support
8082
* Tue May 05 2026 Jordan Keough <jkeough@45drives.com> 4.0.42-1
8183
- adds GENOAD8X-2T/BCM mobo
8284
* Wed Apr 29 2026 Jordan Keough <jkeough@45drives.com> 4.0.41-1

packaging/ubuntu-focal/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
45drives-tools (4.0.43-1focal) focal; urgency=medium
2+
3+
* fix NVMe Hybrid support
4+
5+
-- Joshua Boudreau <jboudreau@45drives.com> Mon, 11 May 2026 08:36:47 -0300
6+
17
45drives-tools (4.0.42-1focal) focal; urgency=medium
28

39
* adds GENOAD8X-2T/BCM mobo

packaging/ubuntu-jammy/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
45drives-tools (4.0.43-1jammy) jammy; urgency=medium
2+
3+
* fix NVMe Hybrid support
4+
5+
-- Joshua Boudreau <jboudreau@45drives.com> Mon, 11 May 2026 08:36:47 -0300
6+
17
45drives-tools (4.0.42-1jammy) jammy; urgency=medium
28

39
* adds GENOAD8X-2T/BCM mobo

0 commit comments

Comments
 (0)