Update docker.io/metabase/metabase Docker tag to v0.52.6

No problems upgrading the Docker container with a Docker compose yaml file and by means of Watchtower infrastructure with dependency update facilitated by Mend's Renovate Bot.

This MR contains the following updates:

Package Update Change
docker.io/metabase/metabase patch v0.52.5 -> v0.52.6

Release Notes

metabase/metabase (docker.io/metabase/metabase)

v0.52.6: Metabase 52.6

Compare Source

Upgrading

Before you upgrade, back up your Metabase application database!

Check out our upgrading instructions.

Get the most out of Metabase. Learn more about advanced features, managed cloud, and first-class support.

Metabase Open Source

Docker image: metabase/metabase:v0.52.6.x
JAR download: https://downloads.metabase.com/v0.52.6.x/metabase.jar

Metabase Enterprise

Docker image: metabase/metabase-enterprise:v1.52.6.x
JAR download: https://downloads.metabase.com/enterprise/v1.52.6.x/metabase.jar

Changelog

Enhancements

Visualizations

  • Fix pivot drill thru for multi-stage queries (#​51950)
  • Fix performance of CSV pivot table export (#​51985)

Database

  • Databricks OAuth M2M authentication (#​51900)
  • Make key-pair the default auth method for Snowflake (#​51248)
  • Better handling of broken database connections (#​51176)
  • Fix clickhouse uploads (#​52181)

Embedding SDK

  • Update error colors following the new design (#​52029)
  • SDK builds created with --watch don't seem to work with cypress anymore (#​51930)
  • Convert ChartsettingOrderedItems to match ChartSettingSelect (#​51332)
  • Fix ChartSettingsPopover style/z-index issues (#​51154)
  • fix(sdk): Fix alignment of ColorSelector in SDK Chart Settings (#​51000)
  • feat(sdk): Modify Interactive Question Layout (#​50152)

Other

  • Run search index worker on every instance (#​52108)
  • Enable realtime search indexing without experimental flag (#​52018)
  • Add trace logging for search index queue, and fix timer (#​52017)
  • Refactor collection list query for performance (#​51929)
  • [Notification] reduce memory footprint (#​51708)
  • Show errors from backend in Create API key modal (#​51395)
Bug fixes

Querying

  • YoY vizualisation displays two '1st week' datapoints for year 2025 (#​51777)
  • Query results with aggregations are not correctly cached (#​51672)

Dashboards

  • Removing the source filter from a linked filter will leave the latter broken (and with an invalid reference) (#​49556)
  • Field Filters get unlinked the moment you make changes to other Filters inside a Dashboard (#​51957)
  • Long text in text cards should be wrapped in mobile viewports (#​35337)
  • Dashboard/bell icon in emails should line up with top of email title (#​18791)

Visualization

  • Pivot table does not render until its viewport is resized (#​51926)
  • Cannot Change Format of Date for X or Y Axis (#​51839)
  • Missing "pivot table" button after last update (#​9874)
  • Map should be zoomable/pannable via mouse scroll (#​9437)
  • Problem with time series using the Log scale (#​4286)

Other

  • Switching Snowflake to RSA Auth after Password Auth is Confusing (#​51057)
  • Basic actions do not work for models with a UUID primary key (#​47139)
  • We're activating users on destination instances when loading entities with serialization (#​51801)