@backstage/plugin-scaffolder-backend-module-gcp 0.1.0-next.3 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/plugin-scaffolder-backend-module-gcp
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0b52438: Serialization of the scaffolder workspace into GCP bucket
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-plugin-api@0.7.0
13
+ - @backstage/integration@1.13.0
14
+ - @backstage/plugin-scaffolder-node@0.4.8
15
+ - @backstage/config@1.2.0
16
+ - @backstage/errors@1.2.4
17
+
3
18
  ## 0.1.0-next.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend-module-gcp",
3
- "version": "0.1.0-next.3",
3
+ "version": "0.1.0",
4
4
  "description": "The GCP Bucket module for @backstage/plugin-scaffolder-backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -40,17 +40,17 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "^0.6.22-next.1",
43
+ "@backstage/backend-plugin-api": "^0.7.0",
44
44
  "@backstage/config": "^1.2.0",
45
45
  "@backstage/errors": "^1.2.4",
46
- "@backstage/integration": "^1.13.0-next.0",
47
- "@backstage/plugin-scaffolder-node": "^0.4.8-next.1",
46
+ "@backstage/integration": "^1.13.0",
47
+ "@backstage/plugin-scaffolder-node": "^0.4.8",
48
48
  "@google-cloud/storage": "^7.0.0",
49
49
  "raw-body": "^2.4.1"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.26.11-next.1",
53
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.9-next.1"
52
+ "@backstage/cli": "^0.26.11",
53
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.1.9"
54
54
  },
55
55
  "configSchema": "config.d.ts"
56
56
  }