Skip to content

Commit 67d8797

Browse files
authored
Merge branch '3.0-dev' into x-net-cves
2 parents bf9be60 + decb3a3 commit 67d8797

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

SPECS/reporting-agent/reporting-agent.signatures.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"reporting-agent-0.1.0.tar.gz": "154d9592a0ba0d5bf6b42173815fed931e3fd1f6ad6b5533a7aa11b4a49c83fa",
3+
"reporting-agent-0.1.1.tar.gz": "9edfe08ee353a5ada2a131d64c9c899d1fdc6f306cba9d1dd9b4b799ca64b629",
44
"edge-node-metrics.cron": "95a1155723b4e87e016681d292663f79a3d331bfa911f24b91a0782b2684b334",
55
"reporting-agent.conf": "0edc6515cdde3e0ddfc7fcf74796c3571e2ace1d0a5acfa102fb3d50bba7fc3d"
66
}

SPECS/reporting-agent/reporting-agent.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: An agent gathering statistics from Open Edge Platform installations
22
Name: reporting-agent
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Release: 1%{?dist}
55
License: Apache-2.0
66
Vendor: Intel Corporation
@@ -9,8 +9,8 @@ URL: https://github.com/open-edge-platform/edge-node-agents
99
Source0: %{url}/archive/refs/tags/%{name}/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1010
Source1: %{name}.conf
1111
Source2: edge-node-metrics.cron
12-
BuildRequires: golang < 1.25
13-
BuildRequires: golang >= 1.24.9
12+
BuildRequires: golang < 1.26
13+
BuildRequires: golang >= 1.25.5
1414
BuildRequires: systemd-rpm-macros
1515

1616
Requires(pre): %{_bindir}/systemd-sysusers
@@ -75,6 +75,9 @@ cp copyright %{buildroot}%{_defaultlicensedir}/%{name}
7575
%sysusers_create_package %{name} %{SOURCE1}
7676

7777
%changelog
78+
* Wed Feb 11 2026 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 0.1.1-1
79+
- Update to golang 1.25.5
80+
7881
* Thu Nov 20 2025 Rajeev Ranjan <rajeev2.ranjan@intel.com> - 0.1.0-1
7982
- Update to golang 1.24.9
8083
- Fix CVE-2025-47913

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26663,8 +26663,8 @@
2666326663
"type": "other",
2666426664
"other": {
2666526665
"name": "reporting-agent",
26666-
"version": "0.1.0",
26667-
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/reporting-agent/v0.1.0.tar.gz"
26666+
"version": "0.1.1",
26667+
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/reporting-agent/v0.1.1.tar.gz"
2666826668
}
2666926669
}
2667026670
},

0 commit comments

Comments
 (0)