From 3410d56049d38b8f9eb35a29488db172863e011a Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 25 Jan 2026 12:57:23 +0100 Subject: [PATCH] Update .changeset/catalog-provider-module-failures.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Patrik Oldsberg --- .changeset/catalog-provider-module-failures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/catalog-provider-module-failures.md b/.changeset/catalog-provider-module-failures.md index 534969b8db..c7cb5a3571 100644 --- a/.changeset/catalog-provider-module-failures.md +++ b/.changeset/catalog-provider-module-failures.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend': minor --- -Failure to connect catalog providers are now attributed to the module that provided the failing provider. This means that such failures will be reported as module startup failures rather than a failure to start the catalog plugin, and will therefore respect `onPluginModuleBootFailure` configuration instead. +Failures to connect catalog providers are now attributed to the module that provided the failing provider. This means that such failures will be reported as module startup failures rather than a failure to start the catalog plugin, and will therefore respect `onPluginModuleBootFailure` configuration instead.