Skip to content

Commit

Permalink
Keycloak 23.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2024
1 parent c8ccd2c commit fa1b02f
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 1 deletion.
22 changes: 22 additions & 0 deletions cache/releases/23.0.6/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[ {
"number" : 26427,
"repository" : "keycloak",
"title" : "Operator CSV uses wrong format for `createdAt` field",
"kind" : "bug",
"area" : "operator",
"url" : "https://github.com/keycloak/keycloak/issues/26427"
}, {
"number" : 26597,
"repository" : "keycloak",
"title" : "Keycloak UI meets \"Internal Sever Error\" after save \"Refresh Token Max Reuse\" number",
"kind" : "bug",
"area" : "core",
"url" : "https://github.com/keycloak/keycloak/issues/26597"
}, {
"number" : 26665,
"repository" : "keycloak",
"title" : "Unable to modify access token lifespan at realm level. Keycloak stops working.",
"kind" : "bug",
"area" : "core",
"url" : "https://github.com/keycloak/keycloak/issues/26665"
} ]
6 changes: 6 additions & 0 deletions cache/releases/23.0.6/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.5</version.keycloak>
<version.keycloak>23.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/23.0.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2024-02-02",
"version": "23.0.6",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 22
}

0 comments on commit fa1b02f

Please sign in to comment.