Version Packages

This commit is contained in:
github-actions[bot]
2022-04-19 14:28:08 +00:00
parent c888455313
commit 3f7acfb96e
459 changed files with 6352 additions and 3402 deletions
+20
View File
@@ -1,5 +1,25 @@
# @backstage/backend-common
## 0.13.2
### Patch Changes
- 19f6c6c32a: The backend will no longer fail to start up when configured secrets do not match the configuration schema.
- b7436743cb: Added the GerritUrlReader that implements "readUrl".
- 3ef123bbf0: Support external ID when assuming roles in S3 integration
In order to assume a role created by a 3rd party as external
ID is needed. This change adds an optional field to the s3
integration configuration and consumes that in the AwsS3UrlReader.
- bae9359032: The logger returned from `getVoidLogger` is now uses a silenced console transport instead.
- 3ff0e79654: Tweaked the `UrlReader` multiplexer so that it uses the more helpful `NotAllowedError` messaging for all methods.
- 12608f8ba8: Add `@types/webpack-env` to dependencies.
- f9f512559b: Updated the visibility of database connection fields in config to be secret
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/config-loader@1.1.0
## 0.13.2-next.2
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.13.2-next.2",
"version": "0.13.2",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -36,9 +36,9 @@
"dependencies": {
"@backstage/cli-common": "^0.1.8",
"@backstage/config": "^1.0.0",
"@backstage/config-loader": "^1.1.0-next.1",
"@backstage/config-loader": "^1.1.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/integration": "^1.1.0",
"@backstage/types": "^1.0.0",
"@google-cloud/storage": "^5.8.0",
"@manypkg/get-packages": "^1.1.3",
@@ -90,8 +90,8 @@
}
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.3",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^2.0.0",