Update docker.io/metabase/metabase Docker tag to v0.52.8
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.7 -> v0.52.8 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.52.8
: Metabase 52.8
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.8.x
JAR download: https://downloads.metabase.com/v0.52.8.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.52.8.x
JAR download: https://downloads.metabase.com/enterprise/v1.52.8.x/metabase.jar
Changelog
Enhancements
Querying
- Support aggregation functions inside expressions in aggregation (#52611)
- Don't automatically persist/cache models in Pro/Enterprise (#52209)
Other
- [SDK] Update Next.js compat layer's components list (#52511)
- Cmd+Click on search results should open the link in a new tab (#35902)
- Fix loader flicker and double scrollbars with the entity framework in Admin -> Data model -> Segments (#52411)
- Move weight updates to a PUT (#52582)
- Pass full_stacktrace in /api/ee/serialization/import (#52580)
- Make
/auth/sso
return a json error on oss instead of a 404 html page (#51972) - Do not clean sandboxing queries (#52710)
- Prometheus metrics for improved search (#52737,#52652,#52534, #52452)
- Always schedule new trigger (#52600)
Bug fixes
Administration
- Date fields not displayed on custom remapping (#7108)
- Cannot filter on enum fields on dashboards (#40396)
- Make sync timezone log human readable (#46867)
Database
- Postgres XML Column is not visualized (#50065)
- CSV dates for MongoDB are emitted with a time (#46856)
- CSV dates for Athena are emitted with time (#46849)
yyyymmddhhmmss
bytes to timestamp coercion broken for Presto JDBC (#46848)- Table is not preselected for a nested Mongo question coverted to native query (#40557)
Embedding
- Embed preview doesn't change the font when setting static question font to any font (#45638)
- SaveQuestionForm sdk component's save button is not equal in size with cancel (#50010)
Operation
- Serialization: Importing Same YAML with NULL Entity ID Twice Later Breaks Export (#50106)
Organization
- Uploading CSV file containing unicode characters to a ClickHouse database creates table with long URL-encoded name (#52116)
Querying
- Custom expression help popover is hidden (#52711)
- Drill-Down Summarize Not Showing Underlying Fields After Version 52 (#52627)
- Join data picker does not show recent tables (#52523)
- Default names for date and number filters are off (#51996)
- Actions can't be made public (#51282)
- Click behavior doesn't work for numeric columns for questions based on models (#51058)
- Native query drill should be disabled for queries with variable template tags (#49051)
- Filter popover attached to the wrong trigger after dragging & dropping clauses (#48922)
- convertTimezone custom expression help should not have external link (#27184)
- Filtering of
is empty
andis not empty
is confusing because they are under Exclude, which reverses meaning (#26771) - Coalesce in aggregation "Custom Expression" (#19289)
Reporting
- Editing the Title in Dashboard Visualizations May Remove 3-Dot Edit Menu (#46897)
- Truncate columns to 32767 chars on xlsx exports to avoid errors (#42115)
- Email Subscriptions show almost all charts with "No results" after auto update to Metabase 52.6 (#52467)
Visualization