@backstage/backend-defaults 0.17.4 → 0.17.5-next.1
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 +18 -2
- 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,10 +1,26 @@
|
|
|
1
1
|
# @backstage/backend-defaults
|
|
2
2
|
|
|
3
|
-
## 0.17.
|
|
3
|
+
## 0.17.5-next.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- d62c384: Fixed a bug where scheduled tasks that were initially registered with a manual trigger and later re-registered with a duration or cron cadence would never be scheduled to run.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/config-loader@1.11.0-next.1
|
|
10
|
+
|
|
11
|
+
## 0.17.4-next.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 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.
|
|
16
|
+
- 8419f51: Added support for AWS PrivateLink for Amazon S3.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/config-loader@1.11.0-next.0
|
|
19
|
+
- @backstage/plugin-auth-node@0.7.3-next.0
|
|
20
|
+
- @backstage/backend-app-api@1.7.2-next.0
|
|
21
|
+
- @backstage/plugin-permission-node@0.11.2-next.0
|
|
22
|
+
- @backstage/backend-plugin-api@1.9.3-next.0
|
|
23
|
+
- @backstage/plugin-events-node@0.4.24-next.0
|
|
8
24
|
|
|
9
25
|
## 0.17.3
|
|
10
26
|
|