diff --git a/packages/n/netdata/.files b/packages/n/netdata/.files index 8cf0e54..2cbf4de 100644 Binary files a/packages/n/netdata/.files and b/packages/n/netdata/.files differ diff --git a/packages/n/netdata/.rev b/packages/n/netdata/.rev index 3f0d781..3dd37af 100644 --- a/packages/n/netdata/.rev +++ b/packages/n/netdata/.rev @@ -3422,4 +3422,41 @@ Other 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 bac20dd..c92169d 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 56c3843..f52ad71 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 8f3da93..0000000 --- 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 0000000..c995905 --- /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 3cfd750..7a973c0 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 a5c623e..0000000 --- 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 0000000..45d59e7 --- /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 e3dd1ca..66264c1 100644 --- a/packages/n/netdata/netdata.changes +++ b/packages/n/netdata/netdata.changes @@ -1,4 +1,124 @@ ------------------------------------------------------------------- +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 - Update to 1.32.1 (go.d.plugin 0.31.0) diff --git a/packages/n/netdata/netdata.spec b/packages/n/netdata/netdata.spec index 46596ad..a38746f 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 e42692f..c6743a6 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