@backstage/plugin-scaffolder-backend-module-azure 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 +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend-module-azure
|
|
2
2
|
|
|
3
|
+
## 0.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4f8b5b6: Allow signing git commits using configured private PGP key in scaffolder
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/integration@1.16.2
|
|
10
|
+
- @backstage/plugin-scaffolder-node@0.8.0
|
|
11
|
+
- @backstage/backend-plugin-api@1.2.1
|
|
12
|
+
- @backstage/config@1.3.2
|
|
13
|
+
- @backstage/errors@1.2.7
|
|
14
|
+
|
|
3
15
|
## 0.2.7-next.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-scaffolder-backend-module-azure",
|
|
3
|
-
"version": "0.2.7
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "The azure module for @backstage/plugin-scaffolder-backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -43,16 +43,16 @@
|
|
|
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-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-scaffolder-node": "^0.8.0",
|
|
51
51
|
"azure-devops-node-api": "^14.0.0",
|
|
52
52
|
"yaml": "^2.0.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@backstage/cli": "0.31.0
|
|
56
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.2.0
|
|
55
|
+
"@backstage/cli": "^0.31.0",
|
|
56
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.0"
|
|
57
57
|
}
|
|
58
58
|
}
|