@backstage/plugin-scaffolder-backend 1.2.0-next.1 → 1.3.0-next.1

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,74 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 1.3.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - c042c5eaff: Add an option to not protect the default branch.
8
+
9
+ ### Patch Changes
10
+
11
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.13.6-next.1
14
+ - @backstage/catalog-client@1.0.3-next.0
15
+ - @backstage/integration@1.2.1-next.1
16
+ - @backstage/plugin-catalog-backend@1.2.0-next.1
17
+ - @backstage/catalog-model@1.0.3-next.0
18
+ - @backstage/plugin-scaffolder-common@1.1.1-next.0
19
+
20
+ ## 1.3.0-next.0
21
+
22
+ ### Minor Changes
23
+
24
+ - 72dfcbc8bf: A new scaffolder action has been added: `gerrit:publish`
25
+
26
+ ### Patch Changes
27
+
28
+ - 6901f6be4a: Adds more of an explanation when the `publish:github` scaffolder action fails to create a repository.
29
+ - Updated dependencies
30
+ - @backstage/backend-common@0.13.6-next.0
31
+ - @backstage/integration@1.2.1-next.0
32
+ - @backstage/plugin-catalog-backend@1.2.0-next.0
33
+
34
+ ## 1.2.0
35
+
36
+ ### Minor Changes
37
+
38
+ - 9818112d12: Update the `github:publish` action to allow passing required status check
39
+ contexts before merging to the main branch.
40
+ - f8baf7df44: Added the ability to reference the user in the `template.yaml` manifest
41
+ - 8d5a2238a9: Split `publish:bitbucket` into `publish:bitbucketCloud` and `publish:bitbucketServer`.
42
+
43
+ In order to migrate from the deprecated action, you need to replace the use of action
44
+ `publish:bitbucket` in your templates with the use of either `publish:bitbucketCloud`
45
+ or `publish:bitbucketServer` - depending on which destination SCM provider you use.
46
+
47
+ Additionally, these actions will not utilize `integrations.bitbucket` anymore,
48
+ but `integrations.bitbucketCloud` or `integrations.bitbucketServer` respectively.
49
+ You may or may not have migrated to these already.
50
+
51
+ As described in a previous changeset, using these two replacement integrations configs
52
+ will not compromise use cases which still rely on `integrations.bitbucket` as this was
53
+ set up in a backwards compatible way.
54
+
55
+ Additionally, please mind that the option `enableLFS` is only available (and always was)
56
+ for Bitbucket Server use cases and therefore, is not even part of the schema for
57
+ `publish:bitbucketCloud` anymore.
58
+
59
+ ### Patch Changes
60
+
61
+ - 0fc65cbf89: Override default commit message and author details in GitHub, Azure, bitbucket
62
+ - cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
63
+ - Updated dependencies
64
+ - @backstage/backend-common@0.13.3
65
+ - @backstage/plugin-catalog-backend@1.1.2
66
+ - @backstage/integration@1.2.0
67
+ - @backstage/plugin-scaffolder-common@1.1.0
68
+ - @backstage/config@1.0.1
69
+ - @backstage/catalog-client@1.0.2
70
+ - @backstage/catalog-model@1.0.2
71
+
3
72
  ## 1.2.0-next.1
4
73
 
5
74
  ### Minor Changes