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/reporting-agent/reporting-agent.signatures.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down
9 changes: 6 additions & 3 deletions SPECS/reporting-agent/reporting-agent.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -75,6 +75,9 @@ cp copyright %{buildroot}%{_defaultlicensedir}/%{name}
%sysusers_create_package %{name} %{SOURCE1}

%changelog
* Thu Feb 19 2026 Basavarajx unniche <basavarajx.unniche@intel.com> - 0.1.1-1
- Update golang to 1.25.5

* Thu Nov 20 2025 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 0.1.0-1
- Update to golang 1.24.9
- Fix CVE-2025-47913
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
Loading