@backstage/plugin-scaffolder-backend 0.0.0-nightly-20220723025004 → 0.0.0-nightly-20220726025750

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,23 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-20220723025004
3
+ ## 0.0.0-nightly-20220726025750
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-20220723025004
14
- - @backstage/integration@0.0.0-nightly-20220723025004
15
- - @backstage/backend-plugin-api@0.0.0-nightly-20220723025004
16
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220723025004
17
+ - @backstage/backend-common@0.0.0-nightly-20220726025750
18
+ - @backstage/integration@0.0.0-nightly-20220726025750
19
+ - @backstage/backend-plugin-api@0.0.0-nightly-20220726025750
20
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220726025750
17
21
 
18
22
  ## 1.4.0
19
23
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "0.0.0-nightly-20220723025004",
3
+ "version": "0.0.0-nightly-20220726025750",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }