Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-03-25 12:51:22 +00:00
parent 5bd52c25f3
commit 55905367dd
143 changed files with 2568 additions and 158 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-api-docs
## 0.12.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.29.0-next.0
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/frontend-plugin-api@0.10.0
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-react@0.4.32
## 0.12.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.12.5",
"version": "0.12.6-next.0",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin",
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend-module-aws-alb-provider
## 0.4.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.24.5-next.0
- @backstage/plugin-auth-node@0.6.1
- @backstage/backend-plugin-api@1.2.1
- @backstage/errors@1.2.7
## 0.4.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-aws-alb-provider",
"version": "0.4.1",
"version": "0.4.2-next.0",
"description": "The aws-alb provider module for the Backstage auth backend.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,30 @@
# @backstage/plugin-auth-backend-module-oidc-provider
## 0.4.2-next.0
### Patch Changes
- 7495edf: Added custom timeout setting for oidc provider
Here is an example of how to use a custom timeout with the configuration:
```yaml
auth:
oidc:
production:
clientId: ${AUTH_GOOGLE_CLIENT_ID}
clientSecret: ${AUTH_GOOGLE_CLIENT_SECRET}
timeout:
seconds: 30
```
- Updated dependencies
- @backstage/plugin-auth-backend@0.24.5-next.0
- @backstage/plugin-auth-node@0.6.1
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/types@1.2.1
## 0.4.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend-module-oidc-provider",
"version": "0.4.1",
"version": "0.4.2-next.0",
"description": "The oidc-provider backend module for the auth plugin.",
"backstage": {
"role": "backend-plugin-module",
+31
View File
@@ -1,5 +1,36 @@
# @backstage/plugin-auth-backend
## 0.24.5-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend-module-oidc-provider@0.4.2-next.0
- @backstage/plugin-auth-backend-module-atlassian-provider@0.4.1
- @backstage/plugin-auth-backend-module-auth0-provider@0.2.1
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.3.1
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.1
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.4.1
- @backstage/plugin-auth-backend-module-github-provider@0.3.1
- @backstage/plugin-auth-backend-module-gitlab-provider@0.3.1
- @backstage/plugin-auth-backend-module-microsoft-provider@0.3.1
- @backstage/plugin-auth-backend-module-oauth2-provider@0.4.1
- @backstage/plugin-auth-backend-module-okta-provider@0.2.1
- @backstage/plugin-auth-backend-module-onelogin-provider@0.3.1
- @backstage/plugin-auth-node@0.6.1
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.4.2-next.0
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.6
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.4.1
- @backstage/plugin-auth-backend-module-google-provider@0.3.1
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.6
- @backstage/plugin-catalog-node@1.16.1
## 0.24.4
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
"version": "0.24.4",
"version": "0.24.5-next.0",
"description": "A Backstage backend plugin that handles authentication",
"backstage": {
"role": "backend-plugin",
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-aws
## 0.4.10-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-kubernetes-common@0.9.4
## 0.4.9
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"version": "0.4.9",
"version": "0.4.10-next.0",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-github-org
## 0.3.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-github@0.7.12-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-events-node@0.4.9
## 0.3.8
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-github-org",
"version": "0.3.8",
"version": "0.3.9-next.0",
"description": "The github-org backend module for the catalog plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-github
## 0.7.12-next.0
### Patch Changes
- 16648ef: Added `validateLocationsExist` to the config definition where it was missing.
- Updated dependencies
- @backstage/plugin-catalog-backend@1.32.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration@1.16.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-events-node@0.4.9
## 0.7.11
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-github",
"version": "0.7.11",
"version": "0.7.12-next.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.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend-module-gitlab@0.6.5-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-events-node@0.4.9
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab-org",
"version": "0.2.7",
"version": "0.2.8-next.0",
"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.5-next.0
### Patch Changes
- a568cda: add filter for repos by membership and topics
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration@1.16.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-events-node@0.4.9
## 0.6.4
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab",
"version": "0.6.4",
"version": "0.6.5-next.0",
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,22 @@
# @backstage/plugin-catalog-backend-module-incremental-ingestion
## 0.6.5-next.0
### Patch Changes
- 27d1031: fixed misleading example location annotations in docs
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/plugin-catalog-backend@1.32.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-events-node@0.4.9
- @backstage/plugin-permission-common@0.8.4
## 0.6.4
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
"version": "0.6.4",
"version": "0.6.5-next.0",
"description": "An entity provider for streaming large asset sources into the catalog",
"backstage": {
"role": "backend-plugin-module",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-graph
## 0.4.18-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/frontend-plugin-api@0.10.0
- @backstage/types@1.2.1
## 0.4.17
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
"version": "0.4.17",
"version": "0.4.18-next.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "catalog-graph",
+18
View File
@@ -1,5 +1,23 @@
# @backstage/plugin-catalog-import
## 0.12.12-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/integration@1.16.2
- @backstage/integration-react@1.2.5
- @backstage/plugin-catalog-common@1.1.3
## 0.12.11
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-import",
"version": "0.12.11",
"version": "0.12.12-next.0",
"description": "A Backstage plugin the helps you import entities into your catalog",
"backstage": {
"role": "frontend-plugin",
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-catalog-react
## 1.16.1-next.0
### Patch Changes
- 186d016: Add `operation` to alpha `defaultEntityContentGroups`.
- 221ddba: Fix offset pagination to reset when updating filters in `useEntityList`
- Updated dependencies
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/frontend-test-utils@0.3.0
- @backstage/integration-react@1.2.5
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-permission-react@0.4.32
## 1.16.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-react",
"version": "1.16.0",
"version": "1.16.1-next.0",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
"backstage": {
"role": "web-library",
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-unprocessed-entities
## 0.2.16-next.0
### Patch Changes
- ba88bfa: Added confirmation popup for delete entities in Catalog Unprocessed Entities plugin
- 2479827: Fixed the `convertTimeToLocalTimezone` function in the FailedEntities component to correctly parse ISO 8601 date strings and set the timezone to the current local timezone.
- Updated dependencies
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
## 0.2.15
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-unprocessed-entities",
"version": "0.2.15",
"version": "0.2.16-next.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "catalog-unprocessed-entities",
+25
View File
@@ -1,5 +1,30 @@
# @backstage/plugin-catalog
## 1.29.0-next.0
### Minor Changes
- 9454ef9: Added support of filtering based on system columns in catalog table
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/integration-react@1.2.5
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-react@0.4.32
- @backstage/plugin-scaffolder-common@1.5.10
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-search-react@1.8.7
## 1.28.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog",
"version": "1.28.0",
"version": "1.29.0-next.0",
"description": "The Backstage plugin for browsing the Backstage catalog",
"backstage": {
"role": "frontend-plugin",
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-devtools-backend
## 0.5.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/plugin-permission-node@0.9.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/config-loader@1.10.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-devtools-common@0.1.15
- @backstage/plugin-permission-common@0.8.4
## 0.5.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools-backend",
"version": "0.5.3",
"version": "0.5.4-next.0",
"backstage": {
"role": "backend-plugin",
"pluginId": "devtools",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-devtools
## 0.1.26-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/plugin-devtools-common@0.1.15
- @backstage/plugin-permission-react@0.4.32
## 0.1.25
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools",
"version": "0.1.25",
"version": "0.1.26-next.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "devtools",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-home-react
## 0.1.25-next.0
### Patch Changes
- 2e4cb15: Fixes auto-hiding of content divider when title not specified
- Updated dependencies
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
## 0.1.24
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-home-react",
"version": "0.1.24",
"version": "0.1.25-next.0",
"description": "A Backstage plugin that contains react components helps you build a home page",
"backstage": {
"role": "web-library",
+17
View File
@@ -1,5 +1,22 @@
# @backstage/plugin-home
## 0.8.7-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/plugin-home-react@0.1.25-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.16.0
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/frontend-plugin-api@0.10.0
- @backstage/theme@0.6.4
## 0.8.6
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-home",
"version": "0.8.6",
"version": "0.8.7-next.0",
"description": "A Backstage plugin that helps you build a home page",
"backstage": {
"role": "frontend-plugin",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-kubernetes-cluster
## 0.0.24-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/plugin-kubernetes-common@0.9.4
- @backstage/plugin-kubernetes-react@0.5.5
- @backstage/plugin-permission-react@0.4.32
## 0.0.23
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-cluster",
"version": "0.0.23",
"version": "0.0.24-next.0",
"description": "A Backstage plugin that shows details of Kubernetes clusters",
"backstage": {
"role": "frontend-plugin",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-kubernetes
## 0.12.6-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/frontend-plugin-api@0.10.0
- @backstage/plugin-kubernetes-common@0.9.4
- @backstage/plugin-kubernetes-react@0.5.5
- @backstage/plugin-permission-react@0.4.32
## 0.12.5
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes",
"version": "0.12.5",
"version": "0.12.6-next.0",
"description": "A Backstage plugin that integrates towards Kubernetes",
"backstage": {
"role": "frontend-plugin",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-notifications
## 0.5.4-next.0
### Patch Changes
- Updated dependencies
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/theme@0.6.4
- @backstage/types@1.2.1
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-signals-react@0.0.11
## 0.5.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-notifications",
"version": "0.5.3",
"version": "0.5.4-next.0",
"backstage": {
"role": "frontend-plugin",
"pluginId": "notifications",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-org-react
## 0.1.37-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
## 0.1.36
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org-react",
"version": "0.1.36",
"version": "0.1.37-next.0",
"backstage": {
"role": "web-library",
"pluginId": "org",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-org
## 0.6.38-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/frontend-plugin-api@0.10.0
- @backstage/plugin-catalog-common@1.1.3
## 0.6.37
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org",
"version": "0.6.37",
"version": "0.6.38-next.0",
"description": "A Backstage plugin that helps you create entity pages for your organization",
"backstage": {
"role": "frontend-plugin",
@@ -1,5 +1,17 @@
# @backstage/plugin-scaffolder-backend-module-azure
## 0.2.8-next.0
### Patch Changes
- 2bd41ce: Made "publish:azure" action idempotent
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-azure",
"version": "0.2.7",
"version": "0.2.8-next.0",
"description": "The azure module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket-cloud
## 0.2.8-next.0
### Patch Changes
- 5266f1c: Made "publish:bitbucketCloud" action idempotent
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/plugin-bitbucket-cloud-common@0.2.28
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud",
"version": "0.2.7",
"version": "0.2.8-next.0",
"description": "The Bitbucket Cloud module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket-server
## 0.2.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket-server",
"version": "0.2.7",
"version": "0.2.8-next.0",
"description": "The Bitbucket Server module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket
## 0.3.9-next.0
### Patch Changes
- adfceee: Made "publish:bitbucket" action idempotent
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.8-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.8-next.0
## 0.3.8
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
"version": "0.3.8",
"version": "0.3.9-next.0",
"description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
## 0.3.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
## 0.3.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
"version": "0.3.7",
"version": "0.3.8-next.0",
"description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-cookiecutter
## 0.3.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/types@1.2.1
## 0.3.8
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
"version": "0.3.8",
"version": "0.3.9-next.0",
"description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-gcp
## 0.2.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gcp",
"version": "0.2.7",
"version": "0.2.8-next.0",
"description": "The GCP Bucket module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-gerrit
## 0.2.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gerrit",
"version": "0.2.7",
"version": "0.2.8-next.0",
"description": "The gerrit module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-gitea
## 0.2.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gitea",
"version": "0.2.7",
"version": "0.2.8-next.0",
"description": "The gitea module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,23 @@
# @backstage/plugin-scaffolder-backend-module-github
## 0.6.2-next.0
### Patch Changes
- 1af427a: Made "github:autolinks:create" action idempotent
- 180ea6e: Made "github:branch-protection:create" action idempotent
- 0be1a1e: Made "publish:github" action idempotent
- a833f0f: Made "github:actions:dispatch" action idempotent
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/types@1.2.1
## 0.6.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-github",
"version": "0.6.1",
"version": "0.6.2-next.0",
"description": "The github module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-gitlab
## 0.8.2-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
## 0.8.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gitlab",
"version": "0.8.1",
"version": "0.8.2-next.0",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-notifications
## 0.1.9-next.0
### Patch Changes
- 25a7675: Made "notification:send" action idempotent
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/plugin-notifications-common@0.0.8
- @backstage/plugin-notifications-node@0.2.13
## 0.1.8
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-notifications",
"version": "0.1.8",
"version": "0.1.9-next.0",
"description": "The notifications backend module for the scaffolder plugin.",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,17 @@
# @backstage/plugin-scaffolder-backend-module-rails
## 0.5.8-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/types@1.2.1
## 0.5.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-rails",
"version": "0.5.7",
"version": "0.5.8-next.0",
"description": "A module for the scaffolder backend that lets you template projects using Rails",
"backstage": {
"role": "backend-plugin-module",
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-sentry
## 0.2.8-next.0
### Patch Changes
- dcda66a: Made "sentry:project:create" action idempotent
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
## 0.2.7
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-sentry",
"version": "0.2.7",
"version": "0.2.8-next.0",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend-module-yeoman
## 0.4.9-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-node-test-utils@0.2.1-next.0
## 0.4.8
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-yeoman",
"version": "0.4.8",
"version": "0.4.9-next.0",
"backstage": {
"role": "backend-plugin-module",
"pluginId": "scaffolder",
+36
View File
@@ -1,5 +1,41 @@
# @backstage/plugin-scaffolder-backend
## 1.32.0-next.0
### Minor Changes
- 75e4db4: add template-extensions scaffolder service endpoint
### Patch Changes
- 497d47a: Document the internal built-in filters, and ensure that the types are validated when using `createTemplateFilter` and `createTemplateGlobalFunction` from the `zod` schema.
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/plugin-scaffolder-backend-module-azure@0.2.8-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.9-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.6.2-next.0
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.8-next.0
- @backstage/plugin-auth-node@0.6.1
- @backstage/plugin-permission-node@0.9.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/types@1.2.1
- @backstage/plugin-bitbucket-cloud-common@0.2.28
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.6
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-events-node@0.4.9
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.8-next.0
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.8-next.0
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.8-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.8.2-next.0
- @backstage/plugin-scaffolder-common@1.5.10
## 1.31.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"version": "1.31.0",
"version": "1.32.0-next.0",
"description": "The Backstage backend plugin that helps you create new things",
"backstage": {
"role": "backend-plugin",
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-node-test-utils
## 0.2.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.8.1-next.0
- @backstage/backend-test-utils@1.3.2-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/types@1.2.1
## 0.2.0
### Minor Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node-test-utils",
"version": "0.2.0",
"version": "0.2.1-next.0",
"backstage": {
"role": "node-library",
"pluginId": "scaffolder",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-node
## 0.8.1-next.0
### Patch Changes
- 497d47a: Document the internal built-in filters, and ensure that the types are validated when using `createTemplateFilter` and `createTemplateGlobalFunction` from the `zod` schema.
- Updated dependencies
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-common@1.5.10
## 0.8.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-node",
"version": "0.8.0",
"version": "0.8.1-next.0",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
"backstage": {
"role": "node-library",
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-scaffolder-react
## 1.15.0-next.0
### Minor Changes
- 5890016: add api to retrieve template extensions info from scaffolder-backend
### Patch Changes
- 6ed42b7: Scaffolding - Template card - button to show template entity detail
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/frontend-plugin-api@0.10.0
- @backstage/theme@0.6.4
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-permission-react@0.4.32
- @backstage/plugin-scaffolder-common@1.5.10
## 1.14.6
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-react",
"version": "1.14.6",
"version": "1.15.0-next.0",
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
"backstage": {
"role": "web-library",
+25
View File
@@ -1,5 +1,30 @@
# @backstage/plugin-scaffolder
## 1.30.0-next.0
### Minor Changes
- 5890016: add api to retrieve template extensions info from scaffolder-backend
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-react@1.15.0-next.0
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/integration@1.16.2
- @backstage/integration-react@1.2.5
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-react@0.4.32
- @backstage/plugin-scaffolder-common@1.5.10
## 1.29.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
"version": "1.29.0",
"version": "1.30.0-next.0",
"description": "The Backstage plugin that helps you create new things",
"backstage": {
"role": "frontend-plugin",
@@ -1,5 +1,21 @@
# @backstage/plugin-search-backend-module-techdocs
## 0.4.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.13.2-next.0
- @backstage/plugin-search-backend-node@1.3.9
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-common@1.2.17
## 0.4.0
### Minor Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-module-techdocs",
"version": "0.4.0",
"version": "0.4.1-next.0",
"description": "A module for the search backend that exports techdocs modules",
"backstage": {
"role": "backend-plugin-module",
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-search-backend
## 2.0.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/plugin-permission-node@0.9.0
- @backstage/plugin-search-backend-node@1.3.9
- @backstage/backend-openapi-utils@0.5.1
- @backstage/backend-plugin-api@1.2.1
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-common@1.2.17
## 2.0.0
### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend",
"version": "2.0.0",
"version": "2.0.1-next.0",
"description": "The Backstage backend plugin that provides your backstage app with search",
"backstage": {
"role": "backend-plugin",
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-search
## 1.4.25-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/core-compat-api@0.4.1-next.0
- @backstage/core-components@0.17.0
- @backstage/core-plugin-api@1.10.5
- @backstage/errors@1.2.7
- @backstage/frontend-plugin-api@0.10.0
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.11
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-search-react@1.8.7
## 1.4.24
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search",
"version": "1.4.24",
"version": "1.4.25-next.0",
"description": "The Backstage plugin that provides your backstage app with search",
"backstage": {
"role": "frontend-plugin",
@@ -1,5 +1,20 @@
# @backstage/plugin-techdocs-addons-test-utils
## 1.0.47-next.0
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.29.0-next.0
- @backstage/plugin-catalog-react@1.16.1-next.0
- @backstage/plugin-techdocs@1.12.5-next.0
- @backstage/core-app-api@1.16.0
- @backstage/core-plugin-api@1.10.5
- @backstage/integration-react@1.2.5
- @backstage/test-utils@1.7.6
- @backstage/plugin-search-react@1.8.7
- @backstage/plugin-techdocs-react@1.2.15
## 1.0.46
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-addons-test-utils",
"version": "1.0.46",
"version": "1.0.47-next.0",
"backstage": {
"role": "web-library",
"pluginId": "techdocs-addons",
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-techdocs-backend
## 2.0.1-next.0
### Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.9.0-next.0
- @backstage/plugin-techdocs-node@1.13.2-next.0
- @backstage/plugin-search-backend-module-techdocs@0.4.1-next.0
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-node@1.16.1
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-techdocs-common@0.1.0
## 2.0.0
### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "2.0.0",
"version": "2.0.1-next.0",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-techdocs-node
## 1.13.2-next.0
### Patch Changes
- 304a422: Update AWS file retrieval logic from storing file in buffer array to piping to res for better memory efficiency.
- Updated dependencies
- @backstage/backend-plugin-api@1.2.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.2
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-techdocs-common@0.1.0
## 1.13.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-node",
"version": "1.13.1",
"version": "1.13.2-next.0",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"backstage": {
"role": "node-library",

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