Skip to content

Commit f37b81f

Browse files
committed
upgrade golang version and reporting agent version
- update golang version to use 1.25.5. - Upgrade version to v0.1.1 Signed-off-by: Unniche, BasavarajX <basavarajx.unniche@intel.com>
1 parent 16b5863 commit f37b81f

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+
* Thu Feb 19 2026 Basavarajx unniche <basavarajx.unniche@intel.com> - 0.1.1-1
79+
- Update golang to 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
@@ -26683,8 +26683,8 @@
2668326683
"type": "other",
2668426684
"other": {
2668526685
"name": "reporting-agent",
26686-
"version": "0.1.0",
26687-
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/reporting-agent/v0.1.0.tar.gz"
26686+
"version": "0.1.1",
26687+
"downloadUrl": "https://github.com/open-edge-platform/edge-node-agents/archive/refs/tags/reporting-agent/v0.1.1.tar.gz"
2668826688
}
2668926689
}
2669026690
},

0 commit comments

Comments
 (0)