Update docker.io/metabase/metabase Docker tag to v0.51.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.51.4 -> v0.51.5 |
Release Notes
metabase/metabase (docker.io/metabase/metabase)
v0.51.5: Metabase v0.51.5
Upgrading
Before you upgrade, back up your Metabase application database!
Check out our upgrading instructions.
Docker image: metabase/metabase:v0.51.5
Download the JAR here: https://downloads.metabase.com/v0.51.5/metabase.jar
Notes
SHA-256 checksum for the v0.51.5 JAR:
719dce78c62f6d7845f04dc1cb7bc3e9164035279cfb0522f63e0daf7b57ce83
Changelog
Enhancements
- Allow "allow" properties for iframes inside a dashboard (#β50020)
- Add an env var to disable pivoted exports (#β50347)
Embedding SDK
- GeoJSON asset file should follow the metabaseInstanceUrl when in embedding sdk (#β50132)
- Detect and emit TypeScript component files for TS projects in the embedding cli (#β50094)
- Improve the import path suggestions printed into the console in the embedding cli (#β50093)
- Change CreateQuestion's API, implementation and improve default behaviour on saving questions (#β50082)
- Ability to render custom question views when clicking on a dashcard in InteractiveDashboard (#β49718)
Other
- Add more padding to list of published embeds (#β50268)
- Center the content of the "Onboarding" page (#β50368)
- Update videos for the "Onboarding" page (#β50367)
- Unify look of banners (#β50356)
- Hide Admin menu items in airgapped instances (#β50295)
- Skip connection check when creating/updating channel (#β49661)
- Banner to nudge admins to cleanup their collections (#β48348)
- Update Translations for v51.5 (#β50163)
- Update slack settings urls (#β50042)
Bug fixes
- Users without download permissions to every table can't download results of certain questions (#β50304)
- Can't collapse groups in pivot tables (#β50346)
- Click behavior does not get removed when the destination card is deleted (#β49667)
Embedding SDK
- No loading state after clicking visualize when creating question in the sdk (#β47564)
- Entity picker's hover colors are not themeable in the sdk (#β47560)
- onSave and onBeforeSave does not get called after a question is created in SaveQuestionForm sdk component (#β50008)
Querying
- Query builder editor autocomplete issues (#β49882)
- The dropdown list cannot search for models with more than 1000 results (#β49642)
- Upgrading to v50 broke all queries that have summaries with custom expressions on unix timestamp columns (#β48721)
- Deleting a model will corrupt all dashboards where cards based on the model are (#β48461)
- Casting UNIX to Datetime on a Field Generates Invalid SQL in Several Cases (#β47940)
Other
- Premium token check not honoring 24hr caching policy (#β49879)
- "Pro features will not work due to lack of payment" banner shown on cloud instances instead of suspension page (#β50335)
- "Remove clause" button in the query builder shrinks when using long field names (#β50128)
- Setting a custom loading message prevents questions from loading in Metabase v51 (#β50414)
- Upgrade to 51.1 failed due to a migration error (#β49497)
Under the Hood
- Don't dissoc
:idinbefore-update(#β50375) - Add temporal unit to display name (#β48946)
- Fix flaky e2e tests by using
synchronous-batch-updates: trueby default (#β50143) - ci(sdk): remove unreliable loading indicator e2e for create question (#β50497)
- docs(sdk): Manually update changelog for release 51 (#β50483)
- Sdk e2e tests release x.51.x (#β50464)
- SDK crashes with "Stage 1 does not exist" when Summarize component is rendered (#β50398)
- ci(sdk): Remove test files from release branch when building SDK (#β50321)
- Improve SDK release job title (#β50318)
- Quarantine the flaky assertions (#β50198)
- refactor(sdk): use ignore flag instead of mounted ref (#β50069)
- Run e2e tests using published SDK package related to target release (#β49196)
- Replace postcss-nesting with postcss-nested (#β50437)
- Simplify epic template to allow for easier editing (#β50248)
- chore: forbid legacyQuery usage with eslint (#β50141)
- Update SDK version to 0.51.9 (#β50413)
- Update npm packages from 1.xx.y to 0.xx.y (#β50409)
- Snowplow event to track moving questions/dashboards to trash (#β48619)