diff --git a/SPECS/in-band-manageability/in-band-manageability.signatures.json b/SPECS/in-band-manageability/in-band-manageability.signatures.json index 09cc260679..d3f7343265 100644 --- a/SPECS/in-band-manageability/in-band-manageability.signatures.json +++ b/SPECS/in-band-manageability/in-band-manageability.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "in-band-manageability-1.0.2.tar.gz": "c48760eb635e1c040bfe2a4c129c97c026257cf281ae89e54714fb99e94ba109", + "in-band-manageability-1.0.3.tar.gz": "7111146231d4f2cb1d4c65b4f56eaec8029e220c5528cef05cf080c3085c3233", "intel_manageability.conf": "2f67cf57950a29ee37a21f94383c63c067aac2db94e51356ff279110f3e3e5b6", "inbm-configuration-replace-FQDN.sh": "e91bb05cf42b8311cff3d6b554c9f1c0f49ffb66b8df92bc2f185ae449ef4295", "inbm.te": "e528ab9808f2c1961cad97e4e616f8a9a8731ea3c1bc5c493c8d0db1243f3044", diff --git a/SPECS/in-band-manageability/in-band-manageability.spec b/SPECS/in-band-manageability/in-band-manageability.spec index fce77d11ff..72d6a6e6f3 100644 --- a/SPECS/in-band-manageability/in-band-manageability.spec +++ b/SPECS/in-band-manageability/in-band-manageability.spec @@ -4,8 +4,8 @@ Summary: An agent to manage systems via in-band connection Name: in-band-manageability -Version: 1.0.2 -Release: 2%{?dist} +Version: 1.0.3 +Release: 1%{?dist} Distribution: Edge Microvisor Toolkit Vendor: Intel Corporation License: Apache-2.0 @@ -208,6 +208,9 @@ fi %systemd_postun inbd.service %changelog +* Sun Nov 29 2025 Niket Kumar - 1.0.3-1 +- EMF EMT upgrade fix + * Tue Nov 25 2025 Lee Chee Yang - 1.0.2-2 - amend build required golang version diff --git a/SPECS/platform-update-agent/platform-update-agent.signatures.json b/SPECS/platform-update-agent/platform-update-agent.signatures.json index 212f55b2d7..5c0cc4159b 100644 --- a/SPECS/platform-update-agent/platform-update-agent.signatures.json +++ b/SPECS/platform-update-agent/platform-update-agent.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "platform-update-agent-1.8.1.tar.gz": "99f7bf3eee3f3841eff15932fcca0dc809534c8774074d686f6101251d3fb292", + "platform-update-agent-1.8.2.tar.gz": "31a31520a75f2da8e962bf19e3bb5cde8c3b62a060daaa4de9e08f0a547dce91", "platform-update-agent.service": "e64c76941527f7a74c8d9c8119adbf202edcf6239fe11f6ef67610b73a152d5e", "env_wrapper.sh": "b42ae5895c55e88c34a0bd9c4fac04a26dbf213052aae4dd03d225774188ff1f", "platform-update-agent.conf": "5fd67227ac36173bb271d36a48d5c1ac75c6775253c0b3f03f3ccae9981745fa", diff --git a/SPECS/platform-update-agent/platform-update-agent.spec b/SPECS/platform-update-agent/platform-update-agent.spec index 33a83ec69b..002b8bc82f 100644 --- a/SPECS/platform-update-agent/platform-update-agent.spec +++ b/SPECS/platform-update-agent/platform-update-agent.spec @@ -3,7 +3,7 @@ Summary: An agent for updating the OS and bare metal agents packages Name: platform-update-agent -Version: 1.8.1 +Version: 1.8.2 Release: 1%{?dist} License: Apache-2.0 Vendor: Intel Corporation @@ -134,6 +134,9 @@ rm -rf %{_var}/edge-node/pua echo "Successfully purged platform-update-agent" %changelog +* Thu Nov 29 2025 Niket Kumar - 1.8.2-1 +- INBM update fix + * Thu Nov 20 2025 Rajeev Ranjan - 1.8.1-1 - Update to golang 1.24.9 - Fix CVE-2025-47913 diff --git a/cgmanifest.json b/cgmanifest.json index 27a965d9ac..3810b445bd 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -7381,8 +7381,8 @@ "type": "other", "other": { "name": "in-band-manageability", - "version": "1.0.2", - "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/in-band-manageability/v1.0.2.tar.gz" + "version": "1.0.3", + "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/in-band-manageability/v1.0.3.tar.gz" } } }, @@ -21693,8 +21693,8 @@ "type": "other", "other": { "name": "platform-update-agent", - "version": "1.8.1", - "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/platform-update-agent/v1.8.1.tar.gz" + "version": "1.8.2", + "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/platform-update-agent/v1.8.2.tar.gz" } } },