From c81b8c10cecfac3c90164862a90378b70542fcd6 Mon Sep 17 00:00:00 2001 From: ElaineDeMattosSilvaB Date: Tue, 3 Sep 2024 20:11:37 +0200 Subject: [PATCH] feat: add deprecation note to changeset Signed-off-by: ElaineDeMattosSilvaB --- .changeset/loud-singers-happen.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.changeset/loud-singers-happen.md b/.changeset/loud-singers-happen.md index 32dbdb8481..04207d6428 100644 --- a/.changeset/loud-singers-happen.md +++ b/.changeset/loud-singers-happen.md @@ -3,3 +3,14 @@ --- Add the `relations` array to allow Backstage to mirror GitLab's membership behavior, including descendant, inherited, and shared-from-group memberships. + +The previous `allowInherited` config option will be deprecated in future versions. Use the `relations` array with the `INHERITED` option instead. + +```yaml +catalog: + providers: + gitlab: + development: + relations: + - INHERITED +```