From 799a619c5fbf607ea73f929cecfbb6d6c9ff1a78 Mon Sep 17 00:00:00 2001
From: Hercules Merscher <hmerscher@gitlab.com>
Date: Wed, 10 Apr 2024 23:42:52 +0000
Subject: [PATCH] Update feature categories to 2024-04-08

---
 config/feature_categories.yml | 4 +++-
 db/docs/ci_runners.yml        | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/config/feature_categories.yml b/config/feature_categories.yml
index a7e84d53c31c..265967a9834c 100644
--- a/config/feature_categories.yml
+++ b/config/feature_categories.yml
@@ -11,6 +11,7 @@
 - activation
 - advisory_database
 - ai_abstraction_layer
+- ai_agents
 - ai_evaluation
 - ai_research
 - api
@@ -38,6 +39,7 @@
 - container_scanning
 - continuous_delivery
 - continuous_integration
+- custom_models
 - customersdot_application
 - database
 - dataops
@@ -71,6 +73,7 @@
 - global_search
 - groups_and_projects
 - helm_chart_registry
+- hosted_runners
 - importers
 - incident_management
 - infrastructure_as_code
@@ -109,7 +112,6 @@
 - requirements_management
 - review_apps
 - runner
-- runner_saas
 - saas_provisioning
 - sbom
 - scalability
diff --git a/db/docs/ci_runners.yml b/db/docs/ci_runners.yml
index 33bd6ae402f5..84d6dda38a0f 100644
--- a/db/docs/ci_runners.yml
+++ b/db/docs/ci_runners.yml
@@ -5,7 +5,7 @@ classes:
 feature_categories:
 - runner
 - fleet_visibility
-- runner_saas
+- hosted_runners
 description: Registered CI runners
 introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/commit/046b28312704f3131e72dcd2dbdacc5264d4aa62
 milestone: '8.0'
-- 
GitLab