-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to main from @ c5cf5c50c70b9ce13d0083c91e8146e1ff984ae4 🚀
- Loading branch information
1 parent
92e4553
commit c0b4a54
Showing
35 changed files
with
1,855 additions
and
2,072 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
|
||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>Keycloak 26.0.7 released - Keycloak</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Keycloak is an open source identity and access management solution"> | ||
<meta name="author" content="Keycloak Team"> | ||
<meta name="keywords" content="sso,idm,openid connect,saml,kerberos,ldap"> | ||
<link href="https://www.keycloak.org/resources/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"> | ||
<link href="https://www.keycloak.org/resources/css/keycloak.css" rel="stylesheet"> | ||
<link rel="canonical" href="https://www.keycloak.org/2024/12/keycloak-2607-released"> | ||
<link rel="shortcut icon" href="https://www.keycloak.org/resources/favicon.ico"> | ||
<script src="https://www.keycloak.org/resources/js/ga.js" type="text/javascript"></script> | ||
<script src="https://www.keycloak.org/resources/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script> | ||
<script src="https://www.keycloak.org/resources/tocbot/dist/tocbot.min.js" type="text/javascript"></script> | ||
<link rel="alternate" type="application/rss+xml" title="Keycloak's Blog" href="https://www.keycloak.org/rss.xml"></head> | ||
<body> | ||
|
||
<header class="navbar navbar-expand-md bg-light shadow-sm"> | ||
<nav class="container-xxl flex-wrap flex-md-no-wrap navbar-light"> | ||
<a class="navbar-brand me-3 me-md-4 me-lg-5" href="https://www.keycloak.org/"> | ||
<img class="img-fluid" src="https://www.keycloak.org/resources/images/logo.svg" width="240" alt="Keycloak"/> | ||
</a> | ||
<a class="nav-link d-none d-sm-block d-md-none d-lg-block" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=GitHub%20Stars" style="height: 25px" alt="GitHub stars"/></a> | ||
<a class="nav-link d-block d-sm-none d-md-block d-lg-none" href="https://github.com/keycloak/keycloak"><img src="https://img.shields.io/github/stars/keycloak/keycloak?label=" style="height: 25px" alt="GitHub stars"/></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="fa fa-bars fa-lg px-1 py-2"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarCollapse"> | ||
<ul class="navbar-nav flex-row flex-wrap bd-navbar-nav pt-2 py-md-0"> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/guides">Guides</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/documentation">Docs</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/downloads">Downloads</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/community">Community</a> | ||
</li> | ||
<li class="nav-item col-6 col-md-auto"> | ||
<a class="nav-link " href="https://www.keycloak.org/blog">Blog</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
<div class="container mt-5 kc-article"> | ||
<h1>Keycloak 26.0.7 released</h1> | ||
<p class="blog-date text-muted">December 03 2024</p> | ||
|
||
|
||
<p>To download the release go to <a href="https://www.keycloak.org/downloads.html">Keycloak downloads</a>.</p> | ||
|
||
|
||
<h2>Upgrading</h2> | ||
<p>Before upgrading refer to <a href="https://www.keycloak.org/docs/latest/upgrading/index.html#migration-changes">the migration guide</a> for a complete list of changes.</p> | ||
|
||
<h2>All resolved issues</h2> | ||
|
||
|
||
|
||
<h3>Enhancements</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34882">#34882</a> Edits to Authorization Services guide </li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34916">#34916</a> Addresse QE comments on Server Administration guide </li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34931">#34931</a> Upgrade to ISPN 15.0.11.Final </li> | ||
</ul> | ||
|
||
<h3>Bugs</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/10233">#10233</a> Locale Setting for Update Password Mail <span class="badge bg-secondary">admin/api</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/17233">#17233</a> the InfoPage after an ExecuteActionsEmail is not localized based on the user's locale <span class="badge bg-secondary">authentication</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/30631">#30631</a> Upgrade to 25 throws: Statement violates GTID consistency <span class="badge bg-secondary">core</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/32143">#32143</a> UserId too long to add Security Key WebauthN <span class="badge bg-secondary">authentication/webauthn</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/32648">#32648</a> RP-Initiated logout using `POST` method fails in cross-origin setup <span class="badge bg-secondary">oidc</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/32676">#32676</a> Flaky test: org.keycloak.testsuite.forms.BrowserButtonsTest#appInitiatedRegistrationWithBackButton <span class="badge bg-secondary">ci</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33071">#33071</a> RESTART_AUTHENTICATION_ERROR in Iphone devices (using safari and chrome browser) <span class="badge bg-secondary">oidc</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33195">#33195</a> Any one Client role mapping to user/group generating two events on admin events tab. <span class="badge bg-secondary">core</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33810">#33810</a> Stabilise my-resources.spec test <span class="badge bg-secondary">account/ui</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34233">#34233</a> Service accounts visible under user search in Admin console <span class="badge bg-secondary">admin/api</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34391">#34391</a> Error on "check a11y" tests on Cypress <span class="badge bg-secondary">admin/ui</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34560">#34560</a> Switching 'Email as Username' alters existing custom usernames to email addresses, causing LDAP sync issues <span class="badge bg-secondary">core</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34572">#34572</a> Text in "Choose a policy type" is not wrapping <span class="badge bg-secondary">admin/ui</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34590">#34590</a> Attributes missing in OrganizationRepresentation when using Admin REST API in Keycloak 26 <span class="badge bg-secondary">admin/api</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34678">#34678</a> [Admin UI] [Create resource-based permission] Resource input is disabled <span class="badge bg-secondary">admin/ui</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34858">#34858</a> Deprecated CLI options and new options are not stable in their sorting <span class="badge bg-secondary">dist/quarkus</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34864">#34864</a> On logout from admin console, a serverinfo call with 401 response in the logs <span class="badge bg-secondary">admin/ui</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34888">#34888</a> Authentication Link and IDP Fails with 400 Bad Request After Migrating to Version 26 and Delete Authentification <span class="badge bg-secondary">authentication</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34899">#34899</a> Upgrade 24 to 25 fails because db jpa changes drop nonexisting indexes. <span class="badge bg-secondary">core</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34930">#34930</a> Update Email doesn't update username when Email as Username and Attributes are enabled <span class="badge bg-secondary">user-profile</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34944">#34944</a> Adding "sub" claim to lightweight access token causes HTTP 403 Forbidden Error in Keycloak 26.0.5 <span class="badge bg-secondary">oidc</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34975">#34975</a> getAll() organization members only returns the first 10 members <span class="badge bg-secondary">organizations</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34987">#34987</a> KC25 Migration guide for caching options needs clarification </li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35006">#35006</a> Mis-formatted unordered list in the caching docs </li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35015">#35015</a> Flaky test: org.keycloak.testsuite.model.session.AuthenticationSessionTest#testConcurrentAuthenticationSessionsRemoval <span class="badge bg-secondary">ci</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35087">#35087</a> Flaky test: org.keycloak.testsuite.model.session.AuthenticationSessionTest#testConcurrentAuthenticationSessionsCreation <span class="badge bg-secondary">ci</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35229">#35229</a> Fix typo in v24 changelog: "longer" -> "no longer" <span class="badge bg-secondary">docs</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35232">#35232</a> reCAPTCHA v3 not working <span class="badge bg-secondary">login/ui</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35276">#35276</a> Your login attempt timed out <span class="badge bg-secondary">authentication</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35282">#35282</a> [Keycloak CI] - Test PoC failing on Keycloak 26.0 branch </li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35288">#35288</a> Upgrade 26.0.5 -> 26.0.6 completely breaks admin events in the admin UI <span class="badge bg-secondary">admin/ui</span></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/35328">#35328</a> Error when creating a permission ticket when there are 2 or more Keycloak servers in a cluster <span class="badge bg-secondary">authorization-services</span></li> | ||
</ul> | ||
|
||
</div> | ||
|
||
|
||
<div class="container mt-5"> | ||
<footer class="py-3 my-4 border-top"> | ||
<p class="text-center text-muted">Keycloak is a Cloud Native Computing Foundation incubation project</p> | ||
<div class="text-center"> | ||
<img alt="Cloud Native Computing Foundation" src="https://www.keycloak.org/resources/images/cncf_logo.png"/> | ||
</div> | ||
<p class="mt-4 text-center small text-muted">© Keycloak Authors 2024. © 2024 The Linux Foundation. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage page</a>.</p> | ||
</footer> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.