Release v1.5.0-next.0
@backstage/backend-common@0.15.0-next.0
Minor Changes
- 12e9b54f0e: Added back support for when no branch is provided to the
UrlReaderfor Bitbucket Server - 30012e7d8c: - Added
forceandremoteRefoption topushmethod ingitactions- Added
addRemoteanddeleteRemotemethods togitactions
- Added
Patch Changes
-
fc8a5f797b: Improve
scm/gitwrapper aroundisomorphic-gitlibrary :- Add
checkoutfunction, - Add optional
remoteRefparameter in thepushfunction.
- Add
-
3b7930b3e5: Add support for Bearer Authorization header / token-based auth at Git commands.
-
cfa078e255: The
ZipArchiveResponsenow correctly handles corrupt ZIP archives.Before this change, certain corrupt ZIP archives either cause the inflater to throw (as expected), or will hang the parser indefinitely.
By switching out the
zipparsing library, we now write to a temporary directory, and load from disk which should ensure that the parsing of the.zipfiles are done correctly becausestreamingofzippaths is technically impossible without being able to parse the headers at the end of the file. -
770d3f92c4: The config prop
ensureExistsnow applies to schema creation whenpluginDivisionModeis set toschema. This means schemas will no longer accidentally be automatically created whenensureExistsis set tofalse. -
29f782eb37: Updated dependency
@types/luxonto^3.0.0. -
Updated dependencies
- @backstage/integration@1.3.0-next.0
@backstage/integration@1.3.0-next.0
Minor Changes
- 593dea6710: Add support for Basic Auth for Bitbucket Server.
Patch Changes
- 163243a4d1: Handle incorrect return type from Octokit paginate plugin to resolve reading URLs from GitHub
- c4b460a47d: Avoid double encoding of the file path in
getBitbucketDownloadUrl - 29f782eb37: Updated dependency
@types/luxonto^3.0.0.
@backstage/plugin-catalog@1.5.0-next.0
Minor Changes
-
80da5162c7: Plugin catalog has been modified to use an experimental feature where you can customize the title of the create button.
You can modify it by doing:
import { catalogPlugin } from '@backstage/plugin-catalog';
catalogPlugin.__experimentalReconfigure({
createButtonTitle: 'New',
});
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/integration-react@1.1.3-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
- @backstage/plugin-search-react@1.0.1-next.0
@backstage/plugin-scaffolder-backend@1.5.0-next.0
Minor Changes
- 593dea6710: Add support for Basic Auth for Bitbucket Server.
- 3b7930b3e5: Add support for Bearer Authorization header / token-based auth at Git commands.
- 3f1316f1c5: User Bearer Authorization header at Git commands with token-based auth at Bitbucket Server.
- eeff5046ae: Updated
publish:gitlab:merge-requestaction to allow commit updates and deletes
Patch Changes
- fc8a5f797b: Add a
publish:gerrit:reviewscaffolder action - 014b3b7776: Add missing
res.end()in scaffolder backendEventStreamusage - Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/integration@1.3.0-next.0
- @backstage/backend-plugin-api@0.1.1-next.0
- @backstage/plugin-catalog-backend@1.3.1-next.0
- @backstage/plugin-catalog-node@1.0.1-next.0
@backstage/plugin-shortcuts@0.3.0-next.0
Minor Changes
-
5b769fddb5: Internal observable replaced with a mapping from the storage API. This fixes shortcuts initialization when using firestore.
ShortcutApi.getmethod, that returns an immediate snapshot of shortcuts, made public.Example of how to get and observe
shortcuts:const shortcutApi = useApi(shortcutsApiRef);
const shortcuts = useObservable(shortcutApi.shortcut$(), shortcutApi.get());
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/app-defaults@1.0.5-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/core-app-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
- @backstage/plugin-permission-react@0.4.4-next.0
@backstage/backend-app-api@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/backend-tasks@0.3.4-next.0
- @backstage/backend-plugin-api@0.1.1-next.0
- @backstage/plugin-permission-node@0.6.4-next.0
@backstage/backend-plugin-api@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/backend-tasks@0.3.4-next.0
@backstage/backend-tasks@0.3.4-next.0
Patch Changes
- 29f782eb37: Updated dependency
@types/luxonto^3.0.0. - Updated dependencies
- @backstage/backend-common@0.15.0-next.0
@backstage/backend-test-utils@0.1.27-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/cli@0.18.1-next.0
@backstage/cli@0.18.1-next.0
Patch Changes
- a539564c0d: Added Backstage version to output of
yarn backstage-cli infocommand - 94155a41e0: Updated dependencies
@svgr/*to6.3.x.
@backstage/core-app-api@1.0.5-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
@backstage/core-components@0.10.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
@backstage/core-plugin-api@1.0.5-next.0
Patch Changes
-
80da5162c7: Introduced a new experimental feature that allows you to declare plugin-wide options for your plugin by defining
__experimentalConfigurein yourcreatePluginoptions. See https://backstage.io/docs/plugins/customization.md for more information.This is an experimental feature and it will have breaking changes in the future.
@backstage/create-app@0.4.30-next.0
Patch Changes
- Bumped create-app version.
@backstage/dev-utils@1.0.5-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/integration-react@1.1.3-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/app-defaults@1.0.5-next.0
- @backstage/core-app-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
- @backstage/test-utils@1.1.3-next.0
@backstage/integration-react@1.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@1.3.0-next.0
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
@techdocs/cli@1.1.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/plugin-techdocs-node@1.2.1-next.0
@backstage/test-utils@1.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/core-app-api@1.0.5-next.0
- @backstage/plugin-permission-react@0.4.4-next.0
@backstage/plugin-adr@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/integration-react@1.1.3-next.0
- @backstage/plugin-adr-common@0.1.3-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
- @backstage/plugin-search-react@1.0.1-next.0
@backstage/plugin-adr-backend@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/integration@1.3.0-next.0
- @backstage/plugin-adr-common@0.1.3-next.0
@backstage/plugin-adr-common@0.1.3-next.0
Patch Changes
- Updated dependencies
- @backstage/integration@1.3.0-next.0
@backstage/plugin-airbrake@0.3.8-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
- @backstage/dev-utils@1.0.5-next.0
- @backstage/test-utils@1.1.3-next.0
@backstage/plugin-airbrake-backend@0.2.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
@backstage/plugin-allure@0.1.24-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-analytics-module-ga@0.1.19-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-apache-airflow@0.2.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-api-docs@0.8.8-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/plugin-catalog@1.5.0-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-apollo-explorer@0.1.1-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-app-backend@0.3.35-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
@backstage/plugin-auth-backend@0.15.1-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/plugin-auth-node@0.2.4-next.0
@backstage/plugin-auth-node@0.2.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
@backstage/plugin-azure-devops@0.1.24-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-azure-devops-backend@0.3.14-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
@backstage/plugin-badges@0.2.32-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-badges-backend@0.1.29-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
@backstage/plugin-bazaar@0.1.23-next.0
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.0.5-next.0
- @backstage/plugin-catalog@1.5.0-next.0
- @backstage/cli@0.18.1-next.0
- @backstage/plugin-catalog-react@1.1.3-next.0
- @backstage/core-components@0.10.1-next.0
@backstage/plugin-bazaar-backend@0.1.19-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/backend-test-utils@0.1.27-next.0