Version Packages
This commit is contained in:
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.12.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.2
|
||||
- @backstage/core-components@0.17.2
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/core-compat-api@0.4.2
|
||||
- @backstage/plugin-catalog@1.30.0
|
||||
- @backstage/plugin-catalog-react@1.18.0
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.12.7-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"version": "0.12.7-next.3",
|
||||
"version": "0.12.7",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config-loader@1.10.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-app-node@0.1.33
|
||||
|
||||
## 0.5.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"version": "0.5.2-next.2",
|
||||
"version": "0.5.2",
|
||||
"description": "A Backstage backend plugin that serves the Backstage frontend app",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-app-node
|
||||
|
||||
## 0.1.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config-loader@1.10.1
|
||||
|
||||
## 0.1.33-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-node",
|
||||
"version": "0.1.33-next.2",
|
||||
"version": "0.1.33",
|
||||
"description": "Node.js library for the app plugin",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-app-visualizer
|
||||
|
||||
## 0.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.2
|
||||
- @backstage/core-components@0.17.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
|
||||
## 0.1.19-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-visualizer",
|
||||
"version": "0.1.19-next.1",
|
||||
"version": "0.1.19",
|
||||
"description": "Visualizes the Backstage app structure",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- fb58f20: Internal update to use the new `pluginId` option of `createFrontendPlugin`.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.10.2
|
||||
- @backstage/theme@0.6.6
|
||||
- @backstage/core-components@0.17.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/integration-react@1.2.7
|
||||
- @backstage/plugin-permission-react@0.4.34
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.1.9-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.1.9-next.3",
|
||||
"version": "0.1.9",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-atlassian-provider
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"description": "The atlassian-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-auth0-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-auth0-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"description": "The auth0-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-auth-backend-module-aws-alb-provider
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.25.0
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"description": "The aws-alb provider module for the Backstage auth backend.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-auth-backend-module-azure-easyauth-provider
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.2.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
|
||||
"version": "0.2.8-next.2",
|
||||
"version": "0.2.8",
|
||||
"description": "The azure-easyauth-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-bitbucket-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The bitbucket-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-bitbucket-server-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-server-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"description": "The bitbucket-server-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-auth-backend-module-cloudflare-access-provider
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"description": "The cloudflare-access-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-auth-backend-module-gcp-iap-provider
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"description": "A GCP IAP auth provider module for the Backstage auth backend",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-github-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cdfe05: Added missing types package
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-github-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The github-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-gitlab-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gitlab-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The gitlab-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-google-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-google-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "A Google auth provider module for the Backstage auth backend",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-guest-provider
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.2.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-guest-provider",
|
||||
"version": "0.2.8-next.2",
|
||||
"version": "0.2.8",
|
||||
"description": "The guest-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-microsoft-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-microsoft-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The microsoft-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-oauth2-provider
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"description": "The oauth2-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-oauth2-proxy-provider
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.2.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
|
||||
"version": "0.2.8-next.2",
|
||||
"version": "0.2.8",
|
||||
"description": "The oauth2-proxy-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-auth-backend-module-oidc-provider
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.25.0
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oidc-provider",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"description": "The oidc-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-okta-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-okta-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"description": "The okta-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-onelogin-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-onelogin-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The onelogin-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-pinniped-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-pinniped-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The pinniped-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-vmware-cloud-provider
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
|
||||
## 0.5.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
|
||||
"version": "0.5.3-next.2",
|
||||
"version": "0.5.3",
|
||||
"description": "The vmware-cloud-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,54 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.25.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 57221d9: **BREAKING**: Removed support for the old backend system, and removed all deprecated exports.
|
||||
|
||||
If you were using one of the deprecated imports from this package, you will have to follow the instructions in their respective deprecation notices before upgrading. Most of the general utilities are available from `@backstage/plugin-auth-node`, and the specific auth providers are available from dedicated packages such as for example `@backstage/plugin-auth-backend-module-github-provider`. See [the auth docs](https://backstage.io/docs/auth/) for specific instructions.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0d606ac: Added the configuration flag `auth.omitIdentityTokenOwnershipClaim` that causes issued user tokens to no longer contain the `ent` claim that represents the ownership references of the user.
|
||||
|
||||
The benefit of this new flag is that issued user tokens will be much smaller in
|
||||
size, but they will no longer be self-contained. This means that any consumers
|
||||
of the token that require access to the ownership claims now need to call the
|
||||
`/api/auth/v1/userinfo` endpoint instead. Within the Backstage ecosystem this is
|
||||
done automatically, as clients will still receive the full set of claims during
|
||||
authentication, while plugin backends will need to use the `UserInfoService`
|
||||
which already calls the user info endpoint if necessary.
|
||||
|
||||
When enabling this flag, it is important that any custom sign-in resolvers directly return the result of the sign-in method. For example, the following would not work:
|
||||
|
||||
```ts
|
||||
const { token } = await ctx.issueToken({
|
||||
claims: { sub: entityRef, ent: [entityRef] },
|
||||
});
|
||||
return { token }; // WARNING: This will not work with the flag enabled
|
||||
```
|
||||
|
||||
Instead, the sign-in resolver should directly return the result:
|
||||
|
||||
```ts
|
||||
return ctx.issueToken({
|
||||
claims: { sub: entityRef, ent: [entityRef] },
|
||||
});
|
||||
```
|
||||
|
||||
- 72d019d: Removed various typos
|
||||
- ab53e6f: Added support for the new `dangerousEntityRefFallback` option for `signInWithCatalogUser` in `AuthResolverContext`.
|
||||
- b128ed9: The `static` key store now issues tokens with the same structure as other key stores. Tokens now include the `typ` field in the header and the `uip` (user identity proof) in the payload.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.25.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"version": "0.25.0-next.2",
|
||||
"version": "0.25.0",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
@@ -1,5 +1,56 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.6.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 332e934: Added the `identity` property to `BackstageSignInResult`.
|
||||
|
||||
The `prepareBackstageIdentityResponse` function will now also forward the `identity` to the response if present in the provided sign-in result.
|
||||
|
||||
- ab53e6f: Added a new `dangerousEntityRefFallback` option to the `signInWithCatalogUser` method in `AuthResolverContext`. The option will cause the provided entity reference to be used as a fallback in case the user is not found in the catalog. It is up to the caller to provide the fallback entity reference.
|
||||
|
||||
Auth providers that include pre-defined sign-in resolvers are encouraged to define a flag named `dangerouslyAllowSignInWithoutUserInCatalog` in their config, which in turn enables use of the `dangerousEntityRefFallback` option. For example:
|
||||
|
||||
```ts
|
||||
export const usernameMatchingUserEntityName = createSignInResolverFactory({
|
||||
optionsSchema: z
|
||||
.object({
|
||||
dangerouslyAllowSignInWithoutUserInCatalog: z.boolean().optional(),
|
||||
})
|
||||
.optional(),
|
||||
create(options = {}) {
|
||||
return async (
|
||||
info: SignInInfo<OAuthAuthenticatorResult<PassportProfile>>,
|
||||
ctx,
|
||||
) => {
|
||||
const { username } = info.result.fullProfile;
|
||||
if (!username) {
|
||||
throw new Error('User profile does not contain a username');
|
||||
}
|
||||
|
||||
return ctx.signInWithCatalogUser(
|
||||
{ entityRef: { name: username } },
|
||||
{
|
||||
dangerousEntityRefFallback:
|
||||
options?.dangerouslyAllowSignInWithoutUserInCatalog
|
||||
? { entityRef: { name: username } }
|
||||
: undefined,
|
||||
},
|
||||
);
|
||||
};
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/catalog-client@1.10.0
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.6.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.6.3-next.2",
|
||||
"version": "0.6.3",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
"pluginId": "auth",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-react
|
||||
|
||||
## 0.1.15
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.17.2
|
||||
- @backstage/core-plugin-api@1.10.7
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.1.15-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-react",
|
||||
"version": "0.1.15-next.1",
|
||||
"version": "0.1.15",
|
||||
"description": "Web library for the auth plugin",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
# @backstage/plugin-bitbucket-cloud-common
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5850717: Update Bitbucket Cloud schema and models.
|
||||
|
||||
The latest schema was fetched from Bitbucket Cloud and stored locally.
|
||||
Based on the updated schema, the models got regenerated.
|
||||
|
||||
**BREAKING:**
|
||||
|
||||
Due to the schema changes, the model update includes one breaking change:
|
||||
|
||||
- `Account.username` was removed.
|
||||
|
||||
Additionally, there were a couple of compatible changes including the addition of
|
||||
`BaseCommit.committer` and others.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 57ad208: Add support for `repo:updated` events as `Events.RepoUpdatedEvent`.
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
|
||||
## 0.3.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitbucket-cloud-common",
|
||||
"version": "0.3.0-next.3",
|
||||
"version": "0.3.0",
|
||||
"description": "Common functionalities for bitbucket-cloud plugins",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.4.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/backend-defaults@0.10.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-kubernetes-common@0.9.5
|
||||
- @backstage/integration-aws-node@0.1.16
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.4.11-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"version": "0.4.11-next.3",
|
||||
"version": "0.4.11",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- be82d83: visualstudio.com domains are now supported along with dev.azure.com
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.3.5-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-azure",
|
||||
"version": "0.3.5-next.3",
|
||||
"version": "0.3.5",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Azure",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-backend-module-backstage-openapi
|
||||
|
||||
## 0.5.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d385854: Do not swallow errors; instead allow them to bubble up to the task scheduler for better tracking and logging.
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/backend-openapi-utils@0.5.3
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.5.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
|
||||
"version": "0.5.2-next.2",
|
||||
"version": "0.5.2",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.4.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3bce578: Support Bitbucket Cloud's `repo:updated` events at `BitbucketCloudEntityProvider`.
|
||||
|
||||
To make use of the new event type, you have to configure your webhook or add a new ones
|
||||
that delivers this event type to Backstage similar to `repo:push` before.
|
||||
|
||||
Only `repo:updated` events that modify a repository's URL (e.g., due to a name change)
|
||||
will cause changes (removing the "old", adding the "new" repository).
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.3.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/catalog-client@1.10.0
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.4.8-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
||||
"version": "0.4.8-next.3",
|
||||
"version": "0.4.8",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/catalog-client@1.10.0
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.4.1-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
||||
"version": "0.4.1-next.3",
|
||||
"version": "0.4.1",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-gcp
|
||||
|
||||
## 0.3.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-kubernetes-common@0.9.5
|
||||
- @backstage/config@1.3.2
|
||||
|
||||
## 0.3.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gcp",
|
||||
"version": "0.3.8-next.2",
|
||||
"version": "0.3.8",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GCP",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-gerrit
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.3.2-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.3.2-next.3",
|
||||
"version": "0.3.2",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitea
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- e4dabc6: add new gitea provider module
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.1.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitea",
|
||||
"version": "0.1.0-next.0",
|
||||
"version": "0.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"description": "The gitea backend module for the catalog plugin.",
|
||||
"main": "src/index.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-github-org
|
||||
|
||||
## 0.3.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/plugin-catalog-backend-module-github@0.9.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.3.10-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github-org",
|
||||
"version": "0.3.10-next.3",
|
||||
"version": "0.3.10",
|
||||
"description": "The github-org backend module for the catalog plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.9.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ff335e5: **BREAKING** The `GithubLocationAnalyzer` now requires the `AuthService` and the `CatalogService` when being constructed and the `TokenManger` has been removed.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ee9f59f: Added filter to include archived repositories
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/plugin-catalog-backend@2.0.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/catalog-client@1.10.0
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.9.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github",
|
||||
"version": "0.9.0-next.3",
|
||||
"version": "0.9.0",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab-org
|
||||
|
||||
## 0.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-catalog-backend-module-gitlab@0.6.6
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.2.9-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab-org",
|
||||
"version": "0.2.9-next.3",
|
||||
"version": "0.2.9",
|
||||
"description": "The gitlab-org backend module for the catalog plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.6.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/backend-defaults@0.10.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.6.6-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
||||
"version": "0.6.6-next.3",
|
||||
"version": "0.6.6",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 10f693c: **BREAKING** Removed support for the legacy backend, please [migrate to the new backend system](https://github.com/backstage/backstage/tree/v1.38.0/plugins/catalog-backend-module-incremental-ingestion#installation). Also, if you were importing from the `/alpha` export of this package, you should remove the `/alpha` part.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@2.0.0
|
||||
- @backstage/backend-defaults@0.10.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.7.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
|
||||
"version": "0.7.0-next.3",
|
||||
"version": "0.7.0",
|
||||
"description": "An entity provider for streaming large asset sources into the catalog",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-backend-module-ldap
|
||||
|
||||
## 0.11.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e253d1d: Improves error reporting for missing metadata.name in LDAP catalog provider.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.11.5-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-ldap",
|
||||
"version": "0.11.5-next.3",
|
||||
"version": "0.11.5",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-catalog-backend-module-logs
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@2.0.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 0.1.10-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-logs",
|
||||
"version": "0.1.10-next.3",
|
||||
"version": "0.1.10",
|
||||
"description": "A module that subscribes to catalog related events and logs them.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-msgraph
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 20c1ea7: Add new `userGroupMember.path`, `user.path` and, `group.path` option to each query type to allow more complex msgraph queries
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 72d019d: Removed various typos
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.7.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
||||
"version": "0.7.0-next.2",
|
||||
"version": "0.7.0",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-openapi
|
||||
|
||||
## 0.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
|
||||
## 0.2.10-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-openapi",
|
||||
"version": "0.2.10-next.3",
|
||||
"version": "0.2.10",
|
||||
"description": "A Backstage catalog backend module that helps with OpenAPI specifications",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-puppetdb
|
||||
|
||||
## 0.2.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
|
||||
## 0.2.10-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-puppetdb",
|
||||
"version": "0.2.10-next.2",
|
||||
"version": "0.2.10",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-scaffolder-entity-model
|
||||
|
||||
## 0.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-scaffolder-common@1.5.11
|
||||
|
||||
## 0.2.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
|
||||
"version": "0.2.8-next.2",
|
||||
"version": "0.2.8",
|
||||
"description": "Adds support for the scaffolder specific entity model (e.g. the Template kind) to the catalog backend plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-catalog-backend-module-unprocessed
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f453d5c: **BREAKING** Removed support for the legacy backend and removed references to `@backstage/backend-common`, please [migrate to the new backend system](https://backstage.io/docs/backend-system/building-plugins-and-modules/migrating)
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/plugin-auth-node@0.6.3
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.8
|
||||
|
||||
## 0.6.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-unprocessed",
|
||||
"version": "0.6.0-next.2",
|
||||
"version": "0.6.0",
|
||||
"description": "Backstage Catalog module to view unprocessed entities",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,97 @@
|
||||
# @backstage/plugin-catalog-backend
|
||||
|
||||
## 2.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 90ab044: **BREAKING**: Removed all deprecated exports, and removed support for the old backend system.
|
||||
|
||||
It also removes the `CodeOwnersProcessor` from the default set of processors, because it is expensive to run and has vague semantics. You need to update your backend to add it to the `catalogProcessingExtensionPoint` if you wish to continue using it.
|
||||
|
||||
The following removed exports are available from `@backstage/plugin-catalog-node`:
|
||||
|
||||
- `locationSpecToMetadataName`
|
||||
- `locationSpecToLocationEntity`
|
||||
- `processingResult`
|
||||
- `EntitiesSearchFilter`
|
||||
- `EntityFilter`
|
||||
- `DeferredEntity`
|
||||
- `EntityRelationSpec`
|
||||
- `CatalogProcessor`
|
||||
- `CatalogProcessorParser`
|
||||
- `CatalogProcessorCache`
|
||||
- `CatalogProcessorEmit`
|
||||
- `CatalogProcessorLocationResult`
|
||||
- `CatalogProcessorEntityResult`
|
||||
- `CatalogProcessorRelationResult`
|
||||
- `CatalogProcessorErrorResult`
|
||||
- `CatalogProcessorRefreshKeysResult`
|
||||
- `CatalogProcessorResult`
|
||||
- `EntityProvider`
|
||||
- `EntityProviderConnection`
|
||||
- `EntityProviderMutation`
|
||||
- `AnalyzeOptions`
|
||||
- `LocationAnalyzer`
|
||||
- `ScmLocationAnalyzer`
|
||||
- `PlaceholderResolver`
|
||||
- `PlaceholderResolverParams`
|
||||
- `PlaceholderResolverRead`
|
||||
- `PlaceholderResolverResolveUrl`
|
||||
- `parseEntityYaml`
|
||||
|
||||
The following removed exports are available from `@backstage/plugin-catalog-common`:
|
||||
|
||||
- `LocationSpec`
|
||||
- `AnalyzeLocationRequest`
|
||||
- `AnalyzeLocationResponse`
|
||||
- `AnalyzeLocationExistingEntity`
|
||||
- `AnalyzeLocationGenerateEntity`
|
||||
- `AnalyzeLocationEntityField`
|
||||
|
||||
The following removed exports are instead implemented in the new backend system by `@backstage/plugin-search-backend-module-catalog`:
|
||||
|
||||
- `defaultCatalogCollatorEntityTransformer`
|
||||
- `CatalogCollatorEntityTransformer`
|
||||
- `DefaultCatalogCollator`
|
||||
|
||||
The following exports are removed without a direct replacement:
|
||||
|
||||
- `DefaultCatalogCollatorFactory`
|
||||
- `DefaultCatalogCollatorFactoryOptions`
|
||||
- `LocationEntityProcessor`
|
||||
- `LocationEntityProcessorOptions`
|
||||
- `CatalogBuilder`
|
||||
- `CatalogEnvironment`
|
||||
- `CatalogPermissionRuleInput`
|
||||
- `CatalogProcessingEngine`
|
||||
- `createRandomProcessingInterval`
|
||||
- `ProcessingIntervalFunction`
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 6c9b88e: **BREAKING ALPHA**: You can no longer import the catalog plugin from the `/alpha` export; please use the regular root default export instead.
|
||||
- d88b922: Adds the ability to disable the default entity processors using a new boolean app config item `catalog.disableDefaultProcessors`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0e710fc: This patch addresses an issue identified in Backstage when configured with a MySQL database. If an entity of type location
|
||||
(e..all.yaml) has more than 70 referenced entities, clicking "Refresh" does not update the referenced entities as expected. This occurs because the TEXT type in MySQL has a limit of 65,535 bytes, which is insufficient to store all the referenced entities, causing the refresh operation to fail.
|
||||
- 8e0f15f: "Added a note clarifying that `entity-fetch` audit events are not visible by default in the logs and are only displayed when the log severity level is adjusted."
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.17.0
|
||||
- @backstage/catalog-model@1.7.4
|
||||
- @backstage/plugin-catalog-node@1.17.0
|
||||
- @backstage/backend-plugin-api@1.3.1
|
||||
- @backstage/plugin-permission-common@0.9.0
|
||||
- @backstage/plugin-permission-node@0.10.0
|
||||
- @backstage/catalog-client@1.10.0
|
||||
- @backstage/backend-openapi-utils@0.5.3
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-catalog-common@1.1.4
|
||||
- @backstage/plugin-events-node@0.4.11
|
||||
|
||||
## 2.0.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend",
|
||||
"version": "2.0.0-next.3",
|
||||
"version": "2.0.0",
|
||||
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user