Update docker.io/metabase/metabase Docker tag to v0.51.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.51.2 -> v0.51.3 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.51.3
: Metabase v0.51.3
Upgrading
Before you upgrade, back up your Metabase application database!
Check out our upgrading instructions.
Docker image: metabase/metabase:v0.51.3
Download the JAR here: https://downloads.metabase.com/v0.51.3/metabase.jar
Notes
SHA-256 checksum for the v0.51.3 JAR:
ca765de8d3aedf37162f9dce18d793ed22a653fc74228b9870016566eef405b5
Changelog
Enhancements
Administration
- Make sure a new table gets table-level block if any other tables have table-level block (#49509)
Database
Embedding SDK
- Deprecate ModifyQuestion sdk component (#49716)
- fix(sdk): Fix visualization default size (#49672)
- fix(sdk): put a bandage on the flashing error on static question in strict mode (#49659)
- Generated CLI component has inconsistent styles after the style leak fix (#49652)
- Ask for database credentials as a first step in the embedding cli (#49485)
- Specify the collection to save to via a prop in the sdk's save modal (#49193)
- feat(sdk): Add chart settings to
InteractiveQuestion
(#49167) - Expose an isOpen prop in the CreateDashboard modal to control modal state in the sdk (#49325)
Other
- Fix relative date time FE i18n issues (#49241)
- CTA needs link and verbiage tweak (#49534)
- [MS3] Better Onboarding: "Add Data" discoverability (#49498)
- In question sidesheet, improve the 'Based on' section (#48315)
Bug fixes
Querying
- Column filters broken in 1.51.1 and 1.51.2.3 only show "Is empty" and "Not empty" for bigquery datasets (#49786)
- Models created in SQL joined in a GUI question requires Native query editing permissions to be able to run (#30077)
- You need to click twice to add a search filter with multiple values (#49321)
Dashboards
- Time granularity parameters reset pivot table settings (#49363)
- Editing and saving a question when a dashboard time grouping parameter is applied with new time granularity breaks the parameter wiring (#49202)
- Unsaved changes warning redundantly shown when targeting a question with custom click behavior (#48829)
- Click behavior | Custom destination | URL interpolation - Values from the returned rows not present in the visualization are interpolable in the URL but don't have values (#46318)
- "Keep data pivoted" option is not retained in dashboard subscription settings (#49525)
Other
- Command palette covered by data picker (#45469)
- Add debugUnreturnedConnectionStackTraces to the product (#47981)
- Can't change binning in GUI editor on mobile (#44612)
- Unclear error message when "Edit user" fails (#46449)
- Redshift - CSV Upload - Value too long for type character varying(256) (#49147)
- can't scroll inside fullscreen
InteractiveDashboard
orEditableDashboard
(#49346)
Under the Hood
- Fix flaky 25885 repro (#49753)
- Fix flaky native query drill test (#49745)
- Fix flaky alert tests (#49673)
- Remove sandboxes tests from flaky jail (#49656)
- Fix flaky datamodel test (#49583)
- Update
saveDashboard
helper to wait for the GET/api/dashboard/:id
(#49522) - Fix flaky #16559 repro (#49472)
- [Flaky Test]: scenarios > models metadata GUI model clears custom metadata when a model is turned back into a question (#44040)
- Backport refactor from #8490 to 51 (#49751)
- fix type errors that appear on the mantine branch (#49590)
- Convert Embedding icon hook to CSS and use semantic colors (#49478)
- Memoize useChartSettingsSections variables (#49470)
- Move section logic to hook (#49334)
- feat(sdk): refactor the auth code to provide better error messages (#49214)
- convert qb actions to ts (#48611)
- bump snowflake driver version (#47997)
- [Flaky Test]: should not clip dashcard actions (#31274) (#45013)
- Don't hardcode driver names (#49014)
- Use column names instead of field refs for pivot viz settings (#49414)
- Fix :pivot-measures with column names (#49575)
- Check only :stages of the result of metric resolution in the QP (#49506)