Hello community,
here is the log from the commit of package
golang-github-prometheus-node_exporter for openSUSE:Factory checked in at
2019-09-05 12:44:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter
(Old)
and
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.7948
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "golang-github-prometheus-node_exporter"
Thu Sep 5 12:44:32 2019 rev:4 rq:728280 version:0.18.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter/golang-github-prometheus-node_exporter.changes
2019-08-07 14:01:16.848852958 +0200
+++
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.7948/golang-github-prometheus-node_exporter.changes
2019-09-05 12:44:32.751453126 +0200
@@ -1,0 +2,44 @@
+Thu Aug 15 21:50:45 UTC 2019 - Michael Ströder <[email protected]>
+
+- Update to 0.18.1
+
+0.18.1 / 2019-06-04
+
+Changes
+ * [BUGFIX] Fix incorrect sysctl call in BSD meminfo collector, resulting in
broken swap metrics on FreeBSD #1345
+ * [BUGFIX] Fix rollover bug in mountstats collector #1364
+
+0.18.0 / 2019-05-09
+
+Breaking changes
+ * Renamed interface label to device in netclass collector for consistency
with
+ * other network metrics #1224
+ * The cpufreq metrics now separate the cpufreq and scaling data based on
what the driver provides. #1248
+ * The labels for the network_up metric have changed, see issue #1236
+ * Bonding collector now uses mii_status instead of operstatus #1124
+ * Several systemd metrics have been turned off by default to improve
performance #1254
+ * These include unit_tasks_current, unit_tasks_max, service_restart_total,
and unit_start_time_seconds
+ * The systemd collector blacklist now includes automount, device, mount, and
slice units by default. #1255
+
+Changes
+ * [CHANGE] Bonding state uses mii_status #1124
+ * [CHANGE] Add a limit to the number of in-flight requests #1166
+ * [CHANGE] Renamed interface label to device in netclass collector #1224
+ * [CHANGE] Add separate cpufreq and scaling metrics #1248
+ * [CHANGE] Several systemd metrics have been turned off by default to
improve performance #1254
+ * [CHANGE] Expand systemd collector blacklist #1255
+ * [CHANGE] Split cpufreq metrics into a separate collector #1253
+ * [FEATURE] Add a flag to disable exporter metrics #1148
+ * [FEATURE] Add kstat-based Solaris metrics for boottime, cpu and zfs
collectors #1197
+ * [FEATURE] Add uname collector for FreeBSD #1239
+ * [FEATURE] Add diskstats collector for OpenBSD #1250
+ * [FEATURE] Add pressure collector exposing pressure stall information for
Linux #1174
+ * [FEATURE] Add perf exporter for Linux #1274
+ * [ENHANCEMENT] Add Infiniband counters #1120
+ * [ENHANCEMENT] Add TCPSynRetrans to netstat default filter #1143
+ * [ENHANCEMENT] Move network_up labels into new metric network_info #1236
+ * [ENHANCEMENT] Use 64-bit counters for Darwin netstat
+ * [BUGFIX] Add fallback for missing /proc/1/mounts #1172
+ * [BUGFIX] Fix node_textfile_mtime_seconds to work properly on symlinks #1326
+
+-------------------------------------------------------------------
Old:
----
node_exporter-v0.17.0.tar.xz
New:
----
node_exporter-v0.18.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ golang-github-prometheus-node_exporter.spec ++++++
--- /var/tmp/diff_new_pack.zr2vZV/_old 2019-09-05 12:44:33.959452889 +0200
+++ /var/tmp/diff_new_pack.zr2vZV/_new 2019-09-05 12:44:33.963452888 +0200
@@ -20,7 +20,7 @@
%{go_nostrip}
Name: golang-github-prometheus-node_exporter
-Version: 0.17.0
+Version: 0.18.1
Release: 0
Summary: Prometheus exporter for machine metrics
License: Apache-2.0
++++++ node_exporter-v0.17.0.tar.xz -> node_exporter-v0.18.1.tar.xz ++++++
++++ 114792 lines of diff (skipped)
++++++ update-tarball.sh ++++++
--- /var/tmp/diff_new_pack.zr2vZV/_old 2019-09-05 12:44:34.419452799 +0200
+++ /var/tmp/diff_new_pack.zr2vZV/_new 2019-09-05 12:44:34.419452799 +0200
@@ -25,7 +25,7 @@
PKG_DIR=$(pwd)
REPO_NAME="node_exporter"
REPO="https://github.com/prometheus/$REPO_NAME"
-REV="v0.17.0"
+REV="v0.18.1"
cd $WORK_DIR