From 223e8de6b4813c48ef13650caf9ea22343aaf459 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 15 Oct 2021 14:27:52 +0200 Subject: [PATCH] changesets: added changeset for schema error filtering Signed-off-by: Patrik Oldsberg --- .changeset/chilled-tools-worry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/chilled-tools-worry.md diff --git a/.changeset/chilled-tools-worry.md b/.changeset/chilled-tools-worry.md new file mode 100644 index 0000000000..58f89ef503 --- /dev/null +++ b/.changeset/chilled-tools-worry.md @@ -0,0 +1,5 @@ +--- +'@backstage/config-loader': patch +--- + +Configuration schema errors are now filtered using the provided visibility option. This means that schema errors due to missing backend configuration will no longer break frontend builds.