From 2a0c4b09a6d860916d837bc778fde603e859426d Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Thu, 12 Dec 2024 21:55:38 -0700 Subject: [PATCH] add changeset Signed-off-by: aramissennyeydd --- .changeset/old-cats-shake.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/old-cats-shake.md diff --git a/.changeset/old-cats-shake.md b/.changeset/old-cats-shake.md new file mode 100644 index 0000000000..367e7f2062 --- /dev/null +++ b/.changeset/old-cats-shake.md @@ -0,0 +1,6 @@ +--- +'@backstage/backend-defaults': minor +'@backstage/backend-plugin-api': minor +--- + +Adds a new experimental `SystemMetadataService` for tracking the collection of Backstage instances that may be deployed at any one time.