Skip to content

Commit

Permalink
Keycloak 26.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 255b310 commit c3fe557
Show file tree
Hide file tree
Showing 5 changed files with 109 additions and 1 deletion.
57 changes: 57 additions & 0 deletions cache/releases/26.0.5/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[ {
"number" : 31415,
"repository" : "keycloak",
"title" : "Selection list does not close after outside click",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/31415"
}, {
"number" : 33607,
"repository" : "keycloak",
"title" : "Fix v2 login layout",
"kind" : "bug",
"area" : "login/ui",
"url" : "https://github.com/keycloak/keycloak/issues/33607"
}, {
"number" : 33618,
"repository" : "keycloak",
"title" : "No message for `policyGroupsHelp`",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/33618"
}, {
"number" : 33640,
"repository" : "keycloak",
"title" : "Customizable footer (Keycloak 26) not displaying in keycloak.v2 login theme",
"kind" : "bug",
"area" : "login/ui",
"url" : "https://github.com/keycloak/keycloak/issues/33640"
}, {
"number" : 34301,
"repository" : "keycloak",
"title" : "Remove inaccurate statement about master realm imports",
"kind" : "bug",
"area" : "docs",
"url" : "https://github.com/keycloak/keycloak/issues/34301"
}, {
"number" : 34308,
"repository" : "keycloak",
"title" : "Remove not needed Quarkus dependencies related to Dev UI services",
"kind" : "task",
"area" : null,
"url" : "https://github.com/keycloak/keycloak/issues/34308"
}, {
"number" : 34450,
"repository" : "keycloak",
"title" : "[26.0.2] Migration from 25.0.1 Identity Provider Errors",
"kind" : "bug",
"area" : "identity-brokering",
"url" : "https://github.com/keycloak/keycloak/issues/34450"
}, {
"number" : 34467,
"repository" : "keycloak",
"title" : "Do not rely on the `pwdLastSet` attribute when updating AD entries",
"kind" : "bug",
"area" : "ldap",
"url" : "https://github.com/keycloak/keycloak/issues/34467"
} ]
33 changes: 33 additions & 0 deletions cache/releases/26.0.5/gh-release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<div>
<h2>Highlights</h2>
<div class="sect2">
<h3 id="_ldap_users_are_created_as_enabled_by_default_when_using_microsoft_active_directory">LDAP users are created as enabled by default when using Microsoft Active Directory</h3>
<div class="paragraph">
<p>If you are using Microsoft AD and creating users through the administrative interfaces, the user will created as enabled by default.</p>
</div>
<div class="paragraph">
<p>In previous versions, it was only possible to update the user status after setting a (non-temporary) password to the user.
This behavior was not consistent with other built-in user storages as well as not consistent with others LDAP vendors supported
by the LDAP provider.</p>
</div>
</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>Bugs</h3>
<ul>
<li><a href="https://github.com/keycloak/keycloak/issues/31415">#31415</a> Selection list does not close after outside click <code>admin/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/33607">#33607</a> Fix v2 login layout <code>login/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/33618">#33618</a> No message for `policyGroupsHelp` <code>admin/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/33640">#33640</a> Customizable footer (Keycloak 26) not displaying in keycloak.v2 login theme <code>login/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/34301">#34301</a> Remove inaccurate statement about master realm imports <code>docs</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/34450">#34450</a> [26.0.2] Migration from 25.0.1 Identity Provider Errors <code>identity-brokering</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/34467">#34467</a> Do not rely on the `pwdLastSet` attribute when updating AD entries <code>ldap</code></li>
</ul>

</div>
11 changes: 11 additions & 0 deletions cache/releases/26.0.5/release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div class="sect2">
<h3 id="_ldap_users_are_created_as_enabled_by_default_when_using_microsoft_active_directory">LDAP users are created as enabled by default when using Microsoft Active Directory</h3>
<div class="paragraph">
<p>If you are using Microsoft AD and creating users through the administrative interfaces, the user will created as enabled by default.</p>
</div>
<div class="paragraph">
<p>In previous versions, it was only possible to update the user status after setting a (non-temporary) password to the user.
This behavior was not consistent with other built-in user storages as well as not consistent with others LDAP vendors supported
by the LDAP provider.</p>
</div>
</div>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<version.commons-io>2.14.0</version.commons-io>
<version.commons-compress>1.26.0</version.commons-compress>

<version.keycloak>26.0.4</version.keycloak>
<version.keycloak>26.0.5</version.keycloak>
<version.keycloak.client>26.0.2</version.keycloak.client>

<version.frontend-maven-plugin>1.12.1</version.frontend-maven-plugin>
Expand Down
7 changes: 7 additions & 0 deletions versions/26.0.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2024-11-01",
"version": "26.0.5",
"blogTemplate": 3,
"documentationTemplate": 12,
"downloadTemplate": 24
}

0 comments on commit c3fe557

Please sign in to comment.