Version Packages

This commit is contained in:
github-actions[bot]
2022-04-19 14:28:08 +00:00
parent c888455313
commit 3f7acfb96e
459 changed files with 6352 additions and 3402 deletions
+17
View File
@@ -1,5 +1,22 @@
# @backstage/integration
## 1.1.0
### Minor Changes
- b7436743cb: Gerrit integration: Added an optional configuration to set the Gitiles base url.
### Patch Changes
- 1691c6c5c2: Clarify that config locations that emit User and Group kinds now need to declare so in the `catalog.locations.[].rules`
- 3ef123bbf0: Support external ID when assuming roles in S3 integration
In order to assume a role created by a 3rd party as external
ID is needed. This change adds an optional field to the s3
integration configuration and consumes that in the AwsS3UrlReader.
- d26e1b0146: Exported `replaceGitLabUrlType` from package
## 1.1.0-next.2
### Patch Changes