diff --git a/SPECS/cluster-agent/cluster-agent.signatures.json b/SPECS/cluster-agent/cluster-agent.signatures.json index 48573d4c0a..091caf60e5 100644 --- a/SPECS/cluster-agent/cluster-agent.signatures.json +++ b/SPECS/cluster-agent/cluster-agent.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "cluster-agent-1.6.1.tar.gz": "9a87817244e23f55ebd508e49826fe2d6414d06fbb692a52ebeecdcbb8d5fb49", + "cluster-agent-1.7.0.tar.gz": "a8eae373926c4ad1e485eeecbe1c52c7e54cbebc294e6eae54f4c09628ee9457", "cluster-agent.service": "e484c560bf881ebd12024404afc68f80493692280f6c5045990fe575ffb746bb", "env_wrapper.sh": "9b1dff883e0d38e5968e7e86363919303da0b3d0213888e7b2ed3c7659c8319c", "cluster-agent.conf": "4324f15acaa9d78738c231867f504c53d753a184a59538e6ccf679d4b8642f36", diff --git a/SPECS/cluster-agent/cluster-agent.spec b/SPECS/cluster-agent/cluster-agent.spec index da33019f89..8467aba087 100644 --- a/SPECS/cluster-agent/cluster-agent.spec +++ b/SPECS/cluster-agent/cluster-agent.spec @@ -1,6 +1,6 @@ Summary: Installs/uninstalls orchestration software on an edge node using command obtained from Cluster Orchestrator. Name: cluster-agent -Version: 1.6.1 +Version: 1.7.0 Release: 1%{?dist} License: Apache-2.0 Vendor: Intel Corporation @@ -129,6 +129,9 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul %selinux_modules_uninstall -s %{selinuxtype} %{modulename} %changelog +* Wed May 14 2025 Rajeev Ranjan - 1.7.0-1 +- Fix readiness reporting to NA during cluster install + * Thu Apr 03 2025 Rajeev Ranjan - 1.6.1-1 - Update common to 1.6.8 diff --git a/SPECS/node-agent/node-agent.signatures.json b/SPECS/node-agent/node-agent.signatures.json index 85de0dc026..d03c2cdced 100644 --- a/SPECS/node-agent/node-agent.signatures.json +++ b/SPECS/node-agent/node-agent.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "node-agent-1.6.2.tar.gz": "131455c16ff0a041e8cb9d28c56e2b9a9478d3fc5456ea5b0f7d24ab9b9bc5a4", + "node-agent-1.7.1.tar.gz": "5ccc96735f51f9387a3b169bf541eaae5f797d15cf24da44bbf39d9e99c3bb9e", "node-agent.service": "aa4da847c625e36ba6e22d769e9442521ec6e8eeb542af8ef24f2cad60da03c2", "env_wrapper.sh": "213bff60378342a9b7d6aad2de3298b4ff44c2e9e69ccc30598b28de5e0190e2", "node-agent.conf": "f5304d46df115cbe2e8f9e018f22d03e19f3a2cd35ee269478454bf0b269b90f", diff --git a/SPECS/node-agent/node-agent.spec b/SPECS/node-agent/node-agent.spec index e7c5e84554..ccf5490def 100644 --- a/SPECS/node-agent/node-agent.spec +++ b/SPECS/node-agent/node-agent.spec @@ -1,6 +1,6 @@ Summary: Edge node registration and trust management Name: node-agent -Version: 1.6.2 +Version: 1.7.1 Release: 1%{?dist} License: Apache-2.0 Vendor: Intel Corporation @@ -218,6 +218,9 @@ chmod 750 %{_sysconfdir}/caddy %selinux_modules_uninstall -s %{selinuxtype} %{modulename} %changelog +* Thu May 15 2025 Rajeev Ranjan - 1.7.1-1 +- Update release service token handling for anonymous + * Thu Apr 03 2025 Rajeev Ranjan - 1.6.2-1 - Update common to 1.6.8 diff --git a/cgmanifest.json b/cgmanifest.json index 59658bcc25..2ad410fec5 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -1847,8 +1847,8 @@ "type": "other", "other": { "name": "cluster-agent", - "version": "1.6.1", - "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/cluster-agent/v1.6.1.tar.gz" + "version": "1.7.0", + "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/cluster-agent/v1.7.0.tar.gz" } } }, @@ -14462,8 +14462,8 @@ "type": "other", "other": { "name": "node-agent", - "version": "1.6.2", - "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/node-agent/v1.6.2.tar.gz" + "version": "1.7.1", + "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/node-agent/v1.7.1.tar.gz" } } },