From 7f573652359c9f4307fb800496d3b1ee8529eb67 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 24 Feb 2025 15:51:04 +0100 Subject: [PATCH] changesets: add changeset for entity predicates Signed-off-by: Patrik Oldsberg --- .changeset/fair-pianos-add.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fair-pianos-add.md diff --git a/.changeset/fair-pianos-add.md b/.changeset/fair-pianos-add.md new file mode 100644 index 0000000000..fda4112c57 --- /dev/null +++ b/.changeset/fair-pianos-add.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': minor +--- + +Add support for a new entity predicate syntax when defining `filter`s related to the blueprints exported via `/alpha` for the new frontend system. For more information, see the [entity filters documentation](https://backstage.io/docs/features/software-catalog/catalog-customization#advanced-customization#entity-filters).