Merge branch 'master' of github.com:backstage/backstage into catalog-import-instructions

This commit is contained in:
Adam Harvey
2020-12-04 10:40:10 -05:00
19 changed files with 159 additions and 56 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-import': patch
---
Align plugin ID and fix variable typo
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Fix config schema for `.app.listen`
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---
change default size for pageSize in search result view
+8
View File
@@ -0,0 +1,8 @@
---
'example-backend': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/create-app': patch
---
Unify `dockerode` library and type dependency versions
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/core': minor
---
Introducing a new optional property within `app-config.yaml` called `auth.environment` to have configurable environment value for `auth.providers`
**Default Value:** 'development'
**Optional Values:** 'production' | 'development'
**Migration-steps:**
- To override the default value, one could simply introduce the new property `environment` within the `auth` section of the `config.yaml`
- re-run the build to reflect the changed configs