-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some deprecations and deprecate old backend system
As described here: backstage/community-plugins#1176 Added a deprecation note in the readme as well, and links to the new docs in the deprecated types and methods.
- Loading branch information
1 parent
aad8768
commit 9d522dc
Showing
4 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer-backend': patch | ||
--- | ||
|
||
Replace some deprecations caused by the removal of the backend-tasks plugin and deprecate old backend system. | ||
Please, remove any usage of `RouterOptions` and `createRouter`. | ||
|
||
The old backend system methods will be completely removed in the next release, so none of the deprecations | ||
caused by these functions are going to be addressed. | ||
|
||
More info about this process [in this issue](https://github.com/backstage/community-plugins/issues/1176). | ||
|
||
To set up the backend using the new backend system, follow [this documentation](https://github.com/spreadshirt/backstage-plugin-s3/tree/main/plugins/s3-viewer-backend#new-backend-system). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters