From 79025f3f2890867817c1d476d8693e1a01444ff1 Mon Sep 17 00:00:00 2001 From: Dawn James Date: Mon, 27 Mar 2023 17:59:06 +0100 Subject: [PATCH] Add a changeset and update docs. Signed-off-by: Dawn James --- .changeset/dry-sloths-impress.md | 5 +++++ docs/features/software-catalog/descriptor-format.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/dry-sloths-impress.md diff --git a/.changeset/dry-sloths-impress.md b/.changeset/dry-sloths-impress.md new file mode 100644 index 0000000000..6bd5ba4156 --- /dev/null +++ b/.changeset/dry-sloths-impress.md @@ -0,0 +1,5 @@ +--- +'@backstage/catalog-model': minor +--- + +Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist. diff --git a/docs/features/software-catalog/descriptor-format.md b/docs/features/software-catalog/descriptor-format.md index 52ba540430..1c95cfeb2a 100644 --- a/docs/features/software-catalog/descriptor-format.md +++ b/docs/features/software-catalog/descriptor-format.md @@ -1240,6 +1240,7 @@ metadata: description: Everything about artists spec: owner: artist-relations-team + domain: audio-domain ``` In addition to the [common envelope metadata](#common-to-all-kinds-the-metadata)