Skip to content

Commit

Permalink
Upgrade to Keycloak 23
Browse files Browse the repository at this point in the history
upgrade the docker and kubernetes builds to use Keycloak 23.0.0,
see https://www.keycloak.org/2023/11/keycloak-2300-released.html

Fix jhipster#24352
  • Loading branch information
theycallmeducks committed Nov 27, 2023
1 parent 17767a1 commit 1490753
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@
"frontendUrl": "",
"acr.loa.map": "[]"
},
"keycloakVersion": "22.0.1",
"keycloakVersion": "23.0.0",
"userManagedAccessAllowed": false,
"clientProfiles": {
"profiles": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,7 @@
"frontendUrl": "",
"acr.loa.map": "[]"
},
"keycloakVersion": "22.0.1",
"keycloakVersion": "23.0.0",
"userManagedAccessAllowed": false,
"clientProfiles": {
"profiles": []
Expand Down
4 changes: 2 additions & 2 deletions generators/kubernetes/__snapshots__/kubernetes.spec.mts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -5014,7 +5014,7 @@ data:
"cibaInterval": "5",
"frontendUrl": ""
},
"keycloakVersion": "22.0.1",
"keycloakVersion": "23.0.0",
"userManagedAccessAllowed": false,
"clientProfiles": {
"profiles": []
Expand Down Expand Up @@ -8458,7 +8458,7 @@ data:
"cibaInterval": "5",
"frontendUrl": ""
},
"keycloakVersion": "22.0.1",
"keycloakVersion": "23.0.0",
"userManagedAccessAllowed": false,
"clientProfiles": {
"profiles": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2499,7 +2499,7 @@ data:
"cibaInterval": "5",
"frontendUrl": ""
},
"keycloakVersion": "22.0.1",
"keycloakVersion": "23.0.0",
"userManagedAccessAllowed": false,
"clientProfiles": {
"profiles": []
Expand Down
2 changes: 1 addition & 1 deletion generators/server/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL ALIAS=consul-config-loader
FROM postgres:16.1
LABEL ALIAS=postgresql

FROM quay.io/keycloak/keycloak:22.0.5
FROM quay.io/keycloak/keycloak:23.0.0
LABEL ALIAS=keycloak

FROM mysql:8.2.0
Expand Down

0 comments on commit 1490753

Please sign in to comment.