build(grafana): upgrade to 13.0.2 and enable parquet buffer migration#5376
Open
RafaelPaulovic wants to merge 1 commit into
Open
build(grafana): upgrade to 13.0.2 and enable parquet buffer migration#5376RafaelPaulovic wants to merge 1 commit into
RafaelPaulovic wants to merge 1 commit into
Conversation
Bump Grafana base image from 13.0.1-security-01 to 13.0.2. The 13.0.2
regular release supersedes the out-of-band 13.0.1-security-01 patch, so
no `-security` tag variant is needed (none exists for 13.0.2). Tag is
multi-arch (amd64, arm64, arm/v7).
Set GF_UNIFIED_STORAGE_MIGRATION_PARQUET_BUFFER=true. Without it, startup
emits a unified-storage secrets error ("Failed to get current data key:
database is locked (SQLITE_BUSY)"); enabling the parquet buffer migration
resolves it.
Bump dashboard pluginVersion strings from 13.0.1+security-01 to 13.0.2.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
From: https://www.reddit.com/r/grafana/comments/1tzujre/grafana_13_broke_my_teslamate_dashboards_after/ @JakobLichterfeld could you please take a look? |
✅ Deploy Preview for teslamate ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
13.0.1-security-01→13.0.2.GF_UNIFIED_STORAGE_MIGRATION_PARQUET_BUFFER=true.pluginVersionstrings13.0.1+security-01→13.0.2(167 occurrences, 23 dashboards).Why
13.0.2is the regular release that supersedes the out-of-band13.0.1-security-01patch, so no-securityvariant is needed (none exists for13.0.2). The tag is multi-arch (amd64, arm64, arm/v7), matching the existing image-selection constraint.Without the parquet buffer migration toggle, startup emits a unified-storage secrets error:
Setting
GF_UNIFIED_STORAGE_MIGRATION_PARQUET_BUFFER=trueresolves it.Testing
Built and ran the image locally (arm64):
version=13.0.2,/api/health→database: ok.PARQUET_BUFFER=true: no secrets error. With=false: theSQLITE_BUSYsecrets error reappears.Follows up on #5324.
🤖 Generated with Claude Code