Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
4f80b1e075 Update Grafana image tag to v12.4.2-4c54774
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 11:27:16 -07:00
4c547745bf Upgrade Grafana 12.3.3 → 12.4.2
Patches 7 CVEs including CVE-2026-27880 (unauthenticated OOM DoS, CVSS 7.5).
No config changes needed — alerting pending period behavior change is a net
improvement for our NoData/Error rules.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 11:21:26 -07:00
4 changed files with 5 additions and 4 deletions

View file

@ -18,7 +18,7 @@ images:
- name: registry.ops.eblu.me/blumeops/grafana-sidecar
newTag: v1.28.0-613f05d
- name: registry.ops.eblu.me/blumeops/grafana
newTag: v12.3.3-613f05d
newTag: v12.4.2-4c54774
configMapGenerator:
- name: grafana

View file

@ -1,4 +1,4 @@
ARG CONTAINER_APP_VERSION=12.3.3
ARG CONTAINER_APP_VERSION=12.4.2
FROM alpine:3.22

View file

@ -0,0 +1 @@
Upgrade Grafana from 12.3.3 to 12.4.2 — patches 7 CVEs including an unauthenticated DoS (CVE-2026-27880).

View file

@ -97,8 +97,8 @@ services:
- name: grafana
type: argocd
last-reviewed: 2026-02-23
current-version: "12.3.3"
last-reviewed: 2026-04-02
current-version: "12.4.2"
upstream-source: https://github.com/grafana/grafana/releases
notes: Home-built container from Alpine; upgraded from Helm to Kustomize