Skip to content

build(grafana): upgrade to 13.0.2 and enable parquet buffer migration#5376

Open
RafaelPaulovic wants to merge 1 commit into
teslamate-org:mainfrom
RafaelPaulovic:chore/grafana-13.0.2
Open

build(grafana): upgrade to 13.0.2 and enable parquet buffer migration#5376
RafaelPaulovic wants to merge 1 commit into
teslamate-org:mainfrom
RafaelPaulovic:chore/grafana-13.0.2

Conversation

@RafaelPaulovic

Copy link
Copy Markdown

What

  • Bump Grafana base image 13.0.1-security-0113.0.2.
  • Set GF_UNIFIED_STORAGE_MIGRATION_PARQUET_BUFFER=true.
  • Bump dashboard pluginVersion strings 13.0.1+security-0113.0.2 (167 occurrences, 23 dashboards).

Why

13.0.2 is the regular release that supersedes the out-of-band 13.0.1-security-01 patch, so no -security variant is needed (none exists for 13.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:

logger=secrets level=error msg="Failed to get current data key" error="database is locked (5) (SQLITE_BUSY)"

Setting GF_UNIFIED_STORAGE_MIGRATION_PARQUET_BUFFER=true resolves it.

Testing

Built and ran the image locally (arm64):

  • version=13.0.2, /api/healthdatabase: ok.
  • Datasource + all 23 dashboards provisioned, 0 parse errors.
  • DB migrations: 710 executed, 0 errors.
  • With PARQUET_BUFFER=true: no secrets error. With =false: the SQLITE_BUSY secrets error reappears.

Follows up on #5324.

🤖 Generated with Claude Code

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>
@CLAassistant

CLAassistant commented Jun 8, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@RafaelPaulovic RafaelPaulovic marked this pull request as ready for review June 8, 2026 17:33
@RafaelPaulovic

Copy link
Copy Markdown
Author

@netlify

netlify Bot commented Jun 8, 2026

Copy link
Copy Markdown

Deploy Preview for teslamate ready!

Name Link
🔨 Latest commit f53949d
🔍 Latest deploy log https://app.netlify.com/projects/teslamate/deploys/6a26fc13b4c84f0008f34132
😎 Deploy Preview https://deploy-preview-5376--teslamate.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants