Skip to content

Commit

Permalink
Keycloak 23.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent f5304ca commit bac9348
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 1 deletion.
85 changes: 85 additions & 0 deletions cache/releases/23.0.4/changelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
[ {
"number" : 9693,
"repository" : "keycloak",
"title" : "PubKeySignRegisterTest failures in WebAuthn tests",
"kind" : "bug",
"area" : "testsuite",
"url" : "https://github.com/keycloak/keycloak/issues/9693"
}, {
"number" : 24508,
"repository" : "keycloak",
"title" : "Deadlock when pre-loading remote sessions from external Infinispan",
"kind" : "bug",
"area" : "storage",
"url" : "https://github.com/keycloak/keycloak/issues/24508"
}, {
"number" : 24763,
"repository" : "keycloak",
"title" : "Remove sign out action for offline sessions",
"kind" : "bug",
"area" : "admin/ui",
"url" : "https://github.com/keycloak/keycloak/issues/24763"
}, {
"number" : 25016,
"repository" : "keycloak",
"title" : "Make password visibility css classes configurable for themes",
"kind" : "bug",
"area" : "login/ui",
"url" : "https://github.com/keycloak/keycloak/issues/25016"
}, {
"number" : 25096,
"repository" : "keycloak",
"title" : "Meaning of briefRepresentation query parameter is inverted in GroupResource.getSubGroups",
"kind" : "bug",
"area" : "admin/api",
"url" : "https://github.com/keycloak/keycloak/issues/25096"
}, {
"number" : 25111,
"repository" : "keycloak",
"title" : "RealmAdminResource.getGroupByPathGroup does not work with space in path parameter",
"kind" : "bug",
"area" : "admin/api",
"url" : "https://github.com/keycloak/keycloak/issues/25111"
}, {
"number" : 25120,
"repository" : "keycloak",
"title" : "CORS issue in 'openid-connect/certs' endpoint",
"kind" : "bug",
"area" : "oidc",
"url" : "https://github.com/keycloak/keycloak/issues/25120"
}, {
"number" : 25424,
"repository" : "keycloak",
"title" : "Improve logging of Quarkus process when it failed to stop it",
"kind" : "task",
"area" : null,
"url" : "https://github.com/keycloak/keycloak/issues/25424"
}, {
"number" : 25475,
"repository" : "keycloak",
"title" : "User Profile: If required roles (\"user\") and reqired scopes are set, the required scopes have no effect",
"kind" : "bug",
"area" : "user-profile",
"url" : "https://github.com/keycloak/keycloak/issues/25475"
}, {
"number" : 25633,
"repository" : "keycloak",
"title" : "Parsing of labels issue IDs doesn't work with colons and the \"fixes\" keyword",
"kind" : "bug",
"area" : "ci",
"url" : "https://github.com/keycloak/keycloak/issues/25633"
}, {
"number" : 25753,
"repository" : "keycloak",
"title" : "Backchannel logout token is missing the \"exp\" claim",
"kind" : "bug",
"area" : "oidc",
"url" : "https://github.com/keycloak/keycloak/issues/25753"
}, {
"number" : 25878,
"repository" : "keycloak",
"title" : "HTML emails in Catalan don't contain links",
"kind" : "bug",
"area" : "translations",
"url" : "https://github.com/keycloak/keycloak/issues/25878"
} ]
6 changes: 6 additions & 0 deletions cache/releases/23.0.4/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.3</version.keycloak>
<version.keycloak>23.0.4</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.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"date": "2024-01-08",
"version": "23.0.4",
"blogTemplate": 3,
"documentationTemplate": 11,
"downloadTemplate": 22
}

0 comments on commit bac9348

Please sign in to comment.