From 80a95b29131196fe60e81b3c05d223233e64cf29 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 28 Oct 2025 19:14:13 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/netdata?= =?UTF-8?q?/netdata=20v2.7.2=20=E2=86=92=20v2.7.3=20(#41194)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/netdata/netdata](https://netdata.cloud) ([source](https://redirect.github.com/netdata/netdata)) | patch | `3e59fef` -> `e70e34e` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
netdata/netdata (ghcr.io/netdata/netdata) ### [`v2.7.3`](https://redirect.github.com/netdata/netdata/releases/tag/v2.7.3) [Compare Source](https://redirect.github.com/netdata/netdata/compare/v2.7.2...v2.7.3) Netdata v2.7.3 is a patch release to address issues discovered since [v2.7.2](https://redirect.github.com/netdata/netdata/releases/tag/v2.7.2). This patch release provides the following bug fixes and updates: - Ensured metrics are properly retained during Journal v2 migration to prevent deletion ([#​21200](https://redirect.github.com/netdata/netdata/pull/21200), [@​stelfrag](https://redirect.github.com/stelfrag)) - Removed unnecessary `cap_net_bind_service` from the otel-plugin to ensure it starts correctly under systemd ([#​21198](https://redirect.github.com/netdata/netdata/pull/21198), [@​ilyam8](https://redirect.github.com/ilyam8)) - Fixed MSSQL chart unit label from “recompiles/” to “recompiles/s” ([#​21197](https://redirect.github.com/netdata/netdata/pull/21197), [@​thiagoftsm](https://redirect.github.com/thiagoftsm)) - Changed the alerts API so the summary option is no longer enabled by default ([#​21192](https://redirect.github.com/netdata/netdata/pull/21192), [@​stelfrag](https://redirect.github.com/stelfrag)) - Initialized CLI earlier during agent startup to support ping, help, and version commands while initializing ([#​21188](https://redirect.github.com/netdata/netdata/pull/21188), [@​stelfrag](https://redirect.github.com/stelfrag)) - Fixed race condition in ML dimension training and optimized structures for lower memory usage ([#​21183](https://redirect.github.com/netdata/netdata/pull/21183), [@​stelfrag](https://redirect.github.com/stelfrag)) - Fixed missing `"repeat"` field in health dynamic configuration userconfig response ([#​21181](https://redirect.github.com/netdata/netdata/pull/21181), [@​ilyam8](https://redirect.github.com/ilyam8)) - Added periodic data sync on Windows for current data and journal files ([#​21175](https://redirect.github.com/netdata/netdata/pull/21175), [@​stelfrag](https://redirect.github.com/stelfrag)) - Fixed `/api/v3/data` to correctly report `update_every` after filtering, keeping metadata consistent with queried instances ([#​21170](https://redirect.github.com/netdata/netdata/pull/21170), [@​ktsaou](https://redirect.github.com/ktsaou)) - Fixed feature size calculation and added validation in KMeans training to prevent overflows and invalid runs ([#​21155](https://redirect.github.com/netdata/netdata/pull/21155), [@​stelfrag](https://redirect.github.com/stelfrag)) - Prevented shutdown-time crashes by skipping Sentry breadcrumbs on timeout ([#​21150](https://redirect.github.com/netdata/netdata/pull/21150), [@​stelfrag](https://redirect.github.com/stelfrag)) - Fixed NaN check in anomaly score calculation ([#​21149](https://redirect.github.com/netdata/netdata/pull/21149), [@​stelfrag](https://redirect.github.com/stelfrag)) - Added extra safety checks during cgroup discovery to prevent exceeding allocated space ([#​21148](https://redirect.github.com/netdata/netdata/pull/21148), [@​stelfrag](https://redirect.github.com/stelfrag)) - Reworked maintenance handling by removing the dedicated thread and using the metadata event loop to reduce contention and crashes ([#​20694](https://redirect.github.com/netdata/netdata/pull/20694), [@​stelfrag](https://redirect.github.com/stelfrag)) #### 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: - [Netdata Learn](https://learn.netdata.cloud): Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata. - [GitHub Issues](https://redirect.github.com/netdata/netdata/issues): Make use of the Netdata repository to report bugs or open a new feature request. - [GitHub Discussions](https://redirect.github.com/netdata/netdata/discussions): Join the conversation around the Netdata development process and be a part of it. - [Community Forums](https://community.netdata.cloud/): Visit the Community Forums and contribute to the collaborative knowledge base. - [Discord Server](https://discord.gg/2eduZdSeC7): Jump into the Netdata Discord and hang out with like-minded sysadmins, DevOps, SREs, and other troubleshooters. More than 2000 engineers are already using it!
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/netdata/Chart.yaml | 7 ++++--- charts/stable/netdata/values.yaml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml index 2a3ebc7da26..62bf927844c 100644 --- a/charts/stable/netdata/Chart.yaml +++ b/charts/stable/netdata/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.7.0 +appVersion: 2.7.3 dependencies: - name: common version: 28.26.1 @@ -34,9 +34,10 @@ maintainers: url: https://truecharts.org name: netdata sources: + - https://ghcr.io/netdata/netdata - https://github.com/netdata - https://github.com/truecharts/charts/tree/master/charts/stable/netdata - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/netdata - - https://quay.io/netdata/netdata type: application -version: 13.13.2 +version: 13.13.3 + diff --git a/charts/stable/netdata/values.yaml b/charts/stable/netdata/values.yaml index b6ab09fa34c..3439f7e94ef 100644 --- a/charts/stable/netdata/values.yaml +++ b/charts/stable/netdata/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/netdata/netdata - tag: v2.7.2@sha256:3e59fef647c20ad439cbaa332abef56f15b3f1bb9f687f7619688b5bcd6a4c43 + tag: v2.7.3@sha256:e70e34edf027dabf004544d2511a8a683b85527396aa12ba2eb2b0ff83e4b178 pullPolicy: IfNotPresent # -- The service account the pods will use to interact with the Kubernetes API serviceAccount: