From d6e72686847c22dfac4a2af9adf72f24ffe102b0 Mon Sep 17 00:00:00 2001 From: Gunnar von der Beck Date: Fri, 18 Oct 2024 14:06:37 +0200 Subject: [PATCH] docs: update README to version 7.22.0 --- README.md | 10 +++++++--- examples/sso-kubernetes/README.md | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e40d3133..41043be4 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,14 @@ This plugin provides the basis for using Keycloak as Identity Management solutio **Beware: in case you want to use Keycloak's advanced login capabilities for social connections you must configure SSO as well.** Password grant exchanges are only supported for Keycloak's internally managed users and users of an LDAP / Keberos User federation. Hence without SSO you will only be able to login with users managed by such connections. -Current version: `7.21.6`
-Latest tests with: Keycloak `25.0.4`, `19.0.3-legacy`, Camunda `7.21.0`, `7.21.0-ee` +Current version: `7.22.0`
+Latest tests with: Keycloak `25.0.4`, `19.0.3-legacy`, Camunda `7.22.0`, `7.22.0-ee` #### Features +Changes in version `7.22.0` + +* Upgrade to Camunda Platform 7.22.0 + Changes in version `7.21.6` * Upgrade to Camunda Platform 7.21.0 @@ -144,7 +148,7 @@ Maven Dependencies: org.camunda.bpm.extension camunda-platform-7-keycloak - 7.21.6 + 7.22.0 ``` diff --git a/examples/sso-kubernetes/README.md b/examples/sso-kubernetes/README.md index d1a7eac8..f9b767a6 100644 --- a/examples/sso-kubernetes/README.md +++ b/examples/sso-kubernetes/README.md @@ -66,7 +66,7 @@ version: "3.9" services: jboss.keycloak: - image: gunnaraccso/keycloak.server:21.1.1 + image: gunnaraccso/keycloak.server:24.0.3 restart: unless-stopped environment: TZ: Europe/Berlin