|
|
@@ -73,7 +73,7 @@
|
|
|
<div data-md-component="skip">
|
|
|
|
|
|
|
|
|
- <a href="#external-secrets-operator" class="md-skip">
|
|
|
+ <a href="#supported-versions" class="md-skip">
|
|
|
Skip to content
|
|
|
</a>
|
|
|
|
|
|
@@ -475,8 +475,8 @@
|
|
|
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
- <a href="#external-secrets-operator" class="md-nav__link">
|
|
|
- External Secrets Operator
|
|
|
+ <a href="#supported-versions" class="md-nav__link">
|
|
|
+ Supported Versions
|
|
|
</a>
|
|
|
|
|
|
</li>
|
|
|
@@ -2106,8 +2106,8 @@
|
|
|
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
- <a href="#external-secrets-operator" class="md-nav__link">
|
|
|
- External Secrets Operator
|
|
|
+ <a href="#supported-versions" class="md-nav__link">
|
|
|
+ Supported Versions
|
|
|
</a>
|
|
|
|
|
|
</li>
|
|
|
@@ -2167,39 +2167,61 @@
|
|
|
<h1>Stability and Support</h1>
|
|
|
|
|
|
<p>This page lists the status, timeline and policy for currently supported ESO releases and its providers. Please also see our <a href="../deprecation-policy/">deprecation policy</a> that describes API versioning, deprecation and API surface.</p>
|
|
|
-<h2 id="external-secrets-operator">External Secrets Operator</h2>
|
|
|
-<p>We are currently in beta and support <strong>only the latest release</strong> for the time being.</p>
|
|
|
+<h2 id="supported-versions">Supported Versions</h2>
|
|
|
+<p>We want to provide security patches and critical bug fixes in a timely manner to our users.
|
|
|
+To do so, we offer long-term support for our latest two (N, N-1) software releases.
|
|
|
+We aim for a 2-3 month minor release cycle, i.e. a given release is supported for about 4-6 months.</p>
|
|
|
+<p>We want to cover the following cases:</p>
|
|
|
+<ul>
|
|
|
+<li>regular image rebuilds to update OS dependencies</li>
|
|
|
+<li>regular go dependency updates</li>
|
|
|
+<li>backport bug fixes on demand</li>
|
|
|
+</ul>
|
|
|
<table>
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th>ESO Version</th>
|
|
|
<th>Kubernetes Version</th>
|
|
|
+<th>Release Date</th>
|
|
|
+<th>End of Life</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
<td>0.8.x</td>
|
|
|
<td>1.19 → 1.26</td>
|
|
|
+<td>Mar 16, 2023</td>
|
|
|
+<td>Release of 1.0</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>0.7.x</td>
|
|
|
<td>1.19 → 1.26</td>
|
|
|
+<td>Dec 11, 2022</td>
|
|
|
+<td>Release of 0.9</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>0.6.x</td>
|
|
|
<td>1.19 → 1.24</td>
|
|
|
+<td>Oct 9, 2022</td>
|
|
|
+<td>Mar 16, 2023</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>0.5.x</td>
|
|
|
<td>1.19 → 1.24</td>
|
|
|
+<td>Apr 6, 2022</td>
|
|
|
+<td>Dec 11, 2022</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>0.4.x</td>
|
|
|
<td>1.16 → 1.24</td>
|
|
|
+<td>Feb 2, 2022</td>
|
|
|
+<td>Oct 9, 2022</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>0.3.x</td>
|
|
|
<td>1.16 → 1.24</td>
|
|
|
+<td>Jul 25, 2021</td>
|
|
|
+<td>Apr 6, 2022</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|