Files
backstage/plugins/scaffolder-common/CHANGELOG.md
T
github-actions[bot] 3f7acfb96e Version Packages
2022-04-19 14:28:08 +00:00

4.7 KiB

@backstage/plugin-scaffolder-common

1.0.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.0.1

1.0.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.0.1-next.0

1.0.0

Major Changes

  • b58c70c223: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.

Patch Changes

  • c8475ab3bb: Adding some documentation for exported things
  • Updated dependencies
    • @backstage/catalog-model@1.0.0
    • @backstage/types@1.0.0

0.3.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

    • 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

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

    • 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

0.2.3

Patch Changes

0.2.2

Patch Changes

  • a4d53fe18e: DEPRECATED - The TaskSpec.metadata and TaskSpec.baseUrl has been deprecated in favour of the new TaskSpec.templateInfo. The baseUrl is now found on the templateInfo object, and the name can be inferred from the templateInfo.entityRef property.

    Usages of TaskSpec.metadata.name or ctx.metadata.name in Actions should migrate to using parseEntityRef(taskSpec.templateInfo.entityRef) to get the parsed entity triplet.

    Usages of ctx.baseUrl in Actions should migrate to using ctx.templateInfo.baseUrl instead.

  • Updated dependencies

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 5e585bbc7f: BREAKING: Removed the templateEntityV1beta3Schema export

Patch Changes

0.1.3

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.10

0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@0.9.10-next.0

0.1.2

Patch Changes

  • d078377f67: Support navigating back to pre-filled templates to update inputs of scaffolder tasks for resubmission

0.1.1

Patch Changes

  • 10615525f3: Switch to use the json and observable types from @backstage/types
  • Updated dependencies
    • @backstage/catalog-model@0.9.6