Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-09-10 13:56:19 +00:00
parent 8743beff4d
commit 47358815d6
339 changed files with 5166 additions and 175 deletions
+36
View File
@@ -1,5 +1,41 @@
# @backstage/plugin-auth-backend
## 0.23.0-next.2
### Patch Changes
- 527d973: Migrated the `Bitbucket Server` auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-bitbucket-server-provider` module.
- d908d8c: Migrated the `Auth0` auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-auth0-provider` module.
- 92118cd: Updated dependency `@node-saml/passport-saml` to `^5.0.0`.
- c2b63ab: Updated dependency `supertest` to `^7.0.0`.
- Updated dependencies
- @backstage/backend-common@0.25.0-next.2
- @backstage/plugin-auth-node@0.5.2-next.2
- @backstage/backend-plugin-api@1.0.0-next.2
- @backstage/catalog-client@1.7.0-next.1
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.0-next.0
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.0-next.2
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-github-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-google-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.0-next.2
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.0-next.2
- @backstage/plugin-auth-backend-module-okta-provider@0.1.0-next.2
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.0-next.0
- @backstage/catalog-model@1.6.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.0-next.2
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.0-next.2
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.0-next.2
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.0-next.2
- @backstage/plugin-catalog-node@1.12.7-next.2
## 0.23.0-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.23.0-next.1",
"version": "0.23.0-next.2",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",