From a3f4718b9269acd64d92ed4c0354a9174682c667 Mon Sep 17 00:00:00 2001 From: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com> Date: Tue, 6 Dec 2022 12:27:54 -0600 Subject: [PATCH] Update .changeset/breezy-apes-mate.md Co-authored-by: Patrik Oldsberg Signed-off-by: Justin De Burgo <57914589+jpdeburgo@users.noreply.github.com> --- .changeset/breezy-apes-mate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/breezy-apes-mate.md b/.changeset/breezy-apes-mate.md index ac3409bd69..65e7dc2bc4 100644 --- a/.changeset/breezy-apes-mate.md +++ b/.changeset/breezy-apes-mate.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend': patch --- -Adding an optional restriction for locations added through catalog import. Restrictions can be added using the app-config.yaml +Added a new `catalog.rules[].location` configuration that makes it possible to configure catalog rules to only apply to specific locations, either via exact match or a glob pattern.