Skip to content

Commit

Permalink
[DOC-11490] Update Release Support Policy table to show Innovation in…
Browse files Browse the repository at this point in the history
…stead of GA for innovation releases (#19104)
  • Loading branch information
mdlinville authored Nov 11, 2024
1 parent 6b402a8 commit b1f3e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/current/releases/release-support-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Innovation releases are not eligible for Assistance Support, and reach EOL at th
<tr>
<td><a href="{% link releases/{{ v.major_version }}.md %}">{{ v.major_version }}{% if will_never_have_lts == false and v.initial_lts_patch == "N/A" %}&nbsp;<a href="#lts-tbd"><sup>*</sup></a>{% elsif skippable == true %}&nbsp;<a href="#skippable"><sup>**</sup></a>{% endif %}</td>
<td>{% if v.last_ga_patch != "N/A" %}{{ v.major_version }}.0 - {{ v.last_ga_patch }}{% else %}{{ v.major_version }}.0+{% endif %}</td>
<td>GA</td>
<td>{% if skippable == true %}Innovation{% else %}GA{% endif %}</td>
<td>{{ v.release_date }}</td>
<td>{% if v.maint_supp_exp_date != "N/A" %}{{ v.maint_supp_exp_date }}{% endif %}</td>
<td>{{ v.asst_supp_exp_date }}</td>
Expand Down Expand Up @@ -249,7 +249,7 @@ The following versions of CockroachDB are no longer supported.
<tr class="eol">
<td><a href="{% link releases/{{ v.major_version }}.md %}">{{ v.major_version }}{% if skippable == true %}&nbsp;<a href="#skippable-eol"><sup>*</sup>{% endif %}</a></a></td>
<td>{% if v.last_ga_patch != "N/A" %}{{ v.major_version }}.0 - {{ v.last_ga_patch }}{% else %}{{ v.major_version }}.0+{% endif %}</td>
<td>GA</td>
<td>{% if skippable == true %}Innovation{% else %}GA{% endif %}</td>
<td>{{ v.release_date }}</td>
<td>{% if v.maint_supp_exp_date != "N/A" %}{{ v.maint_supp_exp_date }}{% endif %}</td>
<td>{{ v.asst_supp_exp_date }}</td>
Expand Down

0 comments on commit b1f3e5c

Please sign in to comment.