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
2 changes: 1 addition & 1 deletion SPECS/cluster-agent/cluster-agent.signatures.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion SPECS/cluster-agent/cluster-agent.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 <[email protected]> - 1.7.0-1
- Fix readiness reporting to NA during cluster install

* Thu Apr 03 2025 Rajeev Ranjan <[email protected]> - 1.6.1-1
- Update common to 1.6.8

Expand Down
2 changes: 1 addition & 1 deletion SPECS/node-agent/node-agent.signatures.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
5 changes: 4 additions & 1 deletion SPECS/node-agent/node-agent.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -218,6 +218,9 @@ chmod 750 %{_sysconfdir}/caddy
%selinux_modules_uninstall -s %{selinuxtype} %{modulename}

%changelog
* Thu May 15 2025 Rajeev Ranjan <[email protected]> - 1.7.1-1
- Update release service token handling for anonymous

* Thu Apr 03 2025 Rajeev Ranjan <[email protected]> - 1.6.2-1
- Update common to 1.6.8

Expand Down
8 changes: 4 additions & 4 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -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"
}
}
},
Expand Down