Version Packages
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-api-docs
|
||||
|
||||
## 0.12.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 11babd9: Fix link styling in ProvidedApisCard component so it aligns with other card components.
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.15.0
|
||||
- @backstage/plugin-catalog@1.26.0
|
||||
- @backstage/core-compat-api@0.3.4
|
||||
- @backstage/frontend-plugin-api@0.9.3
|
||||
- @backstage/core-components@0.16.2
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/core-plugin-api@1.10.2
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
- @backstage/plugin-permission-react@0.4.29
|
||||
|
||||
## 0.12.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-api-docs",
|
||||
"version": "0.12.2-next.2",
|
||||
"version": "0.12.2",
|
||||
"description": "A Backstage plugin that helps represent API entities in the frontend",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-app-backend
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 74c3f2a: Fixed a bug where config would not be injected on the `/` and `/index.html` paths.
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- d66fa80: Fix root route handling when query parameters are present
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/config-loader@1.9.3
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-app-node@0.1.28
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-backend",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"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.28
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/config-loader@1.9.3
|
||||
|
||||
## 0.1.28-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-node",
|
||||
"version": "0.1.28-next.2",
|
||||
"version": "0.1.28",
|
||||
"description": "Node.js library for the app plugin",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-app-visualizer
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.9.3
|
||||
- @backstage/core-components@0.16.2
|
||||
- @backstage/core-plugin-api@1.10.2
|
||||
|
||||
## 0.1.14-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app-visualizer",
|
||||
"version": "0.1.14-next.2",
|
||||
"version": "0.1.14",
|
||||
"description": "Visualizes the Backstage app structure",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-app
|
||||
|
||||
## 0.1.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
|
||||
- 5f04976: Fixed a bug that caused missing code in published packages.
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.9.3
|
||||
- @backstage/theme@0.6.3
|
||||
- @backstage/core-components@0.16.2
|
||||
- @backstage/core-plugin-api@1.10.2
|
||||
- @backstage/integration-react@1.2.2
|
||||
- @backstage/plugin-permission-react@0.4.29
|
||||
|
||||
## 0.1.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-app",
|
||||
"version": "0.1.4-next.2",
|
||||
"version": "0.1.4",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
"pluginId": "app",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-atlassian-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.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.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.1.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-auth0-provider",
|
||||
"version": "0.1.3-next.2",
|
||||
"version": "0.1.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.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.24.1
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/errors@1.2.6
|
||||
|
||||
## 0.3.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
|
||||
"version": "0.3.1-next.2",
|
||||
"version": "0.3.1",
|
||||
"description": "The aws-alb provider module for the Backstage auth backend.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-azure-easyauth-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"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.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.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.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.1.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-bitbucket-server-provider",
|
||||
"version": "0.1.3-next.2",
|
||||
"version": "0.1.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.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/config@1.3.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-cloudflare-access-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The cloudflare-access-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/plugin-auth-backend-module-gcp-iap-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "A GCP IAP auth provider module for the Backstage auth backend",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-github-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-github-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"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.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-gitlab-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.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.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 79b055a: Pass through `includeGrantedScopes` in order to persist scopes across refresh calls
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-google-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.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.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-guest-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"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.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-microsoft-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"description": "The microsoft-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-oauth2-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The oauth2-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-oauth2-proxy-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/errors@1.2.6
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"description": "The oauth2-proxy-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-oidc-provider
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-backend@0.24.1
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-oidc-provider",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"description": "The oidc-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-okta-provider
|
||||
|
||||
## 0.1.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.1.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-okta-provider",
|
||||
"version": "0.1.3-next.2",
|
||||
"version": "0.1.3",
|
||||
"description": "The okta-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/plugin-auth-backend-module-onelogin-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-onelogin-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"description": "The onelogin-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-pinniped-provider
|
||||
|
||||
## 0.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/config@1.3.1
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-pinniped-provider",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"description": "The pinniped-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-backend-module-vmware-cloud-provider
|
||||
|
||||
## 0.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/catalog-model@1.7.2
|
||||
|
||||
## 0.4.2-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
|
||||
"version": "0.4.2-next.2",
|
||||
"version": "0.4.2",
|
||||
"description": "The vmware-cloud-provider backend module for the auth plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,39 @@
|
||||
# @backstage/plugin-auth-backend
|
||||
|
||||
## 0.24.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
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/catalog-client@1.9.0
|
||||
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.3
|
||||
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.3
|
||||
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.3
|
||||
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.1
|
||||
- @backstage/plugin-auth-backend-module-google-provider@0.2.3
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.3
|
||||
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.3
|
||||
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.3
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.2.3
|
||||
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.3
|
||||
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.3
|
||||
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.3
|
||||
- @backstage/plugin-auth-backend-module-okta-provider@0.1.3
|
||||
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.3
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.3
|
||||
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.3
|
||||
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.3
|
||||
|
||||
## 0.24.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-backend",
|
||||
"version": "0.24.1-next.2",
|
||||
"version": "0.24.1",
|
||||
"description": "A Backstage backend plugin that handles authentication",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-auth-node
|
||||
|
||||
## 0.5.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c907440: Improved error forwarding for OAuth refresh endpoints
|
||||
- 1e624ca: Restrict `@types/express` version range from `*` to `^4.17.6`.
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/catalog-client@1.9.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 0.5.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-node",
|
||||
"version": "0.5.5-next.2",
|
||||
"version": "0.5.5",
|
||||
"backstage": {
|
||||
"role": "node-library",
|
||||
"pluginId": "auth",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-auth-react
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.16.2
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/core-plugin-api@1.10.2
|
||||
|
||||
## 0.1.10-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-auth-react",
|
||||
"version": "0.1.10-next.2",
|
||||
"version": "0.1.10",
|
||||
"description": "Web library for the auth plugin",
|
||||
"backstage": {
|
||||
"role": "web-library",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @backstage/plugin-bitbucket-cloud-common
|
||||
|
||||
## 0.2.26
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.16.0
|
||||
|
||||
## 0.2.26-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-bitbucket-cloud-common",
|
||||
"version": "0.2.26-next.1",
|
||||
"version": "0.2.26",
|
||||
"description": "Common functionalities for bitbucket-cloud plugins",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-aws
|
||||
|
||||
## 0.4.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.6.0
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/integration-aws-node@0.1.14
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
- @backstage/plugin-kubernetes-common@0.9.1
|
||||
|
||||
## 0.4.6-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-aws",
|
||||
"version": "0.4.6-next.2",
|
||||
"version": "0.4.6",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards AWS",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @backstage/plugin-catalog-backend-module-azure
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 277092a: Added the Azure Blob Storage as catalog entity provider to import all the desired entities from storage account provided in app-config.yaml
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.3.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-azure",
|
||||
"version": "0.3.0-next.2",
|
||||
"version": "0.3.0",
|
||||
"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.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/backend-openapi-utils@0.4.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
- @backstage/catalog-client@1.9.0
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/plugin-bitbucket-cloud-common@0.2.26
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.4.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
|
||||
"version": "0.4.3-next.2",
|
||||
"version": "0.4.3",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-catalog-backend-module-bitbucket-server
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 3f34ea9: Throttles Bitbucket Server API calls
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
|
||||
## 0.3.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
|
||||
"version": "0.3.0-next.2",
|
||||
"version": "0.3.0",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-gcp
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/plugin-kubernetes-common@0.9.1
|
||||
|
||||
## 0.3.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gcp",
|
||||
"version": "0.3.3-next.2",
|
||||
"version": "0.3.3",
|
||||
"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.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/config@1.3.1
|
||||
|
||||
## 0.2.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gerrit",
|
||||
"version": "0.2.5-next.2",
|
||||
"version": "0.2.5",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
"pluginId": "catalog",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/plugin-catalog-backend-module-github-org
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend-module-github@0.7.8
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
- @backstage/config@1.3.1
|
||||
|
||||
## 0.3.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github-org",
|
||||
"version": "0.3.5-next.2",
|
||||
"version": "0.3.5",
|
||||
"description": "The github-org backend module for the catalog plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @backstage/plugin-catalog-backend-module-github
|
||||
|
||||
## 0.7.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 468bbcc: Pass in a default schedule to the `GithubEntityProvider` if none is provided
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.29.0
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
- @backstage/catalog-client@1.9.0
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.7.8-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-github",
|
||||
"version": "0.7.8-next.2",
|
||||
"version": "0.7.8",
|
||||
"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.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend-module-gitlab@0.6.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
|
||||
## 0.2.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab-org",
|
||||
"version": "0.2.4-next.2",
|
||||
"version": "0.2.4",
|
||||
"description": "The gitlab-org backend module for the catalog plugin.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# @backstage/plugin-catalog-backend-module-gitlab
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 99dce5c: Implemented discovery for top-level groups defined in config.group or if undefined global top-level group in Gitlab
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 191e5bf: `restrictUsersToGroup` should use the entire group path when getting members
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.6.0
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.6.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-gitlab",
|
||||
"version": "0.6.0-next.2",
|
||||
"version": "0.6.0",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @backstage/plugin-catalog-backend-module-incremental-ingestion
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dfc8b41: Updated dependency `@opentelemetry/api` to `^1.9.0`.
|
||||
- cce9cae: Deprecate old-backend-system `IncrementalCatalogBuilder`
|
||||
- fe87fbf: Add task metrics as two gauges that track the last start and end timestamps as epoch seconds.
|
||||
- 5aa44d2: Wire up the events together in the new backend system
|
||||
- d42ecb0: Remove backend-common package from incremental-ingestion plugin and update related code
|
||||
- cbfc69e: Create a `dev/index.ts` entrypoint for `yarn start`
|
||||
- 3ca5f70: Ensure that the scheduled worker task doesn't run at an unreasonably high frequency
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.6.0
|
||||
- @backstage/plugin-catalog-backend@1.29.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-permission-common@0.8.3
|
||||
|
||||
## 0.6.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
|
||||
"version": "0.6.1-next.2",
|
||||
"version": "0.6.1",
|
||||
"description": "An entity provider for streaming large asset sources into the catalog",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/plugin-catalog-backend-module-ldap
|
||||
|
||||
## 0.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 732700a: Updated fix for ldap entity mapping which doesn't require extra config setting of dnCaseSensitive
|
||||
- 95ac4a2: Add new ldap vendor config 'LLDAP'
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5f04976: Fixed a bug that caused missing code in published packages.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.11.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-ldap",
|
||||
"version": "0.11.0-next.2",
|
||||
"version": "0.11.0",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-backend-module-logs
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.29.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
|
||||
## 0.1.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-logs",
|
||||
"version": "0.1.5-next.2",
|
||||
"version": "0.1.5",
|
||||
"description": "A module that subscribes to catalog releated events and logs them.",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/plugin-catalog-backend-module-msgraph
|
||||
|
||||
## 0.6.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.6.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-msgraph",
|
||||
"version": "0.6.5-next.2",
|
||||
"version": "0.6.5",
|
||||
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/plugin-catalog-backend-module-openapi
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-backend@1.29.0
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.2.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-openapi",
|
||||
"version": "0.2.5-next.2",
|
||||
"version": "0.2.5",
|
||||
"description": "A Backstage catalog backend module that helps with OpenAPI specifications",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-catalog-backend-module-puppetdb
|
||||
|
||||
## 0.2.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
|
||||
## 0.2.5-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-puppetdb",
|
||||
"version": "0.2.5-next.2",
|
||||
"version": "0.2.5",
|
||||
"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.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-common@1.5.8
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
|
||||
## 0.2.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
|
||||
"version": "0.2.3-next.2",
|
||||
"version": "0.2.3",
|
||||
"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.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-auth-node@0.5.5
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.6
|
||||
- @backstage/plugin-permission-common@0.8.3
|
||||
|
||||
## 0.5.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend-module-unprocessed",
|
||||
"version": "0.5.3-next.2",
|
||||
"version": "0.5.3",
|
||||
"description": "Backstage Catalog module to view unprocessed entities",
|
||||
"backstage": {
|
||||
"role": "backend-plugin-module",
|
||||
|
||||
@@ -1,5 +1,46 @@
|
||||
# @backstage/plugin-catalog-backend
|
||||
|
||||
## 1.29.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 02bd2cb: Added a new `catalog.disableRelationsCompatibility` configuration option that avoids JSON deserialization and serialization if possible when reading entities. This significantly reduces the memory usage of the catalog, and slightly increases performance, but it removes the backwards compatibility processing that ensures that both `entity.relation[].target` and `entity.relation[].targetRef` are present in returned entities.
|
||||
- c1307b4: Implement `/entities` in terms of `queryEntities` to not run into memory and performance problems on large catalogs
|
||||
- 384e494: Internal updates to generated code.
|
||||
- 1d0bc11: Fetch all facets in a single database query
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- dfc8b41: Updated dependency `@opentelemetry/api` to `^1.9.0`.
|
||||
- 8013c9c: Perform the by-query count inlined with the main query
|
||||
- feba9ee: Internal refactor of filter parsing logic.
|
||||
- 1fdb48e: Use a faster count method on pg when computing some metrics
|
||||
- e4aab10: Fix a bug where sometimes the `by-query` endpoint could return nulls for entities that were not yet stitched.
|
||||
- f159b25: Compute deltas more efficiently, which generally leads to less wasted processing cycles
|
||||
- 0c33465: Implement `/entities/by-name/:kind/:namespace/:name` using `getEntitiesByRefs`
|
||||
- 56511ba: Be more aggressive in dequeueing entities for stitching
|
||||
- 71152e3: Correctly report stitching queue length
|
||||
- 5c9cc05: Use native fetch instead of node-fetch
|
||||
- d93390d: When parsing filters, do not make redundant `anyOf` and `allOf` nodes when there's only a single entry within them
|
||||
- 3ab57c6: Support changing location keys on existing entities, in delta mutations
|
||||
- 24ecea8: Avoid extra ordering in by-query when the user doesn't ask for it
|
||||
- 2924ffe: Compute some metrics using search table facet aggregations instead of reading the full refresh state
|
||||
- Updated dependencies
|
||||
- @backstage/integration@1.16.0
|
||||
- @backstage/backend-plugin-api@1.1.0
|
||||
- @backstage/plugin-search-backend-module-catalog@0.2.6
|
||||
- @backstage/plugin-catalog-node@1.15.0
|
||||
- @backstage/plugin-events-node@0.4.6
|
||||
- @backstage/catalog-client@1.9.0
|
||||
- @backstage/plugin-permission-node@0.8.6
|
||||
- @backstage/backend-openapi-utils@0.4.0
|
||||
- @backstage/errors@1.2.6
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/config@1.3.1
|
||||
- @backstage/types@1.2.0
|
||||
- @backstage/plugin-catalog-common@1.1.2
|
||||
- @backstage/plugin-permission-common@0.8.3
|
||||
|
||||
## 1.29.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-backend",
|
||||
"version": "1.29.0-next.2",
|
||||
"version": "1.29.0",
|
||||
"description": "The Backstage backend plugin that provides the Backstage catalog",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/plugin-catalog-common
|
||||
|
||||
## 1.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.2
|
||||
- @backstage/plugin-permission-common@0.8.3
|
||||
- @backstage/plugin-search-common@1.2.16
|
||||
|
||||
## 1.1.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-catalog-common",
|
||||
"version": "1.1.2-next.0",
|
||||
"version": "1.1.2",
|
||||
"description": "Common functionalities for the catalog plugin",
|
||||
"backstage": {
|
||||
"role": "common-library",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user