Update docker.io/metabase/metabase Docker tag to v0.53.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.53.8 -> v0.53.9 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.53.9
: Metabase 53.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.53.9.x
JAR download: https://downloads.metabase.com/v0.53.9.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.53.9.x
JAR download: https://downloads.metabase.com/enterprise/v1.53.9.x/metabase.jar
Changelog
Enhancements
Database
- Support Mongo Atlas Flex (#54880)
Other
- Bit more logging (#55837)
- Don't load gsheets sync status component for non-admins (#55724)
- Add logging to
jdbc-get-tables
and make probe query logging more verbose (#55658) - feat: add remaining token check stats and settings (#55638)
- [db-pool] Try again to address the thread deadlock caused by c3p0 (#52351)
Bug fixes
Database
Querying
- Applying Filter to Summarize Layer of Question Breaks Drill-through behaviour on Dashboard (#55678)
Other