From 8b62f68b48e4cebf5dcdda4da9a3fa05bdfc7fd4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 13 Feb 2024 11:46:25 +0100 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Patrik Oldsberg --- .changeset/late-poets-love.md | 2 +- .changeset/rich-bees-fry.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/late-poets-love.md b/.changeset/late-poets-love.md index bd6692560d..03b975b2b5 100644 --- a/.changeset/late-poets-love.md +++ b/.changeset/late-poets-love.md @@ -2,4 +2,4 @@ '@backstage/backend-app-api': patch --- -Allow the `createConfigSecretEnumerator` to take an optional `configSchema` argument with an already-loaded global configuration schema. +Allow the `createConfigSecretEnumerator` to take an optional `schema` argument with an already-loaded global configuration schema. diff --git a/.changeset/rich-bees-fry.md b/.changeset/rich-bees-fry.md index 3dcfa95532..281719340b 100644 --- a/.changeset/rich-bees-fry.md +++ b/.changeset/rich-bees-fry.md @@ -1,6 +1,6 @@ --- -'@backstage/plugin-app-backend': minor -'@backstage/plugin-app-node': minor +'@backstage/plugin-app-backend': patch +'@backstage/plugin-app-node': patch --- Allow the `app-backend` plugin to use a global configuration schema provided externally through an extension.