-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated manifest for pre-release build
- Loading branch information
1 parent
44c1660
commit 81c7b90
Showing
5 changed files
with
27 additions
and
9 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,5 @@ | ||
## cockpit-45drives-hardware 2.0.2-3 | ||
## cockpit-45drives-hardware 2.0.3-1 | ||
|
||
* fixed bug in disks module causing 16th drive in hybrid 16 rows to not be displayed | ||
* Added support for 2U Stornado | ||
* Added disk images for Toshiba HDDs, Seagate Nytro SAS and Micron 5300 drives. | ||
* updated H11SSL-i motherboard background assets |
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": false, | ||
"version": "2.0.2", | ||
"buildVersion": "3", | ||
"prerelease": true, | ||
"version": "2.0.3", | ||
"buildVersion": "1", | ||
"author": "Mark Hooper <[email protected]>", | ||
"url": "https://github.com/45Drives/cockpit-hardware", | ||
"category": "utils", | ||
|
@@ -30,7 +30,7 @@ | |
"dmidecode", | ||
"ipmitool", | ||
"lshw", | ||
"45drives-tools (>= 1.8.10)" | ||
"45drives-tools (>= 2.0.6)" | ||
], | ||
"el": [ | ||
"cockpit", | ||
|
@@ -40,7 +40,7 @@ | |
"dmidecode", | ||
"ipmitool", | ||
"lshw", | ||
"45drives-tools >= 1.8.10" | ||
"45drives-tools >= 2.0.6" | ||
] | ||
}, | ||
"releases": [ | ||
|
@@ -62,8 +62,8 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "2.0.2", | ||
"buildVersion": "3", | ||
"version": "2.0.3", | ||
"buildVersion": "1", | ||
"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 |
---|---|---|
|
@@ -40,6 +40,10 @@ make DESTDIR=%{buildroot} install | |
/usr/share/cockpit/45drives-system/* | ||
|
||
%changelog | ||
* Wed Feb 16 2022 Mark Hooper <[email protected]> 2.0.3-1 | ||
- Added support for 2U Stornado | ||
- Added disk images for Toshiba HDDs, Seagate Nytro SAS and Micron 5300 drives. | ||
- updated H11SSL-i motherboard background assets | ||
* Fri Dec 10 2021 Mark Hooper <[email protected]> 2.0.2-3 | ||
- fixed bug in disks module causing 16th drive in hybrid 16 rows to not be displayed | ||
* Tue Nov 16 2021 Mark Hooper <[email protected]> 2.0.2-2 | ||
|
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 |
---|---|---|
|
@@ -40,6 +40,10 @@ make DESTDIR=%{buildroot} install | |
/usr/share/cockpit/45drives-system/* | ||
|
||
%changelog | ||
* Wed Feb 16 2022 Mark Hooper <[email protected]> 2.0.3-1 | ||
- Added support for 2U Stornado | ||
- Added disk images for Toshiba HDDs, Seagate Nytro SAS and Micron 5300 drives. | ||
- updated H11SSL-i motherboard background assets | ||
* Fri Dec 10 2021 Mark Hooper <[email protected]> 2.0.2-3 | ||
- fixed bug in disks module causing 16th drive in hybrid 16 rows to not be displayed | ||
* Tue Nov 16 2021 Mark Hooper <[email protected]> 2.0.2-2 | ||
|
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,11 @@ | ||
cockpit-45drives-hardware (2.0.3-1focal) focal; urgency=medium | ||
|
||
* Added support for 2U Stornado | ||
* Added disk images for Toshiba HDDs, Seagate Nytro SAS and Micron 5300 drives. | ||
* updated H11SSL-i motherboard background assets | ||
|
||
-- Mark Hooper <[email protected]> Wed, 16 Feb 2022 10:08:52 -0400 | ||
|
||
cockpit-45drives-hardware (2.0.2-3focal) focal; urgency=medium | ||
|
||
* fixed bug in disks module causing 16th drive in hybrid 16 rows to not be displayed | ||
|