Fix review comment: split changesets...

and use `patch` instead of `minor` since there are no breaking changes.

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2024-01-22 18:43:41 +01:00
parent 62ba5f4044
commit 54ad8e1553
4 changed files with 18 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-app-api': patch
'@backstage/backend-common': patch
---
Make the root logger use the additional configuration schemas when hiding secrets.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-plugin-api': patch
'@backstage/config-loader': patch
---
Introduce a way to provide additional configuration schemas at runtime (application start).
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app-backend': minor
---
Make the `app-backend` plugin use additional configuration schemas.
+1 -8
View File
@@ -1,12 +1,5 @@
---
'@backstage/backend-app-api': minor
'@backstage/backend-common': minor
'@backstage/config-loader': minor
'@backstage/plugin-app-backend': minor
'@backstage/backend-dynamic-feature-service': minor
---
Allow referencing additional configuration schemas at runtime (application start), and have them taken in account where schemas are used:
- the backed-app plugin, in order to prepare the frontend configuration
- the backend application loggers, in order to hide secret configuration values (defined in the schemas).
Implement the discovery of additional configuration schemas for dynamic plugins.