Skip to content
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
6 changes: 3 additions & 3 deletions docs/developer-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a class="icon_github" href="https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/3.0/README.md">
GitHub project
</a>
<a class="icon_github" href="https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/26.06-preview/README.md">
<a class="icon_github" href="https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/next/README.md">
GitHub project - Next version
</a>
</div>
Expand All @@ -22,8 +22,8 @@ Edge Microvisor Toolkit is a Linux-based operating system that demonstrates the
> - **Next - based on Kernel 6.17**\
> This version is intended for Panther Lake platforms. It will complement 25.06.02 in the future.\
> If you are interested in using this version, refer to the documentation on GitHub for Next:
> [Architecture Overview](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/26.06-preview/docs/developer-guide/emt-architecture-overview.md),
> [Get Started](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/26.06-preview/docs/developer-guide/emt-get-started.md)
> [Architecture Overview](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/next/docs/developer-guide/emt-architecture-overview.md),
> [Get Started](https://github.com/open-edge-platform/edge-microvisor-toolkit/blob/next/docs/developer-guide/emt-get-started.md)

Edge Microvisor Toolkit is developed in several pre-configured versions, targeting
different use cases demonstrating how Intel processors can cost-effectively minimize latency, maximize security, and optimize performance for edge AI workloads.
Expand Down
Loading