Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ <h1 class="fs-5">Links</h1>
Download
</a>
</li>
<li class="mb-2">
<a class="text-body link-underline-dark link-underline-opacity-0 link-underline-opacity-10-hover" href="{{ '/release-schedule/' | absolute_url }}">
Release Schedule
</a>
</li>
<li class="mb-2">
<a class="text-body link-underline-dark link-underline-opacity-0 link-underline-opacity-10-hover" href="{{ '/quickstarts/' | absolute_url }}">
Quickstarts
Expand Down
41 changes: 41 additions & 0 deletions release-schedule.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: default
title: Release Schedule
permalink: /release-schedule/
---

<div class="container-xxl krx-gutter py-5">
<div class="row">
<div class="col">
<h1>Release Schedule</h1>
<p>This page documents the planned and released versions of Kroxylicious.</p>

<div class="table-responsive mt-4">
<table class="table table-striped table-hover">
<thead>
<tr>
<th scope="col">Release</th>
<th scope="col">Planned Release Date</th>
<th scope="col">Milestone</th>
<th scope="col">Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>Kroxylicious 0.21.0</td>
<td>May 15, 2026</td>
<td><a href="https://github.com/kroxylicious/kroxylicious/milestone/27">0.21.0</a></td>
<td><span class="badge bg-primary">Planned</span></td>
</tr>
<tr>
<td>Kroxylicious 0.22.0</td>
<td>June 26, 2026</td>
<td><a href="https://github.com/kroxylicious/kroxylicious/milestone/10">0.22.0</a></td>
<td><span class="badge bg-primary">Planned</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
Loading