Skip to content

Commit

Permalink
Keycloak 23.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2023
1 parent d3b2406 commit fbb736c
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 1 deletion.
50 changes: 50 additions & 0 deletions cache/releases/23.0.3/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[ {
"number" : 24718,
"repository" : "keycloak",
"title" : "Mapper Option \"Add to access token\" Toggled Off Despite Claim Added to Token",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/24718"
}, {
"number" : 25208,
"repository" : "keycloak",
"title" : "GH Actions -> Keycloak CI -> MSSQL docker images fails during startup",
"kind" : "bug",
"area" : "ci",
"url" : "https://github.com/keycloak/keycloak/issues/25208"
}, {
"number" : 25220,
"repository" : "keycloak",
"title" : "Authenticated users should not be able to delete their passwords via a DELETE request",
"kind" : "weakness",
"area" : null,
"url" : "https://github.com/keycloak/keycloak/issues/25220"
}, {
"number" : 25231,
"repository" : "keycloak",
"title" : "CIBA and PAR are broken since 23.0.0 (NPE) when using http protocol",
"kind" : "bug",
"area" : "oidc",
"url" : "https://github.com/keycloak/keycloak/issues/25231"
}, {
"number" : 25322,
"repository" : "keycloak",
"title" : "Warning \"Event object wasn't available in remote cache\" when using remote store",
"kind" : "bug",
"area" : null,
"url" : "https://github.com/keycloak/keycloak/issues/25322"
}, {
"number" : 25388,
"repository" : "keycloak",
"title" : "Enable concurrent remote operations for Infinispan",
"kind" : "enhancement",
"area" : "storage",
"url" : "https://github.com/keycloak/keycloak/issues/25388"
}, {
"number" : 25437,
"repository" : "keycloak",
"title" : "Failed to find theme resources, using built-in themes when accessing account console",
"kind" : "bug",
"area" : "account/ui",
"url" : "https://github.com/keycloak/keycloak/issues/25437"
} ]
6 changes: 6 additions & 0 deletions cache/releases/23.0.3/gh-release-notes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<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>

</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.2</version.keycloak>
<version.keycloak>23.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/23.0.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2023-12-15",
"version": "23.0.3",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 22
}

0 comments on commit fbb736c

Please sign in to comment.