-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from spreadshirt/bump-backstage
Bump backstage to 1.25.0
- Loading branch information
Showing
29 changed files
with
1,118 additions
and
767 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,5 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer-backend': patch | ||
--- | ||
|
||
Fix typo in the documentation |
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,8 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer': patch | ||
'@spreadshirt/backstage-plugin-s3-viewer-backend': patch | ||
'@spreadshirt/backstage-plugin-s3-viewer-common': patch | ||
'@spreadshirt/backstage-plugin-s3-viewer-node': patch | ||
--- | ||
|
||
Bump backstage dependencies to version 1.25.0 |
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,6 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer': patch | ||
--- | ||
|
||
Added new method to the s3-viewer API, which will be responsible of setting up | ||
the cookie required to download or preview data in the UI. |
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,10 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer-backend': minor | ||
--- | ||
|
||
**BREAKING**: Migrate backend plugin to use the new auth service. | ||
|
||
No changes are required if running in the new backend system. | ||
|
||
In case you're still using the old backend system you'll need to make sure the | ||
new `auth` and `httpAuth` are sent, while the `identity` and `tokenManager` are not needed any longer. |
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,9 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer-backend': minor | ||
'@spreadshirt/backstage-plugin-s3-viewer-common': minor | ||
--- | ||
|
||
**BREAKING**: Replace `setTokenCookie` with new method integrated into the S3Api `setCookie()`. | ||
|
||
Due to the new authentication backend provided by Backstage in the version 1.24.0, we | ||
can now use this endpoint and simplify the whole setup. |
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,5 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer-backend': patch | ||
--- | ||
|
||
Use new `PermissionsService` type in the backend instead of the deprecated `PermissionEvaluator` |
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,10 @@ | ||
--- | ||
'@spreadshirt/backstage-plugin-s3-viewer-backend': minor | ||
'@spreadshirt/backstage-plugin-s3-viewer-node': minor | ||
--- | ||
|
||
**BREAKING**: Remove the `middleware` from the s3-viewer. | ||
|
||
With the newly authentication backend system, the middleware is not needed any longer, | ||
so it can be completely removed instead of keeping it here. _NOTE_ that using this | ||
`s3-viewer` version will require you to be up-to-date with the latest Backstage version as well. |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "1.23.1" | ||
"version": "1.25.0" | ||
} |
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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.