From 6981ac4ad2d8ae212ef41b9215c84e2885528915 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 18 Feb 2022 16:28:02 +0100 Subject: [PATCH] feat: added a changeset around the fetch:cookiecutter template Signed-off-by: blam --- .changeset/many-spoons-join.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/many-spoons-join.md diff --git a/.changeset/many-spoons-join.md b/.changeset/many-spoons-join.md new file mode 100644 index 0000000000..55b59e0518 --- /dev/null +++ b/.changeset/many-spoons-join.md @@ -0,0 +1,9 @@ +--- +'@backstage/plugin-scaffolder-backend': patch +--- + +- **DEPRECATED** - The `containerRunner` option passed to `createBuiltinActions` has now been deprecated. + +- **DEPRECATED** - The `createFetchCookiecutterAction` export has also been deprecated and will soon disappear from this plugin. + +The `fetch:cookiecutter` action will soon be removed from the default list of actions that are provided out of the box from the scaffolder plugin. It will still be supported, and maintained by the community, so you can install the package (`@backstage/plugin-scaffolder-backend-module-cookiecutter`) and pass it in as a custom action. Or you can migrate your templates to use [`fetch:template`](https://backstage.io/docs/features/software-templates/builtin-actions#migrating-from-fetchcookiecutter-to-fetchtemplate) with the `cookiecutterCompat` option.