fix(container): update ghcr.io/netdata/netdata ( v2.10.2 → v2.10.3 )#11048
Merged
fix(container): update ghcr.io/netdata/netdata ( v2.10.2 → v2.10.3 )#11048
Conversation
| datasource | package | from | to | | ---------- | ----------------------- | ------- | ------- | | docker | ghcr.io/netdata/netdata | v2.10.2 | v2.10.3 |
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 |
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.10.2→v2.10.3Release Notes
netdata/netdata (ghcr.io/netdata/netdata)
v2.10.3Compare 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:
ebpf.pluginthat, 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)SNMP-FRAMEWORK-MIB::snmpEngineTime(in seconds) to avoid the ~497-day TimeTicks wrap ofhrSystemUptime/sysUpTime, while keeping the existingsystemUptimemetric name and HR-MIB fallback (#22231, @ilyam8)extra_detailsfield from thego.d/powerstoreHardware struct to fix/hardwareresponse 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:
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
This PR has been generated by Mend Renovate.