Say RancherOS is in security fix only mode

This commit is contained in:
Catherine Luse
2021-06-15 20:33:59 -07:00
parent d9bc176801
commit bba0a432f1
+6 -11
View File
@@ -25,29 +25,24 @@
{{ $product := index $path 1 }}
{{ $version := index $path 2 }}
{{ $productVersion := printf "%s/%s" $product $version}}
{{ if in .Dir "rancher/v2.x" }}
{{ if in .Dir "/rancher/v2.x" }}
<div class="alert alert-notice">
<strong>We are transitioning to versioned documentation.</strong> The v2.x docs will no longer be maintained. For Rancher v2.5 docs, go <a href="https://rancher.com/docs/rancher/v2.5/en/">here.</a> For Rancher v2.0-v2.4 docs, go <a href="https://rancher.com/docs/rancher/v2.0-v2.4/en/">here.</a>
</div>
{{end}}
{{ if in .Dir "rancher/v2.5/en/pipelines" }}
{{ if in .Dir "/pipelines" }}
<div class="alert alert-notice">
<strong>As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a>, available in Cluster Explorer.</strong>
</div>
{{end}}
{{ if in .Dir "rancher/v2.x/en/pipelines" }}
<div class="alert alert-notice">
<strong>As of Rancher v2.5, Git-based deployment pipelines are now recommended to be handled with Rancher Continuous Delivery powered by <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a>, available in Cluster Explorer.</strong>
</div>
{{end}}
{{ if in .Dir "rancher/v2.5/en/deploy-across-clusters/multi-cluster-apps" }}
{{ if in .Dir "/multi-cluster-apps" }}
<div class="alert alert-notice">
<strong>As of Rancher v2.5, multi-cluster apps are deprecated.</strong> We now recommend using <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a> for deploying apps across clusters. It is available in Cluster Explorer.
</div>
{{end}}
{{ if in .Dir "rancher/v2.x/en/deploy-across-clusters/multi-cluster-apps" }}
<div class="alert alert-notice">
<strong>As of Rancher v2.5, multi-cluster apps are deprecated.</strong> We now recommend using <a href="https://rancher.com/docs/rancher/v2.5/en/deploy-across-clusters/fleet/">Fleet</a> for deploying apps across clusters. It is available in Cluster Explorer.
{{ if in .Dir "os/v1.x" }}
<div class="alert row">
<strong>RancherOS 1.x is currently in a maintain-only-as-essential mode.</strong> It is no longer being actively maintained at a code level other than addressing critical or security fixes. For more information about the support status of RancherOS, see <a href="https://support.rancher.com/hc/en-us/articles/360041771072#development-status-0-0">this page.</a>
</div>
{{end}}