Skip to content

Commit

Permalink
Keycloak 24.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent 443db7d commit db8d667
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 1 deletion.
43 changes: 43 additions & 0 deletions cache/releases/24.0.3/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
[ {
"number" : 24201,
"repository" : "keycloak",
"title" : "Cannot disable LDAP-backed user if importEnabled=false",
"kind" : "bug",
"area" : "ldap",
"url" : "https://github.com/keycloak/keycloak/issues/24201"
}, {
"number" : 26695,
"repository" : "keycloak",
"title" : "Keycloak and MSAD: enabling account in MSAD does not propagate to Keycloak",
"kind" : "enhancement",
"area" : "ldap",
"url" : "https://github.com/keycloak/keycloak/issues/26695"
}, {
"number" : 28100,
"repository" : "keycloak",
"title" : "Failed authentication: java.lang.NullPointerException: Cannot invoke \"org.keycloak.models.UserModel.getFederationLink()\" because \"this.delegate\" is null",
"kind" : "bug",
"area" : "identity-brokering",
"url" : "https://github.com/keycloak/keycloak/issues/28100"
}, {
"number" : 28248,
"repository" : "keycloak",
"title" : "Update user makes User ID changes when federationLink and LDAP_ID is not set properly",
"kind" : "bug",
"area" : "admin/api",
"url" : "https://github.com/keycloak/keycloak/issues/28248"
}, {
"number" : 28335,
"repository" : "keycloak",
"title" : "The false option of the pkceMethod init parameter for the JavaScript adapter is ignored",
"kind" : "bug",
"area" : "adapter/javascript",
"url" : "https://github.com/keycloak/keycloak/issues/28335"
}, {
"number" : 28638,
"repository" : "keycloak",
"title" : "Missing permission to read configmaps in `keycloak-operator-role`",
"kind" : "bug",
"area" : "operator",
"url" : "https://github.com/keycloak/keycloak/issues/28638"
} ]
24 changes: 24 additions & 0 deletions cache/releases/24.0.3/gh-release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<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>

<h2>All resolved issues</h2>



<h3>Enhancements</h3>
<ul>
<li><a href="https://github.com/keycloak/keycloak/issues/26695">#26695</a> Keycloak and MSAD: enabling account in MSAD does not propagate to Keycloak <code>ldap</code></li>
</ul>

<h3>Bugs</h3>
<ul>
<li><a href="https://github.com/keycloak/keycloak/issues/24201">#24201</a> Cannot disable LDAP-backed user if importEnabled=false <code>ldap</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/28100">#28100</a> Failed authentication: java.lang.NullPointerException: Cannot invoke "org.keycloak.models.UserModel.getFederationLink()" because "this.delegate" is null <code>identity-brokering</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/28248">#28248</a> Update user makes User ID changes when federationLink and LDAP_ID is not set properly <code>admin/api</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/28335">#28335</a> The false option of the pkceMethod init parameter for the JavaScript adapter is ignored <code>adapter/javascript</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/28638">#28638</a> Missing permission to read configmaps in `keycloak-operator-role` <code>operator</code></li>
</ul>

</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.26.0</version.commons-compress>

<version.keycloak>24.0.2</version.keycloak>
<version.keycloak>24.0.3</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/24.0.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2024-04-16",
"version": "24.0.3",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 23
}

0 comments on commit db8d667

Please sign in to comment.