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

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.53.2 -> v0.53.3

Release Notes

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

v0.53.3: Metabase 53.3

Compare Source

Upgrading

[!IMPORTANT]
Metabase 53 requires Java 21. Java 17 is no longer supported.

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.53.3.x
JAR download: https://downloads.metabase.com/v0.53.3.x/metabase.jar

Metabase Enterprise

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

Changelog

Enhancements
  • Push table actions button to the end of the table cell (#​53496)
  • Ensure menu text hover colors correctly with inherit (#​53433)
Bug fixes

Administration

  • Frozen UI after viewing a table with missing fields in the metadata browser (#​53194)

Database

  • Filtering on a Postgres enum after a Summarize stage breaks the question (#​53451)
  • Cloud migration read-only mode prevents middleware.update-used-cards (#​47376)

Querying

  • long question name breaks duplicate question modal layout (#​53364)
  • Field tooltip text overflowing in filter modal (#​50731)
  • Filtering on a timestamp that's aggregated by minute will return "no results" (#​50722)
  • Unsupported unit: Seconds (#​49469)
  • Don't 404 on api/card/<id>/unpersist if the card is not persisted (#​44857)
  • Minor metadata provider fixes (#​53449)

Reporting

  • Wrong cursor on visualization options (#​53664)
  • Misaligned column labels while editing dashboard visualization options of pivot tables (#​52905)
  • [Dashboards] Prevent duplicate edit dashboard calls from breaking dashboard save (#​53132)
  • Subscriptions Fail if Card is Based on a Question that Contains array_agg() - Postgres (#​53083)

Visualization

  • Regression: y-axis minimum is ignored for stacked 100% histograms (#​48021)
  • Pivot Table With No 'Rows' Does Not Render (#​44500)
  • Fixing broken description column in static viz tables (#​53726)