-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c43f98
commit 9250f28
Showing
4 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
## cockpit-45drives-hardware 2.3.0-2 | ||
## cockpit-45drives-hardware 2.3.0-3 | ||
|
||
* updated 45Drives-tools dependency to minimum version 2.2.0 | ||
* system tab will show HBA firmware version | ||
* disks tab will show HBA firmware version | ||
* added support for 9361-24i cards in all modules | ||
* added support for melanox MT27800 cards in all modules | ||
* fixed 9600 series card scaling issue in 45Drives-motherboard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
"__version": "45D-R1", | ||
"name": "cockpit-45drives-hardware", | ||
"title": "cockpit-45drives-hardware", | ||
"prerelease": true, | ||
"prerelease": false, | ||
"version": "2.3.0", | ||
"buildVersion": "2", | ||
"buildVersion": "3", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-hardware", | ||
"category": "utils", | ||
|
@@ -59,7 +59,7 @@ | |
"changelog": { | ||
"urgency": "medium", | ||
"version": "2.3.0", | ||
"buildVersion": "2", | ||
"buildVersion": "3", | ||
"ignore": [], | ||
"date": null, | ||
"packager": "Mark Hooper <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,13 @@ make DESTDIR=%{buildroot} install | |
/usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules | ||
|
||
%changelog | ||
* Mon Feb 27 2023 Mark Hooper <[email protected]> 2.3.0-3 | ||
- updated 45Drives-tools dependency to minimum version 2.2.0 | ||
- system tab will show HBA firmware version | ||
- disks tab will show HBA firmware version | ||
- added support for 9361-24i cards in all modules | ||
- added support for melanox MT27800 cards in all modules | ||
- fixed 9600 series card scaling issue in 45Drives-motherboard | ||
* Thu Feb 16 2023 Mark Hooper <[email protected]> 2.3.0-2 | ||
- fixed 9600 series card scaling issue in 45Drives-motherboard | ||
* Thu Feb 16 2023 Mark Hooper <[email protected]> 2.3.0-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
cockpit-45drives-hardware (2.3.0-3focal) focal; urgency=medium | ||
|
||
* updated 45Drives-tools dependency to minimum version 2.2.0 | ||
* system tab will show HBA firmware version | ||
* disks tab will show HBA firmware version | ||
* added support for 9361-24i cards in all modules | ||
* added support for melanox MT27800 cards in all modules | ||
* fixed 9600 series card scaling issue in 45Drives-motherboard | ||
|
||
-- Mark Hooper <[email protected]> Mon, 27 Feb 2023 11:27:48 -0400 | ||
|
||
cockpit-45drives-hardware (2.3.0-2focal) focal; urgency=medium | ||
|
||
* fixed 9600 series card scaling issue in 45Drives-motherboard | ||
|