Skip to content

Commit

Permalink
fix: further version updates for Camunda 7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 6, 2023
1 parent a2836b3 commit 5f33060
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ 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.20.0-SNAPSHOT`<br >
Latest tests with: Keycloak `21.1.1`, `19.0.3-legacy`, Camunda `7.20.0-alpha5`
Current version: `7.20.0`<br >
Latest tests with: Keycloak `21.1.1`, `19.0.3-legacy`, Camunda `7.20.0`, `7.20.0-ee`

#### Features
Changes in version `7.20.0`

With 7.20.0 Camunda Platform 7 will switch to Spring Boot 3.1, JakartaEE 10 and a JDK 17 baseline. The Keycloak Identity Provider Plugin has been updated to support the new baseline versions of it's major dependencies.
With version 7.20.0 Camunda Platform 7 switched to Spring Boot 3.1, JakartaEE 10 and a JDK 17 baseline. The Keycloak Identity Provider Plugin has been updated to support the new baseline versions of it's major dependencies.

* Upgrade to Camunda Platform 7.20.0
* Upgrade to Spring Boot 3.1.x
* Upgrade to Apache HttpComponents HttpClient 5
* Upgrade to Spring Boot 3.1.x
* Updated samples to Spring Security 6.1

Changes in version `7.19.0`
Expand Down
4 changes: 2 additions & 2 deletions examples/run/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Get Camunda-run as base image
FROM camunda/camunda-bpm-platform:run-7.19.0
FROM camunda/camunda-bpm-platform:run-7.20.0

# The Version of the Keycloak Identity Provider to use
ENV IDENTITY_PROVIDER_VERSION=7.19.0
ENV IDENTITY_PROVIDER_VERSION=7.20.0

# Add Keycloak Identity Provider
USER camunda
Expand Down
2 changes: 1 addition & 1 deletion examples/sso-kubernetes/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: keycloak-showcase
image: gunnaraccso/camunda-showcase-keycloak:7.20.0-SNAPSHOT
image: gunnaraccso/camunda-showcase-keycloak:7.20.0
ports:
- containerPort: 8080
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/sso-kubernetes/k8s/localhost/endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ports:
port: 80
endpoints:
- addresses:
- "172.30.48.1"
- "172.28.160.1"

0 comments on commit 5f33060

Please sign in to comment.