Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 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": {
"platform-update-agent-1.4.1.tar.gz": "d697592d399d11b135ac6ffddab7eb09b591b20b53e2248ef62ecc71565ad69a",
"platform-update-agent-1.4.3.tar.gz": "24d4f099b499e94c1a59b83eb99f337d8f91adf4c7190cdc24fd803bf10a6d48",
"platform-update-agent.service": "e64c76941527f7a74c8d9c8119adbf202edcf6239fe11f6ef67610b73a152d5e",
"env_wrapper.sh": "b42ae5895c55e88c34a0bd9c4fac04a26dbf213052aae4dd03d225774188ff1f",
"platform-update-agent.conf": "5fd67227ac36173bb271d36a48d5c1ac75c6775253c0b3f03f3ccae9981745fa",
Expand Down
6 changes: 5 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.4.1
Version: 1.4.3
Release: 1%{?dist}
License: Apache-2.0
Vendor: Intel Corporation
Expand Down Expand Up @@ -133,6 +133,10 @@ rm -rf %{_var}/edge-node/pua
echo "Successfully purged platform-update-agent"

%changelog
* Fri Apr 18 2025 Yeng Liong Wong <yeng.liong.wong@intel.com> - 1.4.3-1
- Upgrade agent version to 1.4.3
- Improve the PUA startup time

* Thu Apr 03 2025 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 1.4.1-1
- Update common to 1.6.8

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21393,8 +21393,8 @@
"type": "other",
"other": {
"name": "platform-update-agent",
"version": "1.4.1",
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/platform-update-agent/v1.4.1.tar.gz"
"version": "1.4.3",
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/platform-update-agent/v1.4.3.tar.gz"
}
}
},
Expand Down
Loading