From 1dd6c22cc88a49aa8ff9544fe9ec8b9435979b96 Mon Sep 17 00:00:00 2001 From: Kiss Miklos Date: Wed, 6 Jul 2022 16:29:24 +0200 Subject: [PATCH] add changeset Signed-off-by: Kiss Miklos --- .changeset/cold-coins-tickle.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/cold-coins-tickle.md diff --git a/.changeset/cold-coins-tickle.md b/.changeset/cold-coins-tickle.md new file mode 100644 index 0000000000..7fab336352 --- /dev/null +++ b/.changeset/cold-coins-tickle.md @@ -0,0 +1,8 @@ +--- +'@backstage/plugin-catalog-backend': minor +--- + +Added an option to be able to trigger refreshes on entities based on a prestored arbitrary key. + +The UrlReaderProcessor, FileReaderProcessor got updated to store the absolute url of the catalog file as a refresh key. In the format of `:` +The PlaceholderProcessor got updated to store the resolverValues as refreshKeys for the entities.