@backstage/plugin-scaffolder-backend 1.18.0-next.1 → 1.18.0-next.2

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,5 +1,41 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 1.18.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - dea0aafda7: Updated `publish:gitlab` action properties to support additional Gitlab project settings:
8
+
9
+ - general project settings provided by gitlab project create API (new `settings` property)
10
+ - branch level settings to create additional branches and make them protected (new `branches` property)
11
+ - project level environment variables settings (new `projectVariables` property)
12
+
13
+ Marked existed properties `repoVisibility` and `topics` as deprecated, as they are covered by `settings` property.
14
+
15
+ ### Patch Changes
16
+
17
+ - 7dd82cc07e: Add examples for `github:issues:label` scaffolder action & improve related tests
18
+ - 733ddf7130: Add examples for `publish:Azure` scaffolder action.
19
+ - Updated dependencies
20
+ - @backstage/backend-common@0.19.8-next.2
21
+ - @backstage/plugin-auth-node@0.4.0-next.2
22
+ - @backstage/plugin-catalog-backend@1.14.0-next.2
23
+ - @backstage/catalog-model@1.4.3-next.0
24
+ - @backstage/integration@1.7.1-next.1
25
+ - @backstage/errors@1.2.3-next.0
26
+ - @backstage/backend-tasks@0.5.11-next.2
27
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.3-next.2
28
+ - @backstage/plugin-catalog-node@1.4.7-next.2
29
+ - @backstage/plugin-permission-node@0.7.17-next.2
30
+ - @backstage/plugin-scaffolder-node@0.2.6-next.2
31
+ - @backstage/backend-plugin-api@0.6.6-next.2
32
+ - @backstage/catalog-client@1.4.5-next.0
33
+ - @backstage/config@1.1.1-next.0
34
+ - @backstage/types@1.1.1
35
+ - @backstage/plugin-catalog-common@1.0.17-next.0
36
+ - @backstage/plugin-permission-common@0.7.9-next.0
37
+ - @backstage/plugin-scaffolder-common@1.4.2-next.0
38
+
3
39
  ## 1.18.0-next.1
4
40
 
5
41
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "1.18.0-next.1",
3
+ "version": "1.18.0-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/dist/alpha.cjs.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var alpha = require('@backstage/plugin-scaffolder-common/alpha');
6
6
  var pluginPermissionNode = require('@backstage/plugin-permission-node');
7
- var router = require('./cjs/router-2e0adf31.cjs.js');
7
+ var router = require('./cjs/router-d7df4c2b.cjs.js');
8
8
  var backendPluginApi = require('@backstage/backend-plugin-api');
9
9
  var backendCommon = require('@backstage/backend-common');
10
10
  var integration = require('@backstage/integration');