diff --git a/SPECS/reporting-agent/reporting-agent.signatures.json b/SPECS/reporting-agent/reporting-agent.signatures.json index 046e84fe02..5f2262b286 100644 --- a/SPECS/reporting-agent/reporting-agent.signatures.json +++ b/SPECS/reporting-agent/reporting-agent.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "reporting-agent-0.1.0.tar.gz": "154d9592a0ba0d5bf6b42173815fed931e3fd1f6ad6b5533a7aa11b4a49c83fa", + "reporting-agent-0.1.1.tar.gz": "9edfe08ee353a5ada2a131d64c9c899d1fdc6f306cba9d1dd9b4b799ca64b629", "edge-node-metrics.cron": "95a1155723b4e87e016681d292663f79a3d331bfa911f24b91a0782b2684b334", "reporting-agent.conf": "0edc6515cdde3e0ddfc7fcf74796c3571e2ace1d0a5acfa102fb3d50bba7fc3d" } diff --git a/SPECS/reporting-agent/reporting-agent.spec b/SPECS/reporting-agent/reporting-agent.spec index ab6a252b46..3e50074dd4 100644 --- a/SPECS/reporting-agent/reporting-agent.spec +++ b/SPECS/reporting-agent/reporting-agent.spec @@ -1,6 +1,6 @@ Summary: An agent gathering statistics from Open Edge Platform installations Name: reporting-agent -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} License: Apache-2.0 Vendor: Intel Corporation @@ -9,8 +9,8 @@ URL: https://github.com/open-edge-platform/edge-node-agents Source0: %{url}/archive/refs/tags/%{name}/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.conf Source2: edge-node-metrics.cron -BuildRequires: golang < 1.25 -BuildRequires: golang >= 1.24.9 +BuildRequires: golang < 1.26 +BuildRequires: golang >= 1.25.5 BuildRequires: systemd-rpm-macros Requires(pre): %{_bindir}/systemd-sysusers @@ -75,6 +75,9 @@ cp copyright %{buildroot}%{_defaultlicensedir}/%{name} %sysusers_create_package %{name} %{SOURCE1} %changelog +* Thu Feb 19 2026 Basavarajx unniche - 0.1.1-1 +- Update golang to 1.25.5 + * Thu Nov 20 2025 Rajeev Ranjan - 0.1.0-1 - Update to golang 1.24.9 - Fix CVE-2025-47913 diff --git a/cgmanifest.json b/cgmanifest.json index e2f7093728..d48eac8267 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -26683,8 +26683,8 @@ "type": "other", "other": { "name": "reporting-agent", - "version": "0.1.0", - "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/reporting-agent/v0.1.0.tar.gz" + "version": "0.1.1", + "downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/reporting-agent/v0.1.1.tar.gz" } } },