Skip to content

fix(container): update ghcr.io/netdata/netdata ( v2.10.2 → v2.10.3 )#11048

Merged
rwlove merged 1 commit intomainfrom
renovate/ghcr.io-netdata-netdata-2.x
Apr 28, 2026
Merged

fix(container): update ghcr.io/netdata/netdata ( v2.10.2 → v2.10.3 )#11048
rwlove merged 1 commit intomainfrom
renovate/ghcr.io-netdata-netdata-2.x

Conversation

@lovenet-renovate-operator
Copy link
Copy Markdown
Contributor

@lovenet-renovate-operator lovenet-renovate-operator Bot commented Apr 27, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/netdata/netdata (source) patch v2.10.2v2.10.3

Release Notes

netdata/netdata (ghcr.io/netdata/netdata)

v2.10.3

Compare Source

Release notes

Netdata v2.10.3 is a patch release to address issues discovered since v2.10.2.

This patch release provides the following bug fixes and updates:

  • Fixed a per-PID shared-memory pool leak in ebpf.plugin that, on hosts with normal process churn, filled the 32,768-slot pool within ~15 hours and then pegged a CPU core at 100% in an infinite map-iteration loop; aggregation paths now use a non-allocating lookup, freshly-allocated slots are zeroed, module bits are swept on exit, and stale shared-memory and semaphore objects are properly cleaned up on init (#​22232, @​ktsaou)
  • Switched the SNMP collector's primary uptime source to SNMP-FRAMEWORK-MIB::snmpEngineTime (in seconds) to avoid the ~497-day TimeTicks wrap of hrSystemUptime/sysUpTime, while keeping the existing systemUptime metric name and HR-MIB fallback (#​22231, @​ilyam8)
  • Split dynamic configuration job-name validation per domain so service discovery, vnode, and secret-store names can include dots (e.g., FQDNs), while collectors retain strict naming rules (#​22247, @​ilyam8)
  • Removed the unused extra_details field from the go.d/powerstore Hardware struct to fix /hardware response decoding errors that caused job check failures (#​22291, @​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:

  • Netdata Learn: Find documentation, guides, and reference material for monitoring and troubleshooting your systems with Netdata.
  • GitHub Issues: Make use of the Netdata repository to report bugs or open a new feature request.
  • GitHub Discussions: Join the conversation around the Netdata development process and be a part of it.
  • Community Forums: Visit the Community Forums and contribute to the collaborative knowledge base.
  • Discord Server: 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: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

| datasource | package                 | from    | to      |
| ---------- | ----------------------- | ------- | ------- |
| docker     | ghcr.io/netdata/netdata | v2.10.2 | v2.10.3 |
@lovenet-renovate-operator
Copy link
Copy Markdown
Contributor Author

--- HelmRelease: observability/netdata Deployment: observability/netdata-parent

+++ HelmRelease: observability/netdata Deployment: observability/netdata-parent

@@ -28,13 +28,13 @@

       securityContext:
         fsGroup: 201
       serviceAccountName: netdata
       initContainers: []
       containers:
       - name: netdata
-        image: ghcr.io/netdata/netdata:v2.10.2
+        image: ghcr.io/netdata/netdata:v2.10.3
         imagePullPolicy: Always
         env:
         - name: MY_POD_NAME
           valueFrom:
             fieldRef:
               fieldPath: metadata.name

@lovenet-renovate-operator
Copy link
Copy Markdown
Contributor Author

--- kubernetes/apps/renovate/renovate-operator/jobs Kustomization: renovate/renovate-operator-jobs RenovateJob: renovate/rwlove-home-ops

+++ kubernetes/apps/renovate/renovate-operator/jobs Kustomization: renovate/renovate-operator-jobs RenovateJob: renovate/rwlove-home-ops

@@ -37,13 +37,13 @@

   - name: RENOVATE_REDIS_URL
     value: redis://dragonfly.databases.svc.cluster.local:6379
   - name: RENOVATE_REPOSITORY_CACHE
     value: enabled
   - name: RENOVATE_CACHE_PRIVATE_PACKAGES
     value: 'true'
-  image: ghcr.io/renovatebot/renovate:43.143.1@sha256:2dd226666c8ef3413813e67ff6b34d40512997e99af896e51fe2b24eebf5150b
+  image: ghcr.io/renovatebot/renovate:43.142.1@sha256:4e16e43e114bc225bc72b0aafad6616faa4c9a4b0e2145753184858fa5cd83af
   parallelism: 5
   provider:
     name: github
   resources:
     requests:
       cpu: 100m
--- kubernetes/apps/observability/netdata/app Kustomization: observability/netdata HelmRelease: observability/netdata

+++ kubernetes/apps/observability/netdata/app Kustomization: observability/netdata HelmRelease: observability/netdata

@@ -34,13 +34,13 @@

       name: RemediateOnFailure
   values:
     child:
       enabled: false
     image:
       repository: ghcr.io/netdata/netdata
-      tag: v2.10.2
+      tag: v2.10.3
     ingress:
       enabled: false
     k8sState:
       enabled: false
     parent:
       alarms:

@rwlove rwlove merged commit 34e08b9 into main Apr 28, 2026
19 checks passed
@rwlove rwlove deleted the renovate/ghcr.io-netdata-netdata-2.x branch April 28, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant