Update docker.io/metabase/metabase Docker tag to v0.51.4
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.3 -> v0.51.4 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.51.4
: Metabase v0.51.4
Upgrading
Before you upgrade, back up your Metabase application database!
Check out our upgrading instructions.
Docker image: metabase/metabase:v0.51.4
Download the JAR here: https://downloads.metabase.com/v0.51.4/metabase.jar
Notes
SHA-256 checksum for the v0.51.4 JAR:
6729096beece7c9b388b384f6f3dd242e539caed896436599557930048dc99e5
Changelog
Enhancements
Administration
- Add a
force
param to update permission graph endpoints that always update permissions and doesn't require arevision
number (#β49845) - Merge login_attributes when updating existing users via config file (#β50050)
- Clarify cache API permissions and add tests (#β49804)
- Add required filters and default values to Metabase Analytics dashboards (#β49627)
Embedding SDK
- Separate view from data for question titles (#β50129)
- fix(sdk): remove `Cannot update a component XX while rendering a (#β50078)
- Enforce key prop on tooltip row in echarts tooltip (#β50045)
- Add generic components for summarize and breakout (#β50039)
- Add multi-step popover for default view components (#β50018)
- fix(sdk): sdk version wrapped in quotes (#β50014)
- feat(sdk): use Alert component for SDKError (#β49895)
- Update docs and sample app to not deserialize & re-serialize the session in the auth provider (#β49762)
- Expose FilterPicker querying component to the sdk (#β49752)
- [SDK] detect mismatch between sdk version and metabase version (#β49711)
Other
- Omit database details from H2 dump when is_attached_dwh (#β50036)
- Get cloud able to sync the attached datawarehouses (#β49971)
- update subscription checkboxes (#β49805)
- Hungarian language support (#β38101)
Bug fixes
Administration
- Sync of DB is merging fields from neighbor DB from table with same name (#β50072)
- Sandboxing using a parameterized SQL card errors until an admin runs the sandboxing card successfully for the first time (#β49985)
- Advanced Sandboxing is Broken on 51 (#β49969)
- We don't sync materialized views fields (#β49912)
- Discard Field values call/query queries will fail in databases that have more than 65535 categorical fields (#β33037)
Embedding
- Custom destination click behavior broken for statically embedded trend charts (#β50086)
- After update 0.51.2 On public Dashboard the link goes to URL don't work (#β49776)
- No tooltip anymore in static embedded bar chart (#β49537)
- Save question button's disabled state should be themed in the sdk's dark mode (#β47559)
Querying
- Little cosmetic bug in GUI editor when joining tables with names of different lenghts (#β50038)
- Numeric/decimal column filters for bigquery databases no longer does greater than/less than comparison (#β49913)
- Row limit doesn't work in Firefox by clicking arrows (#β49587)
Visualization
- Exporting pivots to XLSX with "Keep Data Pivoted" selected can Crash Metabase (Heap memory error) and pegs CPU (#β49977)
- Pivoted Exports Aren't Pivoted After Sorts Applied in Viz Settings (Until Save) (#β49437)
- Column Headers in Exports Pivots are Sometimes Ordered Incorrectly (#β49416)
- Large Pivot Tables fail to download (CSV) when Keep Data Pivoted is enabled (#β49353)
- When you rename pie chart segments, the labels are truncated until you save or change settings (#β49779)
- Legend labels on pie charts on dashboards where the legend is below the pie and the percentage is on the wedge have an extraneous dash (#β46213)
- Incorrect Y-axis displayed when hovering over series in dual Y-axis plot (#β49874)
Other
- Command Palette shows Search results out of order (#β49766)
- In question sidesheet, models appear to be based on themselves (#β48698)
- We add hyphens on the series on narrow viewports (#β29597)
Under the Hood
- Fix flaky x-rays test (#β50131)
- Fix flaky dashboard filter test (#β50077)
- Fix flaky notebook test (#β49771)
- Fix flaky homepage xrays test (#β49765)
- Fix flaky databases test (#β49758)
- Fix flaky models metadata test (#β49665)
- update cross-spawn for dependabot (#β50021)
- ci(sdk): [release-51] Prevent SDK from being upgraded unintentionally (#β49888)
- Add missing changelog for branch 51 (#β50041)
- Bump Toucan dependency (#β49962)
- Update SDK version to 1.51.4 (#β49896)
- Remove withFeatures from renderWithProviders (#β49137)
- Implement New Color Tokens (#β48801)
- fix(sdk): Convert jwtProviderUri to authProviderUri (#β49843)
- fix(sdk): Split
useSummarizeQuery
into specialized hooks (#β49841) - Remove some styled components in Summarize (#β49836)