Skip to content

Commit 18c9381

Browse files
committed
changelog: Metabase 57 used by default
1 parent dcedab5 commit 18c9381

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Metabase 57 is now used by default
3+
description: Metabase 57 is now the default version for new and existing add-ons on Clever Cloud
4+
date: 2025-12-01
5+
tags:
6+
- addons
7+
- metabase
8+
authors:
9+
- name: Sébastien Allemand
10+
link: https://github.com/allemas
11+
image: https://github.com/allemas.png?size=40
12+
- name: David Legrand
13+
link: https://github.com/davlgd
14+
image: https://github.com/davlgd.png?size=40
15+
excludeSearch: true
16+
---
17+
18+
The `x.57` branch of Metabase is available on Clever Cloud [since last month](/changelog/2025/11-10-metabase-57/). It's now the default branch deployed with the [release 0.57.4](https://github.com/metabase/metabase/releases/tag/v0.57.4). It means that:
19+
- All new add-ons will use it
20+
- All add-ons using default configuration (`community-latest`) will use it after a rebuild
21+
22+
You can update through add-on’s dashboard in the [Clever Cloud Console](https://console.clever-cloud.com). You can also set `CC_METABASE_VERSION` of the underlying Java application to `0.57` or `1.57` for the enterprise edition (EE) and rebuild it, or use [Clever Tools](/doc/cli/operators/):
23+
24+
```bash
25+
clever features enable operators
26+
27+
clever metabase version check yourMetabaseNameOrId
28+
clever metabase version update yourMetabaseNameOrId
29+
clever metabase version update yourMetabaseNameOrId 0.57
30+
```
31+
32+
- [Learn more about Metabase 57](https://www.metabase.com/releases/metabase-57)
33+
- [Learn more about Metabase on Clever Cloud](/doc/addons/metabase/)
34+
35+
{{< youtube id="-Cbs-lg3rSo" >}}

0 commit comments

Comments
 (0)