Update docker.io/metabase/metabase Docker tag to v0.53.4
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.3 -> v0.53.4 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.53.4
: Metabase 53.4
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.53.4.x
JAR download: https://downloads.metabase.com/v0.53.4.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.53.4.x
JAR download: https://downloads.metabase.com/enterprise/v1.53.4.x/metabase.jar
Changelog
Enhancements
Dashboards
- Allow duplicating dashboards that don't have questions saved in them (#53766)
- Allow specifying a dashboard tab for questions saved in dashboards (#53615)
Other
- fix(sdk): Auto-select sample database tables if no other database is added in CLI SDK quickstart (#53654)
- Error explicitly when attempting to use sandboxing and impersonation simultaneously (#53849)
- Optimize memory usage email notification rendering (#53717)
- Fewer warnings in browser developer console on dashboards (#53528)
Bug fixes
Administration
- If session throttling is disabled, then google auth will not work (#53788)
- Disabling Google SSO Locks out Previously Provisioned SSO Users (#46634)
- Group user screens should not sort admins and group managers before other users (#32596)
Database
- PostgreSQL integer array column breaks showing query in v0.53.3.4 (#54190)
- Athena and Vertica queries with arrays are not handled properly (#53551)
- SQLite shouldn't appear on Cloud (#44233)
Embedding
- [SDK] Hide "New Question" in EditableDashboard edit mode's sidebar when in SDK (#53896)
- [SDK] Drill-through menu's container width is very wide (#53891)
Querying
- Drilldown to hours and minutes level causes an error on MySQL (#53777)
- Mongo UUID not displayed correctly and filter not working (#53564)
- Fix i18n string in models/setting (#16800)
Visualization
- Map filters don't show valid values in some cases (#41056)
- Not able to remove series from chart. (#54074)
- Unable to change the color of the line or the bar (#53735)
- "Show values for this series" option is missing on stacked bar/combo charts (#53248)
- When you add "trend line" to a line chart, the line isn't visible when it's delivered to Slack channels. (#53711)
Other
- Create action modal closes and forgets user's input on viewport change (#32750)
- Boolean fields in basic / custom actions stop being toggles (#39101)
- Model action is being referred to as native question (#52945)
- Redundant GET
/api/action
request when viewing non-model object details (#50266) - Some strings such as aggregations, are not translated (#53988)
- Thai characters do not display for charts when rendering subscriptions (#54155)