Update docker.io/metabase/metabase Docker tag to v0.52.3
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.2 -> v0.52.3 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.52.3
: Metabase 52.3
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.3
JAR download: https://downloads.metabase.com/v0.52.3/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.52.3
JAR download: https://downloads.metabase.com/enterprise/v1.52.3/metabase.jar
Notes
Changelog
Enhancements
Embedding
- Fix embed loader not translated with #locale (#50841)
- Support providing parameter values in InteractiveQuestion in the sdk (#50493)
- [SDK] create a "compatibility layer" for nextjs (#50439)
- [SDK] when components are rendered outside of the provider, they should not make the host app crash (#50736)
Querying
- Fix distribution drill thru for multi-stage queries (#51247)
Other
- Use pr-str so log data is parseable (#51275)
- More logging around search index maintenance (#51206)
- Better diagnostic info when Search Index is not ready (#51201)
- guard against a stage number in matching (#51263)
- update tracking for embedding-sdk-react and embedding-iframe x-metabase-clients (#51179)
- Quiet snowflake logging (#51138)
- Fix alert condition text (#51117)
- Fix the "invite" screenshot (#51098)
- [search] track average entry index time as histogram (#51095)
- Onboarding accordion items can sometimes expand outside the viewport (#51006)
- Cancelled requests are overly verbose (#50992)
- Use the time_history icon to display when a question was last updated (#50952)
- Encapsulate default models to search (#50938)
- Enable bug reporting (#50856)
- Dismissible "How to use Metabase" sidebar link (#50536)
- Faster sync with describe-indexes (#49981)
Bug fixes
Database
- Sync views and materialized views (#50223)
Querying
- Cannot Save Native Queryies with Crosstabs that have long Definitions (#51131)
- Updating a filter via click behavior will not populate the field on actions (#51020)
- Order of selected filter values may cause cache miss due to hash mismatch (#48887)
- Error when using Group by "hour of day" on an attribute from a join and a custom column (#48058)
Reporting
- PDF export cuts dashboards in the middle (#50584)
Visualization
- missing tooltip for waterfall chart total (#48118)
Other
- Entity Picker generates wrong initial path when initial value is in another users personal collection (#50604)
- Fail to start instance with
config.yml
if password contains special characters{{
or[[
(#31562) - Insert setting error on master (#50978)
- Passing
?limit=
twice to a question URL returns a bare 500 (#45345)