From f9fa996cb4e80343f275b750e8fff6250a2ec80e94de44bee0683815f88160b5 Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Tue, 21 May 2019 12:54:30 +0000 Subject: [PATCH] - Update to v1.15.0 Bug Fixes: * Prowl notifications were not being sent, unless another notification method was also active * Fix exception handling in the python.d plugin * The node applications group did not include all node processes. * The nvidia_smi collector displayed incorrect power usage * The python.d plugin would sometimes hang, because it lacked a connect timeout * The mongodb collector raised errors due to various KeyErrors * The smartd_log collector would show incorrect temperature values Improvements: * Support for aggregate node view * Database engine * New collector modules: + Go.d collectors for OpenVPN, the Tengine web server and ScaleIO (VxFlex OS) instances + Monitor disk access latency like ioping does * Energi Core daemon monitoring, suits other Bitcoin forks * Collector improvements: + Add docker swarm manager metrics to the go.d docker_engine collector + Implement unified cgroup cpu limit + python.d.plugin: Allow monitoring of HTTP(S) endpoints which require POST data and make the UrlService more flexible * Support the AWS Kinesis backend for long-term storage * Add a new "text-only" chart renderer * API Improvements: + Smarter caching of API calls. Do not cache alarms and info OBS-URL: https://build.opensuse.org/package/show/network/netdata?expand=0&rev=31 --- netdata-v1.14.0.tar.gz | 3 --- netdata-v1.15.0.tar.gz | 3 +++ netdata.changes | 51 +++++++++++++++++++++++++++++++++++++++++- netdata.spec | 2 +- 4 files changed, 54 insertions(+), 5 deletions(-) delete mode 100644 netdata-v1.14.0.tar.gz create mode 100644 netdata-v1.15.0.tar.gz diff --git a/netdata-v1.14.0.tar.gz b/netdata-v1.14.0.tar.gz deleted file mode 100644 index 6485fd0..0000000 --- a/netdata-v1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3768f6927e3712dce73794c6943a12f4454410c872eb3dfd19af4f52296187a -size 3566833 diff --git a/netdata-v1.15.0.tar.gz b/netdata-v1.15.0.tar.gz new file mode 100644 index 0000000..dca9e40 --- /dev/null +++ b/netdata-v1.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b0f1704c67b2a6012f2fec0f192ba3f183a96fab5650bc6a8a1c51135c965d +size 3662126 diff --git a/netdata.changes b/netdata.changes index b59b8e6..0c73607 100644 --- a/netdata.changes +++ b/netdata.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Tue May 21 12:37:08 UTC 2019 - Martin Herkt <9+suse@cirno.systems> + +- Update to v1.15.0 + Bug Fixes: + * Prowl notifications were not being sent, unless another + notification method was also active + * Fix exception handling in the python.d plugin + * The node applications group did not include all node processes. + * The nvidia_smi collector displayed incorrect power usage + * The python.d plugin would sometimes hang, because it lacked + a connect timeout + * The mongodb collector raised errors due to various KeyErrors + * The smartd_log collector would show incorrect temperature + values + + Improvements: + * Support for aggregate node view + * Database engine + * New collector modules: + + Go.d collectors for OpenVPN, the Tengine web server and + ScaleIO (VxFlex OS) instances + + Monitor disk access latency like ioping does + * Energi Core daemon monitoring, suits other Bitcoin forks + * Collector improvements: + + Add docker swarm manager metrics to the go.d docker_engine + collector + + Implement unified cgroup cpu limit + + python.d.plugin: Allow monitoring of HTTP(S) endpoints which + require POST data and make the UrlService more flexible + * Support the AWS Kinesis backend for long-term storage + * Add a new "text-only" chart renderer + * API Improvements: + + Smarter caching of API calls. Do not cache alarms and info + api calls and extend no-cache headers. + + Extend the api/v1/info call response with system and + collector information + + k6 script for API load testing + * Kubernetes helmchart improvements: + + Added the init container, where sysctl params could be + managed, to bypass the Cannot allocate memory issue + + Better startup/shutdown of slaves and reduced memory usage + with liveness/readiness probes and default memory mode none + + Added the option of overriding the default settings for + kubelet, kubeproxy and coredns collectors via values.yaml + + Make the use of persistent volumes optional, add apiVersion + to fix linting errors and correct the location of the env + field + ------------------------------------------------------------------- Fri May 3 15:08:20 UTC 2019 - Martin Herkt <9+suse@cirno.systems> @@ -161,7 +210,7 @@ Fri Feb 22 06:31:15 UTC 2019 - Martin Herkt <9+suse@cirno.systems> * Fix clock_gettime() failures with the CLOCK_BOOTTIME argument #5415 * Use netnsid for detecting cgroup networks; #5413 - * Python module sensors fix #5406 (ilyam8) + * Python module sensors fix #5406 * Fix ceph.chart.py for Python3 #5396 (GaetanF) * Fix warning condition for mem.available #5353 * cups.plugin: Support older versions #5350 diff --git a/netdata.spec b/netdata.spec index 00f8418..f379ac5 100644 --- a/netdata.spec +++ b/netdata.spec @@ -24,7 +24,7 @@ %bcond_with systemd %endif Name: netdata -Version: 1.14.0 +Version: 1.15.0 Release: 0 Summary: A system for distributed real-time performance and health monitoring # netdata is GPL-3.0+, other licenses refer to included third-party software (see REDISTRIBUTED.md)