Update dependency netdata/netdata to v1.47.5 #93
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
1.46.2->1.47.5Release Notes
netdata/netdata (netdata/netdata)
v1.47.5Compare Source
Netdata v1.47.5 is a patch release to address issues discovered since v1.47.4.
This patch release provides the following bug fixes and updates:
sys/capability.hon non-Linux platforms, potentially leading to build failures on FreeBSD systems (#18849, @ilyam8)local-listenersbinary consistently times out. The module now includes a mechanism to gracefully exit after multiple consecutive timeouts, preventing unnecessary resource consumption (go.d.plugin) (#18757, #18774 @ilyam8)Support options
As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:
v1.47.4Compare Source
Netdata v1.47.4 is a patch release to address issues discovered since v1.47.3.
This patch release provides the following bug fixes and updates:
system-cat-nativefrom sending messages to journald (@ktsaou)Support options
As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:
v1.47.3Compare Source
Netdata v1.47.3 is a patch release to address issues discovered since v1.47.2.
This patch release provides the following bug fixes and updates:
smartctlbinary's exit status bits (go.d/smartctl) (#18635, @ilyam8)netdata-updater.shscript that would sometimes cause it to replace the/dev/stdoutsymlink (#18646, @Ferroin)Support options
As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:
v1.47.2Compare Source
Netdata v1.47.2 is a patch release to address issues discovered since v1.47.1.
This patch release provides the following bug fixes and updates:
Support options
As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:
v1.47.1Compare Source
Netdata v1.47.1 is a patch release to address issues discovered since v1.47.0.
This patch release provides the following bug fixes and updates:
netdataclicould reappear after Agent restart (#18425, @stelfrag).netdataclihelp message (#18403, @ilyam8).parseDHCPRangeValuefunction (go.d/dnsmasq_dhcp) (#18401, @ilyam8).Support options
As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:
v1.47.0Compare Source
Table of Contents
Netdata Growth
Netdata is being downloaded more than 1.5 million times per day, as reported by Cloudflare, which distributes our binary packages, and Docker Hub, which distributes our docker containers!
Thanks to your love ❤️, Netdata is leading the observability category in the CNCF landscape, having significantly more stars than Elasticsearch, Grafana, Prometheus and all other observability solutions.
We are committed to provide the most advanced and innovative AI-powered, cloud-native and on-premises observability solution, to help us have higher-fidelity AI-insights, while being easier, faster, simpler, and significantly more affordable!
You like Netdata? Give Netdata a ⭐ too, on GitHub!
Release Summary
This marks the final release of Netdata Agent v1.x, with v1.47 being the last in this series. Right after, we will start merging code for the upcoming version of the Agent: v2.0. This means that there will not be any nightlies starting with
1.47.0-nightly-, but instead we will have1.99.0-nightly-. See below for more on what is to come in Netdata Agent 2.0.Release Highlights
The following key improvements are released today:
SNMP Plugin Enhancements
The SNMP plugin now features automatic discovery of all network interfaces on SNMP devices. After configuring the SNMP endpoints, the plugin collects:
The plugin supports all SNMP versions (v1, v2, v3).
Migration of Python Plugins to Go
Eighteen data collection modules have been migrated from Python to Go, bringing several benefits:
local-listeners.dyncfg).The goal is to migrate all data collection plugins to Go eventually.
Introduction of Identity Management Integrations with SCIM
In this release we have introduced Identity Management support for enterprise users who want to manage user access to Netdata with their organisation IDM.
This now allows users to integrate their SSO and IDM solutions with Netdata. Go through our documentation for more details.
Enhancement of Reachability Notifications
The reachability notifications on Netdata Cloud have been enhanced in deployments that have Netdata parents (streaming enabled) as local centralisation points.
MS Teams Notification Integration using MS Workflows
Microsoft recently announced the deprecation of their legacy MS Connectors and has replaced it with the MS Workflows. This has forced us to modify our MS Teams notification integration.
From immediate effect, old MS Teams integration will stop working and will need to be reconfigured following the documentation mentioned here.
Automatic Removal of Stale Nodes
For environments with high node turnover, the
netdataclitool now supports the bulk removal of stale nodes from a Netdata parent without requiring a restart. This removal process also purges stale nodes from the Netdata Agent dashboard and Netdata Cloud.IPv6-Only Environment Support
Netdata now fully supports communication in IPv6-only environments. A forthcoming update to Netdata Cloud will enable IPv6-only agents to connect seamlessly.
Stale Alerts Fix
A new protocol for communicating alert transitions to Netdata Cloud has been implemented, resolving issues where alerts would remain in an invalid state.
Acknowledgments
Contributions
Collectors
Rewritten
Improvements
scan-openwhen "no_check_power_mode" is "never" (#18146, @ilyam8)Bug fixes
Other
eximto ndsudo (#18304, @ilyam8)nsd-controlto ndsudo (#18301, @ilyam8)smartctl --scan-opento ndsudo (#18143, @ilyam8)ping_group_rangein documentation (go.d/ping) (#18020, @ilyam8)Packaging/Installation
All changes
Documentation
All changes
Other Notable Changes
Improvements
remove-stale-nodecommand for flexible stale node removal, including the ability to remove all stale nodes at once (#18386, @stelfrag)Other
Deprecation notice
Changed in this release: Rewritten/Changed collectors
Rewritten Collectors: we have rewritten a number of collectors from Python (python.d.plugin) to Go (go.d.plugin).
Removed Collectors
Upcoming changes for Netdata Agent v2.0
The upcoming version of the Netdata Agent, v2.0, is nearing completion (and should be available early September) and will begin merging into the nightly channel immediately after the release of v1.47. Users of our nightly release channel will start experiencing parts of Netdata v2.0 as they are integrated, reflected in the version numbers starting with
1.99.0-nightly-.Microsoft Windows Support
Netdata v2.0 will extend full native support to Windows servers and desktops, matching the feature set currently available on Linux, FreeBSD, and macOS. Users on the nightlies release can begin using Windows nodes across all dashboards as a beta. However, once mark this as GA, access to Windows nodes will be restricted to customers with a Netdata paid plan.
Netdata UI v3
The new dashboard (Netdata UI v3) will introduce several enhancements, including:
The dashboard will be split into two components:
Netdata UI v3 will utilize the new Netdata API v3. Consequently, all prior versions of dashboards (v0, v1, v2) will be removed, as well the the old APIs (v1, v2). Without logging into Netdata Cloud, the new v3 UI will continue to be usable as a fallback, with reduced functionality, similar to v2 and aligned with our Community Plan.
Netdata Cloud as a License Manager and Single-Sign-On Provider
For environments isolated from the internet, Netdata v2.0 will allow Netdata Cloud to function as:
When configured in this manner, observability data remains within the isolated environment, ensuring all access is authenticated and authorized.
Other notes
Support options
As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:
v1.46.3Compare Source
Netdata v1.46.3 is a patch release to address issues discovered since v1.46.2.
This patch release provides the following bug fixes and updates:
Support options
As we grow, we stay committed to providing the best support ever seen from an open-source solution. Should you encounter an issue with any of the changes made in this release or any feature in the Netdata Agent, feel free to contact us through one of the following channels:
Configuration
📅 Schedule: Branch creation - "before 8am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.