Upgrade bundled Grafana from 10.0.1 to 13.1.0#670
Merged
Conversation
Grafana 10.x left support in 2024. 13.1.0 brings two majors of security fixes and the auth.jwt support (with its dev-mode JWKS exemption) that machine-to-machine token sign-in relies on. Release notes cover the operator-facing breaking changes: the one-way dashboard schema migration (snapshot the PV first), AngularJS plugin removal, and the viewPanel deep-link format change. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
What
Bumps the default Grafana image from 10.0.1 (June 2023, out of support since 2024) to 13.1.0 (current stable), and documents the operator-facing consequences in the v6.0.0 release notes.
Why
[auth.jwt]support is what machine-to-machine consumers (Support client-credentials OIDC clients via serviceAccountsEnabled #668) use to sign in with tokens — including the dev-mode JWKS exemption needed on non-TLS test deployments (the https-scheme check is unconditional in 10.0.1; verified conditional in 12.x/13.1.0 source).Breaking changes documented (from the Grafana 10 baseline)
viewPaneldeep-link format change (11) — single-panel bookmarks/kiosk URLs need re-copying; whole-dashboard links unchanged.Not touched: the Grafana Helm chart dependency stays at 6.52.4; this is an image bump only.
🤖 Generated with Claude Code