Update docker.io/metabase/metabase Docker tag to v0.52.9
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.8 -> v0.52.9 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)v0.52.9
: Metabase 52.9
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.9.x
JAR download: https://downloads.metabase.com/v0.52.9.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.52.9.x
JAR download: https://downloads.metabase.com/enterprise/v1.52.9.x/metabase.jar
Changelog
Enhancements
Embedding
- feat(sdk): Add option to remove dashboard footer (#52555)
- Disable device login emails for authentication via the Embedding SDK (#52196)
Other
- Handle legacy secrets double encoded with base64 (#52836)
- Initialize zeros for labeled counter metrics (#52834)
- Feature exclusion for Materialize (#52045)
Bug fixes
Administration
- Old permissions deprecation email is triggered many times after upgrading to 52.8 (#53054)
Querying
- "Display as Link" Configuration in Model Metadata doesn't Work (#51925)
- Drill-through actions for the wrong column are displayed when grouping by fields with null values (#49740)
- Wrong breadbrumbs when opening a metric (#47006)
- Update action has different value for timestamp columns when view and update (#32840)
Reporting
- Pivoted xlsx exports - pivot table fields are named as 'Sum' instead of column name (#51342)
- Non-pivoted Excel downloads do not work with "Multiply by a number" (scale) (#50518)
Visualization
- Custom Separator Style Isn't respected on Dashboard when Tile Size Reduced (#51075)
- There's no way to change the series color in multi-metric no-breakout chart (#46750)
- Mini Bar Chart for Percentage field shows full bar for values less than 100% (#34257)
- Column set as category allows numeric aggreagations but not Styling and Formatting (#30431)
- Font fallback on row chart legend is inconsistent with --mb-default-font-family (#53007)
Other