Version Packages

This commit is contained in:
github-actions[bot]
2023-12-19 13:39:54 +00:00
parent 7615a4c90b
commit a9801a3ec9
706 changed files with 7721 additions and 2335 deletions
+29
View File
@@ -1,5 +1,34 @@
# @backstage/plugin-auth-backend
## 0.20.1
### Patch Changes
- 7ac2575: `oauth2-proxy` auth implementation has been moved to `@backstage/plugin-auth-backend-module-oauth2-proxy-provider`
- 2a5891e: Migrate the atlassian auth provider to be implemented using the new `@backstage/plugin-auth-backend-module-atlassian-provider` module
- 783797a: fix static token issuer not being able to initialize
- e1c189b: The Okta provider implementation is moved to the new module
- a62764b: Updated dependency `passport` to `^0.7.0`.
- bcbbf8e: Updated dependency `@google-cloud/firestore` to `^7.0.0`.
- Updated dependencies
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.0
- @backstage/backend-common@0.20.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.0
- @backstage/plugin-catalog-node@1.6.0
- @backstage/catalog-client@1.5.0
- @backstage/plugin-auth-backend-module-okta-provider@0.0.1
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.5
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.5
- @backstage/plugin-auth-node@0.4.2
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.2
- @backstage/plugin-auth-backend-module-google-provider@0.1.5
- @backstage/plugin-auth-backend-module-github-provider@0.1.5
- @backstage/backend-plugin-api@0.6.8
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 0.20.1-next.3
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.20.1-next.3",
"version": "0.20.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",