From 6134f4ac795b4315a46c8c7f8a7d84e8fa3ec308 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 May 2026 08:43:57 +0200 Subject: [PATCH] chore(package): update cr.simoncor.net/dockerhub/grafana/grafana-oss docker tag to v13 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cr.simoncor.net/dockerhub/grafana/grafana-oss](https://github.com/grafana/grafana) | major | `12.4.3` → `13.0.1` | --- ### Release Notes
grafana/grafana (cr.simoncor.net/dockerhub/grafana/grafana-oss) ### [`v13.0.1`](https://github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1301security-01-2026-05-12) [Compare Source](https://github.com/grafana/grafana/compare/v12.4.3...v13.0.1) ##### Bug fixes - **Security**: CVE-2026-28374 - **Security**: CVE-2026-28376 - **Security**: CVE-2026-28383 - **Security**: CVE-2026-28380 - **Security**: CVE-2026-33376 - **Security**: CVE-2026-28379 - **Security**: CVE-2026-33377 - **Security**: CVE-2026-33378 - **Security**: CVE-2026-33381 - **Security**: CVE-2026-33380
--- ### Configuration 📅 **Schedule**: (UTC) - 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 this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://git.simoncor.net/ansible/grafana/pulls/2 --- tasks/grafana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/grafana.yaml b/tasks/grafana.yaml index 6ba8099..380ab69 100644 --- a/tasks/grafana.yaml +++ b/tasks/grafana.yaml @@ -31,7 +31,7 @@ # run grafana name: "grafana" - image: "cr.simoncor.net/dockerhub/grafana/grafana-oss:12.4.3" + image: "cr.simoncor.net/dockerhub/grafana/grafana-oss:13.0.1" image_name_mismatch: "recreate" restart_policy: "unless-stopped" network_mode: "host"