@backstage/plugin-scaffolder-backend 0.17.1 → 0.18.0-next.0

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,10 +1,79 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 0.18.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 310e905998: The following deprecations are now breaking and have been removed:
8
+
9
+ - **BREAKING**: Support for `backstage.io/v1beta2` Software Templates has been removed. Please migrate your legacy templates to the new `scaffolder.backstage.io/v1beta3` `apiVersion` by following the [migration guide](https://backstage.io/docs/features/software-templates/migrating-from-v1beta2-to-v1beta3)
10
+
11
+ - **BREAKING**: Removed the deprecated `TemplateMetadata`. Please use `TemplateInfo` instead.
12
+
13
+ - **BREAKING**: Removed the deprecated `context.baseUrl`. It's now available on `context.templateInfo.baseUrl`.
14
+
15
+ - **BREAKING**: Removed the deprecated `DispatchResult`, use `TaskBrokerDispatchResult` instead.
16
+
17
+ - **BREAKING**: Removed the deprecated `runCommand`, use `executeShellCommond` instead.
18
+
19
+ - **BREAKING**: Removed the deprecated `Status` in favour of `TaskStatus` instead.
20
+
21
+ - **BREAKING**: Removed the deprecated `TaskState` in favour of `CurrentClaimedTask` instead.
22
+
23
+ - f9c7bdd899: **BREAKING**:
24
+
25
+ - Removed the `createFetchCookiecutterAction` export, please use the `@backstage/plugin-scaffolder-backend-module-cookiecutter` package explicitly (see [its README](https://github.com/backstage/backstage/tree/master/plugins/scaffolder-backend-module-cookiecutter) for installation instructions).
26
+ - Removed the `containerRunner` argument from the types `RouterOptions` (as used by `createRouter`) and `CreateBuiltInActionsOptions` (as used by `createBuiltinActions`).
27
+
28
+ - 5afbd16d43: **BREAKING**: Removed the previously deprecated `OctokitProvider` class.
29
+
30
+ ### Patch Changes
31
+
32
+ - ab7cd7d70e: Do some groundwork for supporting the `better-sqlite3` driver, to maybe eventually replace `@vscode/sqlite3` (#9912)
33
+ - 8122e27717: Updating documentation for supporting `apiVersion: scaffolder.backstage.io/v1beta3`
34
+ - e0a69ba49f: build(deps): bump `fs-extra` from 9.1.0 to 10.0.1
35
+ - 3c2bc73901: Use `setupRequestMockHandlers` from `@backstage/backend-test-utils`
36
+ - 458d16869c: Allow passing more repo configuration for `publish:github` action
37
+ - Updated dependencies
38
+ - @backstage/backend-common@0.13.0-next.0
39
+ - @backstage/plugin-catalog-backend@0.24.0-next.0
40
+ - @backstage/plugin-scaffolder-common@0.3.0-next.0
41
+ - @backstage/catalog-model@0.13.0-next.0
42
+ - @backstage/catalog-client@0.9.0-next.0
43
+
44
+ ## 0.17.3
45
+
46
+ ### Patch Changes
47
+
48
+ - 5c7f2343ea: Applied fix from version 0.17.2 of this package, which is part of the v0.69.2 release of Backstage.
49
+ - 899f196af5: Use `getEntityByRef` instead of `getEntityByName` in the catalog client
50
+ - 34af86517c: ensure `apiBaseUrl` being set for Bitbucket integrations, replace hardcoded defaults
51
+ - d6deb5e440: Set timeout for scaffolder octokit client
52
+ - 83a83381b0: Use the new `processingResult` export from the catalog backend
53
+ - 7372f29473: Cleanup API report
54
+ - c7f6424a26: Applied fix from `v0.17.1` of this package which is part of the `v0.69.1` release of Backstage.
55
+ - 36aa63022b: Use `CompoundEntityRef` instead of `EntityName`, and `getCompoundEntityRef` instead of `getEntityName`, from `@backstage/catalog-model`.
56
+ - 8119a9e011: Fix the support for custom defaultBranch values for Bitbucket Cloud at the `publish:bitbucket` scaffolder action.
57
+ - Updated dependencies
58
+ - @backstage/catalog-model@0.12.0
59
+ - @backstage/catalog-client@0.8.0
60
+ - @backstage/plugin-catalog-backend@0.23.0
61
+ - @backstage/backend-common@0.12.0
62
+ - @backstage/integration@0.8.0
63
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.3
64
+ - @backstage/plugin-scaffolder-common@0.2.3
65
+
66
+ ## 0.17.2
67
+
68
+ ### Patch Changes
69
+
70
+ - bug: `repoUrl` does not have a protocol in `publish:github:pull-request`
71
+
3
72
  ## 0.17.1
4
73
 
5
74
  ### Patch Changes
6
75
 
7
- - bug: fixing `repoUrl` resolution for `github:pr:` action
76
+ - bug: fixing `repoUrl` resolution for `publish:github:pull-request` action
8
77
 
9
78
  ## 0.17.0
10
79