Update docker.io/metabase/metabase Docker tag to v0.54.7
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.54.6 -> v0.54.7 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.54.7
: Metabase 54.7
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.54.7.x
JAR download: https://downloads.metabase.com/v0.54.7.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.54.7.x
JAR download: https://downloads.metabase.com/enterprise/v1.54.7.x/metabase.jar
Changelog
Enhancements
- Use dedicated endpoints for remapping in dashboards & questions (#57571)
- Improve column width for text columns in subscriptions and alerts (#56991)
- [svg] Pool static-viz-context objects (#56648)
Bug fixes
Database
- Redshift "pg_enum" not found error when missing base types from SQL query (#56992)
Embedding
- Questions based on models with renamed fields will not get field values in public or embedded dashboards (#57604)
Visualization
- Text will not align on text cards (#57485)
Other