Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-12-03 13:18:49 +00:00
parent a247e0c20b
commit d8f9e72384
318 changed files with 4503 additions and 161 deletions
+34
View File
@@ -1,5 +1,39 @@
# @backstage/plugin-auth-backend
## 0.24.1-next.1
### Patch Changes
- c907440: Improved error forwarding for OAuth refresh endpoints
- 40518ab: Fix issue with `jwks` endpoint returning invalid data with `firestore`
- 5c9cc05: Use native fetch instead of node-fetch
- Updated dependencies
- @backstage/plugin-auth-node@0.5.5-next.1
- @backstage/plugin-catalog-node@1.15.0-next.1
- @backstage/catalog-client@1.9.0-next.1
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.3-next.1
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.3-next.1
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.3-next.1
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.1-next.1
- @backstage/plugin-auth-backend-module-google-provider@0.2.3-next.1
- @backstage/backend-plugin-api@1.1.0-next.1
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.3-next.1
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.3-next.1
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.3-next.1
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.3-next.1
- @backstage/plugin-auth-backend-module-github-provider@0.2.3-next.1
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.3-next.1
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.3-next.1
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.3-next.1
- @backstage/plugin-auth-backend-module-okta-provider@0.1.3-next.1
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.3-next.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.3-next.1
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.3-next.1
- @backstage/catalog-model@1.7.1
- @backstage/config@1.3.0
- @backstage/errors@1.2.5
- @backstage/types@1.2.0
## 0.24.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.24.1-next.0",
"version": "0.24.1-next.1",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",