You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Downloads and documentation for production releases of {{ site.data.products.ibm-cockroachdb }} {{ r.release_name }} are available through <a href="https://www.ibm.com/software/passportadvantage/pao_customer.html" >IBM Passport Advantage</a></p>
646
+
{% comment %} Adjust contents of IBM tab based on release number and production vs testing status {% endcomment %}
647
+
{% if v.major_version == 'v23.1' or
648
+
v.major_version == 'v23.2' or
649
+
v.major_version == 'v23.3' or
650
+
v.major_version == 'v23.4' or
651
+
v.major_version == 'v24.1' or
652
+
v.major_version == 'v24.2' or
653
+
v.major_version == 'v24.3' or
654
+
v.major_version == 'v24.4' or
655
+
v.major_version == 'v25.1' or
656
+
v.major_version == 'v25.2' %}
657
+
<p>{{ site.data.products.ibm-cockroachdb }} is <b>unavailable</b> for {{ v.major_version }}. This deployment is available for production releases of CockroachDB v25.3 and later.</p>
658
+
{% elsif s != "Production" %}
659
+
<p>{{ site.data.products.ibm-cockroachdb }} is <b>unavailable</b> for testing releases.</p>
660
+
{% else %}
661
+
<p>Downloads and documentation for production releases of {{ site.data.products.ibm-cockroachdb }} {{ v.major_version }} are available through <ahref="https://www.ibm.com/software/passportadvantage/pao_customer.html" >IBM Passport Advantage</a>.</p>
0 commit comments