catalog: remove group ancestors and descendants

This commit is contained in:
Fredrik Adelöw
2020-11-20 16:30:57 +01:00
parent f76626c1c4
commit 83b6e0c1fc
22 changed files with 45 additions and 286 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/catalog-model': minor
'@backstage/plugin-catalog-backend': minor
---
Remove the deprecated fields `ancestors` and `descendants` from the `Group` entity.
See https://github.com/backstage/backstage/issues/3049 and the PRs linked from it for details.