@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220724025214 → 0.0.0-nightly-20220727025454

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 CHANGED
@@ -1,19 +1,44 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220724025214
3
+ ## 0.0.0-nightly-20220727025454
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - 593dea6710: Add support for Basic Auth for Bitbucket Server.
8
+ - 3b7930b3e5: Add support for Bearer Authorization header / token-based auth at Git commands.
9
+ - 3f1316f1c5: User Bearer Authorization header at Git commands with token-based auth at Bitbucket Server.
7
10
  - eeff5046ae: Updated `publish:gitlab:merge-request` action to allow commit updates and deletes
8
11
 
9
12
  ### Patch Changes
10
13
 
11
14
  - fc8a5f797b: Add a `publish:gerrit:review` scaffolder action
15
+ - 014b3b7776: Add missing `res.end()` in scaffolder backend `EventStream` usage
12
16
  - Updated dependencies
13
- - @backstage/backend-common@0.0.0-nightly-20220724025214
14
- - @backstage/integration@0.0.0-nightly-20220724025214
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20220724025214
16
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220724025214
17
+ - @backstage/backend-common@0.0.0-nightly-20220727025454
18
+ - @backstage/integration@0.0.0-nightly-20220727025454
19
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220727025454
20
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220727025454
21
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20220727025454
22
+
23
+ ## 1.5.0-next.0
24
+
25
+ ### Minor Changes
26
+
27
+ - 593dea6710: Add support for Basic Auth for Bitbucket Server.
28
+ - 3b7930b3e5: Add support for Bearer Authorization header / token-based auth at Git commands.
29
+ - 3f1316f1c5: User Bearer Authorization header at Git commands with token-based auth at Bitbucket Server.
30
+ - eeff5046ae: Updated `publish:gitlab:merge-request` action to allow commit updates and deletes
31
+
32
+ ### Patch Changes
33
+
34
+ - fc8a5f797b: Add a `publish:gerrit:review` scaffolder action
35
+ - 014b3b7776: Add missing `res.end()` in scaffolder backend `EventStream` usage
36
+ - Updated dependencies
37
+ - @backstage/backend-common@0.15.0-next.0
38
+ - @backstage/integration@1.3.0-next.0
39
+ - @backstage/backend-plugin-api@0.1.1-next.0
40
+ - @backstage/plugin-catalog-backend@1.3.1-next.0
41
+ - @backstage/plugin-catalog-node@1.0.1-next.0
17
42
 
18
43
  ## 1.4.0
19
44
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "0.0.0-nightly-20220724025214",
3
+ "version": "0.0.0-nightly-20220727025454",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }