From c8b60c4b4d39df860b429a08d0454912ff029772 Mon Sep 17 00:00:00 2001 From: Jonah Grimes Date: Mon, 29 Mar 2021 12:57:53 -0400 Subject: [PATCH] reformatted changeset Signed-off-by: Jonah Grimes --- .changeset/red-planets-hammer.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.changeset/red-planets-hammer.md b/.changeset/red-planets-hammer.md index 780ef533f1..eb72314556 100644 --- a/.changeset/red-planets-hammer.md +++ b/.changeset/red-planets-hammer.md @@ -4,4 +4,10 @@ '@backstage/plugin-catalog': patch --- -Implemented missing support for the dependsOn/dependencyOf relationships between Component and Resource catalog model objects. Added support for generating the relevant relationships to the BuiltinKindsEntityProcessor, and added simple support for fetching relationships between Components and Resources for rendering in the system diagram. All catalog-model changes backwards compatible. +Implemented missing support for the dependsOn/dependencyOf relationships +between `Component` and `Resource` catalog model objects. + +Added support for generating the relevant relationships to the +`BuiltinKindsEntityProcessor`, and added simple support for fetching +relationships between `Components` and `Resources` for rendering in the +system diagram. All catalog-model changes backwards compatible.