From c379e97918d3577539286501a3a8cda5c99d0c1a Mon Sep 17 00:00:00 2001 From: Changzheng Liu Date: Fri, 15 Aug 2025 11:27:30 -0700 Subject: [PATCH] Change Exact Code Search to Limited Availability --- doc/charts/gitlab/gitlab-zoekt/_index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/charts/gitlab/gitlab-zoekt/_index.md b/doc/charts/gitlab/gitlab-zoekt/_index.md index 38c9b44157..4ccc6d4fa0 100644 --- a/doc/charts/gitlab/gitlab-zoekt/_index.md +++ b/doc/charts/gitlab/gitlab-zoekt/_index.md @@ -9,12 +9,13 @@ title: Zoekt chart - Tier: Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed -- Status: Beta +- Status: Limited Availability {{< /details >}} {{< history >}} +- [Announced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/200545) as [Limited Availability](https://docs.gitlab.com/policy/development_stages_support/#limited-availability) in GitLab 18.4. - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/105049) as a [beta](https://docs.gitlab.com/policy/development_stages_support/#beta) in GitLab 15.9 [with flags](https://docs.gitlab.com/administration/feature_flags/) named `index_code_with_zoekt` and `search_code_with_zoekt`. Disabled by default. - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/388519) in GitLab 16.6. - Feature flags `index_code_with_zoekt` and `search_code_with_zoekt` [removed](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148378) in GitLab 17.1. @@ -23,7 +24,7 @@ title: Zoekt chart {{< alert type="warning" >}} -This feature is in [beta](https://docs.gitlab.com/policy/development_stages_support/#beta) and subject to change without notice. +This feature is in [Limited Availability](https://docs.gitlab.com/policy/development_stages_support/#limited-availability). For more information, see [epic 9404](https://gitlab.com/groups/gitlab-org/-/epics/9404). {{< /alert >}} -- GitLab