Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions content/changelog/2026/03-23-keycloak-26.5.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Keycloak 26.5.6 (security update)
description: Keycloak 26.5.6 fixes eight CVEs including SSRF, IDOR, privilege escalation and information disclosure vulnerabilities

Check failure on line 3 in content/changelog/2026/03-23-keycloak-26.5.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2026/03-23-keycloak-26.5.6.md#L3

[Vale.Spelling] Did you really mean 'CVEs'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'CVEs'?", "location": {"path": "content/changelog/2026/03-23-keycloak-26.5.6.md", "range": {"start": {"line": 3, "column": 42}}}, "severity": "ERROR"}

Check notice on line 3 in content/changelog/2026/03-23-keycloak-26.5.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2026/03-23-keycloak-26.5.6.md#L3

[Google.Acronyms] Spell out 'SSRF', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'SSRF', if it's unfamiliar to the audience.", "location": {"path": "content/changelog/2026/03-23-keycloak-26.5.6.md", "range": {"start": {"line": 3, "column": 57}}}, "severity": "INFO"}

Check notice on line 3 in content/changelog/2026/03-23-keycloak-26.5.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2026/03-23-keycloak-26.5.6.md#L3

[Google.Acronyms] Spell out 'IDOR', if it's unfamiliar to the audience.
Raw output
{"message": "[Google.Acronyms] Spell out 'IDOR', if it's unfamiliar to the audience.", "location": {"path": "content/changelog/2026/03-23-keycloak-26.5.6.md", "range": {"start": {"line": 3, "column": 63}}}, "severity": "INFO"}
date: 2026-03-23
tags:
- addons
- keycloak
authors:
- name: SΓ©bastien Allemand
link: https://github.com/allemas
image: https://github.com/allemas.png?size=40
- name: David Legrand
link: https://github.com/davlgd
image: https://github.com/davlgd.png?size=40
excludeSearch: true
---

[The release 26.5.6](https://github.com/keycloak/keycloak/releases/tag/26.5.6) of Keycloak is available on Clever Cloud. It addresses eight security vulnerabilities: [CVE-2026-1180](https://nvd.nist.gov/vuln/detail/CVE-2026-1180), [CVE-2026-1035](https://nvd.nist.gov/vuln/detail/CVE-2026-1035), [CVE-2025-14777](https://nvd.nist.gov/vuln/detail/CVE-2025-14777), [CVE-2025-14082](https://nvd.nist.gov/vuln/detail/CVE-2025-14082), [CVE-2026-3121](https://nvd.nist.gov/vuln/detail/CVE-2026-3121), [CVE-2026-3190](https://nvd.nist.gov/vuln/detail/CVE-2026-3190), [CVE-2026-3911](https://nvd.nist.gov/vuln/detail/CVE-2026-3911) and [CVE-2026-2366](https://nvd.nist.gov/vuln/detail/CVE-2026-2366).

Check warning on line 18 in content/changelog/2026/03-23-keycloak-26.5.6.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2026/03-23-keycloak-26.5.6.md#L18

[Google.Colons] ': C' should be in lowercase.
Raw output
{"message": "[Google.Colons] ': C' should be in lowercase.", "location": {"path": "content/changelog/2026/03-23-keycloak-26.5.6.md", "range": {"start": {"line": 18, "column": 1}}}, "severity": "WARNING"}

You can update through the 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.6` and rebuild it, or use [Clever Tools](/doc/cli/operators/):

```bash
clever features enable operators

clever keycloak version check yourKeycloakNameOrId
clever keycloak version update yourKeycloakNameOrId
clever keycloak version update yourKeycloakNameOrId 26.5.6
```

- [Learn more about Keycloak on Clever Cloud](/doc/addons/keycloak)
33 changes: 33 additions & 0 deletions content/changelog/2026/03-23-metabase-59-default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Metabase 59 is now used by default
description: Metabase 59 is now the default version for new and existing add-ons on Clever Cloud
date: 2026-03-23
tags:
- addons
- metabase
authors:
- name: SΓ©bastien Allemand
link: https://github.com/allemas
image: https://github.com/allemas.png?size=40
- name: David Legrand
link: https://github.com/davlgd
image: https://github.com/davlgd.png?size=40
excludeSearch: true
---

The `x.59` branch of Metabase is available on Clever Cloud [since earlier this month](/changelog/2026/03-03-metabase-59/). It's now the default branch deployed with the [release 0.59.3](https://github.com/metabase/metabase/releases/tag/v0.59.3). It means that:
- All new add-ons will use it

Check warning on line 19 in content/changelog/2026/03-23-metabase-59-default.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2026/03-23-metabase-59-default.md#L19

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/changelog/2026/03-23-metabase-59-default.md", "range": {"start": {"line": 19, "column": 19}}}, "severity": "WARNING"}
- All add-ons using default configuration (`community-latest`) will use it after a rebuild

Check warning on line 20 in content/changelog/2026/03-23-metabase-59-default.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/changelog/2026/03-23-metabase-59-default.md#L20

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/changelog/2026/03-23-metabase-59-default.md", "range": {"start": {"line": 20, "column": 64}}}, "severity": "WARNING"}

You can update through the 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.59` or `1.59` for the enterprise edition (EE) and rebuild it, or use [Clever Tools](/doc/cli/operators/):

```bash
clever features enable operators

clever metabase version check yourMetabaseNameOrId
clever metabase version update yourMetabaseNameOrId
clever metabase version update yourMetabaseNameOrId 0.59
```

- [Learn more about Metabase 59](https://www.metabase.com/changelog/59)
- [Learn more about Metabase on Clever Cloud](/doc/addons/metabase/)
Loading