From 8cb6e101054c323e3c5a4d09aa397e790f620d02 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 26 Sep 2022 10:56:08 +0200 Subject: [PATCH] changesets: added changeset for catalog provider diffing fix Signed-off-by: Patrik Oldsberg --- .changeset/poor-clouds-ring.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/poor-clouds-ring.md diff --git a/.changeset/poor-clouds-ring.md b/.changeset/poor-clouds-ring.md new file mode 100644 index 0000000000..62ba3928a7 --- /dev/null +++ b/.changeset/poor-clouds-ring.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': patch +--- + +Fixed a bug where entities provided without a location key would always replace existing entities, rather than updating them.