@backstage/plugin-auth-backend 0.22.5-next.2 → 0.22.6-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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # @backstage/plugin-auth-backend
2
2
 
3
+ ## 0.22.6-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8869b8e: Updated local development setup.
8
+ - Updated dependencies
9
+ - @backstage/backend-common@0.22.1-next.0
10
+ - @backstage/backend-plugin-api@0.6.19-next.0
11
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.11-next.0
12
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.10-next.0
13
+ - @backstage/plugin-auth-node@0.4.14-next.0
14
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.11-next.0
15
+ - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.2-next.0
16
+ - @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.2-next.0
17
+ - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.2-next.0
18
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.16-next.0
19
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.16-next.0
20
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.16-next.0
21
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.14-next.0
22
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.16-next.0
23
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.12-next.0
24
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.14-next.0
25
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.12-next.0
26
+ - @backstage/plugin-catalog-node@1.12.1-next.0
27
+ - @backstage/catalog-client@1.6.5
28
+ - @backstage/catalog-model@1.5.0
29
+ - @backstage/config@1.2.0
30
+ - @backstage/errors@1.2.4
31
+ - @backstage/types@1.1.1
32
+
33
+ ## 0.22.5
34
+
35
+ ### Patch Changes
36
+
37
+ - d229dc4: Move path utilities from `backend-common` to the `backend-plugin-api` package.
38
+ - 4a0577e: fix: Move config declarations to appropriate auth backend modules
39
+ - ea9262b: Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint`
40
+ - Updated dependencies
41
+ - @backstage/plugin-catalog-node@1.12.0
42
+ - @backstage/catalog-model@1.5.0
43
+ - @backstage/backend-common@0.22.0
44
+ - @backstage/backend-plugin-api@0.6.18
45
+ - @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
46
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.15
47
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.9
48
+ - @backstage/plugin-auth-node@0.4.13
49
+ - @backstage/catalog-client@1.6.5
50
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
51
+ - @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
52
+ - @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
53
+ - @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
54
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
55
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
56
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.15
57
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
58
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
59
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
60
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.11
61
+
3
62
  ## 0.22.5-next.2
4
63
 
5
64
  ### Patch Changes