Update docker.io/metabase/metabase Docker tag to v0.51.6
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.51.5 -> v0.51.6 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.51.6
: Metabase v0.51.6
Upgrading
Before you upgrade, back up your Metabase application database!
Check out our upgrading instructions.
Docker image: metabase/metabase:v0.51.6
Download the JAR here: https://downloads.metabase.com/v0.51.6/metabase.jar
Notes
SHA-256 checksum for the v0.51.6 JAR:
9ad00fbdf571840c522ff31105145d9aa8ac5033c4075421cefcfe30434f0b65
Changelog
Enhancements
- Table Column Ordering Should Not Prevent Pivot Exports (#50599)
- remove pivot-grouping row and columns in tandem (#50476)
Bug fixes
Databases
- Snowflake - Specifying Schema in Database Setup still requires Schema in Queries (#50422)
- Databricks Catalog is not Validated when the Connection is Set Up (#49444)
Querying
- Customizing grouping options for time group filter breaks some functionality (Ex: Publishing Static Dashboards) (#50371)
- Dashboard date filter "Previous Month, Starting 1 Month Ago" is off by one day (#49853)
- Re-ordering of Pivot Column Row section breaks download (#50207)
Other
- Uploading CSV no longer works when there is materialized views (postgresql) (#50501)
Embedding
- Make entity picker's placeholder, chevron and search picker color themeable in embedding sdk (#50394)
- Theme options for tooltip text colors and background colors for sdk (#45764)
Under the Hood
- [SDK] modals don't use the correct portal on storybook and cypress component tests, this leads to wrong styles being applied (#50521)
- update bigquery and netty (#50588) (#50619)
- Update SDK version to 0.51.10 (#50614)
- update bigquery and netty (#50588)
- Update links for SDK npm so they actually point to the npm page (#50499)
- Adding .png version of no_results.svg to fix #49012 (#50426)
- Channel test return error response (#50254)