Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-10-22 14:53:13 +00:00
parent 7df2073ceb
commit 7907e3b920
315 changed files with 4818 additions and 237 deletions
+35
View File
@@ -1,5 +1,40 @@
# @backstage/plugin-auth-backend
## 0.24.0-next.0
### Minor Changes
- 75168e3: **BREAKING**: The AWS ALB `fullProfile` will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.0-next.0
- @backstage/plugin-auth-node@0.5.4-next.0
- @backstage/plugin-catalog-node@1.14.0-next.0
- @backstage/catalog-client@1.8.0-next.0
- @backstage/backend-plugin-api@1.0.2-next.0
- @backstage/catalog-model@1.7.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.2-next.0
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.2-next.0
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-google-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.2-next.0
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.2-next.0
- @backstage/plugin-auth-backend-module-okta-provider@0.1.2-next.0
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.2-next.0
## 0.23.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.23.1",
"version": "0.24.0-next.0",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",