@backstage/plugin-scaffolder-backend-module-bitbucket-cloud 0.2.7-next.2 → 0.2.7
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 +15 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
|
|
2
2
|
|
|
3
|
+
## 0.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c56a279: Added `bitbucketCloud:branchRestriction:create` to allow users to create bitbucket cloud branch restrictions in templates
|
|
8
|
+
- 4f8b5b6: Allow signing git commits using configured private PGP key in scaffolder
|
|
9
|
+
- e279c30: Fixing spelling mistake in `jsonschema`
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/integration@1.16.2
|
|
12
|
+
- @backstage/plugin-scaffolder-node@0.8.0
|
|
13
|
+
- @backstage/backend-plugin-api@1.2.1
|
|
14
|
+
- @backstage/config@1.3.2
|
|
15
|
+
- @backstage/errors@1.2.7
|
|
16
|
+
- @backstage/plugin-bitbucket-cloud-common@0.2.28
|
|
17
|
+
|
|
3
18
|
## 0.2.7-next.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
|
|
3
|
-
"version": "0.2.7
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -43,20 +43,20 @@
|
|
|
43
43
|
"test": "backstage-cli package test"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-plugin-api": "1.2.1
|
|
47
|
-
"@backstage/config": "1.3.2",
|
|
48
|
-
"@backstage/errors": "1.2.7",
|
|
49
|
-
"@backstage/integration": "1.16.2
|
|
50
|
-
"@backstage/plugin-bitbucket-cloud-common": "0.2.28
|
|
51
|
-
"@backstage/plugin-scaffolder-node": "0.8.0
|
|
46
|
+
"@backstage/backend-plugin-api": "^1.2.1",
|
|
47
|
+
"@backstage/config": "^1.3.2",
|
|
48
|
+
"@backstage/errors": "^1.2.7",
|
|
49
|
+
"@backstage/integration": "^1.16.2",
|
|
50
|
+
"@backstage/plugin-bitbucket-cloud-common": "^0.2.28",
|
|
51
|
+
"@backstage/plugin-scaffolder-node": "^0.8.0",
|
|
52
52
|
"bitbucket": "^2.12.0",
|
|
53
53
|
"fs-extra": "^11.2.0",
|
|
54
54
|
"yaml": "^2.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@backstage/backend-test-utils": "1.3.1
|
|
58
|
-
"@backstage/cli": "0.31.0
|
|
59
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.2.0
|
|
57
|
+
"@backstage/backend-test-utils": "^1.3.1",
|
|
58
|
+
"@backstage/cli": "^0.31.0",
|
|
59
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.0",
|
|
60
60
|
"msw": "^1.0.0"
|
|
61
61
|
}
|
|
62
62
|
}
|