From 93870e4df1a1a7d9f5f09fed5c333bcf5f97735f Mon Sep 17 00:00:00 2001 From: iris Date: Fri, 2 Dec 2022 13:00:31 +0800 Subject: [PATCH] Add changeset Signed-off-by: iris --- .changeset/lucky-singers-worry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lucky-singers-worry.md diff --git a/.changeset/lucky-singers-worry.md b/.changeset/lucky-singers-worry.md new file mode 100644 index 0000000000..742883e784 --- /dev/null +++ b/.changeset/lucky-singers-worry.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-backend': major +--- + +Track the last time the final entity changed with new timestamp "last_updated_at" data in final_entities database, which gets updated with the time when final_entities is updated. And it's displayed in metadata annotation as backstage.io/last_updated-at.