-
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
28b9bbe
commit fe00f66
Showing
4 changed files
with
15 additions
and
8 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,7 +1,4 @@ | ||
## cockpit-45drives-hardware 2.1.2-1 | ||
## cockpit-45drives-hardware 2.1.2-2 | ||
|
||
* Re-wrote all cockpit modules using VueJS framework | ||
* all modules now feature a dark mode | ||
* all modules are now better suited for use on mobile | ||
* 45drives-disks will now highlight and animate zpools, and vdevs when using zfs | ||
* Improved error handling for unknown hardware configurations | ||
* added support for 9600 series HBA cards | ||
* updated 45drives-tools dependency to 2.0.8 minimum |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"title": "cockpit-45drives-hardware", | ||
"prerelease": false, | ||
"version": "2.1.2", | ||
"buildVersion": "1", | ||
"buildVersion": "2", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-hardware", | ||
"category": "utils", | ||
|
@@ -58,7 +58,7 @@ | |
"changelog": { | ||
"urgency": "medium", | ||
"version": "2.1.2", | ||
"buildVersion": "1", | ||
"buildVersion": "2", | ||
"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,9 @@ make DESTDIR=%{buildroot} install | |
/usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules | ||
|
||
%changelog | ||
* Mon Jun 27 2022 Mark Hooper <[email protected]> 2.1.2-2 | ||
- added support for 9600 series HBA cards | ||
- updated 45drives-tools dependency to 2.0.8 minimum | ||
* Fri Jun 03 2022 Mark Hooper <[email protected]> 2.1.2-1 | ||
- Re-wrote all cockpit modules using VueJS framework | ||
- all modules now feature a dark mode | ||
|
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,10 @@ | ||
cockpit-45drives-hardware (2.1.2-2focal) focal; urgency=medium | ||
|
||
* added support for 9600 series HBA cards | ||
* updated 45drives-tools dependency to 2.0.8 minimum | ||
|
||
-- Mark Hooper <[email protected]> Mon, 27 Jun 2022 08:23:46 -0300 | ||
|
||
cockpit-45drives-hardware (2.1.2-1focal) focal; urgency=medium | ||
|
||
* Re-wrote all cockpit modules using VueJS framework | ||
|