Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 5 additions & 2 deletions SPECS/in-band-manageability/in-band-manageability.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -208,6 +208,9 @@ fi
%systemd_postun inbd.service

%changelog
* Sun Nov 29 2025 Niket Kumar <[email protected]> - 1.0.3-1
- EMF EMT upgrade fix

* Tue Nov 25 2025 Lee Chee Yang <[email protected]> - 1.0.2-2
- amend build required golang version

Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion SPECS/platform-update-agent/platform-update-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -134,6 +134,9 @@ rm -rf %{_var}/edge-node/pua
echo "Successfully purged platform-update-agent"

%changelog
* Thu Nov 29 2025 Niket Kumar <[email protected]> - 1.8.2-1
- INBM update fix

* Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 1.8.1-1
- Update to golang 1.24.9
- Fix CVE-2025-47913
Expand Down
8 changes: 4 additions & 4 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -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"
}
}
},
Expand Down
Loading