Version Packages
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home': patch
|
||||
---
|
||||
|
||||
Exported `QuickStartCard` component.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
---
|
||||
|
||||
Updates to allow users to subscribe to the newly created repository within GitHub to mimic similar functionality found within the GitHub UI.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fixed incompatible `@typescript-eslint` versions with current `eslint@8.x.x`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-openapi': patch
|
||||
---
|
||||
|
||||
Refactor to no longer use backend-common
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-devtools-backend': patch
|
||||
---
|
||||
|
||||
Remove the error handler middleware, since that is now provided by the framework
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-signals-backend': minor
|
||||
---
|
||||
|
||||
Removed support for the old backend system. If you were using the old `createRouter` export, please migrate to [the new backend system](https://backstage.io/docs/backend-system/).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Go back to using `node-fetch` for gitlab
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
'@backstage/plugin-scaffolder-node': patch
|
||||
---
|
||||
|
||||
Added the ability to use `${{ context.task.id }}` in nunjucks templating, as well as `ctx.task.id` in actions to get the current task ID.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-cloudflare-access-provider': patch
|
||||
---
|
||||
|
||||
Use the email from `cfIdentity` instead of `claims` when constructing user profile in order to support Cloudflare Service Tokens.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Creates new CatalogAutocomplete component in catalog-react that aligns with Select component UI for consistent a dropdown UI for all catalog filters.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-proxy-backend': patch
|
||||
'@backstage/plugin-proxy-node': minor
|
||||
---
|
||||
|
||||
Added `proxyEndpointsExtensionPoint` to allow addition of proxy configuration through an extension point in the new backend system.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Allow passing down `withSearch` prop to `EntityTechdocsContent` component since it was `true` by default, now user can use the `EntityTechdocsContent` component _without_ showing the search field on top of the content.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend-module-email': patch
|
||||
---
|
||||
|
||||
Added more examples of the plugin configuration
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
---
|
||||
|
||||
Internal refactor to use cursor based pagination
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Corrected spelling mistake in error message
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
The `GerritUrlReader` can now read content from a commit and not only from the top of a branch. The
|
||||
Gitiles URL must contain the full commit `SHA` hash like: `https://gerrit.com/gitiles/repo/+/2846e8dc327ae2f60249983b1c3b96f42f205bae/catalog-info.yaml`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
---
|
||||
|
||||
fix(config): add missing parameters in config schema
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fix field extension validation not working when field is in dependencies in an array field
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/types': patch
|
||||
---
|
||||
|
||||
Move `Expand` and `ExpandRecursive` to `@backstage/types`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Added `reviewerIds` to the Gitlab Merge Request action.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/config-loader': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Fixed an issue where the `<EntityListProvider />` in `offset` mode would unnecessarily re-fetch data when the filter didn't change, causing a flicker effect.
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab-org': patch
|
||||
'@backstage/plugin-permission-backend': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-permission-node': patch
|
||||
'@backstage/plugin-events-backend': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Remove some internal usages of the backend-common package
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Allow passing component for `ContentHeader` description
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-notifications-backend': patch
|
||||
---
|
||||
|
||||
Remove `@backstage/backend-common` dependency
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
A new Gerrit helper function (`buildGerritGitilesArchiveUrlFromLocation`) has been added. This
|
||||
constructs a Gitiles URL to download an archive. It is similar to the existing
|
||||
`buildGerritGitilesArchiveUrl` but also support content referenced by a full commit `SHA`.
|
||||
|
||||
**DEPRECATIONS**: The function `buildGerritGitilesArchiveUrl` is deprecated, use the
|
||||
`buildGerritGitilesArchiveUrlFromLocation` function instead.
|
||||
|
||||
**DEPRECATIONS**: The function `parseGerritGitilesUrl` is deprecated, use the
|
||||
`parseGitilesUrlRef` function instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Added `--jobs unlimited` to `dev` script to help cases where the backend does not start up during local development
|
||||
@@ -1,236 +0,0 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.104",
|
||||
"@backstage/app-defaults": "1.5.15",
|
||||
"example-app-next": "0.0.18",
|
||||
"app-next-example-plugin": "0.0.18",
|
||||
"example-backend": "0.0.33",
|
||||
"@backstage/backend-app-api": "1.1.0",
|
||||
"@backstage/backend-defaults": "0.6.0",
|
||||
"@backstage/backend-dev-utils": "0.1.5",
|
||||
"@backstage/backend-dynamic-feature-service": "0.5.2",
|
||||
"example-backend-legacy": "0.2.105",
|
||||
"@backstage/backend-openapi-utils": "0.4.0",
|
||||
"@backstage/backend-plugin-api": "1.1.0",
|
||||
"@backstage/backend-test-utils": "1.2.0",
|
||||
"@backstage/canon": "0.0.0",
|
||||
"@backstage/catalog-client": "1.9.0",
|
||||
"@backstage/catalog-model": "1.7.2",
|
||||
"@backstage/cli": "0.29.4",
|
||||
"@backstage/cli-common": "0.1.15",
|
||||
"@backstage/cli-node": "0.2.11",
|
||||
"@backstage/codemods": "0.1.52",
|
||||
"@backstage/config": "1.3.1",
|
||||
"@backstage/config-loader": "1.9.3",
|
||||
"@backstage/core-app-api": "1.15.3",
|
||||
"@backstage/core-compat-api": "0.3.4",
|
||||
"@backstage/core-components": "0.16.2",
|
||||
"@backstage/core-plugin-api": "1.10.2",
|
||||
"@backstage/create-app": "0.5.23",
|
||||
"@backstage/dev-utils": "1.1.5",
|
||||
"e2e-test": "0.2.23",
|
||||
"@backstage/e2e-test-utils": "0.1.1",
|
||||
"@backstage/errors": "1.2.6",
|
||||
"@backstage/eslint-plugin": "0.1.10",
|
||||
"@backstage/frontend-app-api": "0.10.3",
|
||||
"@backstage/frontend-defaults": "0.1.4",
|
||||
"@internal/frontend": "0.0.4",
|
||||
"@backstage/frontend-plugin-api": "0.9.3",
|
||||
"@backstage/frontend-test-utils": "0.2.4",
|
||||
"@backstage/integration": "1.16.0",
|
||||
"@backstage/integration-aws-node": "0.1.14",
|
||||
"@backstage/integration-react": "1.2.2",
|
||||
"@internal/opaque": "0.0.1",
|
||||
"@backstage/release-manifests": "0.0.12",
|
||||
"@backstage/repo-tools": "0.12.0",
|
||||
"@internal/scaffolder": "0.0.4",
|
||||
"@techdocs/cli": "1.8.24",
|
||||
"techdocs-cli-embedded-app": "0.2.103",
|
||||
"@backstage/test-utils": "1.7.3",
|
||||
"@backstage/theme": "0.6.3",
|
||||
"@backstage/types": "1.2.0",
|
||||
"@backstage/version-bridge": "1.0.10",
|
||||
"yarn-plugin-backstage": "0.0.4",
|
||||
"@backstage/plugin-api-docs": "0.12.2",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.8",
|
||||
"@backstage/plugin-app": "0.1.4",
|
||||
"@backstage/plugin-app-backend": "0.4.3",
|
||||
"@backstage/plugin-app-node": "0.1.28",
|
||||
"@backstage/plugin-app-visualizer": "0.1.14",
|
||||
"@backstage/plugin-auth-backend": "0.24.1",
|
||||
"@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-aws-alb-provider": "0.3.1",
|
||||
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.3",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.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-google-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.3",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.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/plugin-auth-backend-module-pinniped-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.4.2",
|
||||
"@backstage/plugin-auth-node": "0.5.5",
|
||||
"@backstage/plugin-auth-react": "0.1.10",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.26",
|
||||
"@backstage/plugin-catalog": "1.26.0",
|
||||
"@backstage/plugin-catalog-backend": "1.29.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.4.6",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.4.3",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.4.3",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.3.3",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.2.5",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.7.8",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.3.5",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.6.0",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.2.4",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.6.1",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.11.0",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "0.1.5",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.6.5",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.2.5",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.2.5",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.3",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.5.3",
|
||||
"@backstage/plugin-catalog-common": "1.1.2",
|
||||
"@backstage/plugin-catalog-graph": "0.4.14",
|
||||
"@backstage/plugin-catalog-import": "0.12.8",
|
||||
"@backstage/plugin-catalog-node": "1.15.0",
|
||||
"@backstage/plugin-catalog-react": "1.15.0",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.2.12",
|
||||
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.6",
|
||||
"@backstage/plugin-config-schema": "0.1.63",
|
||||
"@backstage/plugin-devtools": "0.1.22",
|
||||
"@backstage/plugin-devtools-backend": "0.5.0",
|
||||
"@backstage/plugin-devtools-common": "0.1.14",
|
||||
"@backstage/plugin-events-backend": "0.4.0",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.4.6",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.2.15",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.15",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.2.15",
|
||||
"@backstage/plugin-events-backend-module-github": "0.2.15",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.2.15",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.39",
|
||||
"@backstage/plugin-events-node": "0.4.6",
|
||||
"@internal/plugin-todo-list": "1.0.34",
|
||||
"@internal/plugin-todo-list-backend": "1.0.34",
|
||||
"@internal/plugin-todo-list-common": "1.0.23",
|
||||
"@backstage/plugin-home": "0.8.3",
|
||||
"@backstage/plugin-home-react": "0.1.21",
|
||||
"@backstage/plugin-kubernetes": "0.12.2",
|
||||
"@backstage/plugin-kubernetes-backend": "0.19.1",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.20",
|
||||
"@backstage/plugin-kubernetes-common": "0.9.1",
|
||||
"@backstage/plugin-kubernetes-node": "0.2.1",
|
||||
"@backstage/plugin-kubernetes-react": "0.5.2",
|
||||
"@backstage/plugin-notifications": "0.5.0",
|
||||
"@backstage/plugin-notifications-backend": "0.5.0",
|
||||
"@backstage/plugin-notifications-backend-module-email": "0.3.4",
|
||||
"@backstage/plugin-notifications-common": "0.0.7",
|
||||
"@backstage/plugin-notifications-node": "0.2.10",
|
||||
"@backstage/plugin-org": "0.6.34",
|
||||
"@backstage/plugin-org-react": "0.1.33",
|
||||
"@backstage/plugin-permission-backend": "0.5.52",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.3",
|
||||
"@backstage/plugin-permission-common": "0.8.3",
|
||||
"@backstage/plugin-permission-node": "0.8.6",
|
||||
"@backstage/plugin-permission-react": "0.4.29",
|
||||
"@backstage/plugin-proxy-backend": "0.5.9",
|
||||
"@backstage/plugin-scaffolder": "1.27.2",
|
||||
"@backstage/plugin-scaffolder-backend": "1.28.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.5",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.3.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.3.5",
|
||||
"@backstage/plugin-scaffolder-backend-module-gcp": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "0.5.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.7.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-notifications": "0.1.5",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.5.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.2.4",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.4.5",
|
||||
"@backstage/plugin-scaffolder-common": "1.5.8",
|
||||
"@backstage/plugin-scaffolder-node": "0.6.2",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "0.1.17",
|
||||
"@backstage/plugin-scaffolder-react": "1.14.2",
|
||||
"@backstage/plugin-search": "1.4.21",
|
||||
"@backstage/plugin-search-backend": "1.8.0",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.2.6",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.6.3",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.2.6",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.39",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.3.4",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.3.4",
|
||||
"@backstage/plugin-search-backend-node": "1.3.6",
|
||||
"@backstage/plugin-search-common": "1.2.16",
|
||||
"@backstage/plugin-search-react": "1.8.4",
|
||||
"@backstage/plugin-signals": "0.0.14",
|
||||
"@backstage/plugin-signals-backend": "0.2.4",
|
||||
"@backstage/plugin-signals-node": "0.1.15",
|
||||
"@backstage/plugin-signals-react": "0.0.8",
|
||||
"@backstage/plugin-techdocs": "1.12.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.43",
|
||||
"@backstage/plugin-techdocs-backend": "1.11.4",
|
||||
"@backstage/plugin-techdocs-common": "0.1.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.19",
|
||||
"@backstage/plugin-techdocs-node": "1.12.15",
|
||||
"@backstage/plugin-techdocs-react": "1.2.12",
|
||||
"@backstage/plugin-user-settings": "0.8.17",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.28",
|
||||
"@backstage/plugin-user-settings-common": "0.0.1"
|
||||
},
|
||||
"changesets": [
|
||||
"big-seals-drum",
|
||||
"breezy-coats-sort",
|
||||
"calm-tigers-boil",
|
||||
"create-app-1735034814",
|
||||
"create-app-1736262177",
|
||||
"cuddly-lions-knock",
|
||||
"cyan-frogs-count",
|
||||
"dry-hounds-study",
|
||||
"famous-balloons-punch",
|
||||
"famous-dryers-protect",
|
||||
"gentle-deers-return",
|
||||
"gorgeous-zebras-tan",
|
||||
"khaki-fireants-begin",
|
||||
"lemon-students-care",
|
||||
"light-wasps-unite",
|
||||
"little-scissors-fold",
|
||||
"long-parrots-hide",
|
||||
"metal-ravens-hammer",
|
||||
"nasty-pears-taste",
|
||||
"nervous-bottles-occur",
|
||||
"nice-waves-count",
|
||||
"orange-icons-sell",
|
||||
"quick-poems-cover",
|
||||
"red-hotels-sneeze",
|
||||
"renovate-dcf1169",
|
||||
"rich-penguins-stare",
|
||||
"rich-vans-hope",
|
||||
"shiny-walls-press",
|
||||
"silly-bottles-raise",
|
||||
"smart-plants-sip",
|
||||
"spicy-tomatoes-hammer",
|
||||
"strong-students-beg",
|
||||
"tall-actors-clap",
|
||||
"twenty-laws-tie",
|
||||
"two-wasps-mix",
|
||||
"weak-frogs-nail"
|
||||
]
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Added action `gitlab:group:migrate` to migrate projects using `bulk_import`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-catalog': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Removed support for the old backend system. Please [migrate to the new backend system](https://backstage.io/docs/backend-system/) and enable [the catalog collator](https://backstage.io/docs/features/search/collators#catalog) there.
|
||||
|
||||
As part of this, the `/alpha` export path is gone too. Just import the module from the root of the package as usual instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Fixing spelling mistake in translation
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-home-react': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Updated dependency `@rjsf/utils` to `5.23.2`.
|
||||
Updated dependency `@rjsf/core` to `5.23.2`.
|
||||
Updated dependency `@rjsf/material-ui` to `5.23.2`.
|
||||
Updated dependency `@rjsf/validator-ajv8` to `5.23.2`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fixed scaffolder form fields not resolving correctly in the `useCustomFieldExtensions` hook.
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dynamic-feature-service': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
'@backstage/plugin-auth-node': patch
|
||||
---
|
||||
|
||||
Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': minor
|
||||
---
|
||||
|
||||
Ensure that an error handler middleware exists at the end of each plugin `httpRouter` handler chain. This makes it so that exceptions thrown by plugin routes are caught and encoded in the standard error format.
|
||||
|
||||
If you were using the standard `MiddlewareFactory` just to put an `error` middleware in you router, you can now remove that at your earliest convenience since it's redundant. If you have custom error handlers in your plugin router, those will continue to function as previously. If you were relying on thrown errors propagating all the way down to the root HTTP router, you will find that they no longer do that, and may want to hoist your error handling up to the plugin level instead.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Improved concurrency of the `entities` endpoint when using the streamed query mode behind the `catalog.disableRelationsCompatibility` flag.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Fix typo in default path of api docs definition route
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Internalize the deprecated collator types since they were removed from the collator itself during new-backend-system migration.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Added rate limiting and throttling to `GithubOrgEntityProvider`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Added support for `FormDecoratorBlueprint` to create form decorators in the Scaffolder plugin
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-node': patch
|
||||
---
|
||||
|
||||
Deprecate the `logStream` option in `executeShellCommand`, replacing it with a logger instance.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Removed the `EXPERIMENTAL_VITE` flag for using Vite as a dev server. If you were using this feature, we recommend switching to Rspack via the `EXPERIMENTAL_RSPACK` flag.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Fix issue with `secrets` not being forwarded properly to the backend when creating a task
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
|
||||
---
|
||||
|
||||
docs: Use a valid configuration as example
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
|
||||
---
|
||||
|
||||
Updated the `getFile` method in `BitbucketServerClient` to use `this.config.apiBaseUrl` directly for constructing the API request URL, removing the creation of an unnecessary `URL` object. The method now relies on REST API paths for accessing resources instead of direct access, ensuring better alignment with Bitbucket's API conventions.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Updated condition in `resolveCodeOwner` to fix a bug where `normalizeCodeOwner` could potentially be called with an invalid argument causing an error in `CodeOwnersProcessor`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
---
|
||||
|
||||
Internal refactor for safer handling of possible null value.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
---
|
||||
|
||||
Fixes an issue in `GithubMultiOrgEntityProvider` that caused an error when processing teams without a parent.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Updated the path field in the `gitlab:group:ensureExists` action to accept an array of either strings or objects with name and slug fields.
|
||||
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "root",
|
||||
"version": "1.35.0-next.2",
|
||||
"version": "1.35.0",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.5.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.10.3
|
||||
- @backstage/core-components@0.16.3
|
||||
- @backstage/core-app-api@1.15.4
|
||||
- @backstage/theme@0.6.3
|
||||
- @backstage/plugin-permission-react@0.4.30
|
||||
|
||||
## 1.5.16-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"version": "1.5.16-next.0",
|
||||
"version": "1.5.16",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# app-next-example-plugin
|
||||
|
||||
## 0.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.9.4
|
||||
- @backstage/core-components@0.16.3
|
||||
|
||||
## 0.0.19-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "app-next-example-plugin",
|
||||
"version": "0.0.19-next.0",
|
||||
"version": "0.0.19",
|
||||
"description": "Backstage internal example plugin",
|
||||
"backstage": {
|
||||
"role": "frontend-plugin",
|
||||
|
||||
@@ -1,5 +1,50 @@
|
||||
# example-app-next
|
||||
|
||||
## 0.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-home@0.8.4
|
||||
- @backstage/cli@0.29.5
|
||||
- @backstage/plugin-catalog-react@1.15.1
|
||||
- @backstage/plugin-techdocs@1.12.1
|
||||
- @backstage/plugin-scaffolder-react@1.14.3
|
||||
- @backstage/frontend-plugin-api@0.9.4
|
||||
- @backstage/core-plugin-api@1.10.3
|
||||
- @backstage/core-components@0.16.3
|
||||
- @backstage/plugin-catalog@1.26.1
|
||||
- @backstage/plugin-scaffolder@1.27.4
|
||||
- @backstage/plugin-api-docs@0.12.3
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.20
|
||||
- @backstage/app-defaults@1.5.16
|
||||
- @backstage/catalog-model@1.7.3
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-app-api@1.15.4
|
||||
- @backstage/core-compat-api@0.3.5
|
||||
- @backstage/frontend-app-api@0.10.4
|
||||
- @backstage/frontend-defaults@0.1.5
|
||||
- @backstage/integration-react@1.2.3
|
||||
- @backstage/theme@0.6.3
|
||||
- @backstage/plugin-app@0.1.5
|
||||
- @backstage/plugin-app-visualizer@0.1.15
|
||||
- @backstage/plugin-auth-react@0.1.11
|
||||
- @backstage/plugin-catalog-common@1.1.3
|
||||
- @backstage/plugin-catalog-graph@0.4.15
|
||||
- @backstage/plugin-catalog-import@0.12.9
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.13
|
||||
- @backstage/plugin-kubernetes@0.12.3
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.21
|
||||
- @backstage/plugin-notifications@0.5.1
|
||||
- @backstage/plugin-org@0.6.35
|
||||
- @backstage/plugin-permission-react@0.4.30
|
||||
- @backstage/plugin-search@1.4.22
|
||||
- @backstage/plugin-search-common@1.2.17
|
||||
- @backstage/plugin-search-react@1.8.5
|
||||
- @backstage/plugin-signals@0.0.15
|
||||
- @backstage/plugin-techdocs-react@1.2.13
|
||||
- @backstage/plugin-user-settings@0.8.18
|
||||
|
||||
## 0.0.19-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app-next",
|
||||
"version": "0.0.19-next.2",
|
||||
"version": "0.0.19",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,46 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.105
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-home@0.8.4
|
||||
- @backstage/cli@0.29.5
|
||||
- @backstage/plugin-catalog-react@1.15.1
|
||||
- @backstage/plugin-techdocs@1.12.1
|
||||
- @backstage/plugin-scaffolder-react@1.14.3
|
||||
- @backstage/core-plugin-api@1.10.3
|
||||
- @backstage/core-components@0.16.3
|
||||
- @backstage/plugin-catalog@1.26.1
|
||||
- @backstage/plugin-scaffolder@1.27.4
|
||||
- @backstage/plugin-api-docs@0.12.3
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.1.20
|
||||
- @backstage/app-defaults@1.5.16
|
||||
- @backstage/catalog-model@1.7.3
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/core-app-api@1.15.4
|
||||
- @backstage/frontend-app-api@0.10.4
|
||||
- @backstage/integration-react@1.2.3
|
||||
- @backstage/theme@0.6.3
|
||||
- @backstage/plugin-auth-react@0.1.11
|
||||
- @backstage/plugin-catalog-common@1.1.3
|
||||
- @backstage/plugin-catalog-graph@0.4.15
|
||||
- @backstage/plugin-catalog-import@0.12.9
|
||||
- @backstage/plugin-catalog-unprocessed-entities@0.2.13
|
||||
- @backstage/plugin-devtools@0.1.23
|
||||
- @backstage/plugin-kubernetes@0.12.3
|
||||
- @backstage/plugin-kubernetes-cluster@0.0.21
|
||||
- @backstage/plugin-notifications@0.5.1
|
||||
- @backstage/plugin-org@0.6.35
|
||||
- @backstage/plugin-permission-react@0.4.30
|
||||
- @backstage/plugin-search@1.4.22
|
||||
- @backstage/plugin-search-common@1.2.17
|
||||
- @backstage/plugin-search-react@1.8.5
|
||||
- @backstage/plugin-signals@0.0.15
|
||||
- @backstage/plugin-techdocs-react@1.2.13
|
||||
- @backstage/plugin-user-settings@0.8.18
|
||||
|
||||
## 0.2.105-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.105-next.2",
|
||||
"version": "0.2.105",
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 02534c7: Corrected spelling mistake in error message
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/config-loader@1.9.5
|
||||
- @backstage/plugin-permission-node@0.8.7
|
||||
- @backstage/plugin-auth-node@0.5.6
|
||||
- @backstage/backend-plugin-api@1.1.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 1.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"version": "1.1.1-next.1",
|
||||
"version": "1.1.1",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,36 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- ec547b8: Ensure that an error handler middleware exists at the end of each plugin `httpRouter` handler chain. This makes it so that exceptions thrown by plugin routes are caught and encoded in the standard error format.
|
||||
|
||||
If you were using the standard `MiddlewareFactory` just to put an `error` middleware in you router, you can now remove that at your earliest convenience since it's redundant. If you have custom error handlers in your plugin router, those will continue to function as previously. If you were relying on thrown errors propagating all the way down to the root HTTP router, you will find that they no longer do that, and may want to hoist your error handling up to the plugin level instead.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 575613f: Go back to using `node-fetch` for gitlab
|
||||
- d2b16db: The `GerritUrlReader` can now read content from a commit and not only from the top of a branch. The
|
||||
Gitiles URL must contain the full commit `SHA` hash like: `https://gerrit.com/gitiles/repo/+/2846e8dc327ae2f60249983b1c3b96f42f205bae/catalog-info.yaml`.
|
||||
- 8ecf8cb: Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present
|
||||
- 8379bf4: Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
|
||||
- Updated dependencies
|
||||
- @backstage/backend-app-api@1.1.1
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/config-loader@1.9.5
|
||||
- @backstage/plugin-permission-node@0.8.7
|
||||
- @backstage/plugin-auth-node@0.5.6
|
||||
- @backstage/integration@1.16.1
|
||||
- @backstage/backend-dev-utils@0.1.5
|
||||
- @backstage/backend-plugin-api@1.1.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.12
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/integration-aws-node@0.1.15
|
||||
- @backstage/plugin-events-node@0.4.7
|
||||
|
||||
## 0.7.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"version": "0.7.0-next.1",
|
||||
"version": "0.7.0",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,31 @@
|
||||
# @backstage/backend-dynamic-feature-service
|
||||
|
||||
## 0.5.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8379bf4: Remove usages of `PluginDatabaseManager` and `PluginEndpointDiscovery` and replace with their equivalent service types
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.7.0
|
||||
- @backstage/plugin-scaffolder-node@0.6.3
|
||||
- @backstage/backend-app-api@1.1.1
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/config-loader@1.9.5
|
||||
- @backstage/plugin-catalog-backend@1.30.0
|
||||
- @backstage/plugin-permission-node@0.8.7
|
||||
- @backstage/plugin-events-backend@0.4.1
|
||||
- @backstage/plugin-auth-node@0.5.6
|
||||
- @backstage/backend-plugin-api@1.1.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.12
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-app-node@0.1.29
|
||||
- @backstage/plugin-events-node@0.4.7
|
||||
- @backstage/plugin-permission-common@0.8.4
|
||||
- @backstage/plugin-search-backend-node@1.3.7
|
||||
- @backstage/plugin-search-common@1.2.17
|
||||
|
||||
## 0.5.3-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-dynamic-feature-service",
|
||||
"version": "0.5.3-next.1",
|
||||
"version": "0.5.3",
|
||||
"description": "Backstage dynamic feature service",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,45 @@
|
||||
# example-backend-legacy
|
||||
|
||||
## 0.2.106
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-signals-backend@0.3.0
|
||||
- @backstage/backend-defaults@0.7.0
|
||||
- @backstage/plugin-scaffolder-backend@1.29.0
|
||||
- @backstage/plugin-proxy-backend@0.5.10
|
||||
- @backstage/plugin-search-backend-module-catalog@0.3.0
|
||||
- @backstage/plugin-techdocs-backend@1.11.5
|
||||
- @backstage/plugin-scaffolder-backend-module-gitlab@0.7.1
|
||||
- @backstage/plugin-permission-backend@0.5.53
|
||||
- @backstage/plugin-catalog-backend@1.30.0
|
||||
- @backstage/plugin-permission-node@0.8.7
|
||||
- @backstage/plugin-events-backend@0.4.1
|
||||
- @backstage/plugin-app-backend@0.4.4
|
||||
- @backstage/plugin-auth-node@0.5.6
|
||||
- @backstage/integration@1.16.1
|
||||
- @backstage/plugin-auth-backend@0.24.2
|
||||
- @backstage/backend-plugin-api@1.1.1
|
||||
- @backstage/catalog-client@1.9.1
|
||||
- @backstage/catalog-model@1.7.3
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.4
|
||||
- @backstage/plugin-catalog-node@1.15.1
|
||||
- @backstage/plugin-events-node@0.4.7
|
||||
- @backstage/plugin-kubernetes-backend@0.19.2
|
||||
- @backstage/plugin-permission-common@0.8.4
|
||||
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.5
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.5.5
|
||||
- @backstage/plugin-search-backend@1.8.1
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.6.4
|
||||
- @backstage/plugin-search-backend-module-explore@0.2.7
|
||||
- @backstage/plugin-search-backend-module-pg@0.5.40
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.3.5
|
||||
- @backstage/plugin-search-backend-node@1.3.7
|
||||
- @backstage/plugin-signals-node@0.1.16
|
||||
|
||||
## 0.2.106-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-legacy",
|
||||
"version": "0.2.106-next.2",
|
||||
"version": "0.2.106",
|
||||
"backstage": {
|
||||
"role": "backend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/backend-openapi-utils
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/backend-plugin-api@1.1.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.4.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-openapi-utils",
|
||||
"version": "0.4.1-next.1",
|
||||
"version": "0.4.1",
|
||||
"description": "OpenAPI typescript support.",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 1.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.5.6
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-permission-common@0.8.4
|
||||
|
||||
## 1.1.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"version": "1.1.1-next.1",
|
||||
"version": "1.1.1",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 1.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.7.0
|
||||
- @backstage/backend-app-api@1.1.1
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/plugin-auth-node@0.5.6
|
||||
- @backstage/backend-plugin-api@1.1.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/plugin-events-node@0.4.7
|
||||
|
||||
## 1.2.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"version": "1.2.1-next.1",
|
||||
"version": "1.2.1",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,43 @@
|
||||
# example-backend
|
||||
|
||||
## 0.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend-module-github@0.5.5
|
||||
- @backstage/plugin-catalog-backend-module-openapi@0.2.6
|
||||
- @backstage/plugin-devtools-backend@0.5.1
|
||||
- @backstage/plugin-signals-backend@0.3.0
|
||||
- @backstage/backend-defaults@0.7.0
|
||||
- @backstage/plugin-scaffolder-backend@1.29.0
|
||||
- @backstage/plugin-proxy-backend@0.5.10
|
||||
- @backstage/plugin-search-backend-module-catalog@0.3.0
|
||||
- @backstage/plugin-techdocs-backend@1.11.5
|
||||
- @backstage/plugin-permission-backend@0.5.53
|
||||
- @backstage/plugin-catalog-backend@1.30.0
|
||||
- @backstage/plugin-permission-node@0.8.7
|
||||
- @backstage/plugin-events-backend@0.4.1
|
||||
- @backstage/plugin-app-backend@0.4.4
|
||||
- @backstage/plugin-auth-node@0.5.6
|
||||
- @backstage/plugin-notifications-backend@0.5.1
|
||||
- @backstage/plugin-auth-backend@0.24.2
|
||||
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.4.4
|
||||
- @backstage/backend-plugin-api@1.1.1
|
||||
- @backstage/catalog-model@1.7.3
|
||||
- @backstage/plugin-auth-backend-module-github-provider@0.2.4
|
||||
- @backstage/plugin-auth-backend-module-guest-provider@0.2.4
|
||||
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.4
|
||||
- @backstage/plugin-catalog-backend-module-unprocessed@0.5.4
|
||||
- @backstage/plugin-kubernetes-backend@0.19.2
|
||||
- @backstage/plugin-permission-backend-module-allow-all-policy@0.2.4
|
||||
- @backstage/plugin-permission-common@0.8.4
|
||||
- @backstage/plugin-scaffolder-backend-module-notifications@0.1.6
|
||||
- @backstage/plugin-search-backend@1.8.1
|
||||
- @backstage/plugin-search-backend-module-explore@0.2.7
|
||||
- @backstage/plugin-search-backend-module-techdocs@0.3.5
|
||||
- @backstage/plugin-search-backend-node@1.3.7
|
||||
|
||||
## 0.0.34-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.0.34-next.2",
|
||||
"version": "0.0.34",
|
||||
"backstage": {
|
||||
"role": "backend"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/catalog-client
|
||||
|
||||
## 1.9.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.7.3
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 1.9.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/catalog-client",
|
||||
"version": "1.9.1-next.0",
|
||||
"version": "1.9.1",
|
||||
"description": "An isomorphic client for the catalog backend",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/catalog-model
|
||||
|
||||
## 1.7.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 1.7.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/catalog-model",
|
||||
"version": "1.7.3-next.0",
|
||||
"version": "1.7.3",
|
||||
"description": "Types and validators that help describe the model of a Backstage Catalog",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/cli-node
|
||||
|
||||
## 0.2.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 0.2.12-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli-node",
|
||||
"version": "0.2.12-next.0",
|
||||
"version": "0.2.12",
|
||||
"description": "Node.js library for Backstage CLIs",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.29.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e937ce0: Fixed incompatible `@typescript-eslint` versions with current `eslint@8.x.x`
|
||||
- 8557e09: Removed the `EXPERIMENTAL_VITE` flag for using Vite as a dev server. If you were using this feature, we recommend switching to Rspack via the `EXPERIMENTAL_RSPACK` flag.
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/config-loader@1.9.5
|
||||
- @backstage/integration@1.16.1
|
||||
- @backstage/catalog-model@1.7.3
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/cli-node@0.2.12
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/eslint-plugin@0.1.10
|
||||
- @backstage/release-manifests@0.0.12
|
||||
|
||||
## 0.29.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"version": "0.29.5-next.1",
|
||||
"version": "0.29.5",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/config-loader
|
||||
|
||||
## 1.9.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 8ecf8cb: Exclude `@backstage/backend-common` from schema collection if `@backstage/backend-defaults` is present
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/cli-common@0.1.15
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 1.9.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/config-loader",
|
||||
"version": "1.9.5-next.1",
|
||||
"version": "1.9.5",
|
||||
"description": "Config loading functionality used by Backstage backend, and CLI",
|
||||
"backstage": {
|
||||
"role": "node-library"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/config
|
||||
|
||||
## 1.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/errors@1.2.7
|
||||
|
||||
## 1.3.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/config",
|
||||
"version": "1.3.2-next.0",
|
||||
"version": "1.3.2",
|
||||
"description": "Config API used by Backstage core, backend, and CLI",
|
||||
"backstage": {
|
||||
"role": "common-library"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 1.15.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.10.3
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 1.15.4-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"version": "1.15.4-next.0",
|
||||
"version": "1.15.4",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/core-compat-api
|
||||
|
||||
## 0.3.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/frontend-plugin-api@0.9.4
|
||||
- @backstage/core-plugin-api@1.10.3
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 0.3.5-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-compat-api",
|
||||
"version": "0.3.5-next.0",
|
||||
"version": "0.3.5",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.16.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4ec6f7b: Allow passing component for `ContentHeader` description
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.10.3
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/theme@0.6.3
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 0.16.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"version": "0.16.3-next.0",
|
||||
"version": "0.16.3",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/core-plugin-api
|
||||
|
||||
## 1.10.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b40eb41: Move `Expand` and `ExpandRecursive` to `@backstage/types`
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.2.1
|
||||
- @backstage/config@1.3.2
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/version-bridge@1.0.10
|
||||
|
||||
## 1.10.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"version": "1.10.3-next.0",
|
||||
"version": "1.10.3",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"backstage": {
|
||||
"role": "web-library"
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.5.24
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2e3fbc1: Bumped create-app version.
|
||||
- 0980e40: Bumped create-app version.
|
||||
- 828c993: Added `--jobs unlimited` to `dev` script to help cases where the backend does not start up during local development
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.15
|
||||
|
||||
## 0.5.24-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"version": "0.5.24-next.2",
|
||||
"version": "0.5.24",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"backstage": {
|
||||
"role": "cli"
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-catalog-react@1.15.1
|
||||
- @backstage/core-plugin-api@1.10.3
|
||||
- @backstage/core-components@0.16.3
|
||||
- @backstage/app-defaults@1.5.16
|
||||
- @backstage/catalog-model@1.7.3
|
||||
- @backstage/core-app-api@1.15.4
|
||||
- @backstage/integration-react@1.2.3
|
||||
- @backstage/theme@0.6.3
|
||||
|
||||
## 1.1.6-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user