Skip to content

Commit

Permalink
Keycloak 25.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 19, 2024
1 parent ae3f546 commit e32a97e
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 1 deletion.
71 changes: 71 additions & 0 deletions cache/releases/25.0.6/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
[ {
"number" : 30604,
"repository" : "keycloak",
"title" : "Network response was not OK.",
"kind" : "bug",
"area" : "saml",
"url" : "https://github.com/keycloak/keycloak/issues/30604"
}, {
"number" : 31165,
"repository" : "keycloak",
"title" : "Re-enabling a temporarily locked user (brute-force) deletes all user properties and attributes",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/31165"
}, {
"number" : 32100,
"repository" : "keycloak",
"title" : "Remember Me with External Infinispan is not works properly",
"kind" : "bug",
"area" : "infinispan",
"url" : "https://github.com/keycloak/keycloak/issues/32100"
}, {
"number" : 32578,
"repository" : "keycloak",
"title" : "WebAuthn Flows Broken in login.v2",
"kind" : "bug",
"area" : "login/ui",
"url" : "https://github.com/keycloak/keycloak/issues/32578"
}, {
"number" : 32643,
"repository" : "keycloak",
"title" : "Dots are not allowed in the path in Hostname v2",
"kind" : "bug",
"area" : "dist/quarkus",
"url" : "https://github.com/keycloak/keycloak/issues/32643"
}, {
"number" : 32731,
"repository" : "keycloak",
"title" : "KeyCloak Admin Client uses non-standard `@NoCache` annotation which is an issue for Quarkus",
"kind" : "bug",
"area" : "admin/client-java",
"url" : "https://github.com/keycloak/keycloak/issues/32731"
}, {
"number" : 32799,
"repository" : "keycloak",
"title" : "Realm import fails when client configures default_acr values",
"kind" : "bug",
"area" : "import-export",
"url" : "https://github.com/keycloak/keycloak/issues/32799"
}, {
"number" : 32870,
"repository" : "keycloak",
"title" : "Increased DB activity due to changes in LDAPStorageManager.searchForUserByUserAttributeStream",
"kind" : "bug",
"area" : "ldap",
"url" : "https://github.com/keycloak/keycloak/issues/32870"
}, {
"number" : 33115,
"repository" : "keycloak",
"title" : "CVE-2024-8883 Vulnerable Redirect URI Validation Results in Open Redirect",
"kind" : "bug",
"area" : null,
"url" : "https://github.com/keycloak/keycloak/issues/33115"
}, {
"number" : 33116,
"repository" : "keycloak",
"title" : "CVE-2024-8698 Improper Verification of SAML Responses Leading to Privilege Escalation in Keycloak",
"kind" : "bug",
"area" : null,
"url" : "https://github.com/keycloak/keycloak/issues/33116"
} ]
25 changes: 25 additions & 0 deletions cache/releases/25.0.6/gh-release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<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/30604">#30604</a> Network response was not OK. <code>saml</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/31165">#31165</a> Re-enabling a temporarily locked user (brute-force) deletes all user properties and attributes <code>admin/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/32100">#32100</a> Remember Me with External Infinispan is not works properly <code>infinispan</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/32578">#32578</a> WebAuthn Flows Broken in login.v2 <code>login/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/32643">#32643</a> Dots are not allowed in the path in Hostname v2 <code>dist/quarkus</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/32731">#32731</a> KeyCloak Admin Client uses non-standard `@NoCache` annotation which is an issue for Quarkus <code>admin/client-java</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/32799">#32799</a> Realm import fails when client configures default_acr values <code>import-export</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/32870">#32870</a> Increased DB activity due to changes in LDAPStorageManager.searchForUserByUserAttributeStream <code>ldap</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/33115">#33115</a> CVE-2024-8883 Vulnerable Redirect URI Validation Results in Open Redirect </li>
<li><a href="https://github.com/keycloak/keycloak/issues/33116">#33116</a> CVE-2024-8698 Improper Verification of SAML Responses Leading to Privilege Escalation in Keycloak </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>25.0.5</version.keycloak>
<version.keycloak>25.0.6</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/25.0.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2024-09-19",
"version": "25.0.6",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 24
}

0 comments on commit e32a97e

Please sign in to comment.