Merge remote-tracking branch 'origin/master' into task-action-idempotency
This commit is contained in:
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-scaffolder-node
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 3a9ba42: Added functions to clone a repo, create a branch, add files and push and commit to the branch. This allows for files to be added to the a PR for use in the bitbucket pull request action for issue #21762
|
||||
- 11b9a08: Introduced the first version of recoverable tasks.
|
||||
- 78c100b: Support providing an overriding token for `fetch:template`, `fetch:plain` and `fetch:file` when interacting with upstream integrations
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6bb6f3e: Updated dependency `fs-extra` to `^11.2.0`.
|
||||
Updated dependency `@types/fs-extra` to `^11.0.0`.
|
||||
- 9b0bf20: Add gitea as new type to be used from integrations configuration
|
||||
- e0e5afe: Add option to configure nunjucks with the `trimBlocks` and `lstripBlocks` options in the fetch:template action
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.21.0
|
||||
- @backstage/backend-plugin-api@0.6.10
|
||||
- @backstage/catalog-model@1.4.4
|
||||
- @backstage/integration@1.9.0
|
||||
- @backstage/plugin-scaffolder-common@1.5.0
|
||||
- @backstage/errors@1.2.3
|
||||
- @backstage/types@1.1.1
|
||||
|
||||
## 0.3.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-node",
|
||||
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
|
||||
"version": "0.3.0-next.3",
|
||||
"version": "0.3.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user