Files
backstage/plugins/scaffolder-backend-module-gitea/CHANGELOG.md
T
github-actions[bot] 4cca80fbf8 Version Packages (next)
2024-02-27 16:48:30 +00:00

1.1 KiB

@backstage/plugin-scaffolder-backend-module-gitea

0.1.3-next.0

Patch Changes

  • f44589d: Introduced createMockActionContext to unify the way of creating scaffolder mock context.

    It will help to maintain tests in a long run during structural changes of action context.

  • Updated dependencies

    • @backstage/errors@1.2.4-next.0
    • @backstage/plugin-scaffolder-node@0.3.3-next.0
    • @backstage/backend-plugin-api@0.6.13-next.0
    • @backstage/config@1.1.2-next.0
    • @backstage/integration@1.9.1-next.0

0.1.0

Minor Changes

Patch Changes

  • ef0f44e: - Fix issue for infinite loop when repository already exists
    • Log the root cause of error reported by checkGiteaOrg
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.10
    • @backstage/integration@1.9.0
    • @backstage/plugin-scaffolder-node@0.3.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3