-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Packages - Adds Gigabyte motherboards, Compute Node + 1U Gateway
- Loading branch information
1 parent
67e34a8
commit b6b9d32
Showing
5 changed files
with
14 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,3 @@ | ||
## 45drives-tools 3.0.10-1 | ||
## 45drives-tools 3.0.11-1 | ||
|
||
* adjusted logic when sorting cards to sort by controller id rather than bus address | ||
* Adds Gigabyte motherboards, Compute Node + 1U Gateway |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "45drives-tools", | ||
"title": "45drives-tools", | ||
"prerelease": false, | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"buildVersion": "1", | ||
"author": "Brett Kelly <[email protected]>", | ||
"url": "https://github.com/45Drives/tools", | ||
|
@@ -65,7 +65,7 @@ | |
], | ||
"changelog": { | ||
"urgency": "medium", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"buildVersion": "1", | ||
"ignore": [], | ||
"date": null, | ||
|
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 |
---|---|---|
|
@@ -58,6 +58,8 @@ fi | |
/usr/lib/udev/rules.d/* | ||
|
||
%changelog | ||
* Wed Oct 16 2024 Jordan Keough <[email protected]> 3.0.11-1 | ||
- Adds Gigabyte motherboards, Compute Node + 1U Gateway | ||
* Thu Aug 22 2024 Brett Kelly <[email protected]> 3.0.10-1 | ||
- adjusted logic when sorting cards to sort by controller id rather than bus address | ||
* Thu Aug 22 2024 Brett Kelly <[email protected]> 3.10.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 |
---|---|---|
|
@@ -63,6 +63,8 @@ fi | |
/usr/lib/udev/rules.d/* | ||
|
||
%changelog | ||
* Wed Oct 16 2024 Jordan Keough <[email protected]> 3.0.11-1 | ||
- Adds Gigabyte motherboards, Compute Node + 1U Gateway | ||
* Thu Aug 22 2024 Brett Kelly <[email protected]> 3.0.10-1 | ||
- adjusted logic when sorting cards to sort by controller id rather than bus address | ||
* Thu Aug 22 2024 Brett Kelly <[email protected]> 3.10.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,9 @@ | ||
45drives-tools (3.0.11-1focal) focal; urgency=medium | ||
|
||
* Adds Gigabyte motherboards, Compute Node + 1U Gateway | ||
|
||
-- Jordan Keough <[email protected]> Wed, 16 Oct 2024 07:15:22 -0300 | ||
|
||
45drives-tools (3.0.10-1focal) focal; urgency=medium | ||
|
||
* adjusted logic when sorting cards to sort by controller id rather than bus address | ||
|