From b1f3e5ca8bfdc0de6e49baeeba682e8a43298968 Mon Sep 17 00:00:00 2001 From: "Matt Linville (he/him)" Date: Mon, 11 Nov 2024 12:08:08 -0800 Subject: [PATCH] [DOC-11490] Update Release Support Policy table to show Innovation instead of GA for innovation releases (#19104) --- src/current/releases/release-support-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/releases/release-support-policy.md b/src/current/releases/release-support-policy.md index bd7e03cd4da..0b4ab30703a 100644 --- a/src/current/releases/release-support-policy.md +++ b/src/current/releases/release-support-policy.md @@ -150,7 +150,7 @@ Innovation releases are not eligible for Assistance Support, and reach EOL at th {{ v.major_version }}{% if will_never_have_lts == false and v.initial_lts_patch == "N/A" %} *{% elsif skippable == true %} **{% endif %} {% if v.last_ga_patch != "N/A" %}{{ v.major_version }}.0 - {{ v.last_ga_patch }}{% else %}{{ v.major_version }}.0+{% endif %} - GA + {% if skippable == true %}Innovation{% else %}GA{% endif %} {{ v.release_date }} {% if v.maint_supp_exp_date != "N/A" %}{{ v.maint_supp_exp_date }}{% endif %} {{ v.asst_supp_exp_date }} @@ -249,7 +249,7 @@ The following versions of CockroachDB are no longer supported. {{ v.major_version }}{% if skippable == true %} *{% endif %} {% if v.last_ga_patch != "N/A" %}{{ v.major_version }}.0 - {{ v.last_ga_patch }}{% else %}{{ v.major_version }}.0+{% endif %} - GA + {% if skippable == true %}Innovation{% else %}GA{% endif %} {{ v.release_date }} {% if v.maint_supp_exp_date != "N/A" %}{{ v.maint_supp_exp_date }}{% endif %} {{ v.asst_supp_exp_date }}