feat: add deprecation note to changeset

Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com>
This commit is contained in:
ElaineDeMattosSilvaB
2024-09-03 20:11:37 +02:00
parent 89fffaafbb
commit c81b8c10ce
+11
View File
@@ -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
```