Update docker.io/metabase/metabase Docker tag to v0.54.11
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.10 -> v0.54.11 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.54.11
: Metabase 54.11
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.11.x
JAR download: https://downloads.metabase.com/v0.54.11.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.54.11.x
JAR download: https://downloads.metabase.com/enterprise/v1.54.11.x/metabase.jar
Changelog
Enhancements
- Add
entityTypes
forInteractiveQuestion
in SDK to customize data picker (#58208) - Check for lowercase tables in appdb to avoid duplicating tables during migration (#58605)
- Fix embarrassing styling in Data Reference (#58544)
Bug fixes
Administration
- SSH tunnelled db connections break indefinitely when the remote sshd is restarted (#36403)
Database
- Clickhouse expects UUID (capital letters) rather than uuid on cast function (#58461)
- The no-op rollback log on custom migrations is misleading (#44400)
Querying
- The selected filter value is split when it contains a comma (#57967)
- See These Records... fails on questions grouping by the same native column multiple times (#53604)
- Public download urls can reach the limit of url length (#51813)
- Columns Sharing the Same Name Different Tables Cannot both be Referenced in Custom Expressions Post Aggregate (#50308)
Reporting
- Dashboard subscription sending Number type visualization that is wrong column selected (#57793)
- Columns are sorted in JSON export, when there more than 8 columns (#12247)
Visualization
- Conditional formatting won't display on subscriptions when it is applied to multiple columns (#58234)
Other
lang
attribute doesn't respect user locale, uses instance locale instead. (#49538)