|
|
@@ -727,9 +727,9 @@
|
|
|
</li>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
- <a href="#depreaction-process" class="md-nav__link">
|
|
|
+ <a href="#deprecation-process" class="md-nav__link">
|
|
|
<span class="md-ellipsis">
|
|
|
- Depreaction Process:
|
|
|
+ Deprecation Process:
|
|
|
</span>
|
|
|
</a>
|
|
|
|
|
|
@@ -3929,9 +3929,9 @@
|
|
|
</li>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
- <a href="#depreaction-process" class="md-nav__link">
|
|
|
+ <a href="#deprecation-process" class="md-nav__link">
|
|
|
<span class="md-ellipsis">
|
|
|
- Depreaction Process:
|
|
|
+ Deprecation Process:
|
|
|
</span>
|
|
|
</a>
|
|
|
|
|
|
@@ -3958,7 +3958,7 @@
|
|
|
|
|
|
<h1 id="deprecation-policy">Deprecation Policy</h1>
|
|
|
<p>We follow the <a href="https://kubernetes.io/docs/reference/using-api/deprecation-policy/">Kubernetes Deprecation Policy</a> and <a href="https://kubernetes.io/docs/reference/using-api/#api-versioning">API Versioning Scheme</a>: alpha, beta, GA.</p>
|
|
|
-<p>The project is currently in <code>beta</code> state. Please try the <code>beta</code> features and provide feedback. After the features exits beta, it may not be practical to make more changes.</p>
|
|
|
+<p>The project is currently in <code>beta</code> state. Please try the <code>beta</code> features and provide feedback. After the features exit beta, it may not be practical to make more changes.</p>
|
|
|
<ul>
|
|
|
<li>
|
|
|
<p>alpha</p>
|
|
|
@@ -3998,16 +3998,18 @@
|
|
|
</ul>
|
|
|
<h3 id="non-scope">Non-Scope</h3>
|
|
|
<p>Everything not listed in scope is not subject to this deprecation policy and it is subject to breaking changes, updates at any point in time, and deprecation - <strong>as long as it follows the Deprecation Process listed below</strong>.</p>
|
|
|
-<p>This includes, but insn't limited to :
|
|
|
-* Any feature / specific behavior not in Scope.
|
|
|
-* Source code imports
|
|
|
-* Helm Charts
|
|
|
-* Release process
|
|
|
-* Docker Images (including multi-arch builds)
|
|
|
-* Image Signature (including provenance, providers, keys)
|
|
|
-* OLM-specific builds</p>
|
|
|
-<h2 id="depreaction-process">Depreaction Process:</h2>
|
|
|
-<p>Deprecation process is described within the <a href="https://github.com/external-secrets/external-secrets/blob/main/DEPRECATING.md">project github repository</a></p>
|
|
|
+<p>This includes, but isn't limited to:</p>
|
|
|
+<ul>
|
|
|
+<li>Any feature / specific behavior not in Scope.</li>
|
|
|
+<li>Source code imports</li>
|
|
|
+<li>Helm Charts</li>
|
|
|
+<li>Release process</li>
|
|
|
+<li>Docker Images (including multi-arch builds)</li>
|
|
|
+<li>Image Signature (including provenance, providers, keys)</li>
|
|
|
+<li>OLM-specific builds</li>
|
|
|
+</ul>
|
|
|
+<h2 id="deprecation-process">Deprecation Process:</h2>
|
|
|
+<p>Deprecation process is described within the <a href="https://github.com/external-secrets/external-secrets/blob/main/DEPRECATING.md">project GitHub repository</a></p>
|
|
|
|
|
|
|
|
|
|