Update docker.io/metabase/metabase Docker tag to v0.53.5
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.4 -> v0.53.5 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)v0.53.5
: Metabase 53.5
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.5.x
JAR download: https://downloads.metabase.com/v0.53.5.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.53.5.x
JAR download: https://downloads.metabase.com/enterprise/v1.53.5.x/metabase.jar
Changelog
Enhancements
Visualization
- New map tiles APIs to support parameterization and public sharing/embedding (#54150)
- Error when a wrong semantic type is used for viz settings (#54271)
Dashboards
- Allow changing save location when saving a modified dashboard question (#54526)
- Allow dashboards that don't have questions saved inside to be duplicated (#53780)
- Allows to select a tab when creating and duplicating a question saved in a dashboard (#53580)
- Use last selected collection for default save location if more recent than a dashboard (#53571)
Other
- Add the ability to filter by UUID in MongoDB (#54386)
- Improve example component import paths for Embedding SDK (#53473)
- Add Prometheus metrics for notification system (#53289)
Bug fixes
Database
- Metabase casts date fields to datetime on Oracle, making indexes unusable (#53371)
ObjectId
in filter is transformed to string after conversion to native (#38311)- BigQuery - INVALID_ARGUMENT for Custom Column (#37600)
Embedding
- Chained filters in static embedding don't work as expected (#54601)
- Embedding code popover is too small (#54407)
- Redundant query on public / embedded question page with default filters (#17061)
Querying
- Dropdown filter after aggregation defaults to search box (#54328)
- Wrong in-product help for the offset() function (#54306)
- Dashboard Date Filter show wrong dates in the preview (#54236)
- Incorrect custom expression is generated for the current period date filters (#54191)
- Breakout and drill-down don't work on native models when source columns are mapped and renamed (#53556)
- Preview icon overlaps notebook editor controls (#53036)
- Date filter translations: Key not being translated (#48824)
- Relative date time widget with "starting from" value is not translated properly (#24624)
Visualizations
- Table viz shows duplicated columns after query manipulation (#54547)
- "Zoom in" drillthrough is not allowed if data comes from joined table (#53956)
- Download of grouped-column pivot tables without row totals fails (#54530)
- Link visualization tooltip does not render markdown (#52888)
Reporting