Skip to content

Commit

Permalink
Update netdata to version 1.33.0 / rev 31 via SR 950091
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mia authored and bmwiedemann committed Jan 31, 2022
1 parent 5a22771 commit d4905f5
Show file tree
Hide file tree
Showing 12 changed files with 166 additions and 10 deletions.
Binary file modified packages/n/netdata/.files
Binary file not shown.
37 changes: 37 additions & 0 deletions packages/n/netdata/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -3422,4 +3422,41 @@ Other
</comment>
<requestid>942157</requestid>
</revision>
<revision rev="31" vrev="1">
<srcmd5>e47587f0cdca8ca7feb38e5fe7f2c02d</srcmd5>
<version>1.33.0</version>
<time>1643666232</time>
<user>dimstar_suse</user>
<comment>- 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 &quot;new&quot; and &quot;ignore&quot; 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)</comment>
<requestid>950091</requestid>
</revision>
</revisionlist>
2 changes: 1 addition & 1 deletion packages/n/netdata/.servicemark
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1dd00af32e7e2d7ff4370b4a7808b66e
284b1f5a7c8d9c2de14f8f07af856633
2 changes: 1 addition & 1 deletion packages/n/netdata/_service
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<services>
<service name="download_files" mode="disabled" />
<service name="go_modules" mode="disabled">
<param name="archive">go.d.plugin-v0.31.0.tar.gz</param>
<param name="archive">go.d.plugin-v0.31.2.tar.gz</param>
</service>
</services>
1 change: 0 additions & 1 deletion packages/n/netdata/go.d.plugin-v0.31.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/n/netdata/go.d.plugin-v0.31.2.tar.gz
1 change: 0 additions & 1 deletion packages/n/netdata/netdata-rpmlintrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
addFilter("script-without-shebang")
addFilter("non-conffile-in-etc /etc/netdata/node.d/.*.md")
1 change: 0 additions & 1 deletion packages/n/netdata/netdata-v1.32.1.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/n/netdata/netdata-v1.33.0.tar.gz
120 changes: 120 additions & 0 deletions packages/n/netdata/netdata.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,123 @@
-------------------------------------------------------------------
Mon Jan 31 06:25:27 UTC 2022 - Mia Herkt <[email protected]>

- 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 <[email protected]>

Expand Down
8 changes: 4 additions & 4 deletions packages/n/netdata/netdata.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/n/netdata/vendor.tar.gz

0 comments on commit d4905f5

Please sign in to comment.