Skip to content

Commit 9dadb91

Browse files
committed
changelog: Metabase 56 used by default
1 parent 3573da3 commit 9dadb91

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 56 is now used by default
3+
description: Metabase 56 is now the default version for new and existing add-ons on Clever Cloud
4+
date: 2025-09-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.56` branch of Metabase is available on Clever Cloud [since last month](/changelog/2025/08-08-metabase-56/). It's now the default branch deployed with the [release 0.56.3](https://github.com/metabase/metabase/releases/tag/v0.56.3). 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+
To update Metabase, you can also set `CC_METABASE_VERSION` of the add-on's Java application to `0.56` for the community edition or `1.56` for the enterprise edition (EE) or use [the new Clever Tools commands](/doc/cli/operators/), introduced in `3.13.0` release:
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.56
30+
```
31+
32+
- [Learn more about Metabase 56](https://www.metabase.com/releases/metabase-56)
33+
- [Learn more about Metabase on Clever Cloud](/doc/addons/metabase/)
34+
35+
{{< youtube id="eNKSrpQjWk8" >}}

0 commit comments

Comments
 (0)