Skip to content

Commit

Permalink
Keycloak 25.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 10, 2024
1 parent fd0385a commit 281ab5e
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 1 deletion.
15 changes: 15 additions & 0 deletions cache/releases/25.0.5/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[ {
"number" : 31882,
"repository" : "keycloak",
"title" : "Realm roles that do not exist are displayed in \"Default roles\" when \"Hide inherited roles\" is not checked",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/31882"
}, {
"number" : 32084,
"repository" : "keycloak",
"title" : "SAML adapter IdMapperUpdaterSessionListener not executed when session ID changes",
"kind" : "bug",
"area" : "adapter/saml",
"url" : "https://github.com/keycloak/keycloak/issues/32084"
} ]
17 changes: 17 additions & 0 deletions cache/releases/25.0.5/gh-release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<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/31882">#31882</a> Realm roles that do not exist are displayed in "Default roles" when "Hide inherited roles" is not checked <code>admin/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/32084">#32084</a> SAML adapter IdMapperUpdaterSessionListener not executed when session ID changes <code>adapter/saml</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>25.0.4</version.keycloak>
<version.keycloak>25.0.5</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.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2024-09-10",
"version": "25.0.5",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 24
}

0 comments on commit 281ab5e

Please sign in to comment.