@backstage/plugin-scaffolder-backend-module-gcp 0.2.25-next.2 → 0.2.25
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 +11 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-gcp
|
|
2
2
|
|
|
3
|
+
## 0.2.25
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e95b649: Added new config path `scaffolder.taskRecovery.gcsBucket.name` for GCS workspace provider. The previous `EXPERIMENTAL_workspaceSerializationGcpBucketName` config is still supported as a fallback. Workspace upload failures are now propagated so that a task does not record a completed step without its corresponding workspace.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/integration@2.1.2
|
|
10
|
+
- @backstage/config@1.3.9
|
|
11
|
+
- @backstage/plugin-scaffolder-node@0.13.7
|
|
12
|
+
- @backstage/backend-plugin-api@1.10.1
|
|
13
|
+
|
|
3
14
|
## 0.2.25-next.2
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-gcp",
|
|
3
|
-
"version": "0.2.25
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"description": "The GCP Bucket module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"test": "backstage-cli package test"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@backstage/backend-plugin-api": "1.10.1
|
|
55
|
-
"@backstage/config": "1.3.9
|
|
56
|
-
"@backstage/errors": "1.3.1",
|
|
57
|
-
"@backstage/integration": "2.1.2
|
|
58
|
-
"@backstage/plugin-scaffolder-node": "0.13.7
|
|
54
|
+
"@backstage/backend-plugin-api": "^1.10.1",
|
|
55
|
+
"@backstage/config": "^1.3.9",
|
|
56
|
+
"@backstage/errors": "^1.3.1",
|
|
57
|
+
"@backstage/integration": "^2.1.2",
|
|
58
|
+
"@backstage/plugin-scaffolder-node": "^0.13.7",
|
|
59
59
|
"@google-cloud/storage": "^7.0.0",
|
|
60
60
|
"raw-body": "^2.4.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@backstage/backend-test-utils": "1.11.7
|
|
64
|
-
"@backstage/cli": "0.36.6
|
|
65
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.3.15
|
|
63
|
+
"@backstage/backend-test-utils": "^1.11.7",
|
|
64
|
+
"@backstage/cli": "^0.36.6",
|
|
65
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.3.15"
|
|
66
66
|
},
|
|
67
67
|
"configSchema": "config.schema.json"
|
|
68
68
|
}
|