From d4905f51e6bc07278fb96dc8e22e53d6b06751e8 Mon Sep 17 00:00:00 2001 From: mia <> Date: Mon, 31 Jan 2022 21:57:13 +0000 Subject: [PATCH] Update netdata to version 1.33.0 / rev 31 via SR 950091 https://build.opensuse.org/request/show/950091 by user mia + dimstar_suse - Update to 1.33.0 (go.d.plugin 0.31.2) Collectors * Improvements + Prefer python3 if available (python.d) (gh#netdata/netdata#12001) + Add bar1 memory usage chart (python.d/nvidia_smi) (gh#netdata/netdata#11956) + Add a note that Netfilter's "new" and "ignore" counters are removed in the latest kernel (gh#netdata/netdata#11950) + Consider mat. views as tables in table size/count chart (python.d/postgres) (gh#netdata/netdata#11816) + Use block_size instead of 8*1024 (python.d/postgres) (gh#netdata/netdata#11815) * Bug fixes + Fix handling of port_rcv_data and port_xmit_data counters (proc/infiniband) (gh#netdata/netdata#11994) + Fix handling of decoding errors in ExecutableService (python.d) (gh#netdata/netdata#11979) + Fix lack of suf --- packages/n/netdata/.files | Bin 521 -> 521 bytes packages/n/netdata/.rev | 37 ++++++ packages/n/netdata/.servicemark | 2 +- packages/n/netdata/_service | 2 +- packages/n/netdata/go.d.plugin-v0.31.0.tar.gz | 1 - packages/n/netdata/go.d.plugin-v0.31.2.tar.gz | 1 + packages/n/netdata/netdata-rpmlintrc | 1 - packages/n/netdata/netdata-v1.32.1.tar.gz | 1 - packages/n/netdata/netdata-v1.33.0.tar.gz | 1 + packages/n/netdata/netdata.changes | 120 ++++++++++++++++++ packages/n/netdata/netdata.spec | 8 +- packages/n/netdata/vendor.tar.gz | 2 +- 12 files changed, 166 insertions(+), 10 deletions(-) delete mode 120000 packages/n/netdata/go.d.plugin-v0.31.0.tar.gz create mode 120000 packages/n/netdata/go.d.plugin-v0.31.2.tar.gz delete mode 120000 packages/n/netdata/netdata-v1.32.1.tar.gz create mode 120000 packages/n/netdata/netdata-v1.33.0.tar.gz diff --git a/packages/n/netdata/.files b/packages/n/netdata/.files index 8cf0e5418f069e689278c98d58d54bf54315d4d0..2cbf4de15919856b5e573c5f230ab553b6f38307 100644 GIT binary patch literal 521 zcmX|;!HV2442B1mLN~OOUV2z4dZN^G2TDNF8-!*l045#r>oMZ)jQ7TxgEuq(9me7T8&zseI7tvpwlX@5n0>)w zmHmE~rQNnqgt}0ckbDF#g+fUw6l93t5(gwjUgn!=X1%`6mu0$Jz`e=`=!b- zx=^JTP%SP}dvP6d&HVA*f+SA6fBau!>Y0~W_F=S1q~-t`0QtiNwLB+7giCy;fF?ajqLeJ8N)y*_>CoO#{g z>+#FsaQJ>aH$LC)<8t44v-A2s%)H5^^B!td zY@roPCM85g%1A^RoR--6Z+}-?9#^sB$*@&}Ccbuu%PwV$m^1qjAq9v1`p2hjSZ9;t z3A~zSR7@Jhl?tk*l#zum6WwsZ`+DksRkL1<<@q!aMgVi2X6pQ2y8 zNG?2$wjNK(Qz;Z9WQyox4XUj;Y}})jRHZ|IcGvpG%cjps&V7l?K1V904^X+KU{x>* zCajWxyl+_1`iqzS#lsEg2RCfI4C6=7tm+F!rb?MZVl@+U-bgYQ2G`l251aJ9{6~m` m^h$-YiD; 942157 + + e47587f0cdca8ca7feb38e5fe7f2c02d + 1.33.0 + + dimstar_suse + - Update to 1.33.0 (go.d.plugin 0.31.2) +Collectors +* Improvements + + Prefer python3 if available (python.d) + (gh#netdata/netdata#12001) + + Add bar1 memory usage chart (python.d/nvidia_smi) + (gh#netdata/netdata#11956) + + Add a note that Netfilter's "new" and "ignore" counters are + removed in the latest kernel + (gh#netdata/netdata#11950) + + Consider mat. views as tables in table size/count chart + (python.d/postgres) + (gh#netdata/netdata#11816) + + Use block_size instead of 8*1024 (python.d/postgres) + (gh#netdata/netdata#11815) +* Bug fixes + + Fix handling of port_rcv_data and port_xmit_data counters + (proc/infiniband) + (gh#netdata/netdata#11994) + + Fix handling of decoding errors in ExecutableService (python.d) + (gh#netdata/netdata#11979) + + Fix lack of sufficient system capabilities (perf.plugin) + (gh#netdata/netdata#11958) + + Fix Netfilter accounting charts priority (nfacct.plugin) + (gh#netdata/netdata#11952) + + Fix lack of sufficient system capabilities (nfacct.plugin) + (gh#netdata/netdata#11951) + + Fix collecting user statistics for LDAP users + (python.d/nvidia_smi) + (gh#netdata/netdata#11858) + 950091 + diff --git a/packages/n/netdata/.servicemark b/packages/n/netdata/.servicemark index bac20dd6bbf..c92169d7228 100644 --- a/packages/n/netdata/.servicemark +++ b/packages/n/netdata/.servicemark @@ -1 +1 @@ -1dd00af32e7e2d7ff4370b4a7808b66e +284b1f5a7c8d9c2de14f8f07af856633 diff --git a/packages/n/netdata/_service b/packages/n/netdata/_service index 56c38433d7a..f52ad71f835 100644 --- a/packages/n/netdata/_service +++ b/packages/n/netdata/_service @@ -1,6 +1,6 @@ - go.d.plugin-v0.31.0.tar.gz + go.d.plugin-v0.31.2.tar.gz diff --git a/packages/n/netdata/go.d.plugin-v0.31.0.tar.gz b/packages/n/netdata/go.d.plugin-v0.31.0.tar.gz deleted file mode 120000 index 8f3da936fe3..00000000000 --- a/packages/n/netdata/go.d.plugin-v0.31.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeiebro3egqu4ruatcvvov5hneikrvkc2hy7gbfbug5y7lccrbbhuaq \ No newline at end of file diff --git a/packages/n/netdata/go.d.plugin-v0.31.2.tar.gz b/packages/n/netdata/go.d.plugin-v0.31.2.tar.gz new file mode 120000 index 00000000000..c995905ab0a --- /dev/null +++ b/packages/n/netdata/go.d.plugin-v0.31.2.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeih4mckqylw7fzcwyhpgnfplnuzhb3tfqwr4qss7fys25tzred4ilm \ No newline at end of file diff --git a/packages/n/netdata/netdata-rpmlintrc b/packages/n/netdata/netdata-rpmlintrc index 3cfd7506e95..7a973c03d8a 100644 --- a/packages/n/netdata/netdata-rpmlintrc +++ b/packages/n/netdata/netdata-rpmlintrc @@ -1,2 +1 @@ addFilter("script-without-shebang") -addFilter("non-conffile-in-etc /etc/netdata/node.d/.*.md") diff --git a/packages/n/netdata/netdata-v1.32.1.tar.gz b/packages/n/netdata/netdata-v1.32.1.tar.gz deleted file mode 120000 index a5c623e8bbc..00000000000 --- a/packages/n/netdata/netdata-v1.32.1.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeicyo2msw3mu5mhhna526qolsj4jcafhhxo3rsp52z2zxdw7i4n5wm \ No newline at end of file diff --git a/packages/n/netdata/netdata-v1.33.0.tar.gz b/packages/n/netdata/netdata-v1.33.0.tar.gz new file mode 120000 index 00000000000..45d59e7c1a9 --- /dev/null +++ b/packages/n/netdata/netdata-v1.33.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeifqevzgu7nry2yfmckvnorodorscnviq3rlpblnlubpqnmi5isym4 \ No newline at end of file diff --git a/packages/n/netdata/netdata.changes b/packages/n/netdata/netdata.changes index e3dd1caac5b..66264c117bd 100644 --- a/packages/n/netdata/netdata.changes +++ b/packages/n/netdata/netdata.changes @@ -1,3 +1,123 @@ +------------------------------------------------------------------- +Mon Jan 31 06:25:27 UTC 2022 - Mia Herkt + +- Update to 1.33.0 (go.d.plugin 0.31.2) +Collectors +* Improvements + + Prefer python3 if available (python.d) + (gh#netdata/netdata#12001) + + Add bar1 memory usage chart (python.d/nvidia_smi) + (gh#netdata/netdata#11956) + + Add a note that Netfilter's "new" and "ignore" counters are + removed in the latest kernel + (gh#netdata/netdata#11950) + + Consider mat. views as tables in table size/count chart + (python.d/postgres) + (gh#netdata/netdata#11816) + + Use block_size instead of 8*1024 (python.d/postgres) + (gh#netdata/netdata#11815) + +* Bug fixes + + Fix handling of port_rcv_data and port_xmit_data counters + (proc/infiniband) + (gh#netdata/netdata#11994) + + Fix handling of decoding errors in ExecutableService (python.d) + (gh#netdata/netdata#11979) + + Fix lack of sufficient system capabilities (perf.plugin) + (gh#netdata/netdata#11958) + + Fix Netfilter accounting charts priority (nfacct.plugin) + (gh#netdata/netdata#11952) + + Fix lack of sufficient system capabilities (nfacct.plugin) + (gh#netdata/netdata#11951) + + Fix collecting user statistics for LDAP users + (python.d/nvidia_smi) + (gh#netdata/netdata#11858) + + Fix tps decode, and add memory usage chart (python.d/spigotmc) + (gh#netdata/netdata#11797) + + Fix collecting replica set stats (go.d/mongodb) + (gh#netdata/netdata#639) + +eBPF +* Improvements + + Add ebpf.plugin informational charts and various optimizations + (gh#netdata/netdata#11992) + + Update libbpf library to v0.6.1 + (gh#netdata/netdata#11865) + +* Bug fixes + + Fix disabling specific ebpf collectors + (gh#netdata/netdata#12014) + + Fix cachestat on kernel 5.15.x + (gh#netdata/netdata#11833) + +Health +* Add sending notifications to channels support to PushBullet + (gh#netdata/netdata#11850) + +Streaming +* Add LZ4 streaming data compression + (gh#netdata/netdata#11821) + +Other +* Improvements + + Add install type info to -W buildinfo output. + (gh#netdata/netdata#12010) + + Add support for NVME disks with blkext driver + (gh#netdata/netdata#12007) + + Perform a host metadata update on child reconnection + (gh#netdata/netdata#11965) + + Send ML feature information with UpdateNodeInfo + (gh#netdata/netdata#11913) + + Use absolute features when doing training/prediction. + (gh#netdata/netdata#11876) + + Send the cloud protocol used to posthog + (gh#netdata/netdata#11842) + + Remove ACLK Legacy + (gh#netdata/netdata#11841) + +* Bug fixes + + Fix access to freed memory in ACLK + (gh#netdata/netdata#12015) + + Fix a typo in the dashboard_info.js spigot part + (gh#netdata/netdata#12008) + + Fix queue removed alerts + (gh#netdata/netdata#11996) + + Fix coverity 374746 + (gh#netdata/netdata#11973) + + Fix ACLK chart description + (gh#netdata/netdata#11970) + + Fix a broken link in dashboard_info.js + (gh#netdata/netdata#11948) + + Fix an error in configure.ac + (gh#netdata/netdata#11937) + + Fix handling of the "-url" parameter in the claiming script + (gh#netdata/netdata#11919) + + Fix time_t format + (gh#netdata/netdata#11897) + + Fix compiling with AWS Kinesis support + (gh#netdata/netdata#11867) + + Fix cmake build + (gh#netdata/netdata#11862) + + Fix compilation warnings + (gh#netdata/netdata#11846) + +Deprecation notice +The following items will be removed in the next release: + +* backends subsystem. Has been replaced by the exporting engine. +* node.d/fronius collector. + Will be moved to the netdata/community repository. +* node.d/sma_webbox collector. + Will be moved to the netdata/community repository. +* node.d/stiebeleltron collector. + Will be moved to the netdata/community repository. +* node.d/named collector. Has been replaced by go.d/bind. + Will be moved to the netdata/community repository. + +Deprecated in this release +Legacy ACLK support is officially removed in this release. + + ------------------------------------------------------------------- Thu Dec 23 01:28:12 UTC 2021 - Mia Herkt diff --git a/packages/n/netdata/netdata.spec b/packages/n/netdata/netdata.spec index 46596adef1c..a38746f3fc4 100644 --- a/packages/n/netdata/netdata.spec +++ b/packages/n/netdata/netdata.spec @@ -1,7 +1,7 @@ # # spec file for package netdata # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,16 @@ %define netdata_user netdata %define netdata_group netdata -%define godplugin_version 0.31.0 +%define godplugin_version 0.31.2 Name: netdata -Version: 1.32.1 +Version: 1.33.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) License: Apache-2.0 AND BSD-2-Clause AND GPL-3.0-or-later AND MIT AND BSD-3-Clause AND LGPL-2.1-or-later AND OFL-1.1 AND CC-BY-4.0 AND WTFPL Group: System/Monitoring URL: http://my-netdata.io/ -Source0: https://github.com/netdata/%{name}/releases/download/%{version}/%{name}-v%{version}.tar.gz +Source0: https://github.com/netdata/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz Source1: https://github.com/netdata/go.d.plugin/archive/v%{godplugin_version}.tar.gz#/go.d.plugin-v%{godplugin_version}.tar.gz Source2: vendor.tar.gz Source3: netdata-rpmlintrc diff --git a/packages/n/netdata/vendor.tar.gz b/packages/n/netdata/vendor.tar.gz index e42692ff442..c6743a6f982 120000 --- a/packages/n/netdata/vendor.tar.gz +++ b/packages/n/netdata/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafybeihjnwwwyko27t3wdjphoz7gadbjgonsrns7bh725j3xltdiwrbgke \ No newline at end of file +/ipfs/bafybeicouumw3wctx7357ypnz7sahk3lgqadsbvtjepasynrekjn2qe23a \ No newline at end of file