Minor update of node_exporter which should be only a few unrelated bug
fixes:
[BUGFIX] Handle errors from disabled PSI subsystem #1983
[BUGFIX] Sanitize strings from /sys/class/power_supply #1984
[BUGFIX] Silence missing netclass errors #1986
--
:wq Claudio
Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/node_exporter/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile 8 Mar 2021 13:59:28 -0000 1.10
+++ Makefile 10 Jun 2021 10:10:05 -0000
@@ -3,10 +3,9 @@
COMMENT = prometheus exporter for hardware and OS metrics
MODGO_MODNAME = github.com/prometheus/node_exporter
-MODGO_VERSION = v1.1.1
+MODGO_VERSION = v1.1.2
DISTNAME = node_exporter-${MODGO_VERSION}
-REVISION = 1
CATEGORIES = sysutils
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/node_exporter/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 16 Feb 2021 13:28:19 -0000 1.4
+++ distinfo 10 Jun 2021 10:01:29 -0000
@@ -669,7 +669,7 @@ SHA256 (go_modules/sigs.k8s.io/yaml/@v/v
SHA256 (go_modules/sigs.k8s.io/yaml/@v/v1.1.0.zip) = oNOSUuhmWkKKjLnU38nL6ge3rpCuYufPNlG+cZrfUVo=
SHA256 (go_modules/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.mod) = W6+HkS6bnGFVJJiJDke0WyjQPHOLYw7fbXxwxlsKxGI=
SHA256 (go_modules/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip) = vSSS2dsFNiwv7NCz0PYALImm2Q1nj7k7QVgpiriDc28=
-SHA256 (node_exporter-v1.1.1.zip) = 1j7VyXNAITtB3SvMUvIL+N9tmIB4r6TUkTsi0WsT1hA=
+SHA256 (node_exporter-v1.1.2.zip) = CwfSp8VFPUZ70yranAF90Fr28mJ8LzP8YM3OJNuIldU=
SIZE (go_modules/cloud.google.com/go/@v/v0.26.0.mod) = 27
SIZE (go_modules/cloud.google.com/go/@v/v0.34.0.mod) = 27
SIZE (go_modules/cloud.google.com/go/@v/v0.34.0.zip) = 2792177
@@ -1341,4 +1341,4 @@ SIZE (go_modules/sigs.k8s.io/yaml/@v/v1.
SIZE (go_modules/sigs.k8s.io/yaml/@v/v1.1.0.zip) = 18120
SIZE (go_modules/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.mod) = 43
SIZE (go_modules/sourcegraph.com/sourcegraph/appdash/@v/v0.0.0-20190731080439-ebfcffb1b5c0.zip) = 158069
-SIZE (node_exporter-v1.1.1.zip) = 422716
+SIZE (node_exporter-v1.1.2.zip) = 422967
No comments:
Post a Comment