@backstage/backend-defaults 0.17.3 → 0.17.4-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/config.schema.json +2396 -0
- package/dist/entrypoints/urlReader/lib/AwsS3UrlReader.cjs.js +45 -26
- package/dist/entrypoints/urlReader/lib/AwsS3UrlReader.cjs.js.map +1 -1
- package/dist/package.json.cjs.js +1 -1
- package/package.json +19 -19
- package/config.d.ts +0 -1475
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @backstage/backend-defaults
|
|
2
2
|
|
|
3
|
+
## 0.17.4-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- aaa7d65: Improved readability of the AWS S3 URL parser by splitting the single monolithic regex into two separate patterns (standard S3 and VPC PrivateLink) with named capture groups. Also made the VPC endpoint region mandatory in the regex, fixing a potential mis-parse when the region segment was absent.
|
|
8
|
+
- 8419f51: Added support for AWS PrivateLink for Amazon S3.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/config-loader@1.11.0-next.0
|
|
11
|
+
- @backstage/plugin-auth-node@0.7.3-next.0
|
|
12
|
+
- @backstage/backend-app-api@1.7.2-next.0
|
|
13
|
+
- @backstage/plugin-permission-node@0.11.2-next.0
|
|
14
|
+
- @backstage/backend-plugin-api@1.9.3-next.0
|
|
15
|
+
- @backstage/plugin-events-node@0.4.24-next.0
|
|
16
|
+
|
|
3
17
|
## 0.17.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|