From 87241c733429ff66497c5d0c573d530850012380 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 May 2025 01:14:19 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/grafa?= =?UTF-8?q?na/grafana=2012.0.0=20=E2=86=92=2012.0.1=20(#35689)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/grafana/grafana](https://redirect.github.com/grafana/grafana) | patch | `263cbef` -> `06dc8d6` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
grafana/grafana (docker.io/grafana/grafana) ### [`v12.0.1`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1201-2025-05-22) [Compare Source](https://redirect.github.com/grafana/grafana/compare/v12.0.0...v12.0.1) ##### Features and enhancements - **Chore:** Bump Go version to 1.24.3 [#​105101](https://redirect.github.com/grafana/grafana/pull/105101), [@​macabu](https://redirect.github.com/macabu) - **Dependencies:** Bump github.com/openfga/openfga from v1.8.6 to v1.8.12 [#​105368](https://redirect.github.com/grafana/grafana/pull/105368), [@​macabu](https://redirect.github.com/macabu) - **Dependencies:** Unpin and bump github.com/getkin/kin-openapi from v0.126.0 to v0.132.0 [#​105249](https://redirect.github.com/grafana/grafana/pull/105249), [@​macabu](https://redirect.github.com/macabu) - **K8s:** Dashboards: Add fine grained access control checks to /apis [#​104419](https://redirect.github.com/grafana/grafana/pull/104419), [@​stephaniehingtgen](https://redirect.github.com/stephaniehingtgen) ##### Bug fixes - **Dashboard:** Fix Panel Explore link subpath duplication ([#​104952](https://redirect.github.com/grafana/grafana/issues/104952)) [#​105056](https://redirect.github.com/grafana/grafana/pull/105056), [@​axelavargas](https://redirect.github.com/axelavargas) - **Dashboard:** Fixes issue with row repeats and first row [#​104469](https://redirect.github.com/grafana/grafana/pull/104469), [@​torkelo](https://redirect.github.com/torkelo) - **Graphite:** Ensure template variables are interpolated correctly [#​105389](https://redirect.github.com/grafana/grafana/pull/105389), [@​aangelisc](https://redirect.github.com/aangelisc) - **Graphite:** Fix Graphite series interpolation [#​104516](https://redirect.github.com/grafana/grafana/pull/104516), [@​aangelisc](https://redirect.github.com/aangelisc) - **InfluxDB:** Fix nested variable interpolation [#​104176](https://redirect.github.com/grafana/grafana/pull/104176), [@​aangelisc](https://redirect.github.com/aangelisc) - **MetricsDrilldown:** Restore link to Metrics Drilldown from Explore [#​104073](https://redirect.github.com/grafana/grafana/pull/104073), [@​NWRichmond](https://redirect.github.com/NWRichmond) - **NestedFolderPicker:** Fix scroll jumps back to top [#​105769](https://redirect.github.com/grafana/grafana/pull/105769), [@​samsch](https://redirect.github.com/samsch) - **Preferences:** Disable the save button whilst saving preferences [#​105612](https://redirect.github.com/grafana/grafana/pull/105612), [@​ashharrison90](https://redirect.github.com/ashharrison90) - **Prometheus:** Fix semver import path [#​104945](https://redirect.github.com/grafana/grafana/pull/104945), [@​jackw](https://redirect.github.com/jackw) - **Themes:** Prevent duplicated API call in drawer [#​105611](https://redirect.github.com/grafana/grafana/pull/105611), [@​ashharrison90](https://redirect.github.com/ashharrison90) - **XYChart:** Coerce threshold steps to numbers [#​104492](https://redirect.github.com/grafana/grafana/pull/104492), [@​leeoniya](https://redirect.github.com/leeoniya) - **Security:** Fix CVE-2025-4123 - **Security:** Fix CVE-2025-3580
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/premium/grafana/Chart.yaml | 4 ++-- charts/premium/grafana/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/premium/grafana/Chart.yaml b/charts/premium/grafana/Chart.yaml index 0b8c1522c7b..a5f58b69c1c 100644 --- a/charts/premium/grafana/Chart.yaml +++ b/charts/premium/grafana/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: premium apiVersion: v2 -appVersion: 12.0.0 +appVersion: 12.0.1 dependencies: - name: common version: 25.4.10 @@ -40,5 +40,5 @@ sources: - https://hub.docker.com/r/grafana/grafana - https://quay.io/kiwigrid/k8s-sidecar type: application -version: 18.0.0 +version: 18.0.1 diff --git a/charts/premium/grafana/values.yaml b/charts/premium/grafana/values.yaml index b342dc5c8ab..8d9d0f6c1b2 100644 --- a/charts/premium/grafana/values.yaml +++ b/charts/premium/grafana/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/grafana/grafana pullPolicy: IfNotPresent - tag: 12.0.0@sha256:263cbefd5d9b179893c47c415daab4da5c1f3d6770154741eca4f45c81119884 + tag: 12.0.1@sha256:06dc8d60e184705e5dc00e051a6d92342a44010d7d5e538d0a36339e85abb9b7 sidecarImage: repository: quay.io/kiwigrid/k8s-sidecar