Skip to content
Merged
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": {
"pm-agent-0.4.4.tar.gz": "adb5aaee99c434bc77b27cd363753d8cde23811b5ed237caa2e52e4ecc73e2d4",
"pm-agent-0.4.7.tar.gz": "122eea9749880b2fba42c7bee9c13583b2dbd7a68eb3d8eedd7287ef3e9d84c3",
"platform-manageability-agent.service": "fdd68c7ab244785c4dda515bb0daff7abf75dec45ffa8e99f1f0c6e50fa1355d",
"env_wrapper.sh": "88061a00697508d90a9ecce9bd43f3a00cc8d028a181337895ac1368d970a6f9",
"platform-manageability-agent.conf": "efe3d39585266222720a828f4617a25beaf6e6334ee7d9bfa57fba4e4bd7f6ef",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Platform managebility agent for out of band opration.
Name: platform-manageability-agent
Version: 0.4.4
Version: 0.4.7
Release: 1%{?dist}
License: Apache-2.0
Vendor: Intel Corporation
Expand Down Expand Up @@ -77,6 +77,10 @@ cp copyright %{buildroot}%{_defaultlicensedir}/%{name}
%{systemd_postun_with_restart %{name}.service}

%changelog
* Mon Mar 11 2026 Ipsita Nayak <ipsita.nayak@intel.com> - 0.4.7-1
- Updated PMA Version.
- Added activation progress flag.

* Mon Mar 02 2026 Jagrat Acharya <jagrat.acharya@intel.com> - 0.4.4-1
- Updated PMA Version.
- Introduced ACM mode for Vpro.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21663,8 +21663,8 @@
"type": "other",
"other": {
"name": "platform-manageability-agent",
"version": "0.4.4",
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/platform-manageability-agent/v0.4.4.tar.gz"
"version": "0.4.7",
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/platform-manageability-agent/v0.4.7.tar.gz"
}
}
},
Expand Down
Loading