Version Packages

This commit is contained in:
github-actions[bot]
2024-05-14 12:02:01 +00:00
parent e58a57802c
commit 0972164fbc
447 changed files with 4105 additions and 1505 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-api-docs
## 0.11.5
### Patch Changes
- 5d99272: Update local development dependencies.
- 725ff0b: Fix dark mode text color inside tables in `description:` from OpenAPI definitions
- Updated dependencies
- @backstage/plugin-catalog@1.20.0
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/frontend-plugin-api@0.6.5
- @backstage/plugin-catalog-common@1.0.23
## 0.11.5-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.11.5-next.2",
"version": "0.11.5",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-app-backend
## 0.3.66
### Patch Changes
- d229dc4: Move path utilities from `backend-common` to the `backend-plugin-api` package.
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
- @backstage/plugin-app-node@0.1.18
## 0.3.66-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-backend",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
"version": "0.3.66-next.1",
"version": "0.3.66",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-app-node
## 0.1.18
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
## 0.1.18-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-node",
"description": "Node.js library for the app plugin",
"version": "0.1.18-next.1",
"version": "0.1.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-app-visualizer
## 0.1.6
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/frontend-plugin-api@0.6.5
## 0.1.6-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-app-visualizer",
"version": "0.1.6-next.1",
"version": "0.1.6",
"description": "Visualizes the Backstage app structure",
"backstage": {
"role": "frontend-plugin"
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-atlassian-provider
## 0.1.10
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.10-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
"description": "The atlassian-provider backend module for the auth plugin.",
"version": "0.1.10-next.1",
"version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-backend-module-aws-alb-provider
## 0.1.10
### Patch Changes
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
## 0.1.10-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
"description": "The aws-alb provider module for the Backstage auth backend.",
"version": "0.1.10-next.2",
"version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-azure-easyauth-provider
## 0.1.1
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.1-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
"version": "0.1.1-next.1",
"version": "0.1.1",
"description": "The azure-easyauth-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-bitbucket-provider
## 0.1.1
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.1-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-bitbucket-provider",
"version": "0.1.1-next.1",
"version": "0.1.1",
"description": "The bitbucket-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-cloudflare-access-provider
## 0.1.1
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.1-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
"version": "0.1.1-next.1",
"version": "0.1.1",
"description": "The cloudflare-access-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-gcp-iap-provider
## 0.2.13
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.2.13-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
"description": "A GCP IAP auth provider module for the Backstage auth backend",
"version": "0.2.13-next.1",
"version": "0.2.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-github-provider
## 0.1.15
### Patch Changes
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.15-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-github-provider",
"version": "0.1.15-next.2",
"version": "0.1.15",
"description": "The github-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-gitlab-provider
## 0.1.15
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.15-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-gitlab-provider",
"description": "The gitlab-provider backend module for the auth plugin.",
"version": "0.1.15-next.1",
"version": "0.1.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-google-provider
## 0.1.15
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.15-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-google-provider",
"description": "A Google auth provider module for the Backstage auth backend",
"version": "0.1.15-next.1",
"version": "0.1.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-backend-module-guest-provider
## 0.1.4
### Patch Changes
- 07d8cca: Error if used outside of a development environment without explicit allowance
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.4-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-guest-provider",
"version": "0.1.4-next.1",
"version": "0.1.4",
"description": "The guest-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-microsoft-provider
## 0.1.13
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.13-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-microsoft-provider",
"description": "The microsoft-provider backend module for the auth plugin.",
"version": "0.1.13-next.1",
"version": "0.1.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-oauth2-provider
## 0.1.15
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.15-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
"description": "The oauth2-provider backend module for the auth plugin.",
"version": "0.1.15-next.1",
"version": "0.1.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-oauth2-proxy-provider
## 0.1.11
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.11-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
"description": "The oauth2-proxy-provider backend module for the auth plugin.",
"version": "0.1.11-next.1",
"version": "0.1.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-backend-module-oidc-provider
## 0.1.9
### Patch Changes
- dd53bf3: Add nonce to authorize request to be added in ID token
- Updated dependencies
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend@0.22.5
- @backstage/plugin-auth-node@0.4.13
## 0.1.9-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-oidc-provider",
"description": "The oidc-provider backend module for the auth plugin.",
"version": "0.1.9-next.1",
"version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-okta-provider
## 0.0.11
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.0.11-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-okta-provider",
"description": "The okta-provider backend module for the auth plugin.",
"version": "0.0.11-next.1",
"version": "0.0.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-pinniped-provider
## 0.1.12
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.12-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-pinniped-provider",
"description": "The pinniped-provider backend module for the auth plugin.",
"version": "0.1.12-next.1",
"version": "0.1.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-vmware-cloud-provider
## 0.1.10
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.1.10-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
"version": "0.1.10-next.1",
"version": "0.1.10",
"description": "The vmware-cloud-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module"
+29
View File
@@ -1,5 +1,34 @@
# @backstage/plugin-auth-backend
## 0.22.5
### Patch Changes
- d229dc4: Move path utilities from `backend-common` to the `backend-plugin-api` package.
- 4a0577e: fix: Move config declarations to appropriate auth backend modules
- ea9262b: Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint`
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
- @backstage/plugin-auth-backend-module-github-provider@0.1.15
- @backstage/plugin-auth-backend-module-oidc-provider@0.1.9
- @backstage/plugin-auth-node@0.4.13
- @backstage/catalog-client@1.6.5
- @backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
- @backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
- @backstage/plugin-auth-backend-module-google-provider@0.1.15
- @backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
- @backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
- @backstage/plugin-auth-backend-module-okta-provider@0.0.11
## 0.22.5-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.22.5-next.2",
"version": "0.22.5",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-node
## 0.4.13
### Patch Changes
- ea9262b: Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint`
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
## 0.4.13-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.4.13-next.1",
"version": "0.4.13",
"backstage": {
"role": "node-library"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-react
## 0.1.2
### Patch Changes
- c297afd: When using `CookieAuthRefreshProvider` or `useCookieAuthRefresh`, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed.
- Updated dependencies
- @backstage/core-components@0.14.7
## 0.1.2-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-react",
"version": "0.1.2-next.1",
"version": "0.1.2",
"description": "Web library for the auth plugin",
"backstage": {
"role": "web-library"
@@ -1,5 +1,13 @@
# @backstage/plugin-bitbucket-cloud-common
## 0.2.19
### Patch Changes
- d76cb29: Updated dependency `ts-morph` to `^22.0.0`.
- Updated dependencies
- @backstage/integration@1.11.0
## 0.2.19-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bitbucket-cloud-common",
"version": "0.2.19-next.0",
"version": "0.2.19",
"description": "Common functionalities for bitbucket-cloud plugins",
"backstage": {
"role": "common-library"
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-aws
## 0.3.13
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-kubernetes-common@0.7.6
## 0.3.13-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"version": "0.3.13-next.2",
"version": "0.3.13",
"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.1.38
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
## 0.1.38-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
"version": "0.1.38-next.2",
"version": "0.1.38",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-backstage-openapi
## 0.2.1
### Patch Changes
- f3f0281: Fix incorrect dependency import.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/backend-openapi-utils@0.1.11
## 0.2.1-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
"version": "0.2.1-next.2",
"version": "0.2.1",
"backstage": {
"role": "backend-plugin-module"
},
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
## 0.2.5
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/plugin-bitbucket-cloud-common@0.2.19
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
## 0.2.5-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
"version": "0.2.5-next.2",
"version": "0.2.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-bitbucket-server
## 0.1.32
### Patch Changes
- 062ffb1: Allow skipping archived repositories (`skipArchivedRepos` flag) on Bitbucket.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
## 0.1.32-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
"version": "0.1.32-next.2",
"version": "0.1.32",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-gcp
## 0.1.19
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-kubernetes-common@0.7.6
## 0.1.19-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gcp",
"version": "0.1.19-next.2",
"version": "0.1.19",
"description": "A Backstage catalog backend module that helps integrate towards GCP",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-gerrit
## 0.1.35
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/integration@1.11.0
## 0.1.35-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gerrit",
"version": "0.1.35-next.2",
"version": "0.1.35",
"backstage": {
"role": "backend-plugin-module"
},
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-github-org
## 0.1.13
### Patch Changes
- 5bdeaa7: Fixed an issue where the `catalog-backend-module-github-org` would not correctly create groups using `default` as namespace in case a single organization was configured.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-backend-module-github@0.6.1
- @backstage/plugin-events-node@0.3.4
## 0.1.13-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-github-org",
"version": "0.1.13-next.2",
"version": "0.1.13",
"description": "The github-org backend module for the catalog plugin.",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,28 @@
# @backstage/plugin-catalog-backend-module-github
## 0.6.1
### Patch Changes
- 0b50143: GitHub push events now schedule a refresh on entities that have a `refresh_key` matching the `catalogPath` config itself.
This allows to support a `catalogPath` configuration that uses glob patterns.
- f2a2a83: Updated to use the new `catalogAnalysisExtensionPoint` API.
- 5bdeaa7: Added `alwaysUseDefaultNamespace` option to `GithubMultiOrgEntityProvider`.
If set to true, the provider will use `default` as the namespace for all group entities. Groups with the same name across different orgs will be considered the same group.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
## 0.6.1-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-github",
"version": "0.6.1-next.2",
"version": "0.6.1",
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-gitlab-org
## 0.0.1
### Patch Changes
- a70377d: Added a new `catalog-backend-module-gitlab-org` module which adds the `GitlabOrgDiscoveryEntityProvider` to the catalog's providers using the new backend system.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend-module-gitlab@0.3.15
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-events-node@0.3.4
## 0.0.1-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab-org",
"version": "0.0.1-next.2",
"version": "0.0.1",
"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.3.15
### Patch Changes
- a70377d: Added events support for `GitlabDiscoveryEntityProvider` and `GitlabOrgDiscoveryEntityProvider`.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
## 0.3.15-next.4
### Patch Changes
@@ -72,5 +72,5 @@
]
}
},
"version": "0.3.15-next.4"
"version": "0.3.15"
}
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-backend-module-incremental-ingestion
## 0.4.23
### Patch Changes
- 8c1ab9e: Fix plugin/incremental-ingestion 'Maximum call stack size exceeded' error when ingest large entities.
- d229dc4: Move path utilities from `backend-common` to the `backend-plugin-api` package.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
## 0.4.23-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
"version": "0.4.23-next.2",
"version": "0.4.23",
"description": "An entity provider for streaming large asset sources into the catalog",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-ldap
## 0.5.34
### Patch Changes
- 7699967: Remove dependency to Winston Logger and use Backstage LoggerService instead
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
## 0.5.34-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-ldap",
"version": "0.5.34-next.2",
"version": "0.5.34",
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-msgraph
## 0.5.26
### Patch Changes
- 49eab29: Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.
- 6e370e6: Handle fetching huge amounts of users from Azure without crashing
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-catalog-common@1.0.23
## 0.5.26-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-msgraph",
"version": "0.5.26-next.2",
"version": "0.5.26",
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-openapi
## 0.1.36
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-catalog-backend@1.22.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/integration@1.11.0
- @backstage/plugin-catalog-common@1.0.23
## 0.1.36-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-openapi",
"version": "0.1.36-next.2",
"version": "0.1.36",
"description": "A Backstage catalog backend module that helps with OpenAPI specifications",
"backstage": {
"role": "backend-plugin-module"
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-puppetdb
## 0.1.24
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
## 0.1.24-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-puppetdb",
"version": "0.1.24-next.2",
"version": "0.1.24",
"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.1.16
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-common@1.5.2
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-catalog-common@1.0.23
## 0.1.16-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
"version": "0.1.16-next.2",
"version": "0.1.16",
"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,18 @@
# @backstage/plugin-catalog-backend-module-unprocessed
## 0.4.5
### Patch Changes
- b192752: Updated `README.md` to point to `packages/backend` instead of `packages/backend-next`.
- 6f5a3a3: Correctly convert owner to string in case owner has not been provided
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/plugin-auth-node@0.4.13
## 0.4.5-next.2
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-unprocessed",
"version": "0.4.5-next.2",
"version": "0.4.5",
"description": "Backstage Catalog module to view unprocessed entities",
"backstage": {
"role": "backend-plugin-module"
+28
View File
@@ -1,5 +1,33 @@
# @backstage/plugin-catalog-backend
## 1.22.0
### Minor Changes
- f2a2a83: Deprecated the `LocationAnalyzer` type, which has been moved to `@backstage/plugin-catalog-node`.
- f2a2a83: The `/alpha` plugin export has had its implementation of the `catalogAnalysisExtensionPoint` updated to reflect the new API.
- 8d14475: Emit well known relationships for the Domain entity kind.
### Patch Changes
- 131e5cb: Fix broken links in README.
- c6cb568: Add lifecycle monitoring for the catalog processing
- d229dc4: Move path utilities from `backend-common` to the `backend-plugin-api` package.
- 8479a0b: Fixed bug in stitching queue gauge that included entities that are scheduled in the future.
- Updated dependencies
- @backstage/plugin-catalog-node@1.12.0
- @backstage/plugin-search-backend-module-catalog@0.1.24
- @backstage/catalog-model@1.5.0
- @backstage/backend-common@0.22.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/backend-tasks@0.5.23
- @backstage/plugin-events-node@0.3.4
- @backstage/integration@1.11.0
- @backstage/backend-openapi-utils@0.1.11
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
## 1.22.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend",
"version": "1.22.0-next.2",
"version": "1.22.0",
"description": "The Backstage backend plugin that provides the Backstage catalog",
"backstage": {
"role": "backend-plugin"
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-catalog-common
## 1.0.23
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
## 1.0.23-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-common",
"version": "1.0.23-next.0",
"version": "1.0.23",
"description": "Common functionalities for the catalog plugin",
"backstage": {
"role": "common-library"
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-graph
## 0.4.5
### Patch Changes
- 39564b3: Allow multiple edges with different type (e.g. `ownedBy` and `applicationOwnerBy`) to have the same source and target node.
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
## 0.4.5-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
"version": "0.4.5-next.2",
"version": "0.4.5",
"backstage": {
"role": "frontend-plugin"
},
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-catalog-import
## 0.11.0
### Minor Changes
- e1174b0: `EntityListComponent` uses `entityPresentationApi` instead of `humanizeEntityRef` to display Entity
### Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.2.5
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/plugin-catalog-react@1.12.0
- @backstage/integration@1.11.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
## 0.10.11-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-import",
"version": "0.10.11-next.2",
"version": "0.11.0",
"description": "A Backstage plugin the helps you import entities into your catalog",
"backstage": {
"role": "frontend-plugin"
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-node
## 1.12.0
### Minor Changes
- f2a2a83: Added `LocationAnalyzer` type, moved from `@backstage/plugin-catalog-backend`.
- f2a2a83: Breaking change to `/alpha` API where the `catalogAnalysisExtensionPoint` has been reworked. The `addLocationAnalyzer` method has been renamed to `addScmLocationAnalyzer`, and a new `setLocationAnalyzer` method has been added which allows the full `LocationAnalyzer` implementation to be overridden.
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.5.0
- @backstage/backend-plugin-api@0.6.18
- @backstage/catalog-client@1.6.5
- @backstage/plugin-catalog-common@1.0.23
- @backstage/plugin-permission-node@0.7.29
## 1.12.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-node",
"version": "1.12.0-next.2",
"version": "1.12.0",
"description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
"backstage": {
"role": "node-library"
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-react
## 1.12.0
### Minor Changes
- 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
- @backstage/catalog-client@1.6.5
- @backstage/frontend-plugin-api@0.6.5
- @backstage/integration-react@1.1.27
- @backstage/plugin-catalog-common@1.0.23
## 1.12.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-react",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
"version": "1.12.0-next.2",
"version": "1.12.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-unprocessed-entities
## 0.2.4
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.14.7
- @backstage/catalog-model@1.5.0
## 0.2.4-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-unprocessed-entities",
"version": "0.2.4-next.1",
"version": "0.2.4",
"backstage": {
"role": "frontend-plugin"
},

Some files were not shown because too many files have changed in this diff Show More