Files
backstage/plugins/scaffolder-backend-module-github/CHANGELOG.md
T
github-actions[bot] 003494838b Version Packages (next)
2024-08-13 13:59:06 +00:00

14 KiB

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

0.4.1-next.3

Patch Changes

  • 6d4cb97: Added examples for github:repo:create action and improved test cases
  • cd203f1: Added examples for action github:pages and improved its test cases
  • Updated dependencies

0.4.1-next.2

Patch Changes

0.4.1-next.1

Patch Changes

  • d21d307: Added examples for github:environment:create action and improve its test cases
  • Updated dependencies

0.4.1-next.0

Patch Changes

0.4.0

Minor Changes

  • 70c4b36: Adds support for custom tag policies when creating GitHub environments.

Patch Changes

  • ccfc9d1: Fixed bug resulting from missing required owner and repo arguments in getEnvironmentPublicKey in action github:environment:create.

    Adding environment secrets now works as expected.

  • 141f366: Added action to enable GitHub Pages on a repo

  • 4410fed: Fixed issue with octokit call missing owner and repo when creating environment variables and secrets using github:environment:create action

  • dfaa28d: Adds requireLastPushApproval input property to configure Branch Protection Settings in github:publish action

    Adds requireLastPushApproval input property to configure Branch Protection Settings in github:repo:push action

  • Updated dependencies

0.4.0-next.1

Patch Changes

  • 141f366: Added action to enable GitHub Pages on a repo

  • dfaa28d: Adds requireLastPushApproval input property to configure Branch Protection Settings in github:publish action

    Adds requireLastPushApproval input property to configure Branch Protection Settings in github:repo:push action

  • Updated dependencies

0.4.0-next.0

Minor Changes

  • 70c4b36: Adds support for custom tag policies when creating GitHub environments.

Patch Changes

  • 4410fed: Fixed issue with octokit call missing owner and repo when creating environment variables and secrets using github:environment:create action
  • Updated dependencies

0.3.0

Minor Changes

  • 403394a: Allow empty author info in createPullRequest action for Github

Patch Changes

  • f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality
  • 78a0b08: Internal refactor to handle BackendFeature contract change.
  • d44a20a: Added additional plugin metadata to package.json.
  • Updated dependencies

0.3.0-next.3

Patch Changes

0.3.0-next.2

Minor Changes

  • 403394a: Allow empty author info in createPullRequest action for Github

Patch Changes

0.2.9-next.1

Patch Changes

  • Updated dependencies

0.2.9-next.0

Patch Changes

  • f145a04: Added handling for dry run to githubPullRequest and githubWebhook and added tests for this functionality
  • Updated dependencies

0.2.8

Patch Changes

  • 5d99272: Update local development dependencies.
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • 52ab241: Adding support to change the default commit author for publish:github:pull-request
  • Updated dependencies

0.2.8-next.2

Patch Changes

0.2.8-next.1

Patch Changes

  • Updated dependencies

0.2.8-next.0

Patch Changes

0.2.7

Patch Changes

0.2.7-next.1

Patch Changes

  • 33f958a: Improve examples to ensure consistency across all publish actions
  • Updated dependencies

0.2.7-next.0

Patch Changes

0.2.6

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.21.6
    • @backstage/backend-plugin-api@0.6.16
    • @backstage/plugin-scaffolder-node@0.4.2
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/integration@1.9.1

0.2.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.21.5
    • @backstage/plugin-scaffolder-node@0.4.1
    • @backstage/backend-plugin-api@0.6.15
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/integration@1.9.1

0.2.4

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.

  • 35fe005: Export getOctokitOptions for easy re-use of Octokit configuration handling

  • 1753898: Updated dependency octokit-plugin-create-pull-request to ^5.0.0.

  • Updated dependencies

    • @backstage/plugin-scaffolder-node@0.4.0
    • @backstage/backend-common@0.21.4
    • @backstage/integration@1.9.1
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/backend-plugin-api@0.6.14

0.2.4-next.2

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.4.0-next.2
    • @backstage/integration@1.9.1-next.2
    • @backstage/backend-common@0.21.4-next.2
    • @backstage/backend-plugin-api@0.6.14-next.2
    • @backstage/config@1.2.0-next.1
    • @backstage/errors@1.2.4-next.0

0.2.4-next.1

Patch Changes

  • 35fe005: Export getOctokitOptions for easy re-use of Octokit configuration handling
  • Updated dependencies
    • @backstage/config@1.2.0-next.1
    • @backstage/plugin-scaffolder-node@0.4.0-next.1
    • @backstage/backend-common@0.21.4-next.1
    • @backstage/backend-plugin-api@0.6.14-next.1
    • @backstage/integration@1.9.1-next.1
    • @backstage/errors@1.2.4-next.0

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

  • 1753898: Updated dependency octokit-plugin-create-pull-request to ^5.0.0.

  • Updated dependencies

    • @backstage/backend-common@0.21.3-next.0
    • @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.2.0

Minor Changes

  • fd5eb1c: Allow to force the creation of a pull request from a forked repository
  • 3d5c668: support oidc customization

Patch Changes

  • e9a5228: Exporting a default module for the new Backend System
  • 8472188: Added or fixed the repository field in package.json.
  • 6bb6f3e: Updated dependency fs-extra to ^11.2.0. Updated dependency @types/fs-extra to ^11.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.21.0
    • @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

0.2.0-next.3

Patch Changes

  • 8472188: Added or fixed the repository field in package.json.
  • Updated dependencies
    • @backstage/backend-common@0.21.0-next.3
    • @backstage/integration@1.9.0-next.1
    • @backstage/plugin-scaffolder-node@0.3.0-next.3
    • @backstage/backend-plugin-api@0.6.10-next.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

0.2.0-next.2

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.21.0-next.2
    • @backstage/backend-plugin-api@0.6.10-next.2
    • @backstage/plugin-scaffolder-node@0.3.0-next.2
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration@1.9.0-next.0

0.2.0-next.1

Minor Changes

  • fd5eb1c: Allow to force the creation of a pull request from a forked repository

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.10-next.1
    • @backstage/backend-common@0.21.0-next.1
    • @backstage/integration@1.9.0-next.0
    • @backstage/plugin-scaffolder-node@0.3.0-next.1
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

0.1.2-next.0

Patch Changes

  • e9a5228: Exporting a default module for the new Backend System
  • Updated dependencies
    • @backstage/backend-common@0.21.0-next.0
    • @backstage/plugin-scaffolder-node@0.3.0-next.0
    • @backstage/backend-plugin-api@0.6.10-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration@1.8.0

0.1.1

Patch Changes

  • 5470300: Ensure teamReviewers list is unique before calling API
  • bf92ae3: Updated dependency octokit to ^3.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.20.1
    • @backstage/plugin-scaffolder-node@0.2.10
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration@1.8.0

0.1.1-next.2

Patch Changes

0.1.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.20.1-next.1
    • @backstage/integration@1.8.0
    • @backstage/config@1.1.1
    • @backstage/plugin-scaffolder-node@0.2.10-next.1
    • @backstage/errors@1.2.3

0.1.1-next.0

Patch Changes

  • bf92ae3: Updated dependency octokit to ^3.0.0.
  • Updated dependencies
    • @backstage/backend-common@0.20.1-next.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration@1.8.0
    • @backstage/plugin-scaffolder-node@0.2.10-next.0

0.1.0

Minor Changes

  • 219d7f0: Create new scaffolder module for external integrations

Patch Changes

  • cb6a65e: The scaffolder.defaultCommitMessage config value is now being used if provided and uses "initial commit" when it is not provided.
  • 28949ea: Add a new action for creating github-autolink references for a repository: github:autolinks:create
  • Updated dependencies
    • @backstage/backend-common@0.20.0
    • @backstage/plugin-scaffolder-node@0.2.9
    • @backstage/integration@1.8.0
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3

0.1.0-next.0

Minor Changes

  • 219d7f0: Create new scaffolder module for external integrations

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-node@0.2.9-next.3
    • @backstage/backend-common@0.20.0-next.3
    • @backstage/config@1.1.1
    • @backstage/errors@1.2.3
    • @backstage/integration@1.8.0-next.1