Skip to content

Commit 42fab09

Browse files
committed
Update edge node agents to golang 1.25.7 (#770)
Signed-off-by: Rajeev Ranjan <rajeev2.ranjan@intel.com>
1 parent 1677c44 commit 42fab09

17 files changed

+56
-32
lines changed

SPECS/cluster-agent/cluster-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-
"cluster-agent-1.9.0.tar.gz": "efff8a4d8ca59eb5591bbead2b7f2d8006e32aa44c87f11db09f57d739bb3a05",
3+
"cluster-agent-1.9.1.tar.gz": "fa215ae6825a7d42fce59257cafcddccaa1557e279bc11a899ab95f38918db2b",
44
"cluster-agent.service": "e484c560bf881ebd12024404afc68f80493692280f6c5045990fe575ffb746bb",
55
"env_wrapper.sh": "9b1dff883e0d38e5968e7e86363919303da0b3d0213888e7b2ed3c7659c8319c",
66
"cluster-agent.conf": "4324f15acaa9d78738c231867f504c53d753a184a59538e6ccf679d4b8642f36",

SPECS/cluster-agent/cluster-agent.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Installs/uninstalls orchestration software on an edge node using command obtained from Cluster Orchestrator.
22
Name: cluster-agent
3-
Version: 1.9.0
3+
Version: 1.9.1
44
Release: 1%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
@@ -129,6 +129,9 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul
129129
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}
130130

131131
%changelog
132+
* Fri Feb 20 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.9.1-1
133+
- Update to golang 1.25.7
134+
132135
* Fri Feb 06 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.9.0-1
133136
- Update to golang 1.25.5
134137

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.9.1.tar.gz": "7c8d03add00b166c0f23b00c533e9b0d5fe87d3b977d225e85d7ca8ca038915c",
3+
"hardware-discovery-agent-1.9.2.tar.gz": "2c9f84c359e94249f1893f7839beda153eea73b767687fe1eab0cfd113ddab16",
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.9.1
3+
Version: 1.9.2
44
Release: 1%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
@@ -116,6 +116,9 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul
116116
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}
117117

118118
%changelog
119+
* Fri Feb 20 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.9.2-1
120+
- Update to golang 1.25.7
121+
119122
* Fri Feb 06 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.9.1-1
120123
- Update to golang 1.25.5
121124

SPECS/in-band-manageability/in-band-manageability.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"in-band-manageability-1.1.0.tar.gz": "e7890840d6b33353b384af664c32b813eadca79178fec8113a2763490c49c33e",
3+
"in-band-manageability-1.1.1.tar.gz": "a7f359d6d1e2fda3b6d3c3841dc7f5bd8f53d36fd536cf6b1f1259c3767ee58c",
44
"intel_manageability.conf": "2f67cf57950a29ee37a21f94383c63c067aac2db94e51356ff279110f3e3e5b6",
55
"inbm-configuration-replace-FQDN.sh": "e91bb05cf42b8311cff3d6b554c9f1c0f49ffb66b8df92bc2f185ae449ef4295",
66
"inbm.te": "e528ab9808f2c1961cad97e4e616f8a9a8731ea3c1bc5c493c8d0db1243f3044",

SPECS/in-band-manageability/in-band-manageability.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Summary: An agent to manage systems via in-band connection
66
Name: in-band-manageability
7-
Version: 1.1.0
7+
Version: 1.1.1
88
Release: 1%{?dist}
99
Distribution: Edge Microvisor Toolkit
1010
Vendor: Intel Corporation
@@ -208,6 +208,9 @@ fi
208208
%systemd_postun inbd.service
209209

210210
%changelog
211+
* Fri Feb 20 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.1.1-1
212+
- Update to golang 1.25.7
213+
211214
* Fri Feb 06 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.1.0-1
212215
- Update to golang 1.25.5
213216

SPECS/node-agent/node-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-
"node-agent-1.10.1.tar.gz": "2b2777a782e6c0352332047b0779d9823ff2bc6d9610b4fa396ca6f134a9adad",
3+
"node-agent-1.10.2.tar.gz": "2ab849f186bacf90324670afe5f2d6eea6c132a40f2b9e9a83a1c6dc39d36d4c",
44
"node-agent.service": "aa4da847c625e36ba6e22d769e9442521ec6e8eeb542af8ef24f2cad60da03c2",
55
"env_wrapper.sh": "ee5d31b33495426840a742c944088e7f7fe56ec95f0547990f9283e24bf792d1",
66
"node-agent.conf": "f5304d46df115cbe2e8f9e018f22d03e19f3a2cd35ee269478454bf0b269b90f",

SPECS/node-agent/node-agent.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Edge node registration and trust management
22
Name: node-agent
3-
Version: 1.10.1
3+
Version: 1.10.2
44
Release: 1%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
@@ -161,6 +161,9 @@ sed -i '/client-proxy/{N;d;}' %{_sysconfdir}/edge-node/node/confs/%{name}.yaml
161161
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}
162162

163163
%changelog
164+
* Fri Feb 20 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.10.2-1
165+
- Update to golang 1.25.7
166+
164167
* Fri Feb 06 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.10.1-1
165168
- Update to golang 1.25.5
166169

SPECS/platform-manageability-agent/platform-manageability-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-
"pm-agent-0.4.1.tar.gz": "24efec9b17828f2b9ed92c5b17505913cb8f63ac13cc8129000a1bc935ef7169",
3+
"pm-agent-0.4.3.tar.gz": "0ef0f9af52b34a5a6a6ef702089eafff443c6d8cda29eb240cf314a2f0f141d0",
44
"platform-manageability-agent.service": "fdd68c7ab244785c4dda515bb0daff7abf75dec45ffa8e99f1f0c6e50fa1355d",
55
"env_wrapper.sh": "88061a00697508d90a9ecce9bd43f3a00cc8d028a181337895ac1368d970a6f9",
66
"platform-manageability-agent.conf": "efe3d39585266222720a828f4617a25beaf6e6334ee7d9bfa57fba4e4bd7f6ef",

SPECS/platform-manageability-agent/platform-manageability-agent.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Platform managebility agent for out of band opration.
22
Name: platform-manageability-agent
3-
Version: 0.4.1
3+
Version: 0.4.3
44
Release: 1%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
@@ -77,6 +77,9 @@ cp copyright %{buildroot}%{_defaultlicensedir}/%{name}
7777
%{systemd_postun_with_restart %{name}.service}
7878

7979
%changelog
80+
* Fri Feb 20 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 0.4.3-1
81+
- Update to golang 1.25.7
82+
8083
* Fri Feb 06 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 0.4.1-1
8184
- Update to golang 1.25.5
8285

0 commit comments

Comments
 (0)