1.8.2
Some checks failed
Run CI/CD... / main (push) Failing after 2m19s

This commit is contained in:
Your Name 2025-02-10 22:18:55 +00:00
parent 08466cd467
commit 7c02eaad36
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
node_exporter-1.1.1.tar.gz: c4b9b729cd0a705bd0bcdedf8d7f6030be0c4524 node_exporter-1.8.2.tar.gz: 243512a1691787ec799ba92cdd67e394bab5e881

View file

@ -2,7 +2,7 @@
%define debug_package %nil %define debug_package %nil
Name: node_exporter Name: node_exporter
Version: 1.1.1 Version: 1.8.2
Release: 1 Release: 1
Summary: Exporter for machine metrics Summary: Exporter for machine metrics
URL: https://prometheus.io URL: https://prometheus.io
@ -21,6 +21,7 @@ Exporter for machine metrics
%setup -q %setup -q
%build %build
export GOPROXY=direct
make build make build
upx %{name} upx %{name}