Update docker.io/metabase/metabase Docker tag to v0.55.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.55.5 -> v0.55.6 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.55.6
: Metabase 55.6
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.6.x
JAR download: https://downloads.metabase.com/v0.55.6.x/metabase.jar
Metabase Enterprise
Docker image: metabase/metabase-enterprise:v1.55.6.x
JAR download: https://downloads.metabase.com/enterprise/v1.55.6.x/metabase.jar
Changelog
Enhancements
Dashboards
- Correctly handle default colors when editing dashboard cards (#60115)
- New icons for editing visualizations on dashboards (#60040)
- Nicer error state for missing columns in dashboard cards(#60003)
- Better labels for undo/redo buttons when editing a card (#59990)
- Restore 'edit question' for cards that aren't using the new editing interface (#59982)
Embedding
- Remove beta badge from the sdk on the embedding homepage (#59857)
- Add ready event handler for new iframe embedding (#59714)
Other
- Fix downloads from development environments in Firefox (#59880)
- Update translations 2025-06-26 (#60156)
- Reduce setting label size to reduce accidental clicks (#59818)
- Improve error state for settings admins who don't have permissions to the homepage dashboard (#59817)
- Add unique keys to new menu items to fix console error (#60117)
- Clean up x-rays sidebar visual bug (#59739)
- Distinguish external remapping from explicit join (#60029)
- Stop asserting requests are not canceled (#59962)
Bug fixes
Administration
- Unreadable text for "Additional terms apply" pop up when uploading to sample DB (#60230)
- Permissions for a subcollection are not set if the admin frontend does not see the newly created subcollection (#41498)
Database
- Postgres JSONB "?" operator not compatible with field filter (#49373)
Embedding
- SDK: opening a color picker from visualizer settings opens it under the visualizer modal (#60116)
- titled=false will also disable PDF export on dashboards with filters and no tabs (#59503)
Organization
- N+1 in
POST /api/cards/dashboards
(#59906)
Querying
- Time component of a dashboard date filter has no effect on the results (#59778)
- Invalid query: {:stages [{:collection ["should be a string" "non-blank string"]}]} (#59675)
- Dashboard filter input overflows while typing (#59306)
- X-ray of "Day of week", "Minute of hour" causes nil exception if "No semantic type" is set (#23820)
Reporting
- Dashboard edit mode on small screen widths doesn't allow dragging cards, but cursor still changes to a drag icon (#56495)
Visualization
- Series formatting set in the Question is Lost When you Make any Dashboard Level Change via the Visualizer (#59580)
- Show values of data points on row charts doesn't show the value of the max (#59507)
- Redundant API requests fired in object detail viz (#56830)
Other