Version Packages

This commit is contained in:
github-actions[bot]
2021-05-27 10:23:15 +00:00
parent 5a3ff88ab9
commit b5a0d1c5d7
141 changed files with 1244 additions and 578 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/integration
## 0.5.4
### Patch Changes
- 0fd4ea443: Updates the `GithubCredentialsProvider` to return the token type, it can either be `token` or `app` depending on the authentication method.
Update the `GithubOrgReaderProcessor` NOT to query for email addresses if GitHub Apps is used for authentication, this is due to inconsistencies in the GitHub API when using server to server communications and installation tokens. https://github.community/t/api-v4-unable-to-retrieve-email-resource-not-accessible-by-integration/13831/4 for more info.
**Removes** deprecated GithubOrgReaderProcessor provider configuration(`catalog.processors.githubOrg`). If you're using the deprecated config section make sure to migrate to [integrations](https://backstage.io/docs/integrations/github/locations) instead.
## 0.5.3
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "0.5.3",
"version": "0.5.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,8 +37,8 @@
"luxon": "^1.25.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.12",
"@backstage/config-loader": "^0.6.2",
"@backstage/cli": "^0.6.13",
"@backstage/config-loader": "^0.6.3",
"@backstage/test-utils": "^0.1.12",
"@types/jest": "^26.0.7",
"@types/luxon": "^1.25.0",