From 1da119da63834b3287249b0f55ad906e1d0b0d1a Mon Sep 17 00:00:00 2001 From: Nick Benoit Date: Thu, 9 Jan 2025 09:51:05 -0700 Subject: [PATCH] Rename stateful applications -> hosted applications (#691) --- .github/CODEOWNERS | 4 ++-- catalog-info.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 51504598..10d3a6e2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # These owners will be the default owners for everything in # the repository. -* @elastic/control-plane-stateful-applications -docs/ @alaudazzi @elastic/control-plane-stateful-applications +* @elastic/control-plane-hosted-applications +docs/ @alaudazzi @elastic/control-plane-hosted-applications diff --git a/catalog-info.yml b/catalog-info.yml index 4eb5ae2b..3e331962 100644 --- a/catalog-info.yml +++ b/catalog-info.yml @@ -9,7 +9,7 @@ metadata: annotations: backstage.io/source-location: url:https://github.com/elastic/ecctl github.com/project-slug: elastic/ecctl - github.com/team-slug: elastic/control-plane-stateful-applications + github.com/team-slug: elastic/control-plane-hosted-applications # buildkite.com/project-slug: elastic/pipeline-slug-here tags: @@ -23,5 +23,5 @@ metadata: spec: type: service - owner: group:control-plane-stateful-applications + owner: group:control-plane-hosted-applications lifecycle: production \ No newline at end of file