Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netdata for openSUSE:Factory checked 
in at 2022-08-01 21:32:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netdata (Old)
 and      /work/SRC/openSUSE:Factory/.netdata.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netdata"

Mon Aug  1 21:32:35 2022 rev:34 rq:991836 version:1.35.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/netdata/netdata.changes  2022-05-17 
17:24:19.327164929 +0200
+++ /work/SRC/openSUSE:Factory/.netdata.new.1533/netdata.changes        
2022-08-01 21:33:24.398174196 +0200
@@ -1,0 +2,336 @@
+Sun Jul 31 04:05:38 UTC 2022 - Mia Herkt <m...@0x0.st>
+
+- Fix %fdupes usage that resulted in the webserver refusing to
+  serve required assets
+- Update to 1.35.1 (go.d.plugin 0.33.1)
+Netdata now comes with on-device machine learning. Unsupervised ML
+models are trained for every metric, at the edge (on your devices),
+enabling real time anomaly detection across your infrastructure.
+
+Update netdata.conf with the following information to enable ML
+on your agent:
+
+[ml]
+    enabled = yes
+
+More information on the Netdata blog:
+https://www.netdata.cloud/blog/introducing-anomaly-advisor-unsupervised-anomaly-detection-in-netdata/
+
+Collectors
+  * New
+    + Add "UPS Load Usage" in Watts chart (charts.d/apcupsd)
+      gh#netdata/netdata#12965
+    + Add Pressure Stall Information stall time charts
+      (proc.plugin, cgroups.plugin)
+      gh#netdata/netdata#12869
+    + Add "CPU Time Relative Share" chart when running inside a
+      K8s cluster (cgroups.plugin)
+      gh#netdata/netdata#12741
+    + Add a collector that parses the log files of the OpenVPN
+      server (go.d/openvpn_status_log)
+      gh#netdata/netdata#675
+  * Improvements
+    + Add Tailscale apps_groups.conf (apps.plugin)
+      gh#netdata/netdata#13033
+    + Skip collecting network interface speed and duplex if carrier
+      is down (proc.plugin)
+      gh#netdata/netdata#13019
+    + Run the /net/dev module in a separate thread (proc.plugin)
+      gh#netdata/netdata#12996
+    + Add dictionary support to statsd
+      gh#netdata/netdata#12980
+    + Add an option to filter the alarms (python.d/alarms)
+      gh#netdata/netdata#12972
+    + Update net, aws, and ha groups in apps_groups.conf
+      (apps.plugin)
+      gh#netdata/netdata#12921
+    + Add k8s_cluster_name label to cgroup charts in K8s on GKE
+      (cgroups.plugin)
+      gh#netdata/netdata#12858
+    + Exclude Proxmox bridge interfaces (proc.plugin)
+      gh#netdata/netdata#12789
+    + Add filtering by cgroups name and improve renaming in K8s
+      (cgroups.plugin)
+      gh#netdata/netdata#12778
+    + Execute the renaming script only for containers in K8s
+      (cgroups.plugin)
+      gh#netdata/netdata#12747
+    + Add k8s_qos_class label to cgroup charts in K8s
+      (cgroups.plugin)
+      gh#netdata/netdata#12737
+    + Reduce the CPU time required for cgroup-network-helper.sh
+      (cgroups.plugin)
+      gh#netdata/netdata#12711
+    + Add Proxmox VE processes to apps_groups.conf (apps.plugin)
+      gh#netdata/netdata#12704
+    + Add Caddy to apps_groups.conf (apps.plugin)
+      gh#netdata/netdata#12678
+  * Bug fixse
+    + Fix adding wrong labels to cgroup charts (cgroups.plugin)
+      gh#netdata/netdata#13062
+    + Fix cpu_guest chart context (apps.plugin)
+      gh#netdata/netdata#12983
+    + Fix counting unique values in Sets (statsd.plugin)
+      gh#netdata/netdata#12963
+    + Fix collecting data from uninitialized containers in K8s
+      (cgroups.plugin)
+      gh#netdata/netdata#12912
+    + Fix CPU-specific data in the "C-state residency time" chart
+      dimensions (proc.plugin)
+      gh#netdata/netdata#12898
+    + Fix disabling K8s pod/container cgroups when fail to rename
+      them (cgroups.plugin)
+      gh#netdata/netdata#12865
+    + Fix memory usage calculation by considering ZFS ARC as cache
+      on Linux (proc.plugin)
+      gh#netdata/netdata#12847
+    + Fix adding network interfaces when the cgroup proc is in the
+      host network namespace (cgroups.plugin)
+      gh#netdata/netdata#12788
+    + Fix not setting chart units (go.d/snmp)
+      gh#netdata/netdata#682
+    + Fix not collecting Integer type values (go.d/snmp)
+      gh#netdata/netdata#680
+eBPF
+  * Add CO-RE algorithms to all threads related to memory
+    gh#netdata/netdata#12684
+  * Fix wrong chart type for ip charts
+    gh#netdata/netdata#12698
+  * Fix disabled apps (ebpf.plugin)
+    gh#netdata/netdata#13044
+  * Fix "libbpf: failed to load" warnings
+    gh#netdata/netdata#12831
+  * Re-enable socket module by default
+    gh#netdata/netdata#12702
+Health
+  * Fix not respecting host labels when creating alerts for
+    children instances
+    gh#netdata/netdata#13053
+  * Expose anomaly-bit option to health
+    gh#netdata/netdata#12835
+  * Add priority to Gotify notifications to trigger
+    sound & vibration on the Gotify phone app
+    gh#netdata/netdata#12753
+  * Add Gotify notification method
+    gh#netdata/netdata#12639
+Streaming
+  * Improve failover logic when the Agent is configured to stream
+    to multiple destinations
+    gh#netdata/netdata#12866
+  * Increase the default "buffer size bytes" to 10MB
+    gh#netdata/netdata#12913
+Exporting
+  * Add the URL query parameter that filters charts from the
+    /allmetrics API query
+    gh#netdata/netdata#12820
+  * Make the "send charts matching" option behave the same as the
+    "filter" URL query parameter for prometheus format
+    gh#netdata/netdata#12832
+Other Notable Changes
+  * Improvements
+    + Add hostname to mirrored hosts int the /api/v1/info endpoint
+      gh#netdata/netdata#13030
+    + Optimize query engine queries
+      gh#netdata/netdata#12988
+    + Optimize query engine and cleanup
+      gh#netdata/netdata#12978
+    + Improve the web server work distribution across worker
+      threads
+      gh#netdata/netdata#12975
+    + Check link local address before querying cloud instance
+      metadata
+      gh#netdata/netdata#12973
+    + Speed up query engine by refactoring
+      rrdeng_load_metric_next()
+      gh#netdata/netdata#12966
+    + Optimize the dimensions option store to the metadata database
+      gh#netdata/netdata#12952
+    + Add detailed dbengine stats
+      gh#netdata/netdata#12948
+    + Stream Metric Correlation version to parent and advertise
+      Metric Correlation status to the Cloud
+      gh#netdata/netdata#12940
+    + Move directories, logs, and environment variables
+      configuration options to separate sections
+      gh#netdata/netdata#12935
+    + Adjust the dimension liveness status check
+      gh#netdata/netdata#12933
+    + Make sqlite PRAGMAs user configurable
+      gh#netdata/netdata#12917
+    + Add worker jobs for cgroup-rename, cgroup-network and
+      cgroup-first-time
+      gh#netdata/netdata#12910
+    + Return stable or nightly based on version if the file check
+      fails
+      gh#netdata/netdata#12894
+    + Take into account the in queue wait time when executing a
+      data query
+      gh#netdata/netdata#12885
+    + Add fixes and improvements to workers library
+      gh#netdata/netdata#12863
+    + Pause alert pushes to the cloud
+      gh#netdata/netdata#12852
+    + Allow to use the new MQTT 5 implementation
+      gh#netdata/netdata#12838
+    + Set a page wait timeout and retry count
+      gh#netdata/netdata#12836
+    + Allow external plugins to create chart labels
+      gh#netdata/netdata#12834
+    + Reduce the number of messages written in the error log due to
+      out of bound timestamps
+      gh#netdata/netdata#12829
+    + Cleanup the node instance table on startup
+      gh#netdata/netdata#12825
+    + Accept a data query timeout parameter from the cloud
+      gh#netdata/netdata#12823
+    + Write the entire request with parameters in the access.log
+      file
+      gh#netdata/netdata#12815
+    + Add a parameter for how many worker threads the libuv library
+      needs to pre-initialize
+      gh#netdata/netdata#12814
+    + Optimize linking of foreach alarms to dimensions
+      gh#netdata/netdata#12813
+    + Add a hyphen to the list of available characters for chart
+      names
+      gh#netdata/netdata#12812
+    + Speed up queries by providing optimization in the main loop
++++ 139 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/netdata/netdata.changes
++++ and /work/SRC/openSUSE:Factory/.netdata.new.1533/netdata.changes

Old:
----
  go.d.plugin-v0.32.3.tar.gz
  netdata-v1.34.1.tar.gz

New:
----
  go.d.plugin-v0.33.1.tar.gz
  netdata-v1.35.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netdata.spec ++++++
--- /var/tmp/diff_new_pack.mH3Yhp/_old  2022-08-01 21:33:25.686177891 +0200
+++ /var/tmp/diff_new_pack.mH3Yhp/_new  2022-08-01 21:33:25.690177902 +0200
@@ -18,9 +18,9 @@
 
 %define netdata_user    netdata
 %define netdata_group   netdata
-%define godplugin_version 0.32.3
+%define godplugin_version 0.33.1
 Name:           netdata
-Version:        1.34.1
+Version:        1.35.1
 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)
@@ -169,7 +169,7 @@
 install -m 755 -d %{buildroot}%{_localstatedir}/log/%{name}
 install -m 755 -d %{buildroot}%{_localstatedir}/lib/%{name}/registry
 
-%fdupes -s %{buildroot}
+%fdupes %{buildroot}
 
 %pre
 getent group %{netdata_group} >/dev/null || \

++++++ _service ++++++
--- /var/tmp/diff_new_pack.mH3Yhp/_old  2022-08-01 21:33:25.730178017 +0200
+++ /var/tmp/diff_new_pack.mH3Yhp/_new  2022-08-01 21:33:25.734178029 +0200
@@ -1,7 +1,7 @@
 <services>
        <service name="download_files" mode="disabled" />
        <service name="go_modules" mode="disabled">
-               <param name="archive">go.d.plugin-v0.32.3.tar.gz</param>
+               <param name="archive">go.d.plugin-v0.33.1.tar.gz</param>
        </service>
 </services>
 

++++++ go.d.plugin-v0.32.3.tar.gz -> go.d.plugin-v0.33.1.tar.gz ++++++
++++ 15044 lines of diff (skipped)

++++++ netdata-v1.34.1.tar.gz -> netdata-v1.35.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/netdata/netdata-v1.34.1.tar.gz 
/work/SRC/openSUSE:Factory/.netdata.new.1533/netdata-v1.35.1.tar.gz differ: 
char 13, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/netdata/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.netdata.new.1533/vendor.tar.gz differ: char 4, line 
1

Reply via email to