Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netdata for openSUSE:Factory checked in at 2021-06-24 18:22:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netdata (Old) and /work/SRC/openSUSE:Factory/.netdata.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netdata" Thu Jun 24 18:22:32 2021 rev:28 rq:901586 version:1.31.0 Changes: -------- --- /work/SRC/openSUSE:Factory/netdata/netdata.changes 2021-03-30 20:58:09.216569843 +0200 +++ /work/SRC/openSUSE:Factory/.netdata.new.2625/netdata.changes 2021-06-24 18:22:48.652931971 +0200 @@ -1,0 +2,341 @@ +Wed Jun 23 18:19:51 UTC 2021 - Mia Herkt <m...@0x0.st> + +- Update to 1.31.0 (go.d.plugin 0.29.0) +The v1.31.0 release of Netdata comes with re-packaged and +redesigned elements of the dashboard to help you focus on your +metrics, even more Linux kernel insights via eBPF, on-node machine +learning to help you find anomalies, and much more. + +This release contains 10 new collectors, 54 improvements (7 in the +dashboard), 31 documentation updates, and 29 bug fixes. + + +At a glance + +We re-packaged and redesigned portions of the dashboard to improve +the overall experience. Part of this effort is better handling of +dashboard code during installation???anyone using third-party +packages (such as the Netdata Homebrew formula) will start seeing +new features and the new designs starting today. The timeframe +picker has moved to the top panel, and just to its right are two +counters with live CRITICAL and WARNING alarm statuses for your +node. Click on either of these two open the alarms modal. + +We've also pushed a number of powerful new collectors, including +directory cache monitoring via eBPF. By monitoring directory cache, +developers and SREs alike can find opportunities to optimize memory +usage and reduce disk-intensive operations. + +Our new Z-scores and changefinder collectors use machine learning +to let you know, at a glance, when key metrics start to behave +oddly. We'd love to get feedback on these sophisticated, subjective +new brand of collectors! + +Improvements + * Automatically trigger Helmchart PR on Agent release. + (gh#netdata/netdata#11084) + * Implement ACLK env endpoint. (gh#netdata/netdata#10833) + * Implement new HTTPS client for ACLK. (gh#netdata/netdata#10805) + * Update ACLK passwd endpoint to match specifications of the new + architecture. (gh#netdata/netdata#10859) + * Implement ACLK new backoff (TBEB) architecture. + (gh#netdata/netdata#10941) + * Add functionality to store node_id for a host. + (gh#netdata/netdata#11059) + * Remove version negotiation from ACLK-NG. + (gh#netdata/netdata#10980) + * Persist claim IDs in local database for parent and children. + (gh#netdata/netdata#10993) + * Provide more agent analytics to PostHog. + (gh#netdata/netdata#11020) + * Reduce logging when sending agent analytics. + (gh#netdata/netdata#11091) + * Remove error message on Netdata restart. + (gh#netdata/netdata#8685) + * Add a timeout when sending anonymous statistics using curl. + (gh#netdata/netdata#11010) + * Improve dash-example.html. (gh#netdata/netdata#10870) + * Add host_cloud_enabled attribute to analytics. + (gh#netdata/netdata#11100) + +Dashboard + * Bundle the react dashboard code into the agent repo directly. + (gh#netdata/netdata#11139) + * Add dashboard info strings for systemdunits collector. + (gh#netdata/netdata#10904) + * Update dashboard version to v2.17.0. (gh#netdata/netdata#10856) + + Top bar, side panel and overall navigation has been + redesigned. + + Top bar now includes a light bulb icon with news/features and + the number of CRITICAL or WARNING alarms. + + Documentation and settings buttons moved to the sidebar. + + Improved rendering of sign in/sign up option button along + with an operational status option (under user settings). + + In the left panel, nodes show a status badge and are now + searchable if there are more than 4. + +Health + * Improvements + + Add charts configuration option to templates. + (gh#netdata/netdata#11054) + + Add new attributes to health configuration files. + (gh#netdata/netdata#10961) + + Add inconsistent state to the mysql_galera_cluster_state + alarm. (gh#netdata/netdata#10945) + + Add systemdunits collector alarms. (gh#netdata/netdata#10906) + + Use average instead of sum in VerneMQ alarms. + (gh#netdata/netdata#11037) + + Check configuration for CUSTOM and MSTEAM. + (gh#netdata/netdata#11113) + + Reduce alarms notifications dump logging. + (gh#netdata/netdata#11116) + * Bug fixes + + Add synchronization.conf to the Makefile. + (gh#netdata/netdata#10907) + + Fix Microsoft Teams naming. (gh#netdata/netdata#9905) + +Collectors + * New + + Add a chart for out of memory kills. + (gh#netdata/netdata#10880) + + Add a chart with Netdata uptime. (gh#netdata/netdata#10997) + + Add a module for ZFS pool state. (gh#netdata/netdata#11071) + + Add a plugin for the system clock synchronization state. + (gh#netdata/netdata#10895) + + Add new charts for extended disk metrics. + (gh#netdata/netdata#10939) + + Add support for renaming libvirtd LXC containers. + (gh#netdata/netdata#11006) + + Add a metric for Percpu memory. (gh#netdata/netdata#10964) + + Add an eBPF directory cache collector. + (gh#netdata/netdata#10855) + + Add a Z-scores python collector. (gh#netdata/netdata#10673) + + Add changefinder python collector. (gh#netdata/netdata#10672) + * Improvements + + Remove dots in cgroup IDs. (gh#netdata/netdata#11050) + + Add support for attribute 249 (NAND Writes 1GiB) to the + smartd_log module. (gh#netdata/netdata#10872) + + Add RAID level to the mdstat collector chart families. + (gh#netdata/netdata#11024) + + Update fping version. (gh#netdata/netdata#10977) + + Add plugin and module names to the python.d.plugin runtime + charts. (gh#netdata/netdata#11007) + + Move global stats to a separate thread. + (gh#netdata/netdata#10991) + + Add memory size adjustments for eBPF hash tables. + (gh#netdata/netdata#10962) + + Add improvements to anomalies collector. + (gh#netdata/netdata#11003) + + Add support for loading of kprobe names in the eBPF plugin. + (gh#netdata/netdata#11034) + + Don't repeat the cgroup discovery cleanup info message. + (gh#netdata/netdata#11101) + + Change ACLK statistics charts units from kB/s to KiB/s. + (gh#netdata/netdata#11103) + * Bug fixes + + Fix the detection of cgroups v2 by checking the version of + the default cgroup mountpoint. (gh#netdata/netdata#11102) + + Fix eBPF cachestat chart type. (gh#netdata/netdata#11074) + + Fix gaps in eBPF cachestat charts. (gh#netdata/netdata#10972) + + Fix detection of opensipsctl executable. + (gh#netdata/netdata#10978) + + Fix network interfaces detection when using virsh. + (gh#netdata/netdata#11096) + + Fix eBPF plugin crash during shutdown. + (gh#netdata/netdata#10957) + +Exporting + * Improvements + + Allow the remote write configuration to have multiple + destinations (gh#netdata/netdata#11005) + * Bug fixes + + Fix backend chart filtering backward compatibility. + (gh#netdata/netdata#11002) + +Bug fixes + * Reduce the number of ACLK chart updates during chart + obsoletion. (gh#netdata/netdata#11133) + * Fix SSL random failures when using multithreaded web server + with OpenSSL < 1.1.0. (gh#netdata/netdata#11089) + * Fix storing an NULL claim ID on a parent node. + (gh#netdata/netdata#11036) + * Prevent MQTT connection attempt on OTP failure. + (gh#netdata/netdata#10839) + * Rename struct fields from class to classification. + (gh#netdata/netdata#11019) + * Fix spelling mistakes in various components: + + aclk (gh#netdata/netdata#10910) + + build (gh#netdata/netdata#10909) + + collectors (gh#netdata/netdata#10912) + + daemon (gh#netdata/netdata#10913) + + database (gh#netdata/netdata#10914) + + exporting (gh#netdata/netdata#10915) + + libnetdata (gh#netdata/netdata#10917) + + health (gh#netdata/netdata#10916) + + streaming (gh#netdata/netdata#10919) + + tests (gh#netdata/netdata#10920) + + backend (gh#netdata/netdata#10911) + + bidirectional (gh#netdata/netdata#10918) + + HTTP API (gh#netdata/netdata#10921) + + web (gh#netdata/netdata#10922) + +------------------------------------------------------------------- +Wed Apr 7 21:55:06 UTC 2021 - Mia Herkt <m...@0x0.st> + +- Update to 1.30.0 (go.d.plugin 0.28.1) +The v1.30.0 release of Netdata completely replaces Google +Analytics/GTM for product telemetry (disabled by default in +openSUSE). We're also releasing the first changes in an upcoming +overhaul to both our dashboard UI/UX and the suite of preconfigured +alarms that comes with every installation. + +v1.30.0 contains 3 new collectors, 3 enhancements to notifications +method, 38 improvements (13 in the dashboard), 16 documentation +updates, and 17 bug fixes. + + +At a glance ++++ 144 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/netdata/netdata.changes ++++ and /work/SRC/openSUSE:Factory/.netdata.new.2625/netdata.changes Old: ---- go.d.plugin-v0.27.0.tar.gz netdata-v1.29.3.tar.gz New: ---- go.d.plugin-v0.29.0.tar.gz netdata-v1.31.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netdata.spec ++++++ --- /var/tmp/diff_new_pack.uS7TmY/_old 2021-06-24 18:22:49.464932871 +0200 +++ /var/tmp/diff_new_pack.uS7TmY/_new 2021-06-24 18:22:49.468932875 +0200 @@ -18,13 +18,13 @@ %define netdata_user netdata %define netdata_group netdata -%define godplugin_version 0.27.0 +%define godplugin_version 0.29.0 Name: netdata -Version: 1.29.3 +Version: 1.31.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: GPL-3.0-or-later AND MIT AND BSD-2-Clause AND BSD-3-Clause AND LGPL-2.1-or-later AND OFL-1.1 AND CC-BY-4.0 AND Apache-2.0 AND WTFPL +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/v%{version}/%{name}-v%{version}.tar.gz @@ -47,6 +47,7 @@ BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libmnl) +BuildRequires: pkgconfig(libmosquitto) BuildRequires: pkgconfig(libnetfilter_acct) BuildRequires: pkgconfig(libuv) BuildRequires: pkgconfig(libwebsockets) @@ -150,9 +151,8 @@ mv %{buildroot}%{_sysconfdir}/%{name}/edit-config %{buildroot}%{_libexecdir}/%{name} sed -i 's|%{_prefix}/lib|%{_libdir}|' %{buildroot}%{_libexecdir}/%{name}/edit-config -# This should be opt-in, not opt-out. I do not believe most users would agree -# with sending usage data to Google Analytics, whether anonymized or not. -# Hence, disable statistics by default. +# This should be opt-in, not opt-out. +# Disable statistics by default. touch %{buildroot}%{_sysconfdir}/%{name}/.opt-out-from-anonymous-statistics %if 0%{?sle_version} >= 150200 || 0%{?suse_version} > 1500 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.uS7TmY/_old 2021-06-24 18:22:49.520932933 +0200 +++ /var/tmp/diff_new_pack.uS7TmY/_new 2021-06-24 18:22:49.520932933 +0200 @@ -1,6 +1,6 @@ <services> <service name="download_files" mode="disabled" /> <service name="go_modules" mode="disabled"> - <param name="archive">go.d.plugin-v0.27.0.tar.gz</param> + <param name="archive">go.d.plugin-v0.29.0.tar.gz</param> </service> </services> ++++++ go.d.plugin-v0.27.0.tar.gz -> go.d.plugin-v0.29.0.tar.gz ++++++ ++++ 6012 lines of diff (skipped) ++++++ netdata-v1.29.3.tar.gz -> netdata-v1.31.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/netdata/netdata-v1.29.3.tar.gz /work/SRC/openSUSE:Factory/.netdata.new.2625/netdata-v1.31.0.tar.gz differ: char 13, line 1 ++++++ vendor.tar.gz ++++++ ++++ 137423 lines of diff (skipped)