Skip to content

Commit

Permalink
Deploying to main from @ 41b4df060b0365ca8e16bf5174cb5bf2c9f49534 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
keycloak-bot committed Mar 5, 2024
1 parent f9b48d2 commit 4d576fa
Show file tree
Hide file tree
Showing 15 changed files with 1,627 additions and 23,047 deletions.
113 changes: 113 additions & 0 deletions 2024/03/keycloak-2401-released.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Keycloak 24.0.1 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="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>
</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-5" href="https://www.keycloak.org/">
<img class="img-fluid" src="https://www.keycloak.org/resources/images/logo.svg" width="240" alt="Keycloak"/>
</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 24.0.1 released</h1>
<p class="blog-date text-muted">March 05 2024</p>


<p>To download the release go to <a href="https://www.keycloak.org/downloads.html">Keycloak downloads</a>.</p>

<h2>Highlights</h2>
<div class="sect2">
<h3 id="_operator_deploys_nightly_build_instead_of_24_0_0">Operator deploys nightly build instead of 24.0.0</h3>
<div class="paragraph">
<p>Due to an issue in the release process when deploying Keycloak using the Operator it installed the <code>nightly</code> container
instead of <code>24.0.0</code>.</p>
</div>
<div class="paragraph">
<p>As a quick fix to the issue, the <code>24.0.0</code> container was tagged with <code>nightly</code>, and the <code>nightly</code> releases was temporarily
disabled.</p>
</div>
<div class="paragraph">
<p>If you installed or upgraded to <code>24.0.0</code> using the Operator before 5pm CET yesterday the database may have been updated
with the wrong versions. To check if you are affected connect to your database and run the following SQL command:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>SELECT * from migration_model WHERE version = '999.0.0';</code></pre>
</div>
</div>
<div class="paragraph">
<p>If the above returns a matching row you will need to take some actions, otherwise database migrations will not run for
future releases. To resolve this run the following SQL command:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="highlight"><code>UPDATE migration_model SET version = '24.0.0' WHERE version = '999.0.0';</code></pre>
</div>
</div>
</div>
<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>

</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">&copy; Keycloak Authors 2023. &copy; 2023 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>
16 changes: 8 additions & 8 deletions archive/documentation-24.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 class="mt-4">Guides</h2>
<tbody>
<tr>
<td>
<a href="https://www.keycloak.org/docs/24.0.0/release_notes/index.html" target="_blank">
<a href="https://www.keycloak.org/docs/24.0.1/release_notes/index.html" target="_blank">
Release Notes
</a>
</td>
Expand Down Expand Up @@ -113,7 +113,7 @@ <h2 class="mt-4">Guides</h2>
</tr>
<tr>
<td>
<a href="https://www.keycloak.org/docs/24.0.0/securing_apps/index.html" target="_blank">
<a href="https://www.keycloak.org/docs/24.0.1/securing_apps/index.html" target="_blank">
Securing Applications and Services
</a>
</td>
Expand All @@ -123,7 +123,7 @@ <h2 class="mt-4">Guides</h2>
</tr>
<tr>
<td>
<a href="https://www.keycloak.org/docs/24.0.0/server_admin/index.html" target="_blank">
<a href="https://www.keycloak.org/docs/24.0.1/server_admin/index.html" target="_blank">
Server Administration
</a>
</td>
Expand All @@ -133,7 +133,7 @@ <h2 class="mt-4">Guides</h2>
</tr>
<tr>
<td>
<a href="https://www.keycloak.org/docs/24.0.0/server_development/index.html" target="_blank">
<a href="https://www.keycloak.org/docs/24.0.1/server_development/index.html" target="_blank">
Server Developer
</a>
</td>
Expand All @@ -143,7 +143,7 @@ <h2 class="mt-4">Guides</h2>
</tr>
<tr>
<td>
<a href="https://www.keycloak.org/docs/24.0.0/authorization_services/index.html" target="_blank">
<a href="https://www.keycloak.org/docs/24.0.1/authorization_services/index.html" target="_blank">
Authorization Services
</a>
</td>
Expand All @@ -153,7 +153,7 @@ <h2 class="mt-4">Guides</h2>
</tr>
<tr>
<td>
<a href="https://www.keycloak.org/docs/24.0.0/upgrading/index.html" target="_blank">
<a href="https://www.keycloak.org/docs/24.0.1/upgrading/index.html" target="_blank">
Upgrading
</a>
</td>
Expand All @@ -170,7 +170,7 @@ <h2 class="mt-4">API Documentation</h2>
<tbody>
<tr>
<td>
<a href="https://www.keycloak.org/docs-api/24.0.0/javadocs/index.html" target="_blank">
<a href="https://www.keycloak.org/docs-api/24.0.1/javadocs/index.html" target="_blank">
JavaDoc
</a>
</td>
Expand All @@ -180,7 +180,7 @@ <h2 class="mt-4">API Documentation</h2>
</tr>
<tr>
<td>
<a href="https://www.keycloak.org/docs-api/24.0.0/rest-api/index.html" target="_blank">
<a href="https://www.keycloak.org/docs-api/24.0.1/rest-api/index.html" target="_blank">
Administration REST API
</a>
</td>
Expand Down
Loading

0 comments on commit 4d576fa

Please sign in to comment.