Version Packages

This commit is contained in:
github-actions[bot]
2025-10-14 15:29:54 +00:00
parent a1e82d634b
commit d6ce2db9ca
470 changed files with 4698 additions and 1065 deletions
+39
View File
@@ -1,5 +1,44 @@
# @backstage/plugin-scaffolder-backend
## 3.0.0
### Major Changes
- 9b81a90: **BREAKING** - Removing the deprecated types and interfaces, there's no replacement for these types, and hopefully not currently used as they offer no value with the plugin being on the new backend system and no way to consume them.
Affected types: `CreateWorkerOptions`, `CurrentClaimedTask`, `DatabaseTaskStore`, `DatabaseTaskStoreOptions`, `TaskManager`, `TaskStore`, `TaskStoreCreateTaskOptions`, `TaskStoreCreateTaskResult`, `TaskStoreEmitOptions`, `TaskStoreListEventsOptions`, `TaskStoreRecoverTaskOptions`, `TaskStoreShutDownTaskOptions`, `TaskWorker` and `TemplateActionRegistry`.
### Patch Changes
- f222a2e: Fixed distributed actions not being visible in the scaffolder template actions.
Depending on the plugin startup order, some of the distributed actions were not being registered correctly,
causing them to be invisible in the scaffolder template actions list.
- Updated dependencies
- @backstage/backend-defaults@0.13.0
- @backstage/integration@1.18.1
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.14
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.14
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.15
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.14
- @backstage/plugin-scaffolder-backend-module-github@0.9.1
- @backstage/plugin-scaffolder-backend-module-gitlab@0.9.6
- @backstage/plugin-scaffolder-backend-module-azure@0.2.14
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.14
- @backstage/plugin-scaffolder-node@0.12.0
- @backstage/config@1.3.5
- @backstage/plugin-bitbucket-cloud-common@0.3.3
- @backstage/backend-openapi-utils@0.6.2
- @backstage/backend-plugin-api@1.4.4
- @backstage/plugin-auth-node@0.6.8
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.13
- @backstage/plugin-catalog-node@1.19.1
- @backstage/plugin-events-node@0.4.16
- @backstage/plugin-permission-common@0.9.2
- @backstage/plugin-permission-node@0.10.5
- @backstage/plugin-scaffolder-common@1.7.2
## 3.0.0-next.1
### Patch Changes