@backstage/plugin-catalog-backend-module-github-org 0.3.20-next.2 → 0.3.21-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-catalog-backend-module-github-org
2
2
 
3
+ ## 0.3.21-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-backend-module-github@0.13.1-next.0
9
+ - @backstage/backend-plugin-api@1.8.1-next.0
10
+ - @backstage/plugin-catalog-node@2.1.1-next.0
11
+ - @backstage/plugin-events-node@0.4.21-next.0
12
+ - @backstage/config@1.3.6
13
+
14
+ ## 0.3.20
15
+
16
+ ### Patch Changes
17
+
18
+ - 106d1b2: Added a `defaultUserTransformer.useVerifiedEmails` config option for the `githubOrg` provider. When set to `true`, the default user transformer prefers organization verified domain emails over the user's public GitHub email. Defaults to `false`, which uses only the public GitHub email.
19
+
20
+ This option has no effect when a custom user transformer is set via the `githubOrgEntityProviderTransformsExtensionPoint`.
21
+
22
+ ```yaml
23
+ catalog:
24
+ providers:
25
+ githubOrg:
26
+ production:
27
+ githubUrl: https://github.com
28
+ orgs:
29
+ - my-org
30
+ defaultUserTransformer:
31
+ useVerifiedEmails: true
32
+ ```
33
+
34
+ - Updated dependencies
35
+ - @backstage/backend-plugin-api@1.8.0
36
+ - @backstage/plugin-catalog-backend-module-github@0.13.0
37
+ - @backstage/plugin-catalog-node@2.1.0
38
+ - @backstage/plugin-events-node@0.4.20
39
+
3
40
  ## 0.3.20-next.2
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-github-org",
3
- "version": "0.3.20-next.2",
3
+ "version": "0.3.21-next.0",
4
4
  "description": "The github-org backend module for the catalog plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,15 +36,15 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "1.8.0-next.1",
39
+ "@backstage/backend-plugin-api": "1.8.1-next.0",
40
40
  "@backstage/config": "1.3.6",
41
- "@backstage/plugin-catalog-backend-module-github": "0.13.0-next.2",
42
- "@backstage/plugin-catalog-node": "2.1.0-next.2",
43
- "@backstage/plugin-events-node": "0.4.20-next.1"
41
+ "@backstage/plugin-catalog-backend-module-github": "0.13.1-next.0",
42
+ "@backstage/plugin-catalog-node": "2.1.1-next.0",
43
+ "@backstage/plugin-events-node": "0.4.21-next.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@backstage/backend-test-utils": "1.11.1-next.2",
47
- "@backstage/cli": "0.36.0-next.2"
46
+ "@backstage/backend-test-utils": "1.11.2-next.0",
47
+ "@backstage/cli": "0.36.1-next.0"
48
48
  },
49
49
  "typesVersions": {
50
50
  "*": {