fix(container): update image victoria-metrics-k8s-stack ( 0.85.3 → 0.85.6 )#3999
fix(container): update image victoria-metrics-k8s-stack ( 0.85.3 → 0.85.6 )#3999renovate[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
victoria-metrics-k8s-stack: v0.85.3 → v0.85.4
Verdict: Safe to merge
Summary:
Patch bump introducing improved garbage collection for sync-job managed resources (ConfigMaps, GrafanaDashboards, VMRules). The feature is controlled by syncJob.useOwnerReferences (default true), which automatically sets owner references to enable Kubernetes garbage collection.
Impact Assessment:
- No breaking changes or deprecations
- No config changes required in
monitoring/victoria-metrics/victoria-metrics.yaml - The default behavior (owner references enabled) is beneficial and improves cluster hygiene when the release is uninstalled
- All monitored components (vmsingle, alertmanager, vmalert, vmagent) continue to work as before
Sources consulted:
Claude Review Usage
|
51d56f3 to
f9affb3
Compare
Superseded by updated review covering 0.85.5
There was a problem hiding this comment.
victoria-metrics-k8s-stack: v0.85.3 → v0.85.5
Verdict: Safe to merge
Summary:
Patch bump covering two minor releases with bug fixes and improved resource cleanup. No breaking changes or configuration updates required.
Changes included:
- v0.85.4 (24 Jun 2026): Adds owner references on managed ConfigMaps, GrafanaDashboards, and VMRules for automatic garbage collection. Controlled by
syncJob.useOwnerReferences(defaulttrue). - v0.85.5 (25 Jun 2026): Fixes sync-job failing to patch cluster variable filters in dashboards stored as structured objects (map form).
Impact Assessment:
- AppVersion remains v1.146.0 (chart-only patch)
- No breaking changes or deprecations
- Current config in
monitoring/victoria-metrics/victoria-metrics.yamlusesdefaultDashboards: enabled: true, so v0.85.5 fix is directly relevant - No explicit
syncJobconfiguration needed; defaults apply - Owner references feature (v0.85.4) is beneficial for cluster cleanup and enabled by default
- All monitored components (vmsingle, alertmanager, vmalert, vmagent) continue to work as before
Sources consulted:
f9affb3 to
8d015aa
Compare
…85.6 ) | datasource | package | from | to | | ---------- | -------------------------------------------------------------- | ------ | ------ | | docker | ghcr.io/victoriametrics/helm-charts/victoria-metrics-k8s-stack | 0.85.3 | 0.85.6 | Signed-off-by: Winston R. Milling <wrmilling@users.noreply.github.com>
8d015aa to
d5aac64
Compare
Superseded by updated review covering v0.85.6
There was a problem hiding this comment.
victoria-metrics-k8s-stack: v0.85.3 → v0.85.6
Verdict: Safe to merge
Summary:
Patch bump covering three minor releases with bug fixes and improved resource cleanup. No breaking changes or configuration updates required.
Changes included:
- v0.85.4 (24 Jun 2026): Adds owner references on managed ConfigMaps, GrafanaDashboards, and VMRules for automatic garbage collection. Controlled by
syncJob.useOwnerReferences(defaulttrue). - v0.85.5 (25 Jun 2026): Fixes sync-job failing to patch cluster variable filters in dashboards stored as structured objects (map form).
- v0.85.6 (26 Jun 2026): Sync-job manifest generation mode support (OUTPUT env var); fixes $cluster variable injection in dashboards with no cluster template variable.
Impact Assessment:
- AppVersion remains v1.146.0 (chart-only patches)
- No breaking changes or deprecations
- Current config in
monitoring/victoria-metrics/victoria-metrics.yamlusesdefaultDashboards: enabled: true, so v0.85.5 and v0.85.6 dashboard fixes are directly relevant - No explicit
syncJobconfiguration needed; defaults apply - Owner references feature (v0.85.4) is beneficial for cluster cleanup and enabled by default
- All monitored components (vmsingle, alertmanager, vmalert, vmagent) continue to work as before
Sources consulted:
- Renovate release notes in PR body (v0.85.4–v0.85.6)
- Local configuration review (
monitoring/victoria-metrics/victoria-metrics.yaml)
This PR contains the following updates:
0.85.3→0.85.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
VictoriaMetrics/helm-charts (victoria-metrics-k8s-stack)
v0.85.6Compare Source
Release notes for version 0.85.6
Release date: 26 Jun 2026
OUTPUT=-(stdout) orOUTPUT=<file>to write all rendered ConfigMap/GrafanaDashboard/VMRule manifests as YAML instead of applying them to the cluster, allowing users to commit the output to a repository and deploy via GitOps tools in air-gapped environments. See #3040$clustervariable into dashboards that have no cluster template variable, causing Grafana to show "No data" or variable errors whenmulticluster: false. See #3042v0.85.5Compare Source
Release notes for version 0.85.5
Release date: 25 Jun 2026
v0.85.4Compare Source
Release notes for version 0.85.4
Release date: 24 Jun 2026
syncJob.useOwnerReferences(defaulttrue). See #3032Configuration
📅 Schedule: (in timezone America/Chicago)
🚦 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 was generated by Mend Renovate. View the repository job log.