diff --git a/.changeset/metal-clocks-suffer.md b/.changeset/metal-clocks-suffer.md index 4cba0ba35b..c459be9fa5 100644 --- a/.changeset/metal-clocks-suffer.md +++ b/.changeset/metal-clocks-suffer.md @@ -1,14 +1,6 @@ --- '@backstage/plugin-scaffolder-backend-module-gitea': minor '@backstage/plugin-scaffolder-backend': minor -'@backstage/plugin-scaffolder-node': minor -'@backstage/integration': patch --- Created a gitea module for the scaffolder. This module provides a new action "publish:gitea" able to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo - -Fixed the gitea authorization headers (used by the integration module) to lower case the words: token and basic - -Added a new test case to the integration module to verify the url of the gitea repository created by the getGiteaFileContentsUrl function. - -Verifying if the basicURL processed by the readGiteaConfig function is valid diff --git a/.changeset/thick-pillows-punch.md b/.changeset/thick-pillows-punch.md new file mode 100644 index 0000000000..def589d3f8 --- /dev/null +++ b/.changeset/thick-pillows-punch.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder-node': patch +--- + +Add gitea as new type to be used from integrations configuration