Skip to content

Commit

Permalink
Keycloak 23.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 29, 2023
1 parent 8f2ffcf commit 841aabd
Show file tree
Hide file tree
Showing 5 changed files with 78 additions and 1 deletion.
64 changes: 64 additions & 0 deletions cache/releases/23.0.1/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
[ {
"number" : 23841,
"repository" : "keycloak",
"title" : "Users page with LDAP User Storage Provider Cannot read properties of undefined ",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/23841"
}, {
"number" : 23872,
"repository" : "keycloak",
"title" : "Attempt to request storage access in Firefox",
"kind" : "bug",
"area" : "oidc",
"url" : "https://github.com/keycloak/keycloak/issues/23872"
}, {
"number" : 24261,
"repository" : "keycloak",
"title" : "„Unlink users“-Option greyed out in ldap federation",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/24261"
}, {
"number" : 24958,
"repository" : "keycloak",
"title" : "Error handling in admin console when update of user fails due the 400 HTTP error code",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/24958"
}, {
"number" : 24961,
"repository" : "keycloak",
"title" : "Keycloak not able to handle multiple validating X509 certificates when public key are the same",
"kind" : "bug",
"area" : "saml",
"url" : "https://github.com/keycloak/keycloak/issues/24961"
}, {
"number" : 24975,
"repository" : "keycloak",
"title" : "Adress keycloak high-availability guide follow-up items",
"kind" : "task",
"area" : null,
"url" : "https://github.com/keycloak/keycloak/issues/24975"
}, {
"number" : 24984,
"repository" : "keycloak",
"title" : "Operator is missing CRDs metadata in CSV",
"kind" : "bug",
"area" : "operator",
"url" : "https://github.com/keycloak/keycloak/issues/24984"
}, {
"number" : 25008,
"repository" : "keycloak",
"title" : "Group search when creating user",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/25008"
}, {
"number" : 25022,
"repository" : "keycloak",
"title" : "NPE in checkAndBindMtlsHoKToken on Token Refresh when using SuppressRefreshTokenRotationExecutor and Certificate Bound Token",
"kind" : "bug",
"area" : "oidc",
"url" : "https://github.com/keycloak/keycloak/issues/25022"
} ]
6 changes: 6 additions & 0 deletions cache/releases/23.0.1/gh-release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div>

<h2>Upgrading</h2>
<p>Before upgrading refer to <a href="file:/home/runner/work/keycloak-rel/keycloak-rel/target/web/docs/latest/upgrading/index.html#migration-changes">the migration guide</a> for a complete list of changes.</p>

</div>
Empty file.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<version.commons-io>2.11.0</version.commons-io>
<version.commons-compress>1.21</version.commons-compress>

<version.keycloak>23.0.0</version.keycloak>
<version.keycloak>23.0.1</version.keycloak>

<version.frontend-maven-plugin>1.12.1</version.frontend-maven-plugin>
<version.node>v16.13.1</version.node>
Expand Down
7 changes: 7 additions & 0 deletions versions/23.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2023-11-29",
"version": "23.0.1",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 22
}

0 comments on commit 841aabd

Please sign in to comment.