Version Packages
This commit is contained in:
@@ -1,5 +1,23 @@
|
||||
# @backstage/plugin-scaffolder-common
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 527cf88: **BREAKING** Removed deprecated `bitbucket` integration from being registered in the `ScaffolderClient`. Use the `bitbucketCloud` or `bitbucketServer` integrations instead.
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f598909: **BREAKING PRODUCERS**: Made `retry`, `listTasks`, `listTemplatingExtensions`, `dryRun`, and `autocomplete` required methods on the `ScaffolderApi` interface. Implementations of `ScaffolderApi` must now provide these methods.
|
||||
- e8736ea: Added an optional `secrets` field to `TemplateEntityV1beta3` for configuring secrets validation. The schema for validating secrets is defined under `secrets.schema` as a JSON Schema object.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@2.0.0
|
||||
- @backstage/plugin-permission-common@0.9.7
|
||||
- @backstage/catalog-model@1.7.7
|
||||
|
||||
## 2.0.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-common",
|
||||
"version": "2.0.0-next.2",
|
||||
"version": "2.0.0",
|
||||
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
|
||||
Reference in New Issue
Block a user