Skip to content

Commit

Permalink
Keycloak 23.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 22, 2024
1 parent db76ebc commit 137d739
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 1 deletion.
85 changes: 85 additions & 0 deletions cache/releases/23.0.7/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
[ {
"number" : 22431,
"repository" : "keycloak",
"title" : "Localization: Admin UI doesn't pick up message bundles from realms other than master ",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/22431"
}, {
"number" : 23786,
"repository" : "keycloak",
"title" : "Failure: FipsDistTest",
"kind" : "bug",
"area" : "ci",
"url" : "https://github.com/keycloak/keycloak/issues/23786"
}, {
"number" : 25294,
"repository" : "keycloak",
"title" : "Kerberos principal attribute not found on LDAP user - even if kerberos authentication is off",
"kind" : "bug",
"area" : "ldap",
"url" : "https://github.com/keycloak/keycloak/issues/25294"
}, {
"number" : 25731,
"repository" : "keycloak",
"title" : "/admin/realms/{realm}/groups Endpoint is slow",
"kind" : "performance",
"area" : "admin/api",
"url" : "https://github.com/keycloak/keycloak/issues/25731"
}, {
"number" : 25883,
"repository" : "keycloak",
"title" : "ldap-group-mapper fails when empty member: attribute is present",
"kind" : "bug",
"area" : "ldap",
"url" : "https://github.com/keycloak/keycloak/issues/25883"
}, {
"number" : 25912,
"repository" : "keycloak",
"title" : "LDAP federation reports \"Creating new LDAP Store...\" on every login",
"kind" : "bug",
"area" : "ldap",
"url" : "https://github.com/keycloak/keycloak/issues/25912"
}, {
"number" : 25961,
"repository" : "keycloak",
"title" : "Native SQL Schema names broken on MySQL",
"kind" : "bug",
"area" : "storage",
"url" : "https://github.com/keycloak/keycloak/issues/25961"
}, {
"number" : 26374,
"repository" : "keycloak",
"title" : "Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode",
"kind" : "bug",
"area" : "ci",
"url" : "https://github.com/keycloak/keycloak/issues/26374"
}, {
"number" : 26529,
"repository" : "keycloak",
"title" : "Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode",
"kind" : "bug",
"area" : "ci",
"url" : "https://github.com/keycloak/keycloak/issues/26529"
}, {
"number" : 26810,
"repository" : "keycloak",
"title" : "Shorter lifespan for offline session cache entries in memory",
"kind" : "enhancement",
"area" : "storage",
"url" : "https://github.com/keycloak/keycloak/issues/26810"
}, {
"number" : 26826,
"repository" : "keycloak",
"title" : "Freemarker erroneously escapes/sanitizes URL in template.ftl (&)",
"kind" : "bug",
"area" : "login/ui",
"url" : "https://github.com/keycloak/keycloak/issues/26826"
}, {
"number" : 27120,
"repository" : "keycloak",
"title" : "Microsoft social login failure",
"kind" : "bug",
"area" : "testsuite",
"url" : "https://github.com/keycloak/keycloak/issues/27120"
} ]
29 changes: 29 additions & 0 deletions cache/releases/23.0.7/gh-release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<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/26810">#26810</a> Shorter lifespan for offline session cache entries in memory <code>storage</code></li>
</ul>

<h3>Bugs</h3>
<ul>
<li><a href="https://github.com/keycloak/keycloak/issues/22431">#22431</a> Localization: Admin UI doesn't pick up message bundles from realms other than master <code>admin/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/23786">#23786</a> Failure: FipsDistTest <code>ci</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25294">#25294</a> Kerberos principal attribute not found on LDAP user - even if kerberos authentication is off <code>ldap</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25883">#25883</a> ldap-group-mapper fails when empty member: attribute is present <code>ldap</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25912">#25912</a> LDAP federation reports "Creating new LDAP Store..." on every login <code>ldap</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25961">#25961</a> Native SQL Schema names broken on MySQL <code>storage</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/26374">#26374</a> Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode <code>ci</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/26529">#26529</a> Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode <code>ci</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/26826">#26826</a> Freemarker erroneously escapes/sanitizes URL in template.ftl (&amp;) <code>login/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/27120">#27120</a> Microsoft social login failure <code>testsuite</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.21</version.commons-compress>

<version.keycloak>23.0.6</version.keycloak>
<version.keycloak>23.0.7</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.7.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2024-02-22",
"version": "23.0.7",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 22
}

0 comments on commit 137d739

Please sign in to comment.