Update docker.io/metabase/metabase Docker tag to v0.55.5
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.55.4 -> v0.55.5 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.55.5
: Metabase 55.5
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.55.5.x
JAR download: https://downloads.metabase.com/v0.55.5.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.55.5.x
JAR download: https://downloads.metabase.com/enterprise/v1.55.5.x/metabase.jar
Changelog
Enhancements
Embedding
- Polish embedding-specific onboarding flow (#59854, #59850, #59825, #59784, #59712, #59694)
- Option to use existing user session in new iframe embedding (#59701)
- fix(sdk): Fix flickered "Question new not found error" (#59696)
- Allow more settings to be updated in new iframe embedding (#59487)
Other
- Shortcut for formatting Shift + Command + f (#59534)
- Hide db routing for unsupported DB engines (#59934, #59849, #59806)
- Make "Add data" widget keyboard friendly (#59468)
- Resolve a circular dependency in collections (#59685)
Bug fixes
Administration
- Bottom padding missing in scrollable dropdowns (#54974)
Operation
- Serialisation breaks with (Filename too long) when questions/dashboards have a long name (#59233)
Organization
- Trash collection doesn't respect user's selected language (#59260)
- Error modal is displayed a second time after an unrelated action (#55382)
- Safari: text got overlayed on full search app (#52013)
- Incorrect "..." button visual focus state when sidebar is open (#51898)
Querying
most-specific-common-ancestor
calculates wrong common ancestor depending on order of arguments (#59366)- drag the divider between the native query editor & the visualization (#59110)
- Table Metadata having 2 FKs from the same table pointing to another table will implicitly show the 1st FK in the UI (#40676)
- [MLv2] - Removing field from multistage query with implicit breakout causes error (#35067)
Reporting
- dragging a chart to top of dashboard takes too long (#59645)
Visualization
- Column info popover appears behind the column settings popover (#55637)
- Grid map broken with native queries when binning long/lat by <1 (#49462)
- Stacked bar chart with mixed negative and positive values creates nonsensical percentage breakdowns in tooltips (#47596)
Other
- Error starting v54 after downgrading from v55 (#59566)