Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Clare Liguori
2022-12-06 10:21:27 -08:00
770 changed files with 16287 additions and 3101 deletions
+31 -1
View File
@@ -1,5 +1,35 @@
# @backstage/plugin-techdocs-node
## 1.4.3-next.2
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.17.0-next.2
- @backstage/plugin-search-common@1.2.0-next.2
- @backstage/catalog-model@1.1.4-next.1
- @backstage/config@1.0.5-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/integration@1.4.1-next.1
## 1.4.3-next.1
### Patch Changes
- 0a61aab172: Bump dependency @azure/identity to next minor
- 37931c33ce: Upgrade to AWS SDK for Javascript v3
Techdocs support for AWS S3 now requires defining the AWS region to connect to.
If `techdocs.publisher.awsS3.region` is missing from the config, the AWS environment variable `AWS_REGION` will be used.
- Updated dependencies
- @backstage/backend-common@0.17.0-next.1
- @backstage/config@1.0.5-next.1
- @backstage/integration@1.4.1-next.1
- @backstage/catalog-model@1.1.4-next.1
- @backstage/errors@1.1.4-next.1
- @backstage/plugin-search-common@1.1.2-next.1
## 1.4.3-next.0
### Patch Changes
@@ -1152,7 +1182,7 @@
### Minor Changes
- bc9d62f4f: Move the sanity checks of the publisher configurations to a dedicated `PublisherBase#getReadiness()` method instead of throwing an error when doing `Publisher.fromConfig(...)`.
- bc9d62f4f: Move the confidence checks of the publisher configurations to a dedicated `PublisherBase#getReadiness()` method instead of throwing an error when doing `Publisher.fromConfig(...)`.
You should include the check when your backend to get early feedback about a potential misconfiguration:
```diff
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-node",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "1.4.3-next.0",
"version": "1.4.3-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {