Skip to content

Commit f780dd1

Browse files
committed
changelog: Keycloak 26.5, Metabase 58, Otoroshi 17.11
1 parent b466d34 commit f780dd1

File tree

3 files changed

+107
-0
lines changed

3 files changed

+107
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Otoroshi 17.11 is available with Data Exporters, OpenFGA Authorizations, Websocket Mirroring
3+
description: Data exporters, OpenFGA authorizations, websocket mirroring, workflow for websocket messages and new load balancing strategies
4+
date: 2026-01-05
5+
tags:
6+
- addons
7+
- otoroshi
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+
[Otoroshi v17.11](https://github.com/MAIF/otoroshi/releases/tag/v17.11.0) is available with multiple improvements and bug fixes. It brings `Datadog` and `New Relic` data exporters, fine-grained authorizations through OpenFGA API, a plugin to mirror websocket traffic to another target, workflow support for websocket message transformations and 3 new load balancing strategies: `HeaderHash`, `CookieHash` and `QueryHash`.
19+
20+
This release comes with [LLM extension 0.0.67](https://github.com/cloud-apim/otoroshi-llm-extension/releases/tag/0.0.67) which supports Cloud Temple as new provider, Nano Banana as Image model provider and Azure OpenAI as embedding model provider.
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_OTOROSHI_VERSION` of the underlying Java application to `v17.11.0_1767272929` and rebuild it, or use [Clever Tools](/doc/cli/operators/):
23+
24+
```bash
25+
clever features enable operators
26+
27+
clever otoroshi version check yourOtoroshiNameOrId
28+
clever otoroshi version update yourOtoroshiNameOrId
29+
clever otoroshi version update yourOtoroshiNameOrId v17.11.0_1767272929
30+
```
31+
32+
- [Learn more about Otoroshi with LLM on Clever Cloud](/doc/addons/otoroshi/)
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Keycloak 26.5 is available with CORS enhancements, logout confirmation, workflows
3+
description: Keycloak 26.5.1 brings bug fixes and new features including organization invitation management, and JWT Authorization Grants
4+
date: 2026-01-08
5+
tags:
6+
- addons
7+
- keycloak
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 release 26.5.1](https://github.com/keycloak/keycloak/releases/26.5.1) of Keycloak is available on Clever Cloud. It brings bug fixes and new features from the [26.5.0 release](https://github.com/keycloak/keycloak/releases/26.5.0):
19+
20+
- CORS enhancements
21+
- Logout confirmation page
22+
- Organization invitation management
23+
- Enhanced HTTP performance (preview)
24+
- Hiding OpenID Connect scopes from the discovery endpoint
25+
- Workflows (preview) to automate administrative tasks and processes within a realm
26+
- OpenTelemetry support for metrics and logging, combining all observability information in this popular standard
27+
- JWT Authorization Grants (preview), the recommended alternative to external to internal token exchange ([RFC 7523](https://datatracker.ietf.org/doc/html/rfc7523))
28+
29+
You can update through add-on's dashboard in the [Clever Cloud Console](https://console.clever-cloud.com). You can also set `CC_KEYCLOAK_VERSION` of the underlying Java application to `26.5.1` and rebuild it, or use [Clever Tools](/doc/cli/operators/):
30+
31+
```bash
32+
clever features enable operators
33+
34+
clever keycloak version check yourKeycloakNameOrId
35+
clever keycloak version update yourKeycloakNameOrId
36+
clever keycloak version update yourKeycloakNameOrId 26.5.1
37+
```
38+
39+
- [Learn more about Keycloak 26.5](https://www.keycloak.org/2026/01/keycloak-2650-released)
40+
- [Learn more about Keycloak on Clever Cloud](/doc/addons/keycloak)
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Metabase 58 is available with Documents and Guest Embeds
3+
date: 2026-01-13
4+
tags:
5+
- addons
6+
- metabase
7+
authors:
8+
- name: Sébastien Allemand
9+
link: https://github.com/allemas
10+
image: https://github.com/allemas.png?size=40
11+
- name: David Legrand
12+
link: https://github.com/davlgd
13+
image: https://github.com/davlgd.png?size=40
14+
description: Dark mode, variables in SQL snippets, dynamic goals for progress bars, embedding Hub, new components in Embedded Analytics JS, and more
15+
excludeSearch: true
16+
---
17+
18+
The `x.58` branch of Metabase is now available on Clever Cloud. It brings multiple improvements and bug fixes, Modular Embedding, [Guest Embeds](https://www.metabase.com/docs/latest/embedding/guest-embedding), but also [Documents](https://www.metabase.com/docs/latest/documents/introduction). They let you blend charts and metrics with narrative text using Markdown or a rich text editor. Collaborate with comments, mentions, and emoji reactions—like a Notion doc meets Metabase, or a lightweight Jupyter notebook.
19+
20+
To update, set `CC_METABASE_VERSION` of the add-on's Java application to `0.58` for the community edition or `1.58` for the enterprise edition (EE). This new branch is the default if you use `community-latest`.
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.58` or `1.58` 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.58
30+
```
31+
32+
- [Learn more about Metabase 58](https://www.metabase.com/changelog/58)
33+
- [Learn more about Metabase on Clever Cloud](/doc/addons/metabase/)
34+
35+
{{< youtube id="Qc8Zsoam9Dc" >}}

0 commit comments

Comments
 (0)