-
Notifications
You must be signed in to change notification settings - Fork 57
Keycloak 26.5.6 and Metabase 59 #901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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
|
||
| 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
|
||
|
|
||
| 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) | ||
| 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
|
||
| - 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
|
||
|
|
||
| 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/) | ||
Uh oh!
There was an error while loading. Please reload this page.