@backstage/plugin-scaffolder-common
Advanced tools
Comparing version 0.0.0-nightly-20220309022441 to 0.0.0-nightly-20220310022859
# @backstage/plugin-scaffolder-common | ||
## 0.0.0-nightly-20220309022441 | ||
## 0.0.0-nightly-20220310022859 | ||
@@ -26,4 +26,29 @@ ### Minor Changes | ||
- Updated dependencies | ||
- @backstage/catalog-model@0.0.0-nightly-20220309022441 | ||
- @backstage/catalog-model@0.0.0-nightly-20220310022859 | ||
## 0.3.0-next.0 | ||
### Minor Changes | ||
- 310e905998: The following deprecations are now breaking and have been removed: | ||
- **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) | ||
- **BREAKING**: Removed the deprecated `TemplateMetadata`. Please use `TemplateInfo` instead. | ||
- **BREAKING**: Removed the deprecated `context.baseUrl`. It's now available on `context.templateInfo.baseUrl`. | ||
- **BREAKING**: Removed the deprecated `DispatchResult`, use `TaskBrokerDispatchResult` instead. | ||
- **BREAKING**: Removed the deprecated `runCommand`, use `executeShellCommond` instead. | ||
- **BREAKING**: Removed the deprecated `Status` in favour of `TaskStatus` instead. | ||
- **BREAKING**: Removed the deprecated `TaskState` in favour of `CurrentClaimedTask` instead. | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/catalog-model@0.13.0-next.0 | ||
## 0.2.3 | ||
@@ -30,0 +55,0 @@ |
{ | ||
"name": "@backstage/plugin-scaffolder-common", | ||
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin", | ||
"version": "0.0.0-nightly-20220309022441", | ||
"version": "0.0.0-nightly-20220310022859", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,9 +42,9 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/catalog-model": "^0.0.0-nightly-20220309022441", | ||
"@backstage/catalog-model": "^0.0.0-nightly-20220310022859", | ||
"@backstage/types": "^0.1.3" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220309022441" | ||
"@backstage/cli": "^0.0.0-nightly-20220310022859" | ||
}, | ||
"module": "dist/index.esm.js" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24492