f919be9: Added a utility API for VMware Cloud auth; the API ref is available in the
@backstage/core-plugin-api and @backstage/frontend-plugin-api packages, the
implementation is in @backstage/core-app-api and a factory has been added to
@backstage/app-defaults.
7f11009: Added stack trace display to ErrorPage and updated existing refs
bbe374e: BREAKING: A gitilesBaseUrl must be provided for the Gerrit integration to work.
You can disable this check by setting DISABLE_GERRIT_GITILES_REQUIREMENT=1 but
this will be removed in a future release. If you are not able to use the Gitiles
Gerrit plugin, please open an issue towards https://github.com/backstage/backstage
e85aa98: drop databases after unit tests if the database instance is not running in docker
6707216: Added a new LegacyRootDatabaseService interface that can be used to avoid direct dependencies on the DatabaseManager.
842171a: Fix a bug with S3 Fetch that caused all objects to be flattened within a single folder on the local file system.
3489d05: FetchUrlReader#readUrl() now supports passing an optional token to authenticate requests.
9aac2b0: Use --cwd as the first yarn argument
ece5a8f: Add a User-Agent header for calls towards Google Cloud Storage.
1f020fe: Support token in readTree, readUrl and search
6bb6f3e: Updated dependency fs-extra to ^11.2.0.
Updated dependency @types/fs-extra to ^11.0.0.
d2e3ab9: Updated dependency dockerode to ^4.0.0.
1cae748: Updated dependency git-url-parse to ^14.0.0.
e27b7f3: Fix rate limit detection by looking for HTTP status code 429 and updating the header x-ratelimit-remaining to look for in case of a 403 code is returned
7fb7a79: Add a config declaration for workingDirectory