Version Packages

This commit is contained in:
github-actions[bot]
2024-04-16 12:20:53 +00:00
parent 2f334fd83c
commit 0e48f5a289
649 changed files with 7811 additions and 1878 deletions
+34
View File
@@ -1,5 +1,39 @@
# @backstage/plugin-auth-backend
## 0.22.4
### Patch Changes
- f02fe79: Refactored the `azure-easyauth` provider to use the implementation from `@backstage/plugin-auth-backend-module-azure-easyauth-provider`.
- d62bc51: Added token type header parameter and user identity proof to issued user tokens.
- ba763b6: Migrate the Bitbucket auth provider to the new `@backstage/plugin-auth-backend-module-bitbucket-provider` module package.
- bf4d71a: Initial implementation of the `/v1/userinfo` endpoint, which is now able to parse and return the `sub` and `ent` claims from a Backstage user token.
- c26218d: Deprecated some of the Cloudflare Access types and used the implementation from `@backstage/plugin-auth-backend-module-cloudflare-access-provider`
- Updated dependencies
- @backstage/backend-common@0.21.7
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.9
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.0
- @backstage/backend-plugin-api@0.6.17
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.0
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.9
- @backstage/plugin-auth-node@0.4.12
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.8
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.12
- @backstage/catalog-client@1.6.4
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.0
- @backstage/plugin-catalog-node@1.11.1
- @backstage/catalog-model@1.4.5
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-auth-backend-module-github-provider@0.1.14
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.14
- @backstage/plugin-auth-backend-module-google-provider@0.1.14
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.12
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.14
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.10
- @backstage/plugin-auth-backend-module-okta-provider@0.0.10
## 0.22.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.22.4-next.1",
"version": "0.22.4",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin"