Skip to content

Commit bbe0c6f

Browse files
authored
Restore HDA to 1.7.1 from #182 (#373)
* Restore HDA to 1.7.1 from #182 This reverts commit 56e8a6e. Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com> * Update changelog Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com> --------- Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com>
1 parent 658e523 commit bbe0c6f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

SPECS/hardware-discovery-agent/hardware-discovery-agent.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"hardware-discovery-agent-1.7.0.tar.gz": "f30903d85e78293f82f5d56ec0ff0783f3d48338bfe7a18beb4268ab768dd11f",
3+
"hardware-discovery-agent-1.7.1.tar.gz": "fa6031c2fb1c9af081b664bd4709fc088c51cb828c8a10eaa569dd0b9b7cc91e",
44
"hardware-discovery-agent.service": "2c3151d61ca649ced26764de6008833fbcab45a966b6f18f4113d4cf5a4846b7",
55
"env_wrapper.sh": "0fa0e748f2d1c0b81c240fa59fac4647571518c53479000adb4ba467031cccf6",
66
"hardware-discovery-agent.conf": "ffb9cbd4bf7b95c5dc39d3bc84ab7279b034203533c63856818638636f41c01a",

SPECS/hardware-discovery-agent/hardware-discovery-agent.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Edge node hardware information reporting
22
Name: hardware-discovery-agent
3-
Version: 1.7.0
3+
Version: 1.7.1
44
Release: 1%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
@@ -115,6 +115,9 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul
115115
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}
116116

117117
%changelog
118+
* Mon Aug 04 2025 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.7.1-1
119+
- Add backoff/retry on northbound grpc interfaces
120+
118121
* Tue May 27 2025 Christopher Nolan <christopher.nolan@intel.com> - 1.7.0-1
119122
- Fix GPU detection when vendor information is empty
120123
- HW Discovery Agent version 1.7.0

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5280,8 +5280,8 @@
52805280
"type": "other",
52815281
"other": {
52825282
"name": "hardware-discovery-agent",
5283-
"version": "1.7.0",
5284-
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/hardware-discovery-agent/v1.7.0.tar.gz"
5283+
"version": "1.7.1",
5284+
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/hardware-discovery-agent/v1.7.1.tar.gz"
52855285
}
52865286
}
52875287
},

0 commit comments

Comments
 (0)