diff --git a/.changeset/pre.json b/.changeset/pre.json
index 1e62c27268..7b419c4250 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -262,7 +262,90 @@
"@backstage/plugin-vault": "0.1.24",
"@backstage/plugin-vault-backend": "0.4.2",
"@backstage/plugin-vault-node": "0.1.2",
- "@backstage/plugin-xcmetrics": "0.2.47"
+ "@backstage/plugin-xcmetrics": "0.2.47",
+ "@backstage/plugin-auth-backend-module-oidc-provider": "0.0.0",
+ "@backstage/plugin-signals": "0.0.0",
+ "@backstage/plugin-signals-backend": "0.0.0",
+ "@backstage/plugin-signals-node": "0.0.0",
+ "@backstage/plugin-signals-react": "0.0.0"
},
- "changesets": []
+ "changesets": [
+ "afraid-numbers-invite",
+ "angry-phones-arrive",
+ "brown-items-hammer",
+ "chilled-chefs-notice",
+ "chilly-seahorses-bake",
+ "cold-cooks-care",
+ "curvy-ladybugs-impress",
+ "cyan-bats-lick",
+ "cyan-icons-rest",
+ "dry-lizards-taste",
+ "dry-lobsters-flash",
+ "dull-dolphins-explain",
+ "dull-fireants-repeat",
+ "empty-ligers-hang",
+ "fast-jeans-walk",
+ "fifty-adults-watch",
+ "fifty-files-argue",
+ "flat-wasps-fold",
+ "forty-cars-scream",
+ "friendly-cheetahs-rescue",
+ "funny-timers-visit",
+ "good-lemons-lick",
+ "gorgeous-bobcats-press",
+ "grumpy-poets-study",
+ "hot-pillows-poke",
+ "hot-tips-doubt",
+ "kind-clouds-fly",
+ "large-frogs-grab",
+ "large-tables-wonder",
+ "lemon-cameras-remember",
+ "long-suns-bow",
+ "loud-walls-compare",
+ "lovely-starfishes-remain",
+ "many-pugs-change",
+ "metal-elephants-sit",
+ "metal-students-drive",
+ "neat-hotels-wink",
+ "nine-bulldogs-camp",
+ "nine-olives-swim",
+ "old-students-smoke",
+ "olive-singers-accept",
+ "polite-meals-hug",
+ "real-eggs-sip",
+ "renovate-47c1714",
+ "renovate-4b698fb",
+ "renovate-5f8d1ca",
+ "renovate-95b717a",
+ "renovate-f58dd5c",
+ "renovate-fb2e0b9",
+ "rotten-lemons-cry",
+ "serious-carpets-learn",
+ "seven-dots-serve",
+ "seven-plums-return",
+ "sharp-pandas-hunt",
+ "shy-carrots-decide",
+ "silent-hotels-knock",
+ "silent-poets-grab",
+ "six-melons-end",
+ "sixty-shoes-prove",
+ "soft-beans-tease",
+ "sour-rivers-fry",
+ "strange-parents-hammer",
+ "tame-numbers-smile",
+ "tame-rockets-sin",
+ "ten-numbers-happen",
+ "ten-planets-guess",
+ "tiny-kiwis-know",
+ "tough-drinks-scream",
+ "twenty-taxis-mate",
+ "two-coats-smile",
+ "two-singers-learn",
+ "unlucky-wasps-tan",
+ "warm-maps-scream",
+ "wet-emus-work",
+ "wicked-elephants-scream",
+ "wild-owls-doubt",
+ "young-rules-repeat"
+ ]
}
diff --git a/docs/releases/v1.23.0-next.0-changelog.md b/docs/releases/v1.23.0-next.0-changelog.md
new file mode 100644
index 0000000000..59257b1030
--- /dev/null
+++ b/docs/releases/v1.23.0-next.0-changelog.md
@@ -0,0 +1,2958 @@
+# Release v1.23.0-next.0
+
+## @backstage/backend-common@0.21.0-next.0
+
+### Minor Changes
+
+- e85aa98: drop databases after unit tests if the database instance is not running in docker
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-app-api@0.5.11-next.0
+ - @backstage/config-loader@1.6.1
+ - @backstage/backend-dev-utils@0.1.3
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/types@1.1.1
+
+## @backstage/backend-test-utils@0.3.0-next.0
+
+### Minor Changes
+
+- e85aa98: drop databases after unit tests if the database instance is not running in docker
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-app-api@0.5.11-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/catalog-client@1.6.0-next.0
+
+### Minor Changes
+
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-model@1.4.3
+ - @backstage/errors@1.2.3
+
+## @backstage/frontend-app-api@0.6.0-next.0
+
+### Minor Changes
+
+- 86346c2: **BREAKING**: The `app.routes.bindings` app-config mapping has been simplified. You now only need to specify the plugin ID and route ID on both sides of the mapping.
+
+ Old form:
+
+ ```yaml
+ app:
+ routes:
+ bindings:
+ plugin.catalog.externalRoutes.viewTechDoc: plugin.techdocs.routes.docRoot
+ plugin.catalog.externalRoutes.createComponent: plugin.catalog-import.routes.importPage
+ ```
+
+ New form:
+
+ ```yaml
+ app:
+ routes:
+ bindings:
+ catalog.viewTechDoc: techdocs.docRoot
+ catalog.createComponent: catalog-import.importPage
+ ```
+
+### Patch Changes
+
+- 42ebf27: Added `IconsApi` implementation and the ability to configure icons through the `icons` option for `createApp` and `createSpecializedApp`. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system.
+- e0a4dd1: Improved the error message when data input/output shapes do not match
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+
+## @backstage/repo-tools@0.6.0-next.0
+
+### Minor Changes
+
+- 04907c3: Updates the OpenAPI client template to support the new format for identifying plugin ID. You should now use `info.title` like so,
+
+ ```diff
+ info:
+ + title: yourPluginId
+ - title: @internal/plugin-*-backend
+
+ servers:
+ - /
+ - - yourPluginId
+ ```
+
+- b10c603: Add support for `oneOf` in client generated by `schema openapi generate-client`.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/catalog-model@1.4.3
+ - @backstage/cli-common@0.1.13
+ - @backstage/errors@1.2.3
+
+## @backstage/test-utils@1.5.0-next.0
+
+### Minor Changes
+
+- bb40898: Added `components` option to `TestAppOptions`, which will be forwarded as the `components` option to `createApp`.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-permission-react@0.4.19
+
+## @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.0
+
+### Minor Changes
+
+- 5d2fcba: Created new `@backstage/plugin-auth-backend-module-oidc-provider` module package to house oidc auth provider migration.
+
+### Patch Changes
+
+- 8afb6f4: Updated dependency `passport` to `^0.7.0`.
+- Updated dependencies
+ - @backstage/plugin-auth-backend@0.20.4-next.0
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-catalog@1.17.0-next.0
+
+### Minor Changes
+
+- e541c0e: Exported `CatalogTable.defaultColumnsFunc` for defining the columns in `` of some Kinds while using the default columns for the others.
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- f899eec: Change default icon for `kind:resource` to the storage icon.
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- 797a329: Fixed inconsistencies in icons used for System and Template
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration-react@1.1.23
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-catalog-backend@1.17.0-next.0
+
+### Minor Changes
+
+- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-cloudbuild@0.4.0-next.0
+
+### Minor Changes
+
+- 0328d1b: Changed build list view to automatically filter builds based on repository name matching component-info's metadata.name.
+ Added optional `google.com/cloudbuild-repo-name` annotation which allows you to specify a different repository to filter on.
+ Added optional `google.com/cloudbuild-trigger-name` annotation which allows you to filter based on a trigger name instead of a repo name.
+ Updated the ReadMe with information about the filtering and some other minor verbiage updates.
+ Changed `substitutions.BRANCH_NAME` to `substitutions.REF_NAME` so that the Ref field is populated properly.
+ Added optional `google.com/cloudbuild-location` annotation which allows you to specify the Cloud Build location of your builds. Default is global scope.
+ Changed build list view to show builds in a specific location if the location annotation is used.
+ Updated ReadMe with information about the use of the location filtering.
+
+### Patch Changes
+
+- ef3cad4: Add telemetry HTTP header Google Cloud Platform
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-kubernetes-react@0.3.0-next.0
+
+### Minor Changes
+
+- 0d526c8: **BREAKING** The pod exec terminal is now disabled by default since there are several scenarios where it is known not to work. It can be re-enabled at your own risk by setting the config parameter `kubernetes.podExecTerminal.enabled` to `true`.
+
+### Patch Changes
+
+- 536f67d: Fix broken XtermJS CSS import
+- db1054b: Fixed a bug where the logs dialog and any other functionality depending on the proxy endpoint would fail for clusters configured with the OIDC auth provider.
+- Updated dependencies
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-scaffolder@1.18.0-next.0
+
+### Minor Changes
+
+- c56f1a2: Remove the old legacy exports from `/alpha`
+- a86920b: Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities
+
+### Patch Changes
+
+- b0d1d80: Added basic support for the new frontend system, exported from the `/alpha` subpath.
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- da059d7: Removed alpha symbol from Task List header
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- 11b9a08: Introduced the first version of recoverable tasks.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-scaffolder-react@1.8.0-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-react@0.4.19
+
+## @backstage/plugin-scaffolder-backend@1.21.0-next.0
+
+### Minor Changes
+
+- 11b9a08: Introduced the first version of recoverable tasks.
+- e9a5228: The built-in module list has been trimmed down when using the new Backend System. Provider specific modules should now be installed with `backend.add` to provide additional actions to the scaffolder. These modules are as follows:
+
+ - `@backstage/plugin-scaffolder-backend-module-github`
+ - `@backstage/plugin-scaffolder-backend-module-gitlab`
+ - `@backstage/plugin-scaffolder-backend-module-bitbucket`
+ - `@backstage/plugin-scaffolder-backend-module-gitea`
+ - `@backstage/plugin-scaffolder-backend-module-gerrit`
+ - `@backstage/plugin-scaffolder-backend-module-confluence-to-markdown`
+ - `@backstage/plugin-scaffolder-backend-module-cookiecutter`
+ - `@backstage/plugin-scaffolder-backend-module-rails`
+ - `@backstage/plugin-scaffolder-backend-module-sentry`
+ - `@backstage/plugin-scaffolder-backend-module-yeoman`
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-github@0.1.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.0
+ - @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-scaffolder-common@1.5.0-next.0
+
+### Minor Changes
+
+- 11b9a08: Introduced the first version of recoverable tasks.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-model@1.4.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-scaffolder-node@0.3.0-next.0
+
+### Minor Changes
+
+- 3a9ba42: Added functions to clone a repo, create a branch, add files and push and commit to the branch. This allows for files to be added to the a PR for use in the bitbucket pull request action for issue #21762
+- 11b9a08: Introduced the first version of recoverable tasks.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-scaffolder-react@1.8.0-next.0
+
+### Minor Changes
+
+- c56f1a2: Remove the old legacy exports from `/alpha`
+- 11b9a08: Introduced the first version of recoverable tasks.
+
+### Patch Changes
+
+- 0b0c6b6: Allow defining default output text to be shown
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+
+## @backstage/plugin-search-backend@1.5.0-next.0
+
+### Minor Changes
+
+- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/app-defaults@1.4.8-next.0
+
+### Patch Changes
+
+- f899eec: Change default icon for `kind:resource` to the storage icon.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-permission-react@0.4.19
+
+## @backstage/backend-app-api@0.5.11-next.0
+
+### Patch Changes
+
+- e0c18ef: Include the extension point ID and the module ID in the backend init error message.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/config-loader@1.6.1
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/backend-defaults@0.2.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-app-api@0.5.11-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/backend-dynamic-feature-service@0.1.1-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-events-backend@0.2.19-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/backend-openapi-utils@0.1.3-next.0
+
+### Patch Changes
+
+- 2067689: Internal updates due to `json-schema-to-ts`
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
+
+## @backstage/backend-plugin-api@0.6.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/backend-tasks@0.5.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/cli@0.25.2-next.0
+
+### Patch Changes
+
+- c624938: Add experimental support for optional `auth` app entry point.
+- acd2860: Updated dependency `vite-plugin-node-polyfills` to `^0.19.0`.
+- 35725e2: Updated dependencies in frontend plugin templates
+- c7259dc: Updated the backend module template to make the module instance the package default export.
+- Updated dependencies
+ - @backstage/eslint-plugin@0.1.5-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/config-loader@1.6.1
+ - @backstage/catalog-model@1.4.3
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/release-manifests@0.0.11
+ - @backstage/types@1.1.1
+
+## @backstage/core-compat-api@0.1.2-next.0
+
+### Patch Changes
+
+- 1fa5041: The backwards compatibility provider will now use the new `ComponentsApi` and `IconsApi` when implementing the old `AppContext`.
+- 7155c30: Added `convertLegacyRouteRefs` for bulk conversion of plugin routes.
+- 2f2a1d2: Plugins converted by `convertLegacyApp` now have their `routes` and `externalRoutes` included as well, allowing them to be used to bind external routes in configuration.
+- 1184990: collectLegacyRoutes throws in case invalid element is found
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/version-bridge@1.0.7
+
+## @backstage/create-app@0.5.11-next.0
+
+### Patch Changes
+
+- aeec29c: Updated `packages/app` as well as the root `package.json` type resolutions to use React v18.
+
+ The `@testing-library/*` dependencies have also been updated to the ones compatible with React v18, and the test at `packages/app/src/App.test.tsx` had been updated to use more modern patterns that work better with these new versions.
+
+ For information on how to migrate existing apps to React v18, see the [migration guide](https://backstage.io/docs/tutorials/react18-migration)
+
+- Updated dependencies
+ - @backstage/cli-common@0.1.13
+
+## @backstage/dev-utils@1.0.27-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+
+## @backstage/eslint-plugin@0.1.5-next.0
+
+### Patch Changes
+
+- 995d280: Added new `@backstage/no-top-level-material-ui-4-imports` rule that forbids top level imports from Material UI v4 packages
+
+## @backstage/frontend-plugin-api@0.5.1-next.0
+
+### Patch Changes
+
+- 7eae3e0: Added initial `IconsApi` definition.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+
+## @backstage/frontend-test-utils@0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-app-api@0.6.0-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/types@1.1.1
+
+## @techdocs/cli@1.8.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-techdocs-node@1.11.2-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-adr@0.6.13-next.0
+
+### Patch Changes
+
+- 0b03962: Updated README
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-adr-common@0.2.19
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-adr-backend@0.4.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-adr-common@0.2.19
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-airbrake@0.3.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/dev-utils@1.0.27-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-airbrake-backend@0.3.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-allure@0.1.46-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-api-docs@0.10.4-next.0
+
+### Patch Changes
+
+- 170c023: Adding `supportedSubmitMethods` prop to `api-docs` to pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through the `Try It Out` button on the Swagger UI.
+- c03f977: Updated dependency `graphiql` to `3.1.0`.
+- 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-react@0.4.19
+
+## @backstage/plugin-app-backend@0.3.58-next.0
+
+### Patch Changes
+
+- 9dfd57d: Do not force caching of the Javascript asset that contains the injected config.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config-loader@1.6.1
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-app-node@0.1.10-next.0
+
+## @backstage/plugin-app-node@0.1.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-app-visualizer@0.1.1-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-auth-backend@0.20.4-next.0
+
+### Patch Changes
+
+- a3f1fa3: Use the externalized `auth-backend-module-microsoft-provider` again.
+- 5d2fcba: Migrated oidc auth provider to new `@backstage/plugin-auth-backend-module-oidc-provider` module package.
+- Updated dependencies
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.0
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.0
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.0
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.0
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.0
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.0
+
+### Patch Changes
+
+- 1ff2684: Added the possibility to use custom scopes for performing login with Microsoft EntraID.
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.0
+
+### Patch Changes
+
+- cd5114c: Added missing `additionalScopes` option to configuration schema.
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-auth-backend-module-pinniped-provider@0.1.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+
+## @backstage/plugin-auth-node@0.4.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-azure-devops@0.3.12-next.0
+
+### Patch Changes
+
+- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
+- cb0afaa: Prefer `dev.azure.com/build-definition` annotation when it is provided, as it is more specific than `dev.azure.com/project-repo`. This can also be used as a filter for mono-repos.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-azure-devops-common@0.3.2
+
+## @backstage/plugin-azure-devops-backend@0.5.2-next.0
+
+### Patch Changes
+
+- 353244d: Added a note about Service Principles
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-azure-devops-common@0.3.2
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-azure-sites@0.1.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-azure-sites-common@0.1.1
+
+## @backstage/plugin-azure-sites-backend@0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-azure-sites-common@0.1.1
+
+## @backstage/plugin-badges@0.2.54-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-badges-backend@0.3.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-bazaar@0.2.22-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-bazaar-backend@0.3.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
+
+### Patch Changes
+
+- 2e6af00: Updated dependency `ts-morph` to `^21.0.0`.
+- Updated dependencies
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-bitrise@0.1.57-next.0
+
+### Patch Changes
+
+- e24e4d3: Update README
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-catalog-backend-module-aws@0.3.4-next.0
+
+### Patch Changes
+
+- a81b1ba: The default EKS cluster entity transformer now sets the new
+ `kubernetes.io/x-k8s-aws-id` annotation.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-catalog-backend-module-azure@0.1.29-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-catalog-backend-module-bitbucket@0.2.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-catalog-backend-module-bitbucket-server@0.1.23-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-catalog-backend-module-gcp@0.1.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-catalog-backend-module-gerrit@0.1.26-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-catalog-backend-module-github@0.4.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-catalog-backend-module-github-org@0.1.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-backend-module-github@0.4.8-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-catalog-backend-module-gitlab@0.3.7-next.0
+
+### Patch Changes
+
+- 60e4c2a: Added the option to provide custom `groupTransformer`, `userTransformer` and `groupNameTransformer` to allow custom transformations of groups and users
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-catalog-backend-module-ldap@0.5.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-catalog-backend-module-msgraph@0.5.17-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-catalog-backend-module-openapi@0.1.27-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-catalog-backend-module-puppetdb@0.1.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+
+## @backstage/plugin-catalog-graph@0.3.4-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-catalog-import@0.10.6-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-catalog-node@1.6.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-catalog-react@1.9.4-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- 71c6d7a: Overflowing labels in OwnerPicker (Catalog) are now truncated. Hovering over them shows the full label
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration-react@1.1.23
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-permission-react@0.4.19
+
+## @backstage/plugin-cicd-statistics@0.1.32-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-cicd-statistics-module-gitlab@0.1.26-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-cicd-statistics@0.1.32-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-circleci@0.3.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-code-climate@0.1.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-code-coverage@0.2.23-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-code-coverage-backend@0.2.24-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-cost-insights@0.12.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-cost-insights-common@0.1.2
+
+## @backstage/plugin-devtools@0.1.9-next.0
+
+### Patch Changes
+
+- c12a86c: Refactored code to improve accessibility by moving elements outside the `ul` tag and placing them appropriately. Also adjusted theme to offer better contrast.
+- b89d8be: Added alpha support for the New Frontend System (Declarative Integration)
+- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-devtools-common@0.1.8
+ - @backstage/plugin-permission-react@0.4.19
+
+## @backstage/plugin-devtools-backend@0.2.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config-loader@1.6.1
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-devtools-common@0.1.8
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-dynatrace@8.0.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-entity-feedback@0.2.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-entity-feedback-common@0.1.3
+
+## @backstage/plugin-entity-feedback-backend@0.2.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/plugin-entity-feedback-common@0.1.3
+
+## @backstage/plugin-entity-validation@0.1.15-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- 1f70e46: Improves UX of the EntityValidationPage: Moves the validate button below the EntityTextArea which is actually validated, the location TextField can now be hidden to prevent confusion about what is validated and additional content can be added to the top of the validation page.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-events-backend@0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-backend-module-aws-sqs@0.2.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-backend-module-azure@0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-backend-module-bitbucket-cloud@0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-backend-module-gerrit@0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-backend-module-github@0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-backend-module-gitlab@0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-backend-test-utils@0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-events-node@0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## @backstage/plugin-explore@0.4.16-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-explore-common@0.0.2
+ - @backstage/plugin-explore-react@0.0.35
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-explore-backend@0.0.20-next.0
+
+### Patch Changes
+
+- fd3d51c: Add support for the new backend system.
+
+ A new backend plugin for the explore backend
+ was added and exported as `default`.
+
+ You can use it with the new backend system like
+
+ ```ts title="packages/backend/src/index.ts"
+ backend.add(import('@backstage/plugin-explore-backend'));
+ ```
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-search-backend-module-explore@0.1.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-explore-common@0.0.2
+
+## @backstage/plugin-firehydrant@0.2.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-fossa@0.2.62-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-github-actions@0.6.11-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+
+## @backstage/plugin-github-deployments@0.1.61-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+
+## @backstage/plugin-github-issues@0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-github-pull-requests-board@0.1.24-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-gocd@0.1.36-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-graphiql@0.3.3-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-home@0.6.2-next.0
+
+### Patch Changes
+
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- e9cdfd3: Fix typo in VisitsStorageApi
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-home-react@0.1.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+
+## @backstage/plugin-home-react@0.1.8-next.0
+
+### Patch Changes
+
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-ilert@0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-jenkins@0.9.5-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-jenkins-common@0.1.23
+
+## @backstage/plugin-jenkins-backend@0.3.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-jenkins-common@0.1.23
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-kafka@0.3.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-kafka-backend@0.3.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-kubernetes@0.11.5-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-kubernetes-react@0.3.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-kubernetes-backend@0.14.2-next.0
+
+### Patch Changes
+
+- 7233f57: Fixed an issue where a misleading error message would be logged when an
+ unsupported service locator method was specified.
+- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
+- 7278d80: The purpose of this patch is to add a new login method which is `googleServiceAccount` configuring the kubernetes properties in the app-config.yaml file with authProvider key
+- daad576: Clusters configured with the `aws` authentication strategy can now customize the
+ `x-k8s-aws-id` header value used to generate tokens. This value can be specified
+ specified via the `kubernetes.io/x-k8s-aws-id` parameter (in
+ `metadata.annotations` for clusters in the catalog, or the `authMetadata` block
+ on clusters in the app-config). This is particularly helpful when a Backstage
+ instance contains multiple AWS clusters with the same name in different regions
+ \-- using this new parameter, the clusters can be given different logical names
+ to distinguish them but still use the same ID for the purposes of generating
+ tokens.
+- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
+- 7f6ff25: Custom per-cluster auth metadata (mainly for use with custom `AuthenticationStrategy` implementations) can now be specified in the `authMetadata` property of clusters in the app-config.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-node@0.1.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-kubernetes-cluster@0.0.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-kubernetes-react@0.3.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-kubernetes-common@0.7.4-next.0
+
+### Patch Changes
+
+- daad576: Clusters configured with the `aws` authentication strategy can now customize the
+ `x-k8s-aws-id` header value used to generate tokens. This value can be specified
+ specified via the `kubernetes.io/x-k8s-aws-id` parameter (in
+ `metadata.annotations` for clusters in the catalog, or the `authMetadata` block
+ on clusters in the app-config). This is particularly helpful when a Backstage
+ instance contains multiple AWS clusters with the same name in different regions
+ \-- using this new parameter, the clusters can be given different logical names
+ to distinguish them but still use the same ID for the purposes of generating
+ tokens.
+- Updated dependencies
+ - @backstage/catalog-model@1.4.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-kubernetes-node@0.1.4-next.0
+
+### Patch Changes
+
+- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
+- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
+- Updated dependencies
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-lighthouse@0.4.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-lighthouse-common@0.1.4
+
+## @backstage/plugin-lighthouse-backend@0.4.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-lighthouse-common@0.1.4
+
+## @backstage/plugin-linguist@0.1.15-next.0
+
+### Patch Changes
+
+- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-linguist-common@0.1.2
+
+## @backstage/plugin-linguist-backend@0.5.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-linguist-common@0.1.2
+
+## @backstage/plugin-newrelic-dashboard@0.3.5-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-nomad@0.1.11-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-nomad-backend@0.1.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-octopus-deploy@0.2.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-org@0.6.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-catalog-common@1.0.20
+
+## @backstage/plugin-org-react@0.1.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-pagerduty@0.7.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-home-react@0.1.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-periskop@0.1.28-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-periskop-backend@0.2.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-permission-backend@0.5.33-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-permission-node@0.7.21-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-playlist@0.2.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-playlist-common@0.1.14
+
+## @backstage/plugin-playlist-backend@0.3.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-playlist-common@0.1.14
+
+## @backstage/plugin-proxy-backend@0.4.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-puppetdb@0.1.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-rollbar@0.4.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-rollbar-backend@0.1.55-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+
+## @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.34-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-scaffolder-backend-module-github@0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-scaffolder-backend-module-rails@0.4.27-next.0
+
+### Patch Changes
+
+- e9a5228: Make `containerRunner` argument optional
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-scaffolder-backend-module-sentry@0.1.18-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-scaffolder-backend-module-yeoman@0.2.31-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-search@1.4.6-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-backend-module-elasticsearch@1.3.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-backend-module-explore@0.1.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-explore-common@0.0.2
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-backend-module-pg@0.5.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-techdocs-node@1.11.2-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-backend-node@1.2.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-search-react@1.7.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-sentry@0.5.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-signals@0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/plugin-signals-react@0.0.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-signals-backend@0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-signals-node@0.0.1-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-signals-node@0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
+## @backstage/plugin-signals-react@0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-sonarqube@0.7.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-sonarqube-react@0.1.12
+
+## @backstage/plugin-sonarqube-backend@0.2.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-splunk-on-call@0.4.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-stack-overflow@0.1.25-next.0
+
+### Patch Changes
+
+- c1bc331: Fixes a bug that made the API return questions not related to the tags provided
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/plugin-home-react@0.1.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-stack-overflow-backend@0.2.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3-next.0
+
+## @backstage/plugin-tech-insights@0.3.22-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-tech-insights-common@0.2.12
+
+## @backstage/plugin-tech-insights-backend@0.5.24-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-tech-insights-node@0.4.16-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-tech-insights-common@0.2.12
+
+## @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-tech-insights-node@0.4.16-next.0
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-tech-insights-common@0.2.12
+
+## @backstage/plugin-tech-insights-node@0.4.16-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-tech-insights-common@0.2.12
+
+## @backstage/plugin-tech-radar@0.6.13-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
+## @backstage/plugin-techdocs@1.9.4-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-search-common@1.2.10
+ - @backstage/plugin-techdocs-react@1.1.15
+
+## @backstage/plugin-techdocs-addons-test-utils@1.0.27-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-techdocs-react@1.1.15
+
+## @backstage/plugin-techdocs-backend@1.9.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
+ - @backstage/plugin-techdocs-node@1.11.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+
+## @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
+
+### Patch Changes
+
+- 131ffdc: Fix position of the ReportIssue component when is displaying at the top of the container.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-techdocs-react@1.1.15
+
+## @backstage/plugin-techdocs-node@1.11.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/plugin-search-common@1.2.10
+
+## @backstage/plugin-todo@0.2.34-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-todo-backend@0.3.8-next.0
+
+### Patch Changes
+
+- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
+## @backstage/plugin-user-settings@0.8.1-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-user-settings-backend@0.2.9-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
+## @backstage/plugin-vault@0.1.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
+## @backstage/plugin-vault-backend@0.4.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-vault-node@0.1.3-next.0
+
+## @backstage/plugin-vault-node@0.1.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
+## example-app@0.2.92-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-import@0.10.6-next.0
+ - @backstage/plugin-catalog-graph@0.3.4-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/plugin-adr@0.6.13-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/frontend-app-api@0.6.0-next.0
+ - @backstage/plugin-scaffolder-react@1.8.0-next.0
+ - @backstage/plugin-scaffolder@1.18.0-next.0
+ - @backstage/plugin-devtools@0.1.9-next.0
+ - @backstage/plugin-user-settings@0.8.1-next.0
+ - @backstage/plugin-tech-radar@0.6.13-next.0
+ - @backstage/plugin-graphiql@0.3.3-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/plugin-search@1.4.6-next.0
+ - @backstage/plugin-api-docs@0.10.4-next.0
+ - @backstage/cli@0.25.2-next.0
+ - @backstage/plugin-stack-overflow@0.1.25-next.0
+ - @backstage/plugin-signals@0.0.1-next.0
+ - @backstage/plugin-home@0.6.2-next.0
+ - @backstage/plugin-cloudbuild@0.4.0-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
+ - @backstage/plugin-azure-devops@0.3.12-next.0
+ - @backstage/plugin-linguist@0.1.15-next.0
+ - @backstage/plugin-airbrake@0.3.30-next.0
+ - @backstage/plugin-azure-sites@0.1.19-next.0
+ - @backstage/plugin-badges@0.2.54-next.0
+ - @backstage/plugin-code-coverage@0.2.23-next.0
+ - @backstage/plugin-cost-insights@0.12.19-next.0
+ - @backstage/plugin-dynatrace@8.0.4-next.0
+ - @backstage/plugin-entity-feedback@0.2.13-next.0
+ - @backstage/plugin-explore@0.4.16-next.0
+ - @backstage/plugin-github-actions@0.6.11-next.0
+ - @backstage/plugin-gocd@0.1.36-next.0
+ - @backstage/plugin-jenkins@0.9.5-next.0
+ - @backstage/plugin-kafka@0.3.30-next.0
+ - @backstage/plugin-kubernetes@0.11.5-next.0
+ - @backstage/plugin-kubernetes-cluster@0.0.6-next.0
+ - @backstage/plugin-lighthouse@0.4.15-next.0
+ - @backstage/plugin-newrelic-dashboard@0.3.5-next.0
+ - @backstage/plugin-nomad@0.1.11-next.0
+ - @backstage/plugin-octopus-deploy@0.2.12-next.0
+ - @backstage/plugin-org@0.6.20-next.0
+ - @backstage/plugin-pagerduty@0.7.2-next.0
+ - @backstage/plugin-playlist@0.2.4-next.0
+ - @backstage/plugin-puppetdb@0.1.13-next.0
+ - @backstage/plugin-rollbar@0.4.30-next.0
+ - @backstage/plugin-sentry@0.5.15-next.0
+ - @backstage/plugin-tech-insights@0.3.22-next.0
+ - @backstage/plugin-todo@0.2.34-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-apache-airflow@0.2.19
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-catalog-unprocessed-entities@0.1.7
+ - @backstage/plugin-gcalendar@0.3.22
+ - @backstage/plugin-gcp-projects@0.3.45
+ - @backstage/plugin-linguist-common@0.1.2
+ - @backstage/plugin-microsoft-calendar@0.1.11
+ - @backstage/plugin-newrelic@0.3.44
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-search-common@1.2.10
+ - @backstage/plugin-shortcuts@0.3.18
+ - @backstage/plugin-stackstorm@0.1.10
+ - @backstage/plugin-techdocs-react@1.1.15
+
+## example-app-next@0.0.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-import@0.10.6-next.0
+ - @backstage/plugin-catalog-graph@0.3.4-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/plugin-adr@0.6.13-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/frontend-app-api@0.6.0-next.0
+ - @backstage/plugin-scaffolder-react@1.8.0-next.0
+ - @backstage/plugin-scaffolder@1.18.0-next.0
+ - @backstage/plugin-devtools@0.1.9-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/plugin-user-settings@0.8.1-next.0
+ - @backstage/plugin-tech-radar@0.6.13-next.0
+ - @backstage/plugin-graphiql@0.3.3-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/plugin-search@1.4.6-next.0
+ - @backstage/plugin-api-docs@0.10.4-next.0
+ - @backstage/cli@0.25.2-next.0
+ - @backstage/plugin-home@0.6.2-next.0
+ - @backstage/plugin-cloudbuild@0.4.0-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
+ - @backstage/plugin-azure-devops@0.3.12-next.0
+ - @backstage/plugin-linguist@0.1.15-next.0
+ - @backstage/plugin-airbrake@0.3.30-next.0
+ - @backstage/plugin-azure-sites@0.1.19-next.0
+ - @backstage/plugin-badges@0.2.54-next.0
+ - @backstage/plugin-code-coverage@0.2.23-next.0
+ - @backstage/plugin-cost-insights@0.12.19-next.0
+ - @backstage/plugin-dynatrace@8.0.4-next.0
+ - @backstage/plugin-entity-feedback@0.2.13-next.0
+ - @backstage/plugin-explore@0.4.16-next.0
+ - @backstage/plugin-github-actions@0.6.11-next.0
+ - @backstage/plugin-gocd@0.1.36-next.0
+ - @backstage/plugin-jenkins@0.9.5-next.0
+ - @backstage/plugin-kafka@0.3.30-next.0
+ - @backstage/plugin-kubernetes@0.11.5-next.0
+ - @backstage/plugin-lighthouse@0.4.15-next.0
+ - @backstage/plugin-newrelic-dashboard@0.3.5-next.0
+ - @backstage/plugin-octopus-deploy@0.2.12-next.0
+ - @backstage/plugin-org@0.6.20-next.0
+ - @backstage/plugin-pagerduty@0.7.2-next.0
+ - @backstage/plugin-playlist@0.2.4-next.0
+ - @backstage/plugin-puppetdb@0.1.13-next.0
+ - @backstage/plugin-rollbar@0.4.30-next.0
+ - @backstage/plugin-sentry@0.5.15-next.0
+ - @backstage/plugin-tech-insights@0.3.22-next.0
+ - @backstage/plugin-todo@0.2.34-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - app-next-example-plugin@0.0.6-next.0
+ - @backstage/plugin-app-visualizer@0.1.1-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-apache-airflow@0.2.19
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-catalog-unprocessed-entities@0.1.7
+ - @backstage/plugin-gcalendar@0.3.22
+ - @backstage/plugin-gcp-projects@0.3.45
+ - @backstage/plugin-linguist-common@0.1.2
+ - @backstage/plugin-microsoft-calendar@0.1.11
+ - @backstage/plugin-newrelic@0.3.44
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-search-common@1.2.10
+ - @backstage/plugin-shortcuts@0.3.18
+ - @backstage/plugin-stackstorm@0.1.10
+ - @backstage/plugin-techdocs-react@1.1.15
+
+## app-next-example-plugin@0.0.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+
+## example-backend@0.2.92-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-backend-module-rails@0.4.27-next.0
+ - @backstage/plugin-azure-devops-backend@0.5.2-next.0
+ - @backstage/plugin-explore-backend@0.0.20-next.0
+ - @backstage/plugin-auth-backend@0.20.4-next.0
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-backend@0.14.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-search-backend@1.5.0-next.0
+ - @backstage/plugin-todo-backend@0.3.8-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-signals-backend@0.0.1-next.0
+ - @backstage/plugin-signals-node@0.0.1-next.0
+ - @backstage/plugin-scaffolder-backend@1.21.0-next.0
+ - @backstage/plugin-app-backend@0.3.58-next.0
+ - example-app@0.2.92-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-badges-backend@0.3.7-next.0
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-entity-feedback-backend@0.2.7-next.0
+ - @backstage/plugin-events-backend@0.2.19-next.0
+ - @backstage/plugin-linguist-backend@0.5.7-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-playlist-backend@0.3.14-next.0
+ - @backstage/plugin-proxy-backend@0.4.8-next.0
+ - @backstage/plugin-rollbar-backend@0.1.55-next.0
+ - @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-explore@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-pg@0.5.19-next.0
+ - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
+ - @backstage/plugin-tech-insights-backend@0.5.24-next.0
+ - @backstage/plugin-techdocs-backend@1.9.3-next.0
+ - @backstage/plugin-adr-backend@0.4.7-next.0
+ - @backstage/plugin-azure-sites-backend@0.1.20-next.0
+ - @backstage/plugin-code-coverage-backend@0.2.24-next.0
+ - @backstage/plugin-devtools-backend@0.2.7-next.0
+ - @backstage/plugin-jenkins-backend@0.3.4-next.0
+ - @backstage/plugin-kafka-backend@0.3.8-next.0
+ - @backstage/plugin-lighthouse-backend@0.4.2-next.0
+ - @backstage/plugin-nomad-backend@0.1.12-next.0
+ - @backstage/plugin-permission-backend@0.5.33-next.0
+ - @backstage/plugin-search-backend-module-elasticsearch@1.3.13-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42-next.0
+ - @backstage/plugin-tech-insights-node@0.4.16-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
+## example-backend-next@0.0.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-azure-devops-backend@0.5.2-next.0
+ - @backstage/plugin-kubernetes-backend@0.14.2-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-search-backend@1.5.0-next.0
+ - @backstage/plugin-todo-backend@0.3.8-next.0
+ - @backstage/plugin-scaffolder-backend@1.21.0-next.0
+ - @backstage/plugin-app-backend@0.3.58-next.0
+ - @backstage/backend-defaults@0.2.10-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-badges-backend@0.3.7-next.0
+ - @backstage/plugin-catalog-backend-module-openapi@0.1.27-next.0
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
+ - @backstage/plugin-entity-feedback-backend@0.2.7-next.0
+ - @backstage/plugin-linguist-backend@0.5.7-next.0
+ - @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-playlist-backend@0.3.14-next.0
+ - @backstage/plugin-proxy-backend@0.4.8-next.0
+ - @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-explore@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
+ - @backstage/plugin-sonarqube-backend@0.2.12-next.0
+ - @backstage/plugin-techdocs-backend@1.9.3-next.0
+ - @backstage/plugin-adr-backend@0.4.7-next.0
+ - @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3-next.0
+ - @backstage/plugin-devtools-backend@0.2.7-next.0
+ - @backstage/plugin-jenkins-backend@0.3.4-next.0
+ - @backstage/plugin-lighthouse-backend@0.4.2-next.0
+ - @backstage/plugin-nomad-backend@0.1.12-next.0
+ - @backstage/plugin-permission-backend@0.5.33-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
+## e2e-test@0.2.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/create-app@0.5.11-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/errors@1.2.3
+
+## techdocs-cli-embedded-app@0.2.91-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/cli@0.25.2-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-techdocs-react@1.1.15
+
+## @internal/plugin-todo-list-backend@1.0.22-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
diff --git a/package.json b/package.json
index 483e02fdb5..528ec12147 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"@material-ui/pickers@^3.3.10": "patch:@material-ui/pickers@npm%3A3.3.11#./.yarn/patches/@material-ui-pickers-npm-3.3.11-1c8f68ea20.patch",
"@material-ui/pickers@^3.2.10": "patch:@material-ui/pickers@npm%3A3.3.11#./.yarn/patches/@material-ui-pickers-npm-3.3.11-1c8f68ea20.patch"
},
- "version": "1.22.0",
+ "version": "1.23.0-next.0",
"dependencies": {
"@backstage/errors": "workspace:^",
"@manypkg/get-packages": "^1.1.3",
diff --git a/packages/app-defaults/CHANGELOG.md b/packages/app-defaults/CHANGELOG.md
index 5f815f4b0e..9ac73e575a 100644
--- a/packages/app-defaults/CHANGELOG.md
+++ b/packages/app-defaults/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/app-defaults
+## 1.4.8-next.0
+
+### Patch Changes
+
+- f899eec: Change default icon for `kind:resource` to the storage icon.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-permission-react@0.4.19
+
## 1.4.7
### Patch Changes
diff --git a/packages/app-defaults/package.json b/packages/app-defaults/package.json
index bf7b56f8c2..4b15d5875a 100644
--- a/packages/app-defaults/package.json
+++ b/packages/app-defaults/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/app-defaults",
"description": "Provides the default wiring of a Backstage App",
- "version": "1.4.7",
+ "version": "1.4.8-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
diff --git a/packages/app-next-example-plugin/CHANGELOG.md b/packages/app-next-example-plugin/CHANGELOG.md
index 6f0545a801..4e41b9690a 100644
--- a/packages/app-next-example-plugin/CHANGELOG.md
+++ b/packages/app-next-example-plugin/CHANGELOG.md
@@ -1,5 +1,13 @@
# app-next-example-plugin
+## 0.0.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+
## 0.0.5
### Patch Changes
diff --git a/packages/app-next-example-plugin/package.json b/packages/app-next-example-plugin/package.json
index c7669d93cb..05d7e20823 100644
--- a/packages/app-next-example-plugin/package.json
+++ b/packages/app-next-example-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "app-next-example-plugin",
"description": "Backstage internal example plugin",
- "version": "0.0.5",
+ "version": "0.0.6-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
diff --git a/packages/app-next/CHANGELOG.md b/packages/app-next/CHANGELOG.md
index 6272ef11df..e641aa8f71 100644
--- a/packages/app-next/CHANGELOG.md
+++ b/packages/app-next/CHANGELOG.md
@@ -1,5 +1,81 @@
# example-app-next
+## 0.0.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-import@0.10.6-next.0
+ - @backstage/plugin-catalog-graph@0.3.4-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/plugin-adr@0.6.13-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/frontend-app-api@0.6.0-next.0
+ - @backstage/plugin-scaffolder-react@1.8.0-next.0
+ - @backstage/plugin-scaffolder@1.18.0-next.0
+ - @backstage/plugin-devtools@0.1.9-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/plugin-user-settings@0.8.1-next.0
+ - @backstage/plugin-tech-radar@0.6.13-next.0
+ - @backstage/plugin-graphiql@0.3.3-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/plugin-search@1.4.6-next.0
+ - @backstage/plugin-api-docs@0.10.4-next.0
+ - @backstage/cli@0.25.2-next.0
+ - @backstage/plugin-home@0.6.2-next.0
+ - @backstage/plugin-cloudbuild@0.4.0-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
+ - @backstage/plugin-azure-devops@0.3.12-next.0
+ - @backstage/plugin-linguist@0.1.15-next.0
+ - @backstage/plugin-airbrake@0.3.30-next.0
+ - @backstage/plugin-azure-sites@0.1.19-next.0
+ - @backstage/plugin-badges@0.2.54-next.0
+ - @backstage/plugin-code-coverage@0.2.23-next.0
+ - @backstage/plugin-cost-insights@0.12.19-next.0
+ - @backstage/plugin-dynatrace@8.0.4-next.0
+ - @backstage/plugin-entity-feedback@0.2.13-next.0
+ - @backstage/plugin-explore@0.4.16-next.0
+ - @backstage/plugin-github-actions@0.6.11-next.0
+ - @backstage/plugin-gocd@0.1.36-next.0
+ - @backstage/plugin-jenkins@0.9.5-next.0
+ - @backstage/plugin-kafka@0.3.30-next.0
+ - @backstage/plugin-kubernetes@0.11.5-next.0
+ - @backstage/plugin-lighthouse@0.4.15-next.0
+ - @backstage/plugin-newrelic-dashboard@0.3.5-next.0
+ - @backstage/plugin-octopus-deploy@0.2.12-next.0
+ - @backstage/plugin-org@0.6.20-next.0
+ - @backstage/plugin-pagerduty@0.7.2-next.0
+ - @backstage/plugin-playlist@0.2.4-next.0
+ - @backstage/plugin-puppetdb@0.1.13-next.0
+ - @backstage/plugin-rollbar@0.4.30-next.0
+ - @backstage/plugin-sentry@0.5.15-next.0
+ - @backstage/plugin-tech-insights@0.3.22-next.0
+ - @backstage/plugin-todo@0.2.34-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - app-next-example-plugin@0.0.6-next.0
+ - @backstage/plugin-app-visualizer@0.1.1-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-apache-airflow@0.2.19
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-catalog-unprocessed-entities@0.1.7
+ - @backstage/plugin-gcalendar@0.3.22
+ - @backstage/plugin-gcp-projects@0.3.45
+ - @backstage/plugin-linguist-common@0.1.2
+ - @backstage/plugin-microsoft-calendar@0.1.11
+ - @backstage/plugin-newrelic@0.3.44
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-search-common@1.2.10
+ - @backstage/plugin-shortcuts@0.3.18
+ - @backstage/plugin-stackstorm@0.1.10
+ - @backstage/plugin-techdocs-react@1.1.15
+
## 0.0.5
### Patch Changes
diff --git a/packages/app-next/package.json b/packages/app-next/package.json
index c51631aaa3..5d29bad229 100644
--- a/packages/app-next/package.json
+++ b/packages/app-next/package.json
@@ -1,6 +1,6 @@
{
"name": "example-app-next",
- "version": "0.0.5",
+ "version": "0.0.6-next.0",
"private": true,
"backstage": {
"role": "frontend"
diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md
index 6cf62774c1..370100920f 100644
--- a/packages/app/CHANGELOG.md
+++ b/packages/app/CHANGELOG.md
@@ -1,5 +1,82 @@
# example-app
+## 0.2.92-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-import@0.10.6-next.0
+ - @backstage/plugin-catalog-graph@0.3.4-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/plugin-adr@0.6.13-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/frontend-app-api@0.6.0-next.0
+ - @backstage/plugin-scaffolder-react@1.8.0-next.0
+ - @backstage/plugin-scaffolder@1.18.0-next.0
+ - @backstage/plugin-devtools@0.1.9-next.0
+ - @backstage/plugin-user-settings@0.8.1-next.0
+ - @backstage/plugin-tech-radar@0.6.13-next.0
+ - @backstage/plugin-graphiql@0.3.3-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/plugin-search@1.4.6-next.0
+ - @backstage/plugin-api-docs@0.10.4-next.0
+ - @backstage/cli@0.25.2-next.0
+ - @backstage/plugin-stack-overflow@0.1.25-next.0
+ - @backstage/plugin-signals@0.0.1-next.0
+ - @backstage/plugin-home@0.6.2-next.0
+ - @backstage/plugin-cloudbuild@0.4.0-next.0
+ - @backstage/plugin-techdocs-module-addons-contrib@1.1.5-next.0
+ - @backstage/plugin-azure-devops@0.3.12-next.0
+ - @backstage/plugin-linguist@0.1.15-next.0
+ - @backstage/plugin-airbrake@0.3.30-next.0
+ - @backstage/plugin-azure-sites@0.1.19-next.0
+ - @backstage/plugin-badges@0.2.54-next.0
+ - @backstage/plugin-code-coverage@0.2.23-next.0
+ - @backstage/plugin-cost-insights@0.12.19-next.0
+ - @backstage/plugin-dynatrace@8.0.4-next.0
+ - @backstage/plugin-entity-feedback@0.2.13-next.0
+ - @backstage/plugin-explore@0.4.16-next.0
+ - @backstage/plugin-github-actions@0.6.11-next.0
+ - @backstage/plugin-gocd@0.1.36-next.0
+ - @backstage/plugin-jenkins@0.9.5-next.0
+ - @backstage/plugin-kafka@0.3.30-next.0
+ - @backstage/plugin-kubernetes@0.11.5-next.0
+ - @backstage/plugin-kubernetes-cluster@0.0.6-next.0
+ - @backstage/plugin-lighthouse@0.4.15-next.0
+ - @backstage/plugin-newrelic-dashboard@0.3.5-next.0
+ - @backstage/plugin-nomad@0.1.11-next.0
+ - @backstage/plugin-octopus-deploy@0.2.12-next.0
+ - @backstage/plugin-org@0.6.20-next.0
+ - @backstage/plugin-pagerduty@0.7.2-next.0
+ - @backstage/plugin-playlist@0.2.4-next.0
+ - @backstage/plugin-puppetdb@0.1.13-next.0
+ - @backstage/plugin-rollbar@0.4.30-next.0
+ - @backstage/plugin-sentry@0.5.15-next.0
+ - @backstage/plugin-tech-insights@0.3.22-next.0
+ - @backstage/plugin-todo@0.2.34-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-apache-airflow@0.2.19
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-catalog-unprocessed-entities@0.1.7
+ - @backstage/plugin-gcalendar@0.3.22
+ - @backstage/plugin-gcp-projects@0.3.45
+ - @backstage/plugin-linguist-common@0.1.2
+ - @backstage/plugin-microsoft-calendar@0.1.11
+ - @backstage/plugin-newrelic@0.3.44
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-search-common@1.2.10
+ - @backstage/plugin-shortcuts@0.3.18
+ - @backstage/plugin-stackstorm@0.1.10
+ - @backstage/plugin-techdocs-react@1.1.15
+
## 0.2.91
### Patch Changes
diff --git a/packages/app/package.json b/packages/app/package.json
index bf2bf74c4c..ae03c7aa11 100644
--- a/packages/app/package.json
+++ b/packages/app/package.json
@@ -1,6 +1,6 @@
{
"name": "example-app",
- "version": "0.2.91",
+ "version": "0.2.92-next.0",
"private": true,
"backstage": {
"role": "frontend"
diff --git a/packages/backend-app-api/CHANGELOG.md b/packages/backend-app-api/CHANGELOG.md
index 16106ee354..6096ba5451 100644
--- a/packages/backend-app-api/CHANGELOG.md
+++ b/packages/backend-app-api/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/backend-app-api
+## 0.5.11-next.0
+
+### Patch Changes
+
+- e0c18ef: Include the extension point ID and the module ID in the backend init error message.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/config-loader@1.6.1
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.5.10
### Patch Changes
diff --git a/packages/backend-app-api/package.json b/packages/backend-app-api/package.json
index 37fa2c5258..b3b338031e 100644
--- a/packages/backend-app-api/package.json
+++ b/packages/backend-app-api/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-app-api",
"description": "Core API used by Backstage backend apps",
- "version": "0.5.10",
+ "version": "0.5.11-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/packages/backend-common/CHANGELOG.md b/packages/backend-common/CHANGELOG.md
index de955b7ca1..ca05772aa5 100644
--- a/packages/backend-common/CHANGELOG.md
+++ b/packages/backend-common/CHANGELOG.md
@@ -1,5 +1,25 @@
# @backstage/backend-common
+## 0.21.0-next.0
+
+### Minor Changes
+
+- e85aa98: drop databases after unit tests if the database instance is not running in docker
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-app-api@0.5.11-next.0
+ - @backstage/config-loader@1.6.1
+ - @backstage/backend-dev-utils@0.1.3
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/types@1.1.1
+
## 0.20.1
### Patch Changes
diff --git a/packages/backend-common/package.json b/packages/backend-common/package.json
index 3d746044b0..4df64738ce 100644
--- a/packages/backend-common/package.json
+++ b/packages/backend-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
- "version": "0.20.1",
+ "version": "0.21.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/packages/backend-defaults/CHANGELOG.md b/packages/backend-defaults/CHANGELOG.md
index b8bacd3732..1b50491f54 100644
--- a/packages/backend-defaults/CHANGELOG.md
+++ b/packages/backend-defaults/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/backend-defaults
+## 0.2.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-app-api@0.5.11-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.2.9
### Patch Changes
diff --git a/packages/backend-defaults/package.json b/packages/backend-defaults/package.json
index 73a54720f5..3e8793cd3e 100644
--- a/packages/backend-defaults/package.json
+++ b/packages/backend-defaults/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-defaults",
"description": "Backend defaults used by Backstage backend apps",
- "version": "0.2.9",
+ "version": "0.2.10-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/packages/backend-dynamic-feature-service/CHANGELOG.md b/packages/backend-dynamic-feature-service/CHANGELOG.md
index 4b80750865..fa60b2d208 100644
--- a/packages/backend-dynamic-feature-service/CHANGELOG.md
+++ b/packages/backend-dynamic-feature-service/CHANGELOG.md
@@ -1,5 +1,28 @@
# @backstage/backend-dynamic-feature-service
+## 0.1.1-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-events-backend@0.2.19-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
## 0.1.0
### Minor Changes
diff --git a/packages/backend-dynamic-feature-service/package.json b/packages/backend-dynamic-feature-service/package.json
index 18bbd58550..51f7184c49 100644
--- a/packages/backend-dynamic-feature-service/package.json
+++ b/packages/backend-dynamic-feature-service/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-dynamic-feature-service",
"description": "Backstage dynamic feature service",
- "version": "0.1.0",
+ "version": "0.1.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/packages/backend-next/CHANGELOG.md b/packages/backend-next/CHANGELOG.md
index 96cb73808f..25474b6c54 100644
--- a/packages/backend-next/CHANGELOG.md
+++ b/packages/backend-next/CHANGELOG.md
@@ -1,5 +1,46 @@
# example-backend-next
+## 0.0.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-azure-devops-backend@0.5.2-next.0
+ - @backstage/plugin-kubernetes-backend@0.14.2-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-search-backend@1.5.0-next.0
+ - @backstage/plugin-todo-backend@0.3.8-next.0
+ - @backstage/plugin-scaffolder-backend@1.21.0-next.0
+ - @backstage/plugin-app-backend@0.3.58-next.0
+ - @backstage/backend-defaults@0.2.10-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-badges-backend@0.3.7-next.0
+ - @backstage/plugin-catalog-backend-module-openapi@0.1.27-next.0
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
+ - @backstage/plugin-entity-feedback-backend@0.2.7-next.0
+ - @backstage/plugin-linguist-backend@0.5.7-next.0
+ - @backstage/plugin-permission-backend-module-allow-all-policy@0.1.7-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-playlist-backend@0.3.14-next.0
+ - @backstage/plugin-proxy-backend@0.4.8-next.0
+ - @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-explore@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
+ - @backstage/plugin-sonarqube-backend@0.2.12-next.0
+ - @backstage/plugin-techdocs-backend@1.9.3-next.0
+ - @backstage/plugin-adr-backend@0.4.7-next.0
+ - @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.3-next.0
+ - @backstage/plugin-devtools-backend@0.2.7-next.0
+ - @backstage/plugin-jenkins-backend@0.3.4-next.0
+ - @backstage/plugin-lighthouse-backend@0.4.2-next.0
+ - @backstage/plugin-nomad-backend@0.1.12-next.0
+ - @backstage/plugin-permission-backend@0.5.33-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.0.19
### Patch Changes
diff --git a/packages/backend-next/package.json b/packages/backend-next/package.json
index d6908f6e78..d230227889 100644
--- a/packages/backend-next/package.json
+++ b/packages/backend-next/package.json
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
- "version": "0.0.19",
+ "version": "0.0.20-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/backend-openapi-utils/CHANGELOG.md b/packages/backend-openapi-utils/CHANGELOG.md
index 9cbaa84947..0b21b9aff3 100644
--- a/packages/backend-openapi-utils/CHANGELOG.md
+++ b/packages/backend-openapi-utils/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/backend-openapi-utils
+## 0.1.3-next.0
+
+### Patch Changes
+
+- 2067689: Internal updates due to `json-schema-to-ts`
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
+
## 0.1.2
### Patch Changes
diff --git a/packages/backend-openapi-utils/package.json b/packages/backend-openapi-utils/package.json
index 2ca6c3b716..a9ce8c56e2 100644
--- a/packages/backend-openapi-utils/package.json
+++ b/packages/backend-openapi-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-openapi-utils",
"description": "OpenAPI typescript support.",
- "version": "0.1.2",
+ "version": "0.1.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/backend-plugin-api/CHANGELOG.md b/packages/backend-plugin-api/CHANGELOG.md
index 80f9026e21..aa8a153f41 100644
--- a/packages/backend-plugin-api/CHANGELOG.md
+++ b/packages/backend-plugin-api/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/backend-plugin-api
+## 0.6.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.6.9
### Patch Changes
diff --git a/packages/backend-plugin-api/package.json b/packages/backend-plugin-api/package.json
index 618a537bf5..2d099e7383 100644
--- a/packages/backend-plugin-api/package.json
+++ b/packages/backend-plugin-api/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
- "version": "0.6.9",
+ "version": "0.6.10-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/packages/backend-tasks/CHANGELOG.md b/packages/backend-tasks/CHANGELOG.md
index d107e5b51d..654d092591 100644
--- a/packages/backend-tasks/CHANGELOG.md
+++ b/packages/backend-tasks/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/backend-tasks
+## 0.5.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.5.14
### Patch Changes
diff --git a/packages/backend-tasks/package.json b/packages/backend-tasks/package.json
index 4af6a3462a..12ed0dc414 100644
--- a/packages/backend-tasks/package.json
+++ b/packages/backend-tasks/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
- "version": "0.5.14",
+ "version": "0.5.15-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/packages/backend-test-utils/CHANGELOG.md b/packages/backend-test-utils/CHANGELOG.md
index 66870f7f01..4b369454a0 100644
--- a/packages/backend-test-utils/CHANGELOG.md
+++ b/packages/backend-test-utils/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/backend-test-utils
+## 0.3.0-next.0
+
+### Minor Changes
+
+- e85aa98: drop databases after unit tests if the database instance is not running in docker
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-app-api@0.5.11-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.2.10
### Patch Changes
diff --git a/packages/backend-test-utils/package.json b/packages/backend-test-utils/package.json
index 8fcaff66ae..2e517d542f 100644
--- a/packages/backend-test-utils/package.json
+++ b/packages/backend-test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
- "version": "0.2.10",
+ "version": "0.3.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md
index 838b69f5ab..4b90e2631e 100644
--- a/packages/backend/CHANGELOG.md
+++ b/packages/backend/CHANGELOG.md
@@ -1,5 +1,65 @@
# example-backend
+## 0.2.92-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-backend-module-rails@0.4.27-next.0
+ - @backstage/plugin-azure-devops-backend@0.5.2-next.0
+ - @backstage/plugin-explore-backend@0.0.20-next.0
+ - @backstage/plugin-auth-backend@0.20.4-next.0
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-backend@0.14.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.11-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-search-backend@1.5.0-next.0
+ - @backstage/plugin-todo-backend@0.3.8-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-signals-backend@0.0.1-next.0
+ - @backstage/plugin-signals-node@0.0.1-next.0
+ - @backstage/plugin-scaffolder-backend@1.21.0-next.0
+ - @backstage/plugin-app-backend@0.3.58-next.0
+ - example-app@0.2.92-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-badges-backend@0.3.7-next.0
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-entity-feedback-backend@0.2.7-next.0
+ - @backstage/plugin-events-backend@0.2.19-next.0
+ - @backstage/plugin-linguist-backend@0.5.7-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-playlist-backend@0.3.14-next.0
+ - @backstage/plugin-proxy-backend@0.4.8-next.0
+ - @backstage/plugin-rollbar-backend@0.1.55-next.0
+ - @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-explore@0.1.14-next.0
+ - @backstage/plugin-search-backend-module-pg@0.5.19-next.0
+ - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
+ - @backstage/plugin-tech-insights-backend@0.5.24-next.0
+ - @backstage/plugin-techdocs-backend@1.9.3-next.0
+ - @backstage/plugin-adr-backend@0.4.7-next.0
+ - @backstage/plugin-azure-sites-backend@0.1.20-next.0
+ - @backstage/plugin-code-coverage-backend@0.2.24-next.0
+ - @backstage/plugin-devtools-backend@0.2.7-next.0
+ - @backstage/plugin-jenkins-backend@0.3.4-next.0
+ - @backstage/plugin-kafka-backend@0.3.8-next.0
+ - @backstage/plugin-lighthouse-backend@0.4.2-next.0
+ - @backstage/plugin-nomad-backend@0.1.12-next.0
+ - @backstage/plugin-permission-backend@0.5.33-next.0
+ - @backstage/plugin-search-backend-module-elasticsearch@1.3.13-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.42-next.0
+ - @backstage/plugin-tech-insights-node@0.4.16-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-backend-module-unprocessed@0.3.7-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
## 0.2.91
### Patch Changes
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 4223a92a28..b3a2fcb60b 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "example-backend",
- "version": "0.2.91",
+ "version": "0.2.92-next.0",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/catalog-client/CHANGELOG.md b/packages/catalog-client/CHANGELOG.md
index 78d126445e..0d1e91dc99 100644
--- a/packages/catalog-client/CHANGELOG.md
+++ b/packages/catalog-client/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/catalog-client
+## 1.6.0-next.0
+
+### Minor Changes
+
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-model@1.4.3
+ - @backstage/errors@1.2.3
+
## 1.5.2
### Patch Changes
diff --git a/packages/catalog-client/package.json b/packages/catalog-client/package.json
index cfa9399d97..da9611e8d4 100644
--- a/packages/catalog-client/package.json
+++ b/packages/catalog-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-client",
"description": "An isomorphic client for the catalog backend",
- "version": "1.5.2",
+ "version": "1.6.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 0c686ea8c4..1d79e73dfb 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,25 @@
# @backstage/cli
+## 0.25.2-next.0
+
+### Patch Changes
+
+- c624938: Add experimental support for optional `auth` app entry point.
+- acd2860: Updated dependency `vite-plugin-node-polyfills` to `^0.19.0`.
+- 35725e2: Updated dependencies in frontend plugin templates
+- c7259dc: Updated the backend module template to make the module instance the package default export.
+- Updated dependencies
+ - @backstage/eslint-plugin@0.1.5-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/config-loader@1.6.1
+ - @backstage/catalog-model@1.4.3
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/release-manifests@0.0.11
+ - @backstage/types@1.1.1
+
## 0.25.1
### Patch Changes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index 1c7447b7c3..5ca7d675d3 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
- "version": "0.25.1",
+ "version": "0.25.2-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/packages/core-compat-api/CHANGELOG.md b/packages/core-compat-api/CHANGELOG.md
index 21c7782627..a8abcbc8fc 100644
--- a/packages/core-compat-api/CHANGELOG.md
+++ b/packages/core-compat-api/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/core-compat-api
+## 0.1.2-next.0
+
+### Patch Changes
+
+- 1fa5041: The backwards compatibility provider will now use the new `ComponentsApi` and `IconsApi` when implementing the old `AppContext`.
+- 7155c30: Added `convertLegacyRouteRefs` for bulk conversion of plugin routes.
+- 2f2a1d2: Plugins converted by `convertLegacyApp` now have their `routes` and `externalRoutes` included as well, allowing them to be used to bind external routes in configuration.
+- 1184990: collectLegacyRoutes throws in case invalid element is found
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/version-bridge@1.0.7
+
## 0.1.1
### Patch Changes
diff --git a/packages/core-compat-api/package.json b/packages/core-compat-api/package.json
index 99b705bfcf..275c872661 100644
--- a/packages/core-compat-api/package.json
+++ b/packages/core-compat-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/core-compat-api",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md
index 3008a3a03d..14ff49ff5c 100644
--- a/packages/create-app/CHANGELOG.md
+++ b/packages/create-app/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/create-app
+## 0.5.11-next.0
+
+### Patch Changes
+
+- aeec29c: Updated `packages/app` as well as the root `package.json` type resolutions to use React v18.
+
+ The `@testing-library/*` dependencies have also been updated to the ones compatible with React v18, and the test at `packages/app/src/App.test.tsx` had been updated to use more modern patterns that work better with these new versions.
+
+ For information on how to migrate existing apps to React v18, see the [migration guide](https://backstage.io/docs/tutorials/react18-migration)
+
+- Updated dependencies
+ - @backstage/cli-common@0.1.13
+
## 0.5.9
### Patch Changes
diff --git a/packages/create-app/package.json b/packages/create-app/package.json
index e9f73d6e1f..6d3fe75f1d 100644
--- a/packages/create-app/package.json
+++ b/packages/create-app/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
- "version": "0.5.9",
+ "version": "0.5.11-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md
index 602f2b563e..8ebf1aece5 100644
--- a/packages/dev-utils/CHANGELOG.md
+++ b/packages/dev-utils/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/dev-utils
+## 1.0.27-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+
## 1.0.26
### Patch Changes
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index 40537c1a98..c74550550c 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
- "version": "1.0.26",
+ "version": "1.0.27-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
diff --git a/packages/e2e-test/CHANGELOG.md b/packages/e2e-test/CHANGELOG.md
index f130de43d4..2adedfd43d 100644
--- a/packages/e2e-test/CHANGELOG.md
+++ b/packages/e2e-test/CHANGELOG.md
@@ -1,5 +1,14 @@
# e2e-test
+## 0.2.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/create-app@0.5.11-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/errors@1.2.3
+
## 0.2.11
### Patch Changes
diff --git a/packages/e2e-test/package.json b/packages/e2e-test/package.json
index 40699588e2..c1731de8ea 100644
--- a/packages/e2e-test/package.json
+++ b/packages/e2e-test/package.json
@@ -1,7 +1,7 @@
{
"name": "e2e-test",
"description": "E2E test for verifying Backstage packages",
- "version": "0.2.11",
+ "version": "0.2.12-next.0",
"private": true,
"backstage": {
"role": "cli"
diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md
index dd931378ef..df1734deab 100644
--- a/packages/eslint-plugin/CHANGELOG.md
+++ b/packages/eslint-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @backstage/eslint-plugin
+## 0.1.5-next.0
+
+### Patch Changes
+
+- 995d280: Added new `@backstage/no-top-level-material-ui-4-imports` rule that forbids top level imports from Material UI v4 packages
+
## 0.1.4
### Patch Changes
diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json
index a0825c8816..8fbf790ee5 100644
--- a/packages/eslint-plugin/package.json
+++ b/packages/eslint-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/eslint-plugin",
"description": "Backstage ESLint plugin",
- "version": "0.1.4",
+ "version": "0.1.5-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/packages/frontend-app-api/CHANGELOG.md b/packages/frontend-app-api/CHANGELOG.md
index d7c7816449..0ef44ba882 100644
--- a/packages/frontend-app-api/CHANGELOG.md
+++ b/packages/frontend-app-api/CHANGELOG.md
@@ -1,5 +1,46 @@
# @backstage/frontend-app-api
+## 0.6.0-next.0
+
+### Minor Changes
+
+- 86346c2: **BREAKING**: The `app.routes.bindings` app-config mapping has been simplified. You now only need to specify the plugin ID and route ID on both sides of the mapping.
+
+ Old form:
+
+ ```yaml
+ app:
+ routes:
+ bindings:
+ plugin.catalog.externalRoutes.viewTechDoc: plugin.techdocs.routes.docRoot
+ plugin.catalog.externalRoutes.createComponent: plugin.catalog-import.routes.importPage
+ ```
+
+ New form:
+
+ ```yaml
+ app:
+ routes:
+ bindings:
+ catalog.viewTechDoc: techdocs.docRoot
+ catalog.createComponent: catalog-import.importPage
+ ```
+
+### Patch Changes
+
+- 42ebf27: Added `IconsApi` implementation and the ability to configure icons through the `icons` option for `createApp` and `createSpecializedApp`. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system.
+- e0a4dd1: Improved the error message when data input/output shapes do not match
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+
## 0.5.0
### Minor Changes
diff --git a/packages/frontend-app-api/package.json b/packages/frontend-app-api/package.json
index 440f0cdb3f..a95702aed5 100644
--- a/packages/frontend-app-api/package.json
+++ b/packages/frontend-app-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-app-api",
- "version": "0.5.0",
+ "version": "0.6.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/frontend-plugin-api/CHANGELOG.md b/packages/frontend-plugin-api/CHANGELOG.md
index c6ae8056ec..07f74e3ff4 100644
--- a/packages/frontend-plugin-api/CHANGELOG.md
+++ b/packages/frontend-plugin-api/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/frontend-plugin-api
+## 0.5.1-next.0
+
+### Patch Changes
+
+- 7eae3e0: Added initial `IconsApi` definition.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+
## 0.5.0
### Minor Changes
diff --git a/packages/frontend-plugin-api/package.json b/packages/frontend-plugin-api/package.json
index bc92f6f632..1d97626cc8 100644
--- a/packages/frontend-plugin-api/package.json
+++ b/packages/frontend-plugin-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-plugin-api",
- "version": "0.5.0",
+ "version": "0.5.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/frontend-test-utils/CHANGELOG.md b/packages/frontend-test-utils/CHANGELOG.md
index dc3555499e..31799581f6 100644
--- a/packages/frontend-test-utils/CHANGELOG.md
+++ b/packages/frontend-test-utils/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/frontend-test-utils
+## 0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-app-api@0.6.0-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/types@1.1.1
+
## 0.1.1
### Patch Changes
diff --git a/packages/frontend-test-utils/package.json b/packages/frontend-test-utils/package.json
index fbe9e3dec6..8b9b4382e8 100644
--- a/packages/frontend-test-utils/package.json
+++ b/packages/frontend-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/frontend-test-utils",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/packages/repo-tools/CHANGELOG.md b/packages/repo-tools/CHANGELOG.md
index 02ecf90bdc..3d54277485 100644
--- a/packages/repo-tools/CHANGELOG.md
+++ b/packages/repo-tools/CHANGELOG.md
@@ -1,5 +1,32 @@
# @backstage/repo-tools
+## 0.6.0-next.0
+
+### Minor Changes
+
+- 04907c3: Updates the OpenAPI client template to support the new format for identifying plugin ID. You should now use `info.title` like so,
+
+ ```diff
+ info:
+ + title: yourPluginId
+ - title: @internal/plugin-*-backend
+
+ servers:
+ - /
+ - - yourPluginId
+ ```
+
+- b10c603: Add support for `oneOf` in client generated by `schema openapi generate-client`.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/cli-node@0.2.2
+ - @backstage/catalog-model@1.4.3
+ - @backstage/cli-common@0.1.13
+ - @backstage/errors@1.2.3
+
## 0.5.2
### Patch Changes
diff --git a/packages/repo-tools/package.json b/packages/repo-tools/package.json
index c8f832af01..98af4149c3 100644
--- a/packages/repo-tools/package.json
+++ b/packages/repo-tools/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/repo-tools",
"description": "CLI for Backstage repo tooling ",
- "version": "0.5.2",
+ "version": "0.6.0-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/packages/techdocs-cli-embedded-app/CHANGELOG.md b/packages/techdocs-cli-embedded-app/CHANGELOG.md
index 0e6163e1b7..c55d4a3e6e 100644
--- a/packages/techdocs-cli-embedded-app/CHANGELOG.md
+++ b/packages/techdocs-cli-embedded-app/CHANGELOG.md
@@ -1,5 +1,24 @@
# techdocs-cli-embedded-app
+## 0.2.91-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/app-defaults@1.4.8-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/cli@0.25.2-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-techdocs-react@1.1.15
+
## 0.2.90
### Patch Changes
diff --git a/packages/techdocs-cli-embedded-app/package.json b/packages/techdocs-cli-embedded-app/package.json
index 8e30395052..1641562040 100644
--- a/packages/techdocs-cli-embedded-app/package.json
+++ b/packages/techdocs-cli-embedded-app/package.json
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
- "version": "0.2.90",
+ "version": "0.2.91-next.0",
"private": true,
"backstage": {
"role": "frontend"
diff --git a/packages/techdocs-cli/CHANGELOG.md b/packages/techdocs-cli/CHANGELOG.md
index f65ed4bd46..9639950663 100644
--- a/packages/techdocs-cli/CHANGELOG.md
+++ b/packages/techdocs-cli/CHANGELOG.md
@@ -1,5 +1,16 @@
# @techdocs/cli
+## 1.8.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-techdocs-node@1.11.2-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+
## 1.8.1
### Patch Changes
diff --git a/packages/techdocs-cli/package.json b/packages/techdocs-cli/package.json
index 4d4fc997b6..f4cf7e9dc6 100644
--- a/packages/techdocs-cli/package.json
+++ b/packages/techdocs-cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
- "version": "1.8.1",
+ "version": "1.8.2-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md
index c4f342b554..101720cb30 100644
--- a/packages/test-utils/CHANGELOG.md
+++ b/packages/test-utils/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/test-utils
+## 1.5.0-next.0
+
+### Minor Changes
+
+- bb40898: Added `components` option to `TestAppOptions`, which will be forwarded as the `components` option to `createApp`.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/config@1.1.1
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-permission-react@0.4.19
+
## 1.4.7
### Patch Changes
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index 43b9c29a10..3e1d751677 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
- "version": "1.4.7",
+ "version": "1.5.0-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/plugins/adr-backend/CHANGELOG.md b/plugins/adr-backend/CHANGELOG.md
index adc0cf284f..e4986f0ca2 100644
--- a/plugins/adr-backend/CHANGELOG.md
+++ b/plugins/adr-backend/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-adr-backend
+## 0.4.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-adr-common@0.2.19
+ - @backstage/plugin-search-common@1.2.10
+
## 0.4.6
### Patch Changes
diff --git a/plugins/adr-backend/package.json b/plugins/adr-backend/package.json
index 24cebdff04..9f30c95581 100644
--- a/plugins/adr-backend/package.json
+++ b/plugins/adr-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-adr-backend",
- "version": "0.4.6",
+ "version": "0.4.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/adr/CHANGELOG.md b/plugins/adr/CHANGELOG.md
index 8cf8b2c28e..4586b14522 100644
--- a/plugins/adr/CHANGELOG.md
+++ b/plugins/adr/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-adr
+## 0.6.13-next.0
+
+### Patch Changes
+
+- 0b03962: Updated README
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-adr-common@0.2.19
+ - @backstage/plugin-search-common@1.2.10
+
## 0.6.12
### Patch Changes
diff --git a/plugins/adr/package.json b/plugins/adr/package.json
index 35c89ce255..d2157dcae7 100644
--- a/plugins/adr/package.json
+++ b/plugins/adr/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-adr",
- "version": "0.6.12",
+ "version": "0.6.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/airbrake-backend/CHANGELOG.md b/plugins/airbrake-backend/CHANGELOG.md
index 2a7c655a2d..85f5e412ed 100644
--- a/plugins/airbrake-backend/CHANGELOG.md
+++ b/plugins/airbrake-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-airbrake-backend
+## 0.3.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
## 0.3.6
### Patch Changes
diff --git a/plugins/airbrake-backend/package.json b/plugins/airbrake-backend/package.json
index f424ba8ce7..d3424d130d 100644
--- a/plugins/airbrake-backend/package.json
+++ b/plugins/airbrake-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake-backend",
- "version": "0.3.6",
+ "version": "0.3.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/airbrake/CHANGELOG.md b/plugins/airbrake/CHANGELOG.md
index 4636c27068..bf89516a38 100644
--- a/plugins/airbrake/CHANGELOG.md
+++ b/plugins/airbrake/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-airbrake
+## 0.3.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/dev-utils@1.0.27-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.3.29
### Patch Changes
diff --git a/plugins/airbrake/package.json b/plugins/airbrake/package.json
index 3cf1107fe0..904dbcef76 100644
--- a/plugins/airbrake/package.json
+++ b/plugins/airbrake/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake",
- "version": "0.3.29",
+ "version": "0.3.30-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/allure/CHANGELOG.md b/plugins/allure/CHANGELOG.md
index bf9aaa61df..4b99d120fb 100644
--- a/plugins/allure/CHANGELOG.md
+++ b/plugins/allure/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-allure
+## 0.1.46-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.45
### Patch Changes
diff --git a/plugins/allure/package.json b/plugins/allure/package.json
index 991c2a8944..9254b6c0c8 100644
--- a/plugins/allure/package.json
+++ b/plugins/allure/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-allure",
"description": "A Backstage plugin that integrates with Allure",
- "version": "0.1.45",
+ "version": "0.1.46-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/api-docs/CHANGELOG.md b/plugins/api-docs/CHANGELOG.md
index f801bf9ba2..4a293884f1 100644
--- a/plugins/api-docs/CHANGELOG.md
+++ b/plugins/api-docs/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-api-docs
+## 0.10.4-next.0
+
+### Patch Changes
+
+- 170c023: Adding `supportedSubmitMethods` prop to `api-docs` to pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through the `Try It Out` button on the Swagger UI.
+- c03f977: Updated dependency `graphiql` to `3.1.0`.
+- 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-react@0.4.19
+
## 0.10.3
### Patch Changes
diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json
index d6473d64d8..3147c080a8 100644
--- a/plugins/api-docs/package.json
+++ b/plugins/api-docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
- "version": "0.10.3",
+ "version": "0.10.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/app-backend/CHANGELOG.md b/plugins/app-backend/CHANGELOG.md
index 8550264a15..4a5361361d 100644
--- a/plugins/app-backend/CHANGELOG.md
+++ b/plugins/app-backend/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-app-backend
+## 0.3.58-next.0
+
+### Patch Changes
+
+- 9dfd57d: Do not force caching of the Javascript asset that contains the injected config.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config-loader@1.6.1
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-app-node@0.1.10-next.0
+
## 0.3.57
### Patch Changes
diff --git a/plugins/app-backend/package.json b/plugins/app-backend/package.json
index 0aecbec7f0..3722512874 100644
--- a/plugins/app-backend/package.json
+++ b/plugins/app-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-backend",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
- "version": "0.3.57",
+ "version": "0.3.58-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/app-node/CHANGELOG.md b/plugins/app-node/CHANGELOG.md
index d396e40aba..cef24b16ff 100644
--- a/plugins/app-node/CHANGELOG.md
+++ b/plugins/app-node/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-app-node
+## 0.1.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.9
### Patch Changes
diff --git a/plugins/app-node/package.json b/plugins/app-node/package.json
index 38c5eadacf..345b3fbdc0 100644
--- a/plugins/app-node/package.json
+++ b/plugins/app-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-node",
"description": "Node.js library for the app plugin",
- "version": "0.1.9",
+ "version": "0.1.10-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/app-visualizer/CHANGELOG.md b/plugins/app-visualizer/CHANGELOG.md
index a4ddea2590..ee679a979b 100644
--- a/plugins/app-visualizer/CHANGELOG.md
+++ b/plugins/app-visualizer/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-app-visualizer
+## 0.1.1-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.0
### Minor Changes
diff --git a/plugins/app-visualizer/package.json b/plugins/app-visualizer/package.json
index 197e97c464..49ebffd3f0 100644
--- a/plugins/app-visualizer/package.json
+++ b/plugins/app-visualizer/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-visualizer",
"description": "Visualizes the Backstage app structure",
- "version": "0.1.0",
+ "version": "0.1.1-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/plugins/auth-backend-module-atlassian-provider/CHANGELOG.md b/plugins/auth-backend-module-atlassian-provider/CHANGELOG.md
index 22f61ff088..580d58ae43 100644
--- a/plugins/auth-backend-module-atlassian-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-atlassian-provider/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-atlassian-provider
+## 0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.1
### Patch Changes
diff --git a/plugins/auth-backend-module-atlassian-provider/package.json b/plugins/auth-backend-module-atlassian-provider/package.json
index 3d73de88fc..311122fe54 100644
--- a/plugins/auth-backend-module-atlassian-provider/package.json
+++ b/plugins/auth-backend-module-atlassian-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-atlassian-provider",
"description": "The atlassian-provider backend module for the auth plugin.",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-gcp-iap-provider/CHANGELOG.md b/plugins/auth-backend-module-gcp-iap-provider/CHANGELOG.md
index e9e5d99224..87ccf9ad8e 100644
--- a/plugins/auth-backend-module-gcp-iap-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-gcp-iap-provider/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-auth-backend-module-gcp-iap-provider
+## 0.2.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.2.3
### Patch Changes
diff --git a/plugins/auth-backend-module-gcp-iap-provider/package.json b/plugins/auth-backend-module-gcp-iap-provider/package.json
index d167389b20..95fea863f3 100644
--- a/plugins/auth-backend-module-gcp-iap-provider/package.json
+++ b/plugins/auth-backend-module-gcp-iap-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
"description": "A GCP IAP auth provider module for the Backstage auth backend",
- "version": "0.2.3",
+ "version": "0.2.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-github-provider/CHANGELOG.md b/plugins/auth-backend-module-github-provider/CHANGELOG.md
index ee59a1e269..11053b8487 100644
--- a/plugins/auth-backend-module-github-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-github-provider/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-github-provider
+## 0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.6
### Patch Changes
diff --git a/plugins/auth-backend-module-github-provider/package.json b/plugins/auth-backend-module-github-provider/package.json
index bf84dc5ec7..8113a9e03f 100644
--- a/plugins/auth-backend-module-github-provider/package.json
+++ b/plugins/auth-backend-module-github-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-github-provider",
"description": "The github-provider backend module for the auth plugin.",
- "version": "0.1.6",
+ "version": "0.1.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-gitlab-provider/CHANGELOG.md b/plugins/auth-backend-module-gitlab-provider/CHANGELOG.md
index 92acc636c1..15688da6ee 100644
--- a/plugins/auth-backend-module-gitlab-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-gitlab-provider/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-gitlab-provider
+## 0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.6
### Patch Changes
diff --git a/plugins/auth-backend-module-gitlab-provider/package.json b/plugins/auth-backend-module-gitlab-provider/package.json
index c7f4d5ef04..e25ccfd547 100644
--- a/plugins/auth-backend-module-gitlab-provider/package.json
+++ b/plugins/auth-backend-module-gitlab-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-gitlab-provider",
"description": "The gitlab-provider backend module for the auth plugin.",
- "version": "0.1.6",
+ "version": "0.1.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-google-provider/CHANGELOG.md b/plugins/auth-backend-module-google-provider/CHANGELOG.md
index b43722644b..78a6e68eb4 100644
--- a/plugins/auth-backend-module-google-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-google-provider/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-google-provider
+## 0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.6
### Patch Changes
diff --git a/plugins/auth-backend-module-google-provider/package.json b/plugins/auth-backend-module-google-provider/package.json
index 7528d9f8b6..c985192df6 100644
--- a/plugins/auth-backend-module-google-provider/package.json
+++ b/plugins/auth-backend-module-google-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-google-provider",
"description": "A Google auth provider module for the Backstage auth backend",
- "version": "0.1.6",
+ "version": "0.1.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-microsoft-provider/CHANGELOG.md b/plugins/auth-backend-module-microsoft-provider/CHANGELOG.md
index 496538fdf0..e61ab20c6b 100644
--- a/plugins/auth-backend-module-microsoft-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-microsoft-provider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-microsoft-provider
+## 0.1.5-next.0
+
+### Patch Changes
+
+- 1ff2684: Added the possibility to use custom scopes for performing login with Microsoft EntraID.
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.4
### Patch Changes
diff --git a/plugins/auth-backend-module-microsoft-provider/package.json b/plugins/auth-backend-module-microsoft-provider/package.json
index 94dddfc7ac..e20f2d8a4c 100644
--- a/plugins/auth-backend-module-microsoft-provider/package.json
+++ b/plugins/auth-backend-module-microsoft-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-microsoft-provider",
"description": "The microsoft-provider backend module for the auth plugin.",
- "version": "0.1.4",
+ "version": "0.1.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-oauth2-provider/CHANGELOG.md b/plugins/auth-backend-module-oauth2-provider/CHANGELOG.md
index 44cb96b97d..0b70811413 100644
--- a/plugins/auth-backend-module-oauth2-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-oauth2-provider/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-auth-backend-module-oauth2-provider
+## 0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.6
### Patch Changes
diff --git a/plugins/auth-backend-module-oauth2-provider/package.json b/plugins/auth-backend-module-oauth2-provider/package.json
index 5edc0be4b8..83c14c7821 100644
--- a/plugins/auth-backend-module-oauth2-provider/package.json
+++ b/plugins/auth-backend-module-oauth2-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-oauth2-provider",
"description": "The oauth2-provider backend module for the auth plugin.",
- "version": "0.1.6",
+ "version": "0.1.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-oauth2-proxy-provider/CHANGELOG.md b/plugins/auth-backend-module-oauth2-proxy-provider/CHANGELOG.md
index 71c14a75e2..809e58fd6c 100644
--- a/plugins/auth-backend-module-oauth2-proxy-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-oauth2-proxy-provider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-oauth2-proxy-provider
+## 0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
+
## 0.1.1
### Patch Changes
diff --git a/plugins/auth-backend-module-oauth2-proxy-provider/package.json b/plugins/auth-backend-module-oauth2-proxy-provider/package.json
index c3d49bfcd0..d0dabe9321 100644
--- a/plugins/auth-backend-module-oauth2-proxy-provider/package.json
+++ b/plugins/auth-backend-module-oauth2-proxy-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
"description": "The oauth2-proxy-provider backend module for the auth plugin.",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-oidc-provider/CHANGELOG.md b/plugins/auth-backend-module-oidc-provider/CHANGELOG.md
new file mode 100644
index 0000000000..4581738ffb
--- /dev/null
+++ b/plugins/auth-backend-module-oidc-provider/CHANGELOG.md
@@ -0,0 +1,16 @@
+# @backstage/plugin-auth-backend-module-oidc-provider
+
+## 0.1.0-next.0
+
+### Minor Changes
+
+- 5d2fcba: Created new `@backstage/plugin-auth-backend-module-oidc-provider` module package to house oidc auth provider migration.
+
+### Patch Changes
+
+- 8afb6f4: Updated dependency `passport` to `^0.7.0`.
+- Updated dependencies
+ - @backstage/plugin-auth-backend@0.20.4-next.0
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
diff --git a/plugins/auth-backend-module-oidc-provider/package.json b/plugins/auth-backend-module-oidc-provider/package.json
index 8d518227a1..2b133f2f21 100644
--- a/plugins/auth-backend-module-oidc-provider/package.json
+++ b/plugins/auth-backend-module-oidc-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-oidc-provider",
"description": "The oidc-provider backend module for the auth plugin.",
- "version": "0.0.0",
+ "version": "0.1.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-okta-provider/CHANGELOG.md b/plugins/auth-backend-module-okta-provider/CHANGELOG.md
index b059fa0bb4..313259dd3d 100644
--- a/plugins/auth-backend-module-okta-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-okta-provider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-okta-provider
+## 0.0.3-next.0
+
+### Patch Changes
+
+- cd5114c: Added missing `additionalScopes` option to configuration schema.
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.0.2
### Patch Changes
diff --git a/plugins/auth-backend-module-okta-provider/package.json b/plugins/auth-backend-module-okta-provider/package.json
index 7159ab1292..2d2d3f857c 100644
--- a/plugins/auth-backend-module-okta-provider/package.json
+++ b/plugins/auth-backend-module-okta-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-okta-provider",
"description": "The okta-provider backend module for the auth plugin.",
- "version": "0.0.2",
+ "version": "0.0.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-pinniped-provider/CHANGELOG.md b/plugins/auth-backend-module-pinniped-provider/CHANGELOG.md
index 147a13b97d..8b7c0a8214 100644
--- a/plugins/auth-backend-module-pinniped-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-pinniped-provider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-pinniped-provider
+## 0.1.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
## 0.1.3
### Patch Changes
diff --git a/plugins/auth-backend-module-pinniped-provider/package.json b/plugins/auth-backend-module-pinniped-provider/package.json
index bda4cd9751..a414483000 100644
--- a/plugins/auth-backend-module-pinniped-provider/package.json
+++ b/plugins/auth-backend-module-pinniped-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-pinniped-provider",
"description": "The pinniped-provider backend module for the auth plugin.",
- "version": "0.1.3",
+ "version": "0.1.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend-module-vmware-cloud-provider/CHANGELOG.md b/plugins/auth-backend-module-vmware-cloud-provider/CHANGELOG.md
index 8beb4ed11c..9613bb1499 100644
--- a/plugins/auth-backend-module-vmware-cloud-provider/CHANGELOG.md
+++ b/plugins/auth-backend-module-vmware-cloud-provider/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-auth-backend-module-vmware-cloud-provider
+## 0.1.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+
## 0.1.1
### Patch Changes
diff --git a/plugins/auth-backend-module-vmware-cloud-provider/package.json b/plugins/auth-backend-module-vmware-cloud-provider/package.json
index b9b6a3cdaf..3a1cbe4aa5 100644
--- a/plugins/auth-backend-module-vmware-cloud-provider/package.json
+++ b/plugins/auth-backend-module-vmware-cloud-provider/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend-module-vmware-cloud-provider",
"description": "The vmware-cloud-provider backend module for the auth plugin.",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-backend/CHANGELOG.md b/plugins/auth-backend/CHANGELOG.md
index a65f0bdb61..27b912aca1 100644
--- a/plugins/auth-backend/CHANGELOG.md
+++ b/plugins/auth-backend/CHANGELOG.md
@@ -1,5 +1,31 @@
# @backstage/plugin-auth-backend
+## 0.20.4-next.0
+
+### Patch Changes
+
+- a3f1fa3: Use the externalized `auth-backend-module-microsoft-provider` again.
+- 5d2fcba: Migrated oidc auth provider to new `@backstage/plugin-auth-backend-module-oidc-provider` module package.
+- Updated dependencies
+ - @backstage/plugin-auth-backend-module-okta-provider@0.0.3-next.0
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-backend-module-oidc-provider@0.1.0-next.0
+ - @backstage/plugin-auth-backend-module-microsoft-provider@0.1.5-next.0
+ - @backstage/plugin-auth-backend-module-atlassian-provider@0.1.2-next.0
+ - @backstage/plugin-auth-backend-module-github-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-gitlab-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-google-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-oauth2-provider@0.1.7-next.0
+ - @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.4-next.0
+ - @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.2-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
## 0.20.3
### Patch Changes
diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json
index f485f04311..16445713dc 100644
--- a/plugins/auth-backend/package.json
+++ b/plugins/auth-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
- "version": "0.20.3",
+ "version": "0.20.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/auth-node/CHANGELOG.md b/plugins/auth-node/CHANGELOG.md
index 36d65e9fa3..97b69b0618 100644
--- a/plugins/auth-node/CHANGELOG.md
+++ b/plugins/auth-node/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-auth-node
+## 0.4.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.4.3
### Patch Changes
diff --git a/plugins/auth-node/package.json b/plugins/auth-node/package.json
index fc8fb5b25c..0af59ecc53 100644
--- a/plugins/auth-node/package.json
+++ b/plugins/auth-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
- "version": "0.4.3",
+ "version": "0.4.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/azure-devops-backend/CHANGELOG.md b/plugins/azure-devops-backend/CHANGELOG.md
index 7b0a081b34..736fa6276b 100644
--- a/plugins/azure-devops-backend/CHANGELOG.md
+++ b/plugins/azure-devops-backend/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-azure-devops-backend
+## 0.5.2-next.0
+
+### Patch Changes
+
+- 353244d: Added a note about Service Principles
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-azure-devops-common@0.3.2
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.5.1
### Patch Changes
diff --git a/plugins/azure-devops-backend/package.json b/plugins/azure-devops-backend/package.json
index 12b598f7e9..7b210e5759 100644
--- a/plugins/azure-devops-backend/package.json
+++ b/plugins/azure-devops-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
- "version": "0.5.1",
+ "version": "0.5.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/azure-devops/CHANGELOG.md b/plugins/azure-devops/CHANGELOG.md
index 8d851523f6..a2c1f6f118 100644
--- a/plugins/azure-devops/CHANGELOG.md
+++ b/plugins/azure-devops/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-azure-devops
+## 0.3.12-next.0
+
+### Patch Changes
+
+- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
+- cb0afaa: Prefer `dev.azure.com/build-definition` annotation when it is provided, as it is more specific than `dev.azure.com/project-repo`. This can also be used as a filter for mono-repos.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-azure-devops-common@0.3.2
+
## 0.3.11
### Patch Changes
diff --git a/plugins/azure-devops/package.json b/plugins/azure-devops/package.json
index db744139ee..d0b5932b31 100644
--- a/plugins/azure-devops/package.json
+++ b/plugins/azure-devops/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops",
- "version": "0.3.11",
+ "version": "0.3.12-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/azure-sites-backend/CHANGELOG.md b/plugins/azure-sites-backend/CHANGELOG.md
index c806c46925..1e9cd2162e 100644
--- a/plugins/azure-sites-backend/CHANGELOG.md
+++ b/plugins/azure-sites-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-azure-sites-backend
+## 0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-azure-sites-common@0.1.1
+
## 0.1.19
### Patch Changes
diff --git a/plugins/azure-sites-backend/package.json b/plugins/azure-sites-backend/package.json
index ae3a849810..c4f689129d 100644
--- a/plugins/azure-sites-backend/package.json
+++ b/plugins/azure-sites-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-sites-backend",
- "version": "0.1.19",
+ "version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/azure-sites/CHANGELOG.md b/plugins/azure-sites/CHANGELOG.md
index dd706132a6..66a6d4ecaa 100644
--- a/plugins/azure-sites/CHANGELOG.md
+++ b/plugins/azure-sites/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-azure-sites
+## 0.1.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-azure-sites-common@0.1.1
+
## 0.1.18
### Patch Changes
diff --git a/plugins/azure-sites/package.json b/plugins/azure-sites/package.json
index cc16ab9e47..a4337348f3 100644
--- a/plugins/azure-sites/package.json
+++ b/plugins/azure-sites/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-sites",
- "version": "0.1.18",
+ "version": "0.1.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/badges-backend/CHANGELOG.md b/plugins/badges-backend/CHANGELOG.md
index c0135f7ee8..61fd11ec9e 100644
--- a/plugins/badges-backend/CHANGELOG.md
+++ b/plugins/badges-backend/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-badges-backend
+## 0.3.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
## 0.3.6
### Patch Changes
diff --git a/plugins/badges-backend/package.json b/plugins/badges-backend/package.json
index 893a5b6969..cf9051198e 100644
--- a/plugins/badges-backend/package.json
+++ b/plugins/badges-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges-backend",
"description": "A Backstage backend plugin that generates README badges for your entities",
- "version": "0.3.6",
+ "version": "0.3.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/badges/CHANGELOG.md b/plugins/badges/CHANGELOG.md
index 0897cf4caf..4a85075f2f 100644
--- a/plugins/badges/CHANGELOG.md
+++ b/plugins/badges/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-badges
+## 0.2.54-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.2.53
### Patch Changes
diff --git a/plugins/badges/package.json b/plugins/badges/package.json
index 688536d260..3d8e7d101d 100644
--- a/plugins/badges/package.json
+++ b/plugins/badges/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges",
"description": "A Backstage plugin that generates README badges for your entities",
- "version": "0.2.53",
+ "version": "0.2.54-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/bazaar-backend/CHANGELOG.md b/plugins/bazaar-backend/CHANGELOG.md
index 51dac2f648..9cf47046c5 100644
--- a/plugins/bazaar-backend/CHANGELOG.md
+++ b/plugins/bazaar-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-bazaar-backend
+## 0.3.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
## 0.3.7
### Patch Changes
diff --git a/plugins/bazaar-backend/package.json b/plugins/bazaar-backend/package.json
index 82f4c66a76..1dfa398e26 100644
--- a/plugins/bazaar-backend/package.json
+++ b/plugins/bazaar-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar-backend",
- "version": "0.3.7",
+ "version": "0.3.8-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/bazaar/CHANGELOG.md b/plugins/bazaar/CHANGELOG.md
index 5e048efb1b..0f7122a74d 100644
--- a/plugins/bazaar/CHANGELOG.md
+++ b/plugins/bazaar/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-bazaar
+## 0.2.22-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.2.21
### Patch Changes
diff --git a/plugins/bazaar/package.json b/plugins/bazaar/package.json
index 058ead5ca3..dd7629a14f 100644
--- a/plugins/bazaar/package.json
+++ b/plugins/bazaar/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar",
- "version": "0.2.21",
+ "version": "0.2.22-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/bitbucket-cloud-common/CHANGELOG.md b/plugins/bitbucket-cloud-common/CHANGELOG.md
index d2883dce02..f175f210ed 100644
--- a/plugins/bitbucket-cloud-common/CHANGELOG.md
+++ b/plugins/bitbucket-cloud-common/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-bitbucket-cloud-common
+## 0.2.16-next.0
+
+### Patch Changes
+
+- 2e6af00: Updated dependency `ts-morph` to `^21.0.0`.
+- Updated dependencies
+ - @backstage/integration@1.8.0
+
## 0.2.15
### Patch Changes
diff --git a/plugins/bitbucket-cloud-common/package.json b/plugins/bitbucket-cloud-common/package.json
index a22d0781bf..3c94cb30c3 100644
--- a/plugins/bitbucket-cloud-common/package.json
+++ b/plugins/bitbucket-cloud-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-bitbucket-cloud-common",
"description": "Common functionalities for bitbucket-cloud plugins",
- "version": "0.2.15",
+ "version": "0.2.16-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/bitrise/CHANGELOG.md b/plugins/bitrise/CHANGELOG.md
index efc87f6839..68defbcc7f 100644
--- a/plugins/bitrise/CHANGELOG.md
+++ b/plugins/bitrise/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-bitrise
+## 0.1.57-next.0
+
+### Patch Changes
+
+- e24e4d3: Update README
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.56
### Patch Changes
diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json
index 2dd804f746..7c1677919e 100644
--- a/plugins/bitrise/package.json
+++ b/plugins/bitrise/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-bitrise",
"description": "A Backstage plugin that integrates towards Bitrise",
- "version": "0.1.56",
+ "version": "0.1.57-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-aws/CHANGELOG.md b/plugins/catalog-backend-module-aws/CHANGELOG.md
index ff0c82bcc4..afb57360f9 100644
--- a/plugins/catalog-backend-module-aws/CHANGELOG.md
+++ b/plugins/catalog-backend-module-aws/CHANGELOG.md
@@ -1,5 +1,24 @@
# @backstage/plugin-catalog-backend-module-aws
+## 0.3.4-next.0
+
+### Patch Changes
+
+- a81b1ba: The default EKS cluster entity transformer now sets the new
+ `kubernetes.io/x-k8s-aws-id` annotation.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.3.3
### Patch Changes
diff --git a/plugins/catalog-backend-module-aws/package.json b/plugins/catalog-backend-module-aws/package.json
index af507e3c68..613dea2f2f 100644
--- a/plugins/catalog-backend-module-aws/package.json
+++ b/plugins/catalog-backend-module-aws/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
- "version": "0.3.3",
+ "version": "0.3.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-azure/CHANGELOG.md b/plugins/catalog-backend-module-azure/CHANGELOG.md
index e33d32aa36..bb760f1136 100644
--- a/plugins/catalog-backend-module-azure/CHANGELOG.md
+++ b/plugins/catalog-backend-module-azure/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-azure
+## 0.1.29-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.1.28
### Patch Changes
diff --git a/plugins/catalog-backend-module-azure/package.json b/plugins/catalog-backend-module-azure/package.json
index 05d2587746..c3c9ac8a81 100644
--- a/plugins/catalog-backend-module-azure/package.json
+++ b/plugins/catalog-backend-module-azure/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
- "version": "0.1.28",
+ "version": "0.1.29-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-backstage-openapi/CHANGELOG.md b/plugins/catalog-backend-module-backstage-openapi/CHANGELOG.md
index 28d4c10240..ee80978b65 100644
--- a/plugins/catalog-backend-module-backstage-openapi/CHANGELOG.md
+++ b/plugins/catalog-backend-module-backstage-openapi/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-backstage-openapi
+## 0.1.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
## 0.1.2
### Patch Changes
diff --git a/plugins/catalog-backend-module-backstage-openapi/package.json b/plugins/catalog-backend-module-backstage-openapi/package.json
index ff331aeca5..4f2b1a5b11 100644
--- a/plugins/catalog-backend-module-backstage-openapi/package.json
+++ b/plugins/catalog-backend-module-backstage-openapi/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-backstage-openapi",
- "version": "0.1.2",
+ "version": "0.1.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md b/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md
index 0fb20563d0..a9c1aa2945 100644
--- a/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md
+++ b/plugins/catalog-backend-module-bitbucket-cloud/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-catalog-backend-module-bitbucket-cloud
+## 0.1.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.1.24
### Patch Changes
diff --git a/plugins/catalog-backend-module-bitbucket-cloud/package.json b/plugins/catalog-backend-module-bitbucket-cloud/package.json
index e1352c6363..7dd551e15a 100644
--- a/plugins/catalog-backend-module-bitbucket-cloud/package.json
+++ b/plugins/catalog-backend-module-bitbucket-cloud/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-cloud",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket Cloud",
- "version": "0.1.24",
+ "version": "0.1.25-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md b/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md
index d3abaf1608..c6eeebe0e6 100644
--- a/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md
+++ b/plugins/catalog-backend-module-bitbucket-server/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-bitbucket-server
+## 0.1.23-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.1.22
### Patch Changes
diff --git a/plugins/catalog-backend-module-bitbucket-server/package.json b/plugins/catalog-backend-module-bitbucket-server/package.json
index 00f8c6572f..ab8febdc20 100644
--- a/plugins/catalog-backend-module-bitbucket-server/package.json
+++ b/plugins/catalog-backend-module-bitbucket-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket-server",
- "version": "0.1.22",
+ "version": "0.1.23-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-bitbucket/CHANGELOG.md b/plugins/catalog-backend-module-bitbucket/CHANGELOG.md
index b39778b2fb..27fb897ae2 100644
--- a/plugins/catalog-backend-module-bitbucket/CHANGELOG.md
+++ b/plugins/catalog-backend-module-bitbucket/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-bitbucket
+## 0.2.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-bitbucket-cloud-common@0.2.16-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+
## 0.2.24
### Patch Changes
diff --git a/plugins/catalog-backend-module-bitbucket/package.json b/plugins/catalog-backend-module-bitbucket/package.json
index 2625835a5b..8db2d2dabe 100644
--- a/plugins/catalog-backend-module-bitbucket/package.json
+++ b/plugins/catalog-backend-module-bitbucket/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
- "version": "0.2.24",
+ "version": "0.2.25-next.0",
"deprecated": true,
"main": "src/index.ts",
"types": "src/index.ts",
diff --git a/plugins/catalog-backend-module-gcp/CHANGELOG.md b/plugins/catalog-backend-module-gcp/CHANGELOG.md
index aef3c0c14a..bdf72f7171 100644
--- a/plugins/catalog-backend-module-gcp/CHANGELOG.md
+++ b/plugins/catalog-backend-module-gcp/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-gcp
+## 0.1.10-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+
## 0.1.9
### Patch Changes
diff --git a/plugins/catalog-backend-module-gcp/package.json b/plugins/catalog-backend-module-gcp/package.json
index 5515feeb5b..ad5bdfa3f5 100644
--- a/plugins/catalog-backend-module-gcp/package.json
+++ b/plugins/catalog-backend-module-gcp/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-gcp",
"description": "A Backstage catalog backend module that helps integrate towards GCP",
- "version": "0.1.9",
+ "version": "0.1.10-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-gerrit/CHANGELOG.md b/plugins/catalog-backend-module-gerrit/CHANGELOG.md
index f43a1a7550..2b965a3267 100644
--- a/plugins/catalog-backend-module-gerrit/CHANGELOG.md
+++ b/plugins/catalog-backend-module-gerrit/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-gerrit
+## 0.1.26-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.1.25
### Patch Changes
diff --git a/plugins/catalog-backend-module-gerrit/package.json b/plugins/catalog-backend-module-gerrit/package.json
index 95f90287c3..91097235d4 100644
--- a/plugins/catalog-backend-module-gerrit/package.json
+++ b/plugins/catalog-backend-module-gerrit/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend-module-gerrit",
- "version": "0.1.25",
+ "version": "0.1.26-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-github-org/CHANGELOG.md b/plugins/catalog-backend-module-github-org/CHANGELOG.md
index 2dac3fa910..a8448fe5af 100644
--- a/plugins/catalog-backend-module-github-org/CHANGELOG.md
+++ b/plugins/catalog-backend-module-github-org/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-github-org
+## 0.1.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-backend-module-github@0.4.8-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
## 0.1.3
### Patch Changes
diff --git a/plugins/catalog-backend-module-github-org/package.json b/plugins/catalog-backend-module-github-org/package.json
index bd7e23f90d..585f032f05 100644
--- a/plugins/catalog-backend-module-github-org/package.json
+++ b/plugins/catalog-backend-module-github-org/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-github-org",
"description": "The github-org backend module for the catalog plugin.",
- "version": "0.1.3",
+ "version": "0.1.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-github/CHANGELOG.md b/plugins/catalog-backend-module-github/CHANGELOG.md
index 6ea0c50666..b00dfda365 100644
--- a/plugins/catalog-backend-module-github/CHANGELOG.md
+++ b/plugins/catalog-backend-module-github/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-catalog-backend-module-github
+## 0.4.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.4.7
### Patch Changes
diff --git a/plugins/catalog-backend-module-github/package.json b/plugins/catalog-backend-module-github/package.json
index 9231a0cd69..10c95c6c44 100644
--- a/plugins/catalog-backend-module-github/package.json
+++ b/plugins/catalog-backend-module-github/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-github",
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
- "version": "0.4.7",
+ "version": "0.4.8-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-gitlab/CHANGELOG.md b/plugins/catalog-backend-module-gitlab/CHANGELOG.md
index 138796de12..b78079c4e8 100644
--- a/plugins/catalog-backend-module-gitlab/CHANGELOG.md
+++ b/plugins/catalog-backend-module-gitlab/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-gitlab
+## 0.3.7-next.0
+
+### Patch Changes
+
+- 60e4c2a: Added the option to provide custom `groupTransformer`, `userTransformer` and `groupNameTransformer` to allow custom transformations of groups and users
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+
## 0.3.6
### Patch Changes
diff --git a/plugins/catalog-backend-module-gitlab/package.json b/plugins/catalog-backend-module-gitlab/package.json
index 4092a1dab2..a364ddb584 100644
--- a/plugins/catalog-backend-module-gitlab/package.json
+++ b/plugins/catalog-backend-module-gitlab/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab",
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
- "version": "0.3.6",
+ "version": "0.3.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md b/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md
index 24fd6a0b30..042dfc6bb1 100644
--- a/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md
+++ b/plugins/catalog-backend-module-incremental-ingestion/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-catalog-backend-module-incremental-ingestion
+## 0.4.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.4.13
### Patch Changes
diff --git a/plugins/catalog-backend-module-incremental-ingestion/package.json b/plugins/catalog-backend-module-incremental-ingestion/package.json
index 41c0abd811..96ccb49130 100644
--- a/plugins/catalog-backend-module-incremental-ingestion/package.json
+++ b/plugins/catalog-backend-module-incremental-ingestion/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
"description": "An entity provider for streaming large asset sources into the catalog",
- "version": "0.4.13",
+ "version": "0.4.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-ldap/CHANGELOG.md b/plugins/catalog-backend-module-ldap/CHANGELOG.md
index 5e01cf2f97..b6f74f007c 100644
--- a/plugins/catalog-backend-module-ldap/CHANGELOG.md
+++ b/plugins/catalog-backend-module-ldap/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-ldap
+## 0.5.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.5.24
### Patch Changes
diff --git a/plugins/catalog-backend-module-ldap/package.json b/plugins/catalog-backend-module-ldap/package.json
index 6a16e89ff1..c2ad4a8aa3 100644
--- a/plugins/catalog-backend-module-ldap/package.json
+++ b/plugins/catalog-backend-module-ldap/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-ldap",
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
- "version": "0.5.24",
+ "version": "0.5.25-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-msgraph/CHANGELOG.md b/plugins/catalog-backend-module-msgraph/CHANGELOG.md
index 8ea92b99b9..99e9e39a76 100644
--- a/plugins/catalog-backend-module-msgraph/CHANGELOG.md
+++ b/plugins/catalog-backend-module-msgraph/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-backend-module-msgraph
+## 0.5.17-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.5.16
### Patch Changes
diff --git a/plugins/catalog-backend-module-msgraph/package.json b/plugins/catalog-backend-module-msgraph/package.json
index 1187c93262..56cf638689 100644
--- a/plugins/catalog-backend-module-msgraph/package.json
+++ b/plugins/catalog-backend-module-msgraph/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-msgraph",
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
- "version": "0.5.16",
+ "version": "0.5.17-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-openapi/CHANGELOG.md b/plugins/catalog-backend-module-openapi/CHANGELOG.md
index ff1f865a28..498291b002 100644
--- a/plugins/catalog-backend-module-openapi/CHANGELOG.md
+++ b/plugins/catalog-backend-module-openapi/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-backend-module-openapi
+## 0.1.27-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-catalog-backend@1.17.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.1.26
### Patch Changes
diff --git a/plugins/catalog-backend-module-openapi/package.json b/plugins/catalog-backend-module-openapi/package.json
index 1b3a2e46a0..92e7bdf618 100644
--- a/plugins/catalog-backend-module-openapi/package.json
+++ b/plugins/catalog-backend-module-openapi/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-openapi",
"description": "A Backstage catalog backend module that helps with OpenAPI specifications",
- "version": "0.1.26",
+ "version": "0.1.27-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-puppetdb/CHANGELOG.md b/plugins/catalog-backend-module-puppetdb/CHANGELOG.md
index dbc84f46f7..b2dd64e934 100644
--- a/plugins/catalog-backend-module-puppetdb/CHANGELOG.md
+++ b/plugins/catalog-backend-module-puppetdb/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-backend-module-puppetdb
+## 0.1.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.1.14
### Patch Changes
diff --git a/plugins/catalog-backend-module-puppetdb/package.json b/plugins/catalog-backend-module-puppetdb/package.json
index d9bdb74b16..4aaf20ba8b 100644
--- a/plugins/catalog-backend-module-puppetdb/package.json
+++ b/plugins/catalog-backend-module-puppetdb/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-puppetdb",
"description": "A Backstage catalog backend module that helps integrate towards PuppetDB",
- "version": "0.1.14",
+ "version": "0.1.15-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md b/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md
index 4901341e46..de3ff6553a 100644
--- a/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md
+++ b/plugins/catalog-backend-module-scaffolder-entity-model/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-scaffolder-entity-model
+## 0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.1.6
### Patch Changes
diff --git a/plugins/catalog-backend-module-scaffolder-entity-model/package.json b/plugins/catalog-backend-module-scaffolder-entity-model/package.json
index 3dc896f7c7..66d3c3d26f 100644
--- a/plugins/catalog-backend-module-scaffolder-entity-model/package.json
+++ b/plugins/catalog-backend-module-scaffolder-entity-model/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-scaffolder-entity-model",
"description": "Adds support for the scaffolder specific entity model (e.g. the Template kind) to the catalog backend plugin.",
- "version": "0.1.6",
+ "version": "0.1.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend-module-unprocessed/CHANGELOG.md b/plugins/catalog-backend-module-unprocessed/CHANGELOG.md
index 947fdb5914..3c34f951b5 100644
--- a/plugins/catalog-backend-module-unprocessed/CHANGELOG.md
+++ b/plugins/catalog-backend-module-unprocessed/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-catalog-backend-module-unprocessed
+## 0.3.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+
## 0.3.6
### Patch Changes
diff --git a/plugins/catalog-backend-module-unprocessed/package.json b/plugins/catalog-backend-module-unprocessed/package.json
index 4412c4ef7c..22786152c9 100644
--- a/plugins/catalog-backend-module-unprocessed/package.json
+++ b/plugins/catalog-backend-module-unprocessed/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-unprocessed",
"description": "Backstage Catalog module to view unprocessed entities",
- "version": "0.3.6",
+ "version": "0.3.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-backend/CHANGELOG.md b/plugins/catalog-backend/CHANGELOG.md
index 3330de7fd3..fcbad7031b 100644
--- a/plugins/catalog-backend/CHANGELOG.md
+++ b/plugins/catalog-backend/CHANGELOG.md
@@ -1,5 +1,33 @@
# @backstage/plugin-catalog-backend
+## 1.17.0-next.0
+
+### Minor Changes
+
+- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-search-backend-module-catalog@0.1.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-events-node@0.2.19-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
## 1.16.1
### Patch Changes
diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json
index 42f40cccd2..d9ba73fe9e 100644
--- a/plugins/catalog-backend/package.json
+++ b/plugins/catalog-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend",
"description": "The Backstage backend plugin that provides the Backstage catalog",
- "version": "1.16.1",
+ "version": "1.17.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-graph/CHANGELOG.md b/plugins/catalog-graph/CHANGELOG.md
index 235e5c25fb..a377f5ca68 100644
--- a/plugins/catalog-graph/CHANGELOG.md
+++ b/plugins/catalog-graph/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-graph
+## 0.3.4-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/types@1.1.1
+
## 0.3.3
### Patch Changes
diff --git a/plugins/catalog-graph/package.json b/plugins/catalog-graph/package.json
index a38f1a4480..709e764531 100644
--- a/plugins/catalog-graph/package.json
+++ b/plugins/catalog-graph/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
- "version": "0.3.3",
+ "version": "0.3.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-import/CHANGELOG.md b/plugins/catalog-import/CHANGELOG.md
index ea9d4cb61e..b77f3faf2b 100644
--- a/plugins/catalog-import/CHANGELOG.md
+++ b/plugins/catalog-import/CHANGELOG.md
@@ -1,5 +1,24 @@
# @backstage/plugin-catalog-import
+## 0.10.6-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.10.5
### Patch Changes
diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json
index 865f60a842..066a073c48 100644
--- a/plugins/catalog-import/package.json
+++ b/plugins/catalog-import/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-import",
"description": "A Backstage plugin the helps you import entities into your catalog",
- "version": "0.10.5",
+ "version": "0.10.6-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-node/CHANGELOG.md b/plugins/catalog-node/CHANGELOG.md
index cda3c22b0f..7327411bf2 100644
--- a/plugins/catalog-node/CHANGELOG.md
+++ b/plugins/catalog-node/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-catalog-node
+## 1.6.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+
## 1.6.1
### Patch Changes
diff --git a/plugins/catalog-node/package.json b/plugins/catalog-node/package.json
index 013577d0b9..944474bb9b 100644
--- a/plugins/catalog-node/package.json
+++ b/plugins/catalog-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-node",
"description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
- "version": "1.6.1",
+ "version": "1.6.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog-react/CHANGELOG.md b/plugins/catalog-react/CHANGELOG.md
index 9bd729a8e6..4bd71d05fe 100644
--- a/plugins/catalog-react/CHANGELOG.md
+++ b/plugins/catalog-react/CHANGELOG.md
@@ -1,5 +1,25 @@
# @backstage/plugin-catalog-react
+## 1.9.4-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- 71c6d7a: Overflowing labels in OwnerPicker (Catalog) are now truncated. Hovering over them shows the full label
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration-react@1.1.23
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-permission-react@0.4.19
+
## 1.9.3
### Patch Changes
diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json
index 93486c64db..d4114efc59 100644
--- a/plugins/catalog-react/package.json
+++ b/plugins/catalog-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-react",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
- "version": "1.9.3",
+ "version": "1.9.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/catalog/CHANGELOG.md b/plugins/catalog/CHANGELOG.md
index a34341d585..4283ae0a74 100644
--- a/plugins/catalog/CHANGELOG.md
+++ b/plugins/catalog/CHANGELOG.md
@@ -1,5 +1,34 @@
# @backstage/plugin-catalog
+## 1.17.0-next.0
+
+### Minor Changes
+
+- e541c0e: Exported `CatalogTable.defaultColumnsFunc` for defining the columns in `` of some Kinds while using the default columns for the others.
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- f899eec: Change default icon for `kind:resource` to the storage icon.
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- 797a329: Fixed inconsistencies in icons used for System and Template
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration-react@1.1.23
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-search-common@1.2.10
+
## 1.16.1
### Patch Changes
diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json
index 4654a831f9..c30cddc08f 100644
--- a/plugins/catalog/package.json
+++ b/plugins/catalog/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog",
"description": "The Backstage plugin for browsing the Backstage catalog",
- "version": "1.16.1",
+ "version": "1.17.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/cicd-statistics-module-gitlab/CHANGELOG.md b/plugins/cicd-statistics-module-gitlab/CHANGELOG.md
index 79d8cda7bf..1d134138ba 100644
--- a/plugins/cicd-statistics-module-gitlab/CHANGELOG.md
+++ b/plugins/cicd-statistics-module-gitlab/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-cicd-statistics-module-gitlab
+## 0.1.26-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-cicd-statistics@0.1.32-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.25
### Patch Changes
diff --git a/plugins/cicd-statistics-module-gitlab/package.json b/plugins/cicd-statistics-module-gitlab/package.json
index f84457a781..9ab05f6aac 100644
--- a/plugins/cicd-statistics-module-gitlab/package.json
+++ b/plugins/cicd-statistics-module-gitlab/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cicd-statistics-module-gitlab",
"description": "CI/CD Statistics plugin module; Gitlab CICD",
- "version": "0.1.25",
+ "version": "0.1.26-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/cicd-statistics/CHANGELOG.md b/plugins/cicd-statistics/CHANGELOG.md
index e80e9d5d68..d1099764d9 100644
--- a/plugins/cicd-statistics/CHANGELOG.md
+++ b/plugins/cicd-statistics/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-cicd-statistics
+## 0.1.32-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.31
### Patch Changes
diff --git a/plugins/cicd-statistics/package.json b/plugins/cicd-statistics/package.json
index aaa271baa7..a989af1820 100644
--- a/plugins/cicd-statistics/package.json
+++ b/plugins/cicd-statistics/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cicd-statistics",
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
- "version": "0.1.31",
+ "version": "0.1.32-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/circleci/CHANGELOG.md b/plugins/circleci/CHANGELOG.md
index baabcaa66f..413ae8b12f 100644
--- a/plugins/circleci/CHANGELOG.md
+++ b/plugins/circleci/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-circleci
+## 0.3.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.3.29
### Patch Changes
diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json
index 174dbda8d1..9eb43648af 100644
--- a/plugins/circleci/package.json
+++ b/plugins/circleci/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-circleci",
"description": "A Backstage plugin that integrates towards Circle CI",
- "version": "0.3.29",
+ "version": "0.3.30-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/cloudbuild/CHANGELOG.md b/plugins/cloudbuild/CHANGELOG.md
index 84cd321643..ff87a63e08 100644
--- a/plugins/cloudbuild/CHANGELOG.md
+++ b/plugins/cloudbuild/CHANGELOG.md
@@ -1,5 +1,27 @@
# @backstage/plugin-cloudbuild
+## 0.4.0-next.0
+
+### Minor Changes
+
+- 0328d1b: Changed build list view to automatically filter builds based on repository name matching component-info's metadata.name.
+ Added optional `google.com/cloudbuild-repo-name` annotation which allows you to specify a different repository to filter on.
+ Added optional `google.com/cloudbuild-trigger-name` annotation which allows you to filter based on a trigger name instead of a repo name.
+ Updated the ReadMe with information about the filtering and some other minor verbiage updates.
+ Changed `substitutions.BRANCH_NAME` to `substitutions.REF_NAME` so that the Ref field is populated properly.
+ Added optional `google.com/cloudbuild-location` annotation which allows you to specify the Cloud Build location of your builds. Default is global scope.
+ Changed build list view to show builds in a specific location if the location annotation is used.
+ Updated ReadMe with information about the use of the location filtering.
+
+### Patch Changes
+
+- ef3cad4: Add telemetry HTTP header Google Cloud Platform
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.3.29
### Patch Changes
diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json
index 8d7c9a3282..00f0a7ea11 100644
--- a/plugins/cloudbuild/package.json
+++ b/plugins/cloudbuild/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cloudbuild",
"description": "A Backstage plugin that integrates towards Google Cloud Build",
- "version": "0.3.29",
+ "version": "0.4.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/code-climate/CHANGELOG.md b/plugins/code-climate/CHANGELOG.md
index 551e4fb262..9e653f5879 100644
--- a/plugins/code-climate/CHANGELOG.md
+++ b/plugins/code-climate/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-code-climate
+## 0.1.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.29
### Patch Changes
diff --git a/plugins/code-climate/package.json b/plugins/code-climate/package.json
index 1c9971f476..b142f7bb40 100644
--- a/plugins/code-climate/package.json
+++ b/plugins/code-climate/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-code-climate",
- "version": "0.1.29",
+ "version": "0.1.30-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/code-coverage-backend/CHANGELOG.md b/plugins/code-coverage-backend/CHANGELOG.md
index e55df807d1..ed75e028d1 100644
--- a/plugins/code-coverage-backend/CHANGELOG.md
+++ b/plugins/code-coverage-backend/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-code-coverage-backend
+## 0.2.24-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.2.23
### Patch Changes
diff --git a/plugins/code-coverage-backend/package.json b/plugins/code-coverage-backend/package.json
index 4fa0a8e6ec..d929fd4006 100644
--- a/plugins/code-coverage-backend/package.json
+++ b/plugins/code-coverage-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage-backend",
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
- "version": "0.2.23",
+ "version": "0.2.24-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/code-coverage/CHANGELOG.md b/plugins/code-coverage/CHANGELOG.md
index 5155660c36..534fbc0d52 100644
--- a/plugins/code-coverage/CHANGELOG.md
+++ b/plugins/code-coverage/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-code-coverage
+## 0.2.23-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.2.22
### Patch Changes
diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json
index c37036f1ff..52dd2a18ec 100644
--- a/plugins/code-coverage/package.json
+++ b/plugins/code-coverage/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage",
"description": "A Backstage plugin that helps you keep track of your code coverage",
- "version": "0.2.22",
+ "version": "0.2.23-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/cost-insights/CHANGELOG.md b/plugins/cost-insights/CHANGELOG.md
index cd0c31e2f1..7f0a7dfd21 100644
--- a/plugins/cost-insights/CHANGELOG.md
+++ b/plugins/cost-insights/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-cost-insights
+## 0.12.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-cost-insights-common@0.1.2
+
## 0.12.18
### Patch Changes
diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json
index 2db994d466..798853d219 100644
--- a/plugins/cost-insights/package.json
+++ b/plugins/cost-insights/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cost-insights",
"description": "A Backstage plugin that helps you keep track of your cloud spend",
- "version": "0.12.18",
+ "version": "0.12.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/devtools-backend/CHANGELOG.md b/plugins/devtools-backend/CHANGELOG.md
index 62e91cc50c..ca367deadd 100644
--- a/plugins/devtools-backend/CHANGELOG.md
+++ b/plugins/devtools-backend/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-devtools-backend
+## 0.2.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config-loader@1.6.1
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/cli-common@0.1.13
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-devtools-common@0.1.8
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.2.6
### Patch Changes
diff --git a/plugins/devtools-backend/package.json b/plugins/devtools-backend/package.json
index 4d56c3e9dd..e35d8c4112 100644
--- a/plugins/devtools-backend/package.json
+++ b/plugins/devtools-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools-backend",
- "version": "0.2.6",
+ "version": "0.2.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/devtools/CHANGELOG.md b/plugins/devtools/CHANGELOG.md
index 4237bd149a..be753cb664 100644
--- a/plugins/devtools/CHANGELOG.md
+++ b/plugins/devtools/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-devtools
+## 0.1.9-next.0
+
+### Patch Changes
+
+- c12a86c: Refactored code to improve accessibility by moving elements outside the `ul` tag and placing them appropriately. Also adjusted theme to offer better contrast.
+- b89d8be: Added alpha support for the New Frontend System (Declarative Integration)
+- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-devtools-common@0.1.8
+ - @backstage/plugin-permission-react@0.4.19
+
## 0.1.8
### Patch Changes
diff --git a/plugins/devtools/package.json b/plugins/devtools/package.json
index e972242c82..7639df94b8 100644
--- a/plugins/devtools/package.json
+++ b/plugins/devtools/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-devtools",
- "version": "0.1.8",
+ "version": "0.1.9-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/dynatrace/CHANGELOG.md b/plugins/dynatrace/CHANGELOG.md
index 1cff141762..6d363c3bc3 100644
--- a/plugins/dynatrace/CHANGELOG.md
+++ b/plugins/dynatrace/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-dynatrace
+## 8.0.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 8.0.3
### Patch Changes
diff --git a/plugins/dynatrace/package.json b/plugins/dynatrace/package.json
index c82b8a4d5b..23ff57d6c0 100644
--- a/plugins/dynatrace/package.json
+++ b/plugins/dynatrace/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-dynatrace",
- "version": "8.0.3",
+ "version": "8.0.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/entity-feedback-backend/CHANGELOG.md b/plugins/entity-feedback-backend/CHANGELOG.md
index e9eec4b8f2..9248c16404 100644
--- a/plugins/entity-feedback-backend/CHANGELOG.md
+++ b/plugins/entity-feedback-backend/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-entity-feedback-backend
+## 0.2.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/plugin-entity-feedback-common@0.1.3
+
## 0.2.6
### Patch Changes
diff --git a/plugins/entity-feedback-backend/package.json b/plugins/entity-feedback-backend/package.json
index 8e5deafdf1..013aff7146 100644
--- a/plugins/entity-feedback-backend/package.json
+++ b/plugins/entity-feedback-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-entity-feedback-backend",
- "version": "0.2.6",
+ "version": "0.2.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/entity-feedback/CHANGELOG.md b/plugins/entity-feedback/CHANGELOG.md
index 5cc2ae9468..69f503b584 100644
--- a/plugins/entity-feedback/CHANGELOG.md
+++ b/plugins/entity-feedback/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-entity-feedback
+## 0.2.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-entity-feedback-common@0.1.3
+
## 0.2.12
### Patch Changes
diff --git a/plugins/entity-feedback/package.json b/plugins/entity-feedback/package.json
index 226c76c106..d16702c230 100644
--- a/plugins/entity-feedback/package.json
+++ b/plugins/entity-feedback/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-entity-feedback",
- "version": "0.2.12",
+ "version": "0.2.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/entity-validation/CHANGELOG.md b/plugins/entity-validation/CHANGELOG.md
index f1070960c8..3c7c1579cf 100644
--- a/plugins/entity-validation/CHANGELOG.md
+++ b/plugins/entity-validation/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-entity-validation
+## 0.1.15-next.0
+
+### Patch Changes
+
+- 916da47: Change default icon for unknown entities to nothing instead of the help icon.
+- 1f70e46: Improves UX of the EntityValidationPage: Moves the validate button below the EntityTextArea which is actually validated, the location TextField can now be hidden to prevent confusion about what is validated and additional content can be added to the top of the validation page.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.1.14
### Patch Changes
diff --git a/plugins/entity-validation/package.json b/plugins/entity-validation/package.json
index 7e2389dd7a..cdf3dc88da 100644
--- a/plugins/entity-validation/package.json
+++ b/plugins/entity-validation/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-entity-validation",
- "version": "0.1.14",
+ "version": "0.1.15-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend-module-aws-sqs/CHANGELOG.md b/plugins/events-backend-module-aws-sqs/CHANGELOG.md
index b77a2912ca..32f5f8f1d7 100644
--- a/plugins/events-backend-module-aws-sqs/CHANGELOG.md
+++ b/plugins/events-backend-module-aws-sqs/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-events-backend-module-aws-sqs
+## 0.2.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.2.12
### Patch Changes
diff --git a/plugins/events-backend-module-aws-sqs/package.json b/plugins/events-backend-module-aws-sqs/package.json
index 6e0c986554..2d27225196 100644
--- a/plugins/events-backend-module-aws-sqs/package.json
+++ b/plugins/events-backend-module-aws-sqs/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend-module-aws-sqs",
- "version": "0.2.12",
+ "version": "0.2.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend-module-azure/CHANGELOG.md b/plugins/events-backend-module-azure/CHANGELOG.md
index 233d9f6eb5..ff61ec0c12 100644
--- a/plugins/events-backend-module-azure/CHANGELOG.md
+++ b/plugins/events-backend-module-azure/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-events-backend-module-azure
+## 0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.1.19
### Patch Changes
diff --git a/plugins/events-backend-module-azure/package.json b/plugins/events-backend-module-azure/package.json
index 2530e2dfd9..94b71afc70 100644
--- a/plugins/events-backend-module-azure/package.json
+++ b/plugins/events-backend-module-azure/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend-module-azure",
- "version": "0.1.19",
+ "version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend-module-bitbucket-cloud/CHANGELOG.md b/plugins/events-backend-module-bitbucket-cloud/CHANGELOG.md
index ae4db7e0fa..5fb99e39d2 100644
--- a/plugins/events-backend-module-bitbucket-cloud/CHANGELOG.md
+++ b/plugins/events-backend-module-bitbucket-cloud/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-events-backend-module-bitbucket-cloud
+## 0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.1.19
### Patch Changes
diff --git a/plugins/events-backend-module-bitbucket-cloud/package.json b/plugins/events-backend-module-bitbucket-cloud/package.json
index 5dd1e3e00c..2ae9b32ac9 100644
--- a/plugins/events-backend-module-bitbucket-cloud/package.json
+++ b/plugins/events-backend-module-bitbucket-cloud/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend-module-bitbucket-cloud",
- "version": "0.1.19",
+ "version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend-module-gerrit/CHANGELOG.md b/plugins/events-backend-module-gerrit/CHANGELOG.md
index 6af1070a1f..b641a9a8f9 100644
--- a/plugins/events-backend-module-gerrit/CHANGELOG.md
+++ b/plugins/events-backend-module-gerrit/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-events-backend-module-gerrit
+## 0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.1.19
### Patch Changes
diff --git a/plugins/events-backend-module-gerrit/package.json b/plugins/events-backend-module-gerrit/package.json
index 0593cd8664..941570b43b 100644
--- a/plugins/events-backend-module-gerrit/package.json
+++ b/plugins/events-backend-module-gerrit/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend-module-gerrit",
- "version": "0.1.19",
+ "version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend-module-github/CHANGELOG.md b/plugins/events-backend-module-github/CHANGELOG.md
index bff2a53470..7fd8bd9bc9 100644
--- a/plugins/events-backend-module-github/CHANGELOG.md
+++ b/plugins/events-backend-module-github/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-events-backend-module-github
+## 0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.1.19
### Patch Changes
diff --git a/plugins/events-backend-module-github/package.json b/plugins/events-backend-module-github/package.json
index 97bd7b7cc6..4c56579e6f 100644
--- a/plugins/events-backend-module-github/package.json
+++ b/plugins/events-backend-module-github/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend-module-github",
- "version": "0.1.19",
+ "version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend-module-gitlab/CHANGELOG.md b/plugins/events-backend-module-gitlab/CHANGELOG.md
index de697ee02c..1b6f9f2cef 100644
--- a/plugins/events-backend-module-gitlab/CHANGELOG.md
+++ b/plugins/events-backend-module-gitlab/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-events-backend-module-gitlab
+## 0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.1.19
### Patch Changes
diff --git a/plugins/events-backend-module-gitlab/package.json b/plugins/events-backend-module-gitlab/package.json
index 7eacb91a61..ca5fd57c59 100644
--- a/plugins/events-backend-module-gitlab/package.json
+++ b/plugins/events-backend-module-gitlab/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend-module-gitlab",
- "version": "0.1.19",
+ "version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend-test-utils/CHANGELOG.md b/plugins/events-backend-test-utils/CHANGELOG.md
index 2651cbeffe..26fe7dc08b 100644
--- a/plugins/events-backend-test-utils/CHANGELOG.md
+++ b/plugins/events-backend-test-utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-events-backend-test-utils
+## 0.1.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.1.19
### Patch Changes
diff --git a/plugins/events-backend-test-utils/package.json b/plugins/events-backend-test-utils/package.json
index aabd16558d..9a570e7863 100644
--- a/plugins/events-backend-test-utils/package.json
+++ b/plugins/events-backend-test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-events-backend-test-utils",
"description": "The plugin-events-backend-test-utils for @backstage/plugin-events-node",
- "version": "0.1.19",
+ "version": "0.1.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-backend/CHANGELOG.md b/plugins/events-backend/CHANGELOG.md
index fb7607f8b1..db5c82102d 100644
--- a/plugins/events-backend/CHANGELOG.md
+++ b/plugins/events-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-events-backend
+## 0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
+
## 0.2.18
### Patch Changes
diff --git a/plugins/events-backend/package.json b/plugins/events-backend/package.json
index ec4a59f4e9..6980590c2f 100644
--- a/plugins/events-backend/package.json
+++ b/plugins/events-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-events-backend",
- "version": "0.2.18",
+ "version": "0.2.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/events-node/CHANGELOG.md b/plugins/events-node/CHANGELOG.md
index dd9844430c..febba33d77 100644
--- a/plugins/events-node/CHANGELOG.md
+++ b/plugins/events-node/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-events-node
+## 0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.2.18
### Patch Changes
diff --git a/plugins/events-node/package.json b/plugins/events-node/package.json
index d2a9e5424d..0c4b63f5e2 100644
--- a/plugins/events-node/package.json
+++ b/plugins/events-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-events-node",
"description": "The plugin-events-node module for @backstage/plugin-events-backend",
- "version": "0.2.18",
+ "version": "0.2.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/example-todo-list-backend/CHANGELOG.md b/plugins/example-todo-list-backend/CHANGELOG.md
index 2f4a7fb873..09e9b21b55 100644
--- a/plugins/example-todo-list-backend/CHANGELOG.md
+++ b/plugins/example-todo-list-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @internal/plugin-todo-list-backend
+## 1.0.22-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/errors@1.2.3
+
## 1.0.21
### Patch Changes
diff --git a/plugins/example-todo-list-backend/package.json b/plugins/example-todo-list-backend/package.json
index 65241fd128..d3b38bbaf2 100644
--- a/plugins/example-todo-list-backend/package.json
+++ b/plugins/example-todo-list-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@internal/plugin-todo-list-backend",
- "version": "1.0.21",
+ "version": "1.0.22-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/explore-backend/CHANGELOG.md b/plugins/explore-backend/CHANGELOG.md
index 292a14f652..7d78e292e3 100644
--- a/plugins/explore-backend/CHANGELOG.md
+++ b/plugins/explore-backend/CHANGELOG.md
@@ -1,5 +1,28 @@
# @backstage/plugin-explore-backend
+## 0.0.20-next.0
+
+### Patch Changes
+
+- fd3d51c: Add support for the new backend system.
+
+ A new backend plugin for the explore backend
+ was added and exported as `default`.
+
+ You can use it with the new backend system like
+
+ ```ts title="packages/backend/src/index.ts"
+ backend.add(import('@backstage/plugin-explore-backend'));
+ ```
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-search-backend-module-explore@0.1.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-explore-common@0.0.2
+
## 0.0.19
### Patch Changes
diff --git a/plugins/explore-backend/package.json b/plugins/explore-backend/package.json
index 36d0c2b7af..6589a40e29 100644
--- a/plugins/explore-backend/package.json
+++ b/plugins/explore-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-explore-backend",
- "version": "0.0.19",
+ "version": "0.0.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/explore/CHANGELOG.md b/plugins/explore/CHANGELOG.md
index b1cdac03d7..643d1674d0 100644
--- a/plugins/explore/CHANGELOG.md
+++ b/plugins/explore/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-explore
+## 0.4.16-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-explore-common@0.0.2
+ - @backstage/plugin-explore-react@0.0.35
+ - @backstage/plugin-search-common@1.2.10
+
## 0.4.15
### Patch Changes
diff --git a/plugins/explore/package.json b/plugins/explore/package.json
index 500480c1ad..9293c39b10 100644
--- a/plugins/explore/package.json
+++ b/plugins/explore/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-explore",
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
- "version": "0.4.15",
+ "version": "0.4.16-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/firehydrant/CHANGELOG.md b/plugins/firehydrant/CHANGELOG.md
index 5272139970..9d3abff382 100644
--- a/plugins/firehydrant/CHANGELOG.md
+++ b/plugins/firehydrant/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-firehydrant
+## 0.2.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.2.13
### Patch Changes
diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json
index 9747592e0c..0171f83c7d 100644
--- a/plugins/firehydrant/package.json
+++ b/plugins/firehydrant/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-firehydrant",
"description": "A Backstage plugin that integrates towards FireHydrant",
- "version": "0.2.13",
+ "version": "0.2.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/fossa/CHANGELOG.md b/plugins/fossa/CHANGELOG.md
index 61721a6600..eb6388bee3 100644
--- a/plugins/fossa/CHANGELOG.md
+++ b/plugins/fossa/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-fossa
+## 0.2.62-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.2.61
### Patch Changes
diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json
index 83af637994..7eee0592f5 100644
--- a/plugins/fossa/package.json
+++ b/plugins/fossa/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-fossa",
"description": "A Backstage plugin that integrates towards FOSSA",
- "version": "0.2.61",
+ "version": "0.2.62-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/github-actions/CHANGELOG.md b/plugins/github-actions/CHANGELOG.md
index 89807a9f29..8212bb5350 100644
--- a/plugins/github-actions/CHANGELOG.md
+++ b/plugins/github-actions/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-github-actions
+## 0.6.11-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+
## 0.6.10
### Patch Changes
diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json
index b675315dae..5d0e243c9a 100644
--- a/plugins/github-actions/package.json
+++ b/plugins/github-actions/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-actions",
"description": "A Backstage plugin that integrates towards GitHub Actions",
- "version": "0.6.10",
+ "version": "0.6.11-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/github-deployments/CHANGELOG.md b/plugins/github-deployments/CHANGELOG.md
index b09bb8d5db..0378efa14f 100644
--- a/plugins/github-deployments/CHANGELOG.md
+++ b/plugins/github-deployments/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-github-deployments
+## 0.1.61-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+
## 0.1.60
### Patch Changes
diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json
index 1869e04595..713b8d16f6 100644
--- a/plugins/github-deployments/package.json
+++ b/plugins/github-deployments/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-deployments",
"description": "A Backstage plugin that integrates towards GitHub Deployments",
- "version": "0.1.60",
+ "version": "0.1.61-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/github-issues/CHANGELOG.md b/plugins/github-issues/CHANGELOG.md
index 3d15c6b6a9..5920fad0d3 100644
--- a/plugins/github-issues/CHANGELOG.md
+++ b/plugins/github-issues/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-github-issues
+## 0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.2.18
### Patch Changes
diff --git a/plugins/github-issues/package.json b/plugins/github-issues/package.json
index de3b02f53b..d2d47af426 100644
--- a/plugins/github-issues/package.json
+++ b/plugins/github-issues/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-github-issues",
- "version": "0.2.18",
+ "version": "0.2.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/github-pull-requests-board/CHANGELOG.md b/plugins/github-pull-requests-board/CHANGELOG.md
index 8fc568d310..886bdc7652 100644
--- a/plugins/github-pull-requests-board/CHANGELOG.md
+++ b/plugins/github-pull-requests-board/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-github-pull-requests-board
+## 0.1.24-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration@1.8.0
+
## 0.1.23
### Patch Changes
diff --git a/plugins/github-pull-requests-board/package.json b/plugins/github-pull-requests-board/package.json
index aa086c0848..87737e4294 100644
--- a/plugins/github-pull-requests-board/package.json
+++ b/plugins/github-pull-requests-board/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-pull-requests-board",
"description": "A Backstage plugin that allows you to see all open Pull Requests for all the repositories owned by your team",
- "version": "0.1.23",
+ "version": "0.1.24-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/gocd/CHANGELOG.md b/plugins/gocd/CHANGELOG.md
index 884a6fc295..eb4276a060 100644
--- a/plugins/gocd/CHANGELOG.md
+++ b/plugins/gocd/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-gocd
+## 0.1.36-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.1.35
### Patch Changes
diff --git a/plugins/gocd/package.json b/plugins/gocd/package.json
index ec25c9f7e0..86b5f1eb54 100644
--- a/plugins/gocd/package.json
+++ b/plugins/gocd/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gocd",
"description": "A Backstage plugin that integrates towards GoCD",
- "version": "0.1.35",
+ "version": "0.1.36-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/graphiql/CHANGELOG.md b/plugins/graphiql/CHANGELOG.md
index 14ce2b20fb..62965f5a24 100644
--- a/plugins/graphiql/CHANGELOG.md
+++ b/plugins/graphiql/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-graphiql
+## 0.3.3-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
## 0.3.2
### Patch Changes
diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json
index 254356550f..ed4b6ee72b 100644
--- a/plugins/graphiql/package.json
+++ b/plugins/graphiql/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-graphiql",
"description": "Backstage plugin for browsing GraphQL APIs",
- "version": "0.3.2",
+ "version": "0.3.3-next.0",
"publishConfig": {
"access": "public"
},
diff --git a/plugins/home-react/CHANGELOG.md b/plugins/home-react/CHANGELOG.md
index 3e877e8a5d..4470b9218e 100644
--- a/plugins/home-react/CHANGELOG.md
+++ b/plugins/home-react/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-home-react
+## 0.1.8-next.0
+
+### Patch Changes
+
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.7
### Patch Changes
diff --git a/plugins/home-react/package.json b/plugins/home-react/package.json
index e01c99f079..9d2e6b9dad 100644
--- a/plugins/home-react/package.json
+++ b/plugins/home-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-home-react",
"description": "A Backstage plugin that contains react components helps you build a home page",
- "version": "0.1.7",
+ "version": "0.1.8-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/home/CHANGELOG.md b/plugins/home/CHANGELOG.md
index 200ccd0aca..32a9c81161 100644
--- a/plugins/home/CHANGELOG.md
+++ b/plugins/home/CHANGELOG.md
@@ -1,5 +1,26 @@
# @backstage/plugin-home
+## 0.6.2-next.0
+
+### Patch Changes
+
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- e9cdfd3: Fix typo in VisitsStorageApi
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-home-react@0.1.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+
## 0.6.1
### Patch Changes
diff --git a/plugins/home/package.json b/plugins/home/package.json
index 64ad13cc2b..c64ef1919e 100644
--- a/plugins/home/package.json
+++ b/plugins/home/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-home",
"description": "A Backstage plugin that helps you build a home page",
- "version": "0.6.1",
+ "version": "0.6.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/ilert/CHANGELOG.md b/plugins/ilert/CHANGELOG.md
index e2a55dbc2a..f7b769c3e5 100644
--- a/plugins/ilert/CHANGELOG.md
+++ b/plugins/ilert/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-ilert
+## 0.2.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.2.18
### Patch Changes
diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json
index 7ef998cc64..de1dd4797a 100644
--- a/plugins/ilert/package.json
+++ b/plugins/ilert/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-ilert",
"description": "A Backstage plugin that integrates towards iLert",
- "version": "0.2.18",
+ "version": "0.2.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/jenkins-backend/CHANGELOG.md b/plugins/jenkins-backend/CHANGELOG.md
index 04645c8b31..01502bc0a2 100644
--- a/plugins/jenkins-backend/CHANGELOG.md
+++ b/plugins/jenkins-backend/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-jenkins-backend
+## 0.3.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-jenkins-common@0.1.23
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.3.3
### Patch Changes
diff --git a/plugins/jenkins-backend/package.json b/plugins/jenkins-backend/package.json
index 0310169606..c7a97f56ef 100644
--- a/plugins/jenkins-backend/package.json
+++ b/plugins/jenkins-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-jenkins-backend",
"description": "A Backstage backend plugin that integrates towards Jenkins",
- "version": "0.3.3",
+ "version": "0.3.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/jenkins/CHANGELOG.md b/plugins/jenkins/CHANGELOG.md
index f69387fbdf..d781ac91f4 100644
--- a/plugins/jenkins/CHANGELOG.md
+++ b/plugins/jenkins/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-jenkins
+## 0.9.5-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-jenkins-common@0.1.23
+
## 0.9.4
### Patch Changes
diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json
index 87181ac37c..5a94f1f3ec 100644
--- a/plugins/jenkins/package.json
+++ b/plugins/jenkins/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-jenkins",
"description": "A Backstage plugin that integrates towards Jenkins",
- "version": "0.9.4",
+ "version": "0.9.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kafka-backend/CHANGELOG.md b/plugins/kafka-backend/CHANGELOG.md
index 17a3a277e9..187033c6de 100644
--- a/plugins/kafka-backend/CHANGELOG.md
+++ b/plugins/kafka-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-kafka-backend
+## 0.3.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
## 0.3.7
### Patch Changes
diff --git a/plugins/kafka-backend/package.json b/plugins/kafka-backend/package.json
index 5b8130fa91..283f24f001 100644
--- a/plugins/kafka-backend/package.json
+++ b/plugins/kafka-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kafka-backend",
"description": "A Backstage backend plugin that integrates towards Kafka",
- "version": "0.3.7",
+ "version": "0.3.8-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kafka/CHANGELOG.md b/plugins/kafka/CHANGELOG.md
index 4b6a8eda9b..29c761cddc 100644
--- a/plugins/kafka/CHANGELOG.md
+++ b/plugins/kafka/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-kafka
+## 0.3.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.3.29
### Patch Changes
diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json
index ffbeb1c761..16b2d5124b 100644
--- a/plugins/kafka/package.json
+++ b/plugins/kafka/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kafka",
"description": "A Backstage plugin that integrates towards Kafka",
- "version": "0.3.29",
+ "version": "0.3.30-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kubernetes-backend/CHANGELOG.md b/plugins/kubernetes-backend/CHANGELOG.md
index d19054eb6b..f3ab4fcab6 100644
--- a/plugins/kubernetes-backend/CHANGELOG.md
+++ b/plugins/kubernetes-backend/CHANGELOG.md
@@ -1,5 +1,40 @@
# @backstage/plugin-kubernetes-backend
+## 0.14.2-next.0
+
+### Patch Changes
+
+- 7233f57: Fixed an issue where a misleading error message would be logged when an
+ unsupported service locator method was specified.
+- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
+- 7278d80: The purpose of this patch is to add a new login method which is `googleServiceAccount` configuring the kubernetes properties in the app-config.yaml file with authProvider key
+- daad576: Clusters configured with the `aws` authentication strategy can now customize the
+ `x-k8s-aws-id` header value used to generate tokens. This value can be specified
+ specified via the `kubernetes.io/x-k8s-aws-id` parameter (in
+ `metadata.annotations` for clusters in the catalog, or the `authMetadata` block
+ on clusters in the app-config). This is particularly helpful when a Backstage
+ instance contains multiple AWS clusters with the same name in different regions
+ -- using this new parameter, the clusters can be given different logical names
+ to distinguish them but still use the same ID for the purposes of generating
+ tokens.
+- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
+- 7f6ff25: Custom per-cluster auth metadata (mainly for use with custom `AuthenticationStrategy` implementations) can now be specified in the `authMetadata` property of clusters in the app-config.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-kubernetes-node@0.1.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.14.1
### Patch Changes
diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json
index 6e80fef004..307bb1c42c 100644
--- a/plugins/kubernetes-backend/package.json
+++ b/plugins/kubernetes-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-backend",
"description": "A Backstage backend plugin that integrates towards Kubernetes",
- "version": "0.14.1",
+ "version": "0.14.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kubernetes-cluster/CHANGELOG.md b/plugins/kubernetes-cluster/CHANGELOG.md
index e24b987e07..d68450a87c 100644
--- a/plugins/kubernetes-cluster/CHANGELOG.md
+++ b/plugins/kubernetes-cluster/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-kubernetes-cluster
+## 0.0.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-kubernetes-react@0.3.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.0.5
### Patch Changes
diff --git a/plugins/kubernetes-cluster/package.json b/plugins/kubernetes-cluster/package.json
index cf4d5abdea..0d7b7dce47 100644
--- a/plugins/kubernetes-cluster/package.json
+++ b/plugins/kubernetes-cluster/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-cluster",
"description": "A Backstage plugin that shows details of Kubernetes clusters",
- "version": "0.0.5",
+ "version": "0.0.6-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kubernetes-common/CHANGELOG.md b/plugins/kubernetes-common/CHANGELOG.md
index c49d14f2a8..ab8fd5cb9a 100644
--- a/plugins/kubernetes-common/CHANGELOG.md
+++ b/plugins/kubernetes-common/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/plugin-kubernetes-common
+## 0.7.4-next.0
+
+### Patch Changes
+
+- daad576: Clusters configured with the `aws` authentication strategy can now customize the
+ `x-k8s-aws-id` header value used to generate tokens. This value can be specified
+ specified via the `kubernetes.io/x-k8s-aws-id` parameter (in
+ `metadata.annotations` for clusters in the catalog, or the `authMetadata` block
+ on clusters in the app-config). This is particularly helpful when a Backstage
+ instance contains multiple AWS clusters with the same name in different regions
+ -- using this new parameter, the clusters can be given different logical names
+ to distinguish them but still use the same ID for the purposes of generating
+ tokens.
+- Updated dependencies
+ - @backstage/catalog-model@1.4.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.7.3
### Patch Changes
diff --git a/plugins/kubernetes-common/package.json b/plugins/kubernetes-common/package.json
index 994c8e3f88..647618a62d 100644
--- a/plugins/kubernetes-common/package.json
+++ b/plugins/kubernetes-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-common",
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
- "version": "0.7.3",
+ "version": "0.7.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kubernetes-node/CHANGELOG.md b/plugins/kubernetes-node/CHANGELOG.md
index 1de200a3f3..8f320e583c 100644
--- a/plugins/kubernetes-node/CHANGELOG.md
+++ b/plugins/kubernetes-node/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-kubernetes-node
+## 0.1.4-next.0
+
+### Patch Changes
+
+- a775596: Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
+- f180cba: Enabling authentication to kubernetes clusters with mTLS x509 client certs
+- Updated dependencies
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/types@1.1.1
+
## 0.1.3
### Patch Changes
diff --git a/plugins/kubernetes-node/package.json b/plugins/kubernetes-node/package.json
index 317f75063d..ed40bbf890 100644
--- a/plugins/kubernetes-node/package.json
+++ b/plugins/kubernetes-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-node",
"description": "Node.js library for the kubernetes plugin",
- "version": "0.1.3",
+ "version": "0.1.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kubernetes-react/CHANGELOG.md b/plugins/kubernetes-react/CHANGELOG.md
index 12e4f42147..643fea0159 100644
--- a/plugins/kubernetes-react/CHANGELOG.md
+++ b/plugins/kubernetes-react/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/plugin-kubernetes-react
+## 0.3.0-next.0
+
+### Minor Changes
+
+- 0d526c8: **BREAKING** The pod exec terminal is now disabled by default since there are several scenarios where it is known not to work. It can be re-enabled at your own risk by setting the config parameter `kubernetes.podExecTerminal.enabled` to `true`.
+
+### Patch Changes
+
+- 536f67d: Fix broken XtermJS CSS import
+- db1054b: Fixed a bug where the logs dialog and any other functionality depending on the proxy endpoint would fail for clusters configured with the OIDC auth provider.
+- Updated dependencies
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.2.1
### Patch Changes
diff --git a/plugins/kubernetes-react/package.json b/plugins/kubernetes-react/package.json
index d85cb7ba35..0d722402ba 100644
--- a/plugins/kubernetes-react/package.json
+++ b/plugins/kubernetes-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-react",
"description": "Web library for the kubernetes-react plugin",
- "version": "0.2.1",
+ "version": "0.3.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md
index 6f2cc8a23d..7cee4eda45 100644
--- a/plugins/kubernetes/CHANGELOG.md
+++ b/plugins/kubernetes/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-kubernetes
+## 0.11.5-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-kubernetes-react@0.3.0-next.0
+ - @backstage/plugin-kubernetes-common@0.7.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.11.4
### Patch Changes
diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json
index 858cc7a3c4..39a7a938a2 100644
--- a/plugins/kubernetes/package.json
+++ b/plugins/kubernetes/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes",
"description": "A Backstage plugin that integrates towards Kubernetes",
- "version": "0.11.4",
+ "version": "0.11.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/lighthouse-backend/CHANGELOG.md b/plugins/lighthouse-backend/CHANGELOG.md
index c41667aab4..ddfbe1a7c5 100644
--- a/plugins/lighthouse-backend/CHANGELOG.md
+++ b/plugins/lighthouse-backend/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-lighthouse-backend
+## 0.4.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-lighthouse-common@0.1.4
+
## 0.4.1
### Patch Changes
diff --git a/plugins/lighthouse-backend/package.json b/plugins/lighthouse-backend/package.json
index ac9c844456..9006c24488 100644
--- a/plugins/lighthouse-backend/package.json
+++ b/plugins/lighthouse-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-lighthouse-backend",
"description": "Backend functionalities for lighthouse",
- "version": "0.4.1",
+ "version": "0.4.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/lighthouse/CHANGELOG.md b/plugins/lighthouse/CHANGELOG.md
index 92d919b657..e93b449c5e 100644
--- a/plugins/lighthouse/CHANGELOG.md
+++ b/plugins/lighthouse/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-lighthouse
+## 0.4.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-lighthouse-common@0.1.4
+
## 0.4.14
### Patch Changes
diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json
index b71039ce2e..104396d6d4 100644
--- a/plugins/lighthouse/package.json
+++ b/plugins/lighthouse/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-lighthouse",
"description": "A Backstage plugin that integrates towards Lighthouse",
- "version": "0.4.14",
+ "version": "0.4.15-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/linguist-backend/CHANGELOG.md b/plugins/linguist-backend/CHANGELOG.md
index 439c15066a..dd2ca24981 100644
--- a/plugins/linguist-backend/CHANGELOG.md
+++ b/plugins/linguist-backend/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-linguist-backend
+## 0.5.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-linguist-common@0.1.2
+
## 0.5.6
### Patch Changes
diff --git a/plugins/linguist-backend/package.json b/plugins/linguist-backend/package.json
index 6f137ad5f6..7acae2049c 100644
--- a/plugins/linguist-backend/package.json
+++ b/plugins/linguist-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-linguist-backend",
- "version": "0.5.6",
+ "version": "0.5.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/linguist/CHANGELOG.md b/plugins/linguist/CHANGELOG.md
index 7e96d237e6..866d1f94f6 100644
--- a/plugins/linguist/CHANGELOG.md
+++ b/plugins/linguist/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-linguist
+## 0.1.15-next.0
+
+### Patch Changes
+
+- 995d280: Updated imports from named to default imports to help with the Material UI v4 to v5 migration
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-linguist-common@0.1.2
+
## 0.1.14
### Patch Changes
diff --git a/plugins/linguist/package.json b/plugins/linguist/package.json
index ed38f881de..6f20f2b007 100644
--- a/plugins/linguist/package.json
+++ b/plugins/linguist/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-linguist",
- "version": "0.1.14",
+ "version": "0.1.15-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/newrelic-dashboard/CHANGELOG.md b/plugins/newrelic-dashboard/CHANGELOG.md
index 8b5a6e560a..ac5d043efe 100644
--- a/plugins/newrelic-dashboard/CHANGELOG.md
+++ b/plugins/newrelic-dashboard/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-newrelic-dashboard
+## 0.3.5-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.3.4
### Patch Changes
diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json
index 981441b479..e5a63a6971 100644
--- a/plugins/newrelic-dashboard/package.json
+++ b/plugins/newrelic-dashboard/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-newrelic-dashboard",
- "version": "0.3.4",
+ "version": "0.3.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/nomad-backend/CHANGELOG.md b/plugins/nomad-backend/CHANGELOG.md
index 786da63c37..2c93b3a3d0 100644
--- a/plugins/nomad-backend/CHANGELOG.md
+++ b/plugins/nomad-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-nomad-backend
+## 0.1.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
## 0.1.11
### Patch Changes
diff --git a/plugins/nomad-backend/package.json b/plugins/nomad-backend/package.json
index d206b12398..c44721a581 100644
--- a/plugins/nomad-backend/package.json
+++ b/plugins/nomad-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-nomad-backend",
- "version": "0.1.11",
+ "version": "0.1.12-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/nomad/CHANGELOG.md b/plugins/nomad/CHANGELOG.md
index 2640dca7bc..e9d5afb1a1 100644
--- a/plugins/nomad/CHANGELOG.md
+++ b/plugins/nomad/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-nomad
+## 0.1.11-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.10
### Patch Changes
diff --git a/plugins/nomad/package.json b/plugins/nomad/package.json
index 90df893a93..17c345c761 100644
--- a/plugins/nomad/package.json
+++ b/plugins/nomad/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-nomad",
- "version": "0.1.10",
+ "version": "0.1.11-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/octopus-deploy/CHANGELOG.md b/plugins/octopus-deploy/CHANGELOG.md
index 2acdc81710..ce7de86809 100644
--- a/plugins/octopus-deploy/CHANGELOG.md
+++ b/plugins/octopus-deploy/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-octopus-deploy
+## 0.2.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.2.11
### Patch Changes
diff --git a/plugins/octopus-deploy/package.json b/plugins/octopus-deploy/package.json
index 03dd65d5e8..f37205e60b 100644
--- a/plugins/octopus-deploy/package.json
+++ b/plugins/octopus-deploy/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-octopus-deploy",
- "version": "0.2.11",
+ "version": "0.2.12-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/org-react/CHANGELOG.md b/plugins/org-react/CHANGELOG.md
index b56074f2cd..294d0f50d5 100644
--- a/plugins/org-react/CHANGELOG.md
+++ b/plugins/org-react/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-org-react
+## 0.1.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.1.18
### Patch Changes
diff --git a/plugins/org-react/package.json b/plugins/org-react/package.json
index 07ae6b82b0..f07229e557 100644
--- a/plugins/org-react/package.json
+++ b/plugins/org-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-org-react",
- "version": "0.1.18",
+ "version": "0.1.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/org/CHANGELOG.md b/plugins/org/CHANGELOG.md
index c36bf88714..1d2534ee4d 100644
--- a/plugins/org/CHANGELOG.md
+++ b/plugins/org/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-org
+## 0.6.20-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-catalog-common@1.0.20
+
## 0.6.19
### Patch Changes
diff --git a/plugins/org/package.json b/plugins/org/package.json
index c4035a8498..1050876a7b 100644
--- a/plugins/org/package.json
+++ b/plugins/org/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-org",
"description": "A Backstage plugin that helps you create entity pages for your organization",
- "version": "0.6.19",
+ "version": "0.6.20-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/pagerduty/CHANGELOG.md b/plugins/pagerduty/CHANGELOG.md
index 8e48fcf210..a97f2a9085 100644
--- a/plugins/pagerduty/CHANGELOG.md
+++ b/plugins/pagerduty/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-pagerduty
+## 0.7.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-home-react@0.1.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.7.1
### Patch Changes
diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json
index 2526d7ca99..383a7191bb 100644
--- a/plugins/pagerduty/package.json
+++ b/plugins/pagerduty/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-pagerduty",
"description": "This plugin has been deprecated, consider using [@pagerduty/backstage-plugin](https://github.com/pagerduty/backstage-plugin) instead.",
- "version": "0.7.1",
+ "version": "0.7.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/periskop-backend/CHANGELOG.md b/plugins/periskop-backend/CHANGELOG.md
index 2a94efd57e..a524779ac9 100644
--- a/plugins/periskop-backend/CHANGELOG.md
+++ b/plugins/periskop-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-periskop-backend
+## 0.2.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
## 0.2.7
### Patch Changes
diff --git a/plugins/periskop-backend/package.json b/plugins/periskop-backend/package.json
index 992e047346..c342cf6ad4 100644
--- a/plugins/periskop-backend/package.json
+++ b/plugins/periskop-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-periskop-backend",
- "version": "0.2.7",
+ "version": "0.2.8-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/periskop/CHANGELOG.md b/plugins/periskop/CHANGELOG.md
index b29b672e96..2b9409f9fa 100644
--- a/plugins/periskop/CHANGELOG.md
+++ b/plugins/periskop/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-periskop
+## 0.1.28-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.1.27
### Patch Changes
diff --git a/plugins/periskop/package.json b/plugins/periskop/package.json
index acb7a68241..f8f5f02fbd 100644
--- a/plugins/periskop/package.json
+++ b/plugins/periskop/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-periskop",
- "version": "0.1.27",
+ "version": "0.1.28-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/permission-backend-module-policy-allow-all/CHANGELOG.md b/plugins/permission-backend-module-policy-allow-all/CHANGELOG.md
index e5e4d93fa3..14855fcb35 100644
--- a/plugins/permission-backend-module-policy-allow-all/CHANGELOG.md
+++ b/plugins/permission-backend-module-policy-allow-all/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-permission-backend-module-allow-all-policy
+## 0.1.7-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.1.6
### Patch Changes
diff --git a/plugins/permission-backend-module-policy-allow-all/package.json b/plugins/permission-backend-module-policy-allow-all/package.json
index f03a5481d3..e607bc84f3 100644
--- a/plugins/permission-backend-module-policy-allow-all/package.json
+++ b/plugins/permission-backend-module-policy-allow-all/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-permission-backend-module-allow-all-policy",
"description": "Allow all policy backend module for the permission plugin.",
- "version": "0.1.6",
+ "version": "0.1.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/permission-backend/CHANGELOG.md b/plugins/permission-backend/CHANGELOG.md
index 43c5e85b4f..287d320d61 100644
--- a/plugins/permission-backend/CHANGELOG.md
+++ b/plugins/permission-backend/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-permission-backend
+## 0.5.33-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.5.32
### Patch Changes
diff --git a/plugins/permission-backend/package.json b/plugins/permission-backend/package.json
index c8c908eccb..eb1f04273f 100644
--- a/plugins/permission-backend/package.json
+++ b/plugins/permission-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-permission-backend",
- "version": "0.5.32",
+ "version": "0.5.33-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/permission-node/CHANGELOG.md b/plugins/permission-node/CHANGELOG.md
index 5f66d4a337..9a954e9aca 100644
--- a/plugins/permission-node/CHANGELOG.md
+++ b/plugins/permission-node/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-permission-node
+## 0.7.21-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+
## 0.7.20
### Patch Changes
diff --git a/plugins/permission-node/package.json b/plugins/permission-node/package.json
index 5ce7217d6c..168fbdaa81 100644
--- a/plugins/permission-node/package.json
+++ b/plugins/permission-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-permission-node",
"description": "Common permission and authorization utilities for backend plugins",
- "version": "0.7.20",
+ "version": "0.7.21-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/playlist-backend/CHANGELOG.md b/plugins/playlist-backend/CHANGELOG.md
index 00e1c5be53..a4428bc5fe 100644
--- a/plugins/playlist-backend/CHANGELOG.md
+++ b/plugins/playlist-backend/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-playlist-backend
+## 0.3.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-playlist-common@0.1.14
+
## 0.3.13
### Patch Changes
diff --git a/plugins/playlist-backend/package.json b/plugins/playlist-backend/package.json
index 8b872b6e67..976ae79ce1 100644
--- a/plugins/playlist-backend/package.json
+++ b/plugins/playlist-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-playlist-backend",
- "version": "0.3.13",
+ "version": "0.3.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/playlist/CHANGELOG.md b/plugins/playlist/CHANGELOG.md
index f35b2a149a..7c90e8f956 100644
--- a/plugins/playlist/CHANGELOG.md
+++ b/plugins/playlist/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-playlist
+## 0.2.4-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-permission-react@0.4.19
+ - @backstage/plugin-playlist-common@0.1.14
+
## 0.2.3
### Patch Changes
diff --git a/plugins/playlist/package.json b/plugins/playlist/package.json
index 34d2911685..9f9cbd6724 100644
--- a/plugins/playlist/package.json
+++ b/plugins/playlist/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-playlist",
- "version": "0.2.3",
+ "version": "0.2.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/proxy-backend/CHANGELOG.md b/plugins/proxy-backend/CHANGELOG.md
index e6649758f7..49c650ce3e 100644
--- a/plugins/proxy-backend/CHANGELOG.md
+++ b/plugins/proxy-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-proxy-backend
+## 0.4.8-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+
## 0.4.7
### Patch Changes
diff --git a/plugins/proxy-backend/package.json b/plugins/proxy-backend/package.json
index 1e042a1bdc..eac4fa43e6 100644
--- a/plugins/proxy-backend/package.json
+++ b/plugins/proxy-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-proxy-backend",
"description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend",
- "version": "0.4.7",
+ "version": "0.4.8-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/puppetdb/CHANGELOG.md b/plugins/puppetdb/CHANGELOG.md
index 9e8b991e02..255ac0f314 100644
--- a/plugins/puppetdb/CHANGELOG.md
+++ b/plugins/puppetdb/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-puppetdb
+## 0.1.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.1.12
### Patch Changes
diff --git a/plugins/puppetdb/package.json b/plugins/puppetdb/package.json
index 0d1cc3d44e..005950f3a6 100644
--- a/plugins/puppetdb/package.json
+++ b/plugins/puppetdb/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-puppetdb",
"description": "Backstage plugin to visualize resource information and Puppet facts from PuppetDB.",
- "version": "0.1.12",
+ "version": "0.1.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/rollbar-backend/CHANGELOG.md b/plugins/rollbar-backend/CHANGELOG.md
index 4c14f2c9f9..c52f70327b 100644
--- a/plugins/rollbar-backend/CHANGELOG.md
+++ b/plugins/rollbar-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-rollbar-backend
+## 0.1.55-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+
## 0.1.54
### Patch Changes
diff --git a/plugins/rollbar-backend/package.json b/plugins/rollbar-backend/package.json
index 730bc3e6f3..de6526701b 100644
--- a/plugins/rollbar-backend/package.json
+++ b/plugins/rollbar-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-rollbar-backend",
"description": "A Backstage backend plugin that integrates towards Rollbar",
- "version": "0.1.54",
+ "version": "0.1.55-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/rollbar/CHANGELOG.md b/plugins/rollbar/CHANGELOG.md
index 494dce0fe9..ced8ca89fa 100644
--- a/plugins/rollbar/CHANGELOG.md
+++ b/plugins/rollbar/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-rollbar
+## 0.4.30-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.4.29
### Patch Changes
diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json
index a49254e366..a3898e64d3 100644
--- a/plugins/rollbar/package.json
+++ b/plugins/rollbar/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-rollbar",
"description": "A Backstage plugin that integrates towards Rollbar",
- "version": "0.4.29",
+ "version": "0.4.30-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-azure/CHANGELOG.md b/plugins/scaffolder-backend-module-azure/CHANGELOG.md
index 3f56f61339..50b2070b72 100644
--- a/plugins/scaffolder-backend-module-azure/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-azure/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-azure
+## 0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.1.1
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-azure/package.json b/plugins/scaffolder-backend-module-azure/package.json
index edf927a670..2613104d7a 100644
--- a/plugins/scaffolder-backend-module-azure/package.json
+++ b/plugins/scaffolder-backend-module-azure/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-azure",
"description": "The azure module for @backstage/plugin-scaffolder-backend",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-bitbucket/CHANGELOG.md b/plugins/scaffolder-backend-module-bitbucket/CHANGELOG.md
index c94898c953..9a0344eed8 100644
--- a/plugins/scaffolder-backend-module-bitbucket/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-bitbucket/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder-backend-module-bitbucket
+## 0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- fc98bb6: Enhanced the pull request action to allow for adding new content to the PR as described in this issue #21762
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.1.1
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-bitbucket/package.json b/plugins/scaffolder-backend-module-bitbucket/package.json
index 492c1d86b0..6f02655692 100644
--- a/plugins/scaffolder-backend-module-bitbucket/package.json
+++ b/plugins/scaffolder-backend-module-bitbucket/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-bitbucket",
"description": "The bitbucket module for @backstage/plugin-scaffolder-backend",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md b/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md
index 075d8db3b9..1b943777b0 100644
--- a/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-confluence-to-markdown/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-confluence-to-markdown
+## 0.2.11-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.2.10
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-confluence-to-markdown/package.json b/plugins/scaffolder-backend-module-confluence-to-markdown/package.json
index c378093001..cf23ba1ba4 100644
--- a/plugins/scaffolder-backend-module-confluence-to-markdown/package.json
+++ b/plugins/scaffolder-backend-module-confluence-to-markdown/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-confluence-to-markdown",
"description": "The confluence-to-markdown module for @backstage/plugin-scaffolder-backend",
- "version": "0.2.10",
+ "version": "0.2.11-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
index 541255a2d0..021b21be3e 100644
--- a/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder-backend-module-cookiecutter
+## 0.2.34-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+
## 0.2.33
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-cookiecutter/package.json b/plugins/scaffolder-backend-module-cookiecutter/package.json
index 2cf52d1abb..32536047d1 100644
--- a/plugins/scaffolder-backend-module-cookiecutter/package.json
+++ b/plugins/scaffolder-backend-module-cookiecutter/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
"description": "A module for the scaffolder backend that lets you template projects using cookiecutter",
- "version": "0.2.33",
+ "version": "0.2.34-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md b/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md
index 361549275a..0b0d09dbbd 100644
--- a/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-gerrit/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-scaffolder-backend-module-gerrit
+## 0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.1.1
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-gerrit/package.json b/plugins/scaffolder-backend-module-gerrit/package.json
index a97d1d7c52..a1d3110bff 100644
--- a/plugins/scaffolder-backend-module-gerrit/package.json
+++ b/plugins/scaffolder-backend-module-gerrit/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gerrit",
"description": "The gerrit module for @backstage/plugin-scaffolder-backend",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-github/CHANGELOG.md b/plugins/scaffolder-backend-module-github/CHANGELOG.md
index 0f0ce0a045..88f68d392e 100644
--- a/plugins/scaffolder-backend-module-github/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-github/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-github
+## 0.1.2-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.1.1
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-github/package.json b/plugins/scaffolder-backend-module-github/package.json
index 5f92a17e82..8e0272c876 100644
--- a/plugins/scaffolder-backend-module-github/package.json
+++ b/plugins/scaffolder-backend-module-github/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-github",
"description": "The github module for @backstage/plugin-scaffolder-backend",
- "version": "0.1.1",
+ "version": "0.1.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md b/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md
index 9c7d462cda..fe7abefeda 100644
--- a/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-gitlab/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-backend-module-gitlab
+## 0.2.13-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.2.12
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-gitlab/package.json b/plugins/scaffolder-backend-module-gitlab/package.json
index 77497fcd3f..bf709c6b7f 100644
--- a/plugins/scaffolder-backend-module-gitlab/package.json
+++ b/plugins/scaffolder-backend-module-gitlab/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-gitlab",
- "version": "0.2.12",
+ "version": "0.2.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-rails/CHANGELOG.md b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
index a923feec27..e3aa1f0fe9 100644
--- a/plugins/scaffolder-backend-module-rails/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-scaffolder-backend-module-rails
+## 0.4.27-next.0
+
+### Patch Changes
+
+- e9a5228: Make `containerRunner` argument optional
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+
## 0.4.26
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-rails/package.json b/plugins/scaffolder-backend-module-rails/package.json
index da27657a6f..6c52665976 100644
--- a/plugins/scaffolder-backend-module-rails/package.json
+++ b/plugins/scaffolder-backend-module-rails/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-rails",
"description": "A module for the scaffolder backend that lets you template projects using Rails",
- "version": "0.4.26",
+ "version": "0.4.27-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-sentry/CHANGELOG.md b/plugins/scaffolder-backend-module-sentry/CHANGELOG.md
index 5ba8dd0f05..a6a79787c2 100644
--- a/plugins/scaffolder-backend-module-sentry/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-sentry/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-scaffolder-backend-module-sentry
+## 0.1.18-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
## 0.1.17
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-sentry/package.json b/plugins/scaffolder-backend-module-sentry/package.json
index f5b8af13df..0039ad35a6 100644
--- a/plugins/scaffolder-backend-module-sentry/package.json
+++ b/plugins/scaffolder-backend-module-sentry/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-sentry",
- "version": "0.1.17",
+ "version": "0.1.18-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md b/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md
index 1b4858dec9..b57b5a4c6e 100644
--- a/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-yeoman/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-scaffolder-backend-module-yeoman
+## 0.2.31-next.0
+
+### Patch Changes
+
+- e9a5228: Exporting a default module for the new Backend System
+- Updated dependencies
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/types@1.1.1
+
## 0.2.30
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-yeoman/package.json b/plugins/scaffolder-backend-module-yeoman/package.json
index 8393e0be2f..68739803df 100644
--- a/plugins/scaffolder-backend-module-yeoman/package.json
+++ b/plugins/scaffolder-backend-module-yeoman/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-yeoman",
- "version": "0.2.30",
+ "version": "0.2.31-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-backend/CHANGELOG.md b/plugins/scaffolder-backend/CHANGELOG.md
index 2fb35e3d24..5e8c96ed91 100644
--- a/plugins/scaffolder-backend/CHANGELOG.md
+++ b/plugins/scaffolder-backend/CHANGELOG.md
@@ -1,5 +1,48 @@
# @backstage/plugin-scaffolder-backend
+## 1.21.0-next.0
+
+### Minor Changes
+
+- 11b9a08: Introduced the first version of recoverable tasks.
+- e9a5228: The built-in module list has been trimmed down when using the new Backend System. Provider specific modules should now be installed with `backend.add` to provide additional actions to the scaffolder. These modules are as follows:
+
+ - `@backstage/plugin-scaffolder-backend-module-github`
+ - `@backstage/plugin-scaffolder-backend-module-gitlab`
+ - `@backstage/plugin-scaffolder-backend-module-bitbucket`
+ - `@backstage/plugin-scaffolder-backend-module-gitea`
+ - `@backstage/plugin-scaffolder-backend-module-gerrit`
+ - `@backstage/plugin-scaffolder-backend-module-confluence-to-markdown`
+ - `@backstage/plugin-scaffolder-backend-module-cookiecutter`
+ - `@backstage/plugin-scaffolder-backend-module-rails`
+ - `@backstage/plugin-scaffolder-backend-module-sentry`
+ - `@backstage/plugin-scaffolder-backend-module-yeoman`
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-backend-module-bitbucket@0.1.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-gerrit@0.1.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-github@0.1.2-next.0
+ - @backstage/plugin-scaffolder-backend-module-gitlab@0.2.13-next.0
+ - @backstage/plugin-scaffolder-backend-module-azure@0.1.2-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-node@0.3.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.7-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
## 1.20.0
### Minor Changes
diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json
index 24325449b3..2325f7d17e 100644
--- a/plugins/scaffolder-backend/package.json
+++ b/plugins/scaffolder-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
- "version": "1.20.0",
+ "version": "1.21.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-common/CHANGELOG.md b/plugins/scaffolder-common/CHANGELOG.md
index dfc6b310ed..1e25a2c66e 100644
--- a/plugins/scaffolder-common/CHANGELOG.md
+++ b/plugins/scaffolder-common/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-scaffolder-common
+## 1.5.0-next.0
+
+### Minor Changes
+
+- 11b9a08: Introduced the first version of recoverable tasks.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/catalog-model@1.4.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+
## 1.4.5
### Patch Changes
diff --git a/plugins/scaffolder-common/package.json b/plugins/scaffolder-common/package.json
index 699867fbb1..29a2f9bb74 100644
--- a/plugins/scaffolder-common/package.json
+++ b/plugins/scaffolder-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-common",
"description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
- "version": "1.4.5",
+ "version": "1.5.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-node/CHANGELOG.md b/plugins/scaffolder-node/CHANGELOG.md
index 49ea604b11..6f47b13296 100644
--- a/plugins/scaffolder-node/CHANGELOG.md
+++ b/plugins/scaffolder-node/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/plugin-scaffolder-node
+## 0.3.0-next.0
+
+### Minor Changes
+
+- 3a9ba42: Added functions to clone a repo, create a branch, add files and push and commit to the branch. This allows for files to be added to the a PR for use in the bitbucket pull request action for issue #21762
+- 11b9a08: Introduced the first version of recoverable tasks.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/types@1.1.1
+
## 0.2.10
### Patch Changes
diff --git a/plugins/scaffolder-node/package.json b/plugins/scaffolder-node/package.json
index b4c843ce65..e0e780131f 100644
--- a/plugins/scaffolder-node/package.json
+++ b/plugins/scaffolder-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-node",
"description": "The plugin-scaffolder-node module for @backstage/plugin-scaffolder-backend",
- "version": "0.2.10",
+ "version": "0.3.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder-react/CHANGELOG.md b/plugins/scaffolder-react/CHANGELOG.md
index 89468800e8..ba40bc17fb 100644
--- a/plugins/scaffolder-react/CHANGELOG.md
+++ b/plugins/scaffolder-react/CHANGELOG.md
@@ -1,5 +1,30 @@
# @backstage/plugin-scaffolder-react
+## 1.8.0-next.0
+
+### Minor Changes
+
+- c56f1a2: Remove the old legacy exports from `/alpha`
+- 11b9a08: Introduced the first version of recoverable tasks.
+
+### Patch Changes
+
+- 0b0c6b6: Allow defining default output text to be shown
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+
## 1.7.1
### Patch Changes
diff --git a/plugins/scaffolder-react/package.json b/plugins/scaffolder-react/package.json
index fd6bcf5076..bb038cd2ee 100644
--- a/plugins/scaffolder-react/package.json
+++ b/plugins/scaffolder-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-react",
"description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
- "version": "1.7.1",
+ "version": "1.8.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/scaffolder/CHANGELOG.md b/plugins/scaffolder/CHANGELOG.md
index 8482d41538..2309a0554d 100644
--- a/plugins/scaffolder/CHANGELOG.md
+++ b/plugins/scaffolder/CHANGELOG.md
@@ -1,5 +1,39 @@
# @backstage/plugin-scaffolder
+## 1.18.0-next.0
+
+### Minor Changes
+
+- c56f1a2: Remove the old legacy exports from `/alpha`
+- a86920b: Introduced a new `MultiEntityPicker` field that supports selecting multiple Entities
+
+### Patch Changes
+
+- b0d1d80: Added basic support for the new frontend system, exported from the `/alpha` subpath.
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- da059d7: Removed alpha symbol from Task List header
+- 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
+ Updated dependency `@rjsf/core` to `5.16.1`.
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
+- 11b9a08: Introduced the first version of recoverable tasks.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-scaffolder-react@1.8.0-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-scaffolder-common@1.5.0-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/types@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-react@0.4.19
+
## 1.17.1
### Patch Changes
diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json
index 40364e2da7..eb6634218d 100644
--- a/plugins/scaffolder/package.json
+++ b/plugins/scaffolder/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder",
"description": "The Backstage plugin that helps you create new things",
- "version": "1.17.1",
+ "version": "1.18.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend-module-catalog/CHANGELOG.md b/plugins/search-backend-module-catalog/CHANGELOG.md
index 23827255ac..a9123460c3 100644
--- a/plugins/search-backend-module-catalog/CHANGELOG.md
+++ b/plugins/search-backend-module-catalog/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/plugin-search-backend-module-catalog
+## 0.1.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
## 0.1.13
### Patch Changes
diff --git a/plugins/search-backend-module-catalog/package.json b/plugins/search-backend-module-catalog/package.json
index 0b70450eb3..4fdecf1062 100644
--- a/plugins/search-backend-module-catalog/package.json
+++ b/plugins/search-backend-module-catalog/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-module-catalog",
"description": "A module for the search backend that exports catalog modules",
- "version": "0.1.13",
+ "version": "0.1.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend-module-elasticsearch/CHANGELOG.md b/plugins/search-backend-module-elasticsearch/CHANGELOG.md
index 6fd51ed2c3..5be019c3f9 100644
--- a/plugins/search-backend-module-elasticsearch/CHANGELOG.md
+++ b/plugins/search-backend-module-elasticsearch/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-search-backend-module-elasticsearch
+## 1.3.13-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/plugin-search-common@1.2.10
+
## 1.3.12
### Patch Changes
diff --git a/plugins/search-backend-module-elasticsearch/package.json b/plugins/search-backend-module-elasticsearch/package.json
index 3a902ef255..81bc2fc72a 100644
--- a/plugins/search-backend-module-elasticsearch/package.json
+++ b/plugins/search-backend-module-elasticsearch/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-module-elasticsearch",
"description": "A module for the search backend that implements search using ElasticSearch",
- "version": "1.3.12",
+ "version": "1.3.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend-module-explore/CHANGELOG.md b/plugins/search-backend-module-explore/CHANGELOG.md
index 42465f4002..50f12e9a3f 100644
--- a/plugins/search-backend-module-explore/CHANGELOG.md
+++ b/plugins/search-backend-module-explore/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-search-backend-module-explore
+## 0.1.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-explore-common@0.0.2
+ - @backstage/plugin-search-common@1.2.10
+
## 0.1.13
### Patch Changes
diff --git a/plugins/search-backend-module-explore/package.json b/plugins/search-backend-module-explore/package.json
index d238ca0c68..4c1fab7f04 100644
--- a/plugins/search-backend-module-explore/package.json
+++ b/plugins/search-backend-module-explore/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-module-explore",
"description": "A module for the search backend that exports explore modules",
- "version": "0.1.13",
+ "version": "0.1.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend-module-pg/CHANGELOG.md b/plugins/search-backend-module-pg/CHANGELOG.md
index b186b5f409..1ea165328c 100644
--- a/plugins/search-backend-module-pg/CHANGELOG.md
+++ b/plugins/search-backend-module-pg/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-search-backend-module-pg
+## 0.5.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-search-common@1.2.10
+
## 0.5.18
### Patch Changes
diff --git a/plugins/search-backend-module-pg/package.json b/plugins/search-backend-module-pg/package.json
index 17db1d9e38..8a39be16be 100644
--- a/plugins/search-backend-module-pg/package.json
+++ b/plugins/search-backend-module-pg/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-module-pg",
"description": "A module for the search backend that implements search using PostgreSQL",
- "version": "0.5.18",
+ "version": "0.5.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend-module-stack-overflow-collator/CHANGELOG.md b/plugins/search-backend-module-stack-overflow-collator/CHANGELOG.md
index 49ddce1d45..be37af50b7 100644
--- a/plugins/search-backend-module-stack-overflow-collator/CHANGELOG.md
+++ b/plugins/search-backend-module-stack-overflow-collator/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-search-backend-module-stack-overflow-collator
+## 0.1.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/plugin-search-common@1.2.10
+
## 0.1.2
### Patch Changes
diff --git a/plugins/search-backend-module-stack-overflow-collator/package.json b/plugins/search-backend-module-stack-overflow-collator/package.json
index 2c5508384c..865e277adc 100644
--- a/plugins/search-backend-module-stack-overflow-collator/package.json
+++ b/plugins/search-backend-module-stack-overflow-collator/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-module-stack-overflow-collator",
"description": "A module for the search backend that exports stack overflow modules",
- "version": "0.1.2",
+ "version": "0.1.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend-module-techdocs/CHANGELOG.md b/plugins/search-backend-module-techdocs/CHANGELOG.md
index 48ca80346c..811c7ccf5c 100644
--- a/plugins/search-backend-module-techdocs/CHANGELOG.md
+++ b/plugins/search-backend-module-techdocs/CHANGELOG.md
@@ -1,5 +1,23 @@
# @backstage/plugin-search-backend-module-techdocs
+## 0.1.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/plugin-techdocs-node@1.11.2-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
## 0.1.13
### Patch Changes
diff --git a/plugins/search-backend-module-techdocs/package.json b/plugins/search-backend-module-techdocs/package.json
index 7db87300cf..dc349aa4fd 100644
--- a/plugins/search-backend-module-techdocs/package.json
+++ b/plugins/search-backend-module-techdocs/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-module-techdocs",
"description": "A module for the search backend that exports techdocs modules",
- "version": "0.1.13",
+ "version": "0.1.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend-node/CHANGELOG.md b/plugins/search-backend-node/CHANGELOG.md
index d9ada5e4ed..c3a8297475 100644
--- a/plugins/search-backend-node/CHANGELOG.md
+++ b/plugins/search-backend-node/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-search-backend-node
+## 1.2.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
## 1.2.13
### Patch Changes
diff --git a/plugins/search-backend-node/package.json b/plugins/search-backend-node/package.json
index b598793b88..aa38da0003 100644
--- a/plugins/search-backend-node/package.json
+++ b/plugins/search-backend-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend-node",
"description": "A library for Backstage backend plugins that want to interact with the search backend plugin",
- "version": "1.2.13",
+ "version": "1.2.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-backend/CHANGELOG.md b/plugins/search-backend/CHANGELOG.md
index 334c303d03..8ddbf86643 100644
--- a/plugins/search-backend/CHANGELOG.md
+++ b/plugins/search-backend/CHANGELOG.md
@@ -1,5 +1,27 @@
# @backstage/plugin-search-backend
+## 1.5.0-next.0
+
+### Minor Changes
+
+- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/plugin-permission-node@0.7.21-next.0
+ - @backstage/plugin-search-backend-node@1.2.14-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-permission-common@0.7.12
+ - @backstage/plugin-search-common@1.2.10
+
## 1.4.9
### Patch Changes
diff --git a/plugins/search-backend/package.json b/plugins/search-backend/package.json
index bea288f6b2..e66c92a05a 100644
--- a/plugins/search-backend/package.json
+++ b/plugins/search-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search-backend",
"description": "The Backstage backend plugin that provides your backstage app with search",
- "version": "1.4.9",
+ "version": "1.5.0-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search-react/CHANGELOG.md b/plugins/search-react/CHANGELOG.md
index 08cb2bee1e..c2971227a6 100644
--- a/plugins/search-react/CHANGELOG.md
+++ b/plugins/search-react/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-search-react
+## 1.7.6-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+ - @backstage/plugin-search-common@1.2.10
+
## 1.7.5
### Patch Changes
diff --git a/plugins/search-react/package.json b/plugins/search-react/package.json
index c62e5e19b9..02fb2c130b 100644
--- a/plugins/search-react/package.json
+++ b/plugins/search-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-react",
- "version": "1.7.5",
+ "version": "1.7.6-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/search/CHANGELOG.md b/plugins/search/CHANGELOG.md
index 5acf5eea57..3611b01d8a 100644
--- a/plugins/search/CHANGELOG.md
+++ b/plugins/search/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-search
+## 1.4.6-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/version-bridge@1.0.7
+ - @backstage/plugin-search-common@1.2.10
+
## 1.4.5
### Patch Changes
diff --git a/plugins/search/package.json b/plugins/search/package.json
index 20ad8319e8..cf368caf87 100644
--- a/plugins/search/package.json
+++ b/plugins/search/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-search",
"description": "The Backstage plugin that provides your backstage app with search",
- "version": "1.4.5",
+ "version": "1.4.6-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/sentry/CHANGELOG.md b/plugins/sentry/CHANGELOG.md
index 2ed4f848cf..fd317e88c8 100644
--- a/plugins/sentry/CHANGELOG.md
+++ b/plugins/sentry/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-sentry
+## 0.5.15-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.5.14
### Patch Changes
diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json
index f6bf651f69..7bf5a82661 100644
--- a/plugins/sentry/package.json
+++ b/plugins/sentry/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-sentry",
"description": "A Backstage plugin that integrates towards Sentry",
- "version": "0.5.14",
+ "version": "0.5.15-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/signals-backend/CHANGELOG.md b/plugins/signals-backend/CHANGELOG.md
new file mode 100644
index 0000000000..81ad27a986
--- /dev/null
+++ b/plugins/signals-backend/CHANGELOG.md
@@ -0,0 +1,15 @@
+# @backstage/plugin-signals-backend
+
+## 0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-signals-node@0.0.1-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
diff --git a/plugins/signals-backend/package.json b/plugins/signals-backend/package.json
index 2fe6d86480..58ab25c320 100644
--- a/plugins/signals-backend/package.json
+++ b/plugins/signals-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-signals-backend",
- "version": "0.0.0",
+ "version": "0.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/signals-node/CHANGELOG.md b/plugins/signals-node/CHANGELOG.md
new file mode 100644
index 0000000000..ee01a4a078
--- /dev/null
+++ b/plugins/signals-node/CHANGELOG.md
@@ -0,0 +1,14 @@
+# @backstage/plugin-signals-node
+
+## 0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-events-node@0.2.19-next.0
diff --git a/plugins/signals-node/package.json b/plugins/signals-node/package.json
index d3230432f1..bdfdfe396c 100644
--- a/plugins/signals-node/package.json
+++ b/plugins/signals-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-signals-node",
"description": "Node.js library for the signals plugin",
- "version": "0.0.0",
+ "version": "0.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/signals-react/CHANGELOG.md b/plugins/signals-react/CHANGELOG.md
new file mode 100644
index 0000000000..4370801b4f
--- /dev/null
+++ b/plugins/signals-react/CHANGELOG.md
@@ -0,0 +1,10 @@
+# @backstage/plugin-signals-react
+
+## 0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/types@1.1.1
diff --git a/plugins/signals-react/package.json b/plugins/signals-react/package.json
index 06df050ccd..07fbd6dfbc 100644
--- a/plugins/signals-react/package.json
+++ b/plugins/signals-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-signals-react",
"description": "Web library for the signals plugin",
- "version": "0.0.0",
+ "version": "0.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/signals/CHANGELOG.md b/plugins/signals/CHANGELOG.md
new file mode 100644
index 0000000000..f180c1cc6f
--- /dev/null
+++ b/plugins/signals/CHANGELOG.md
@@ -0,0 +1,13 @@
+# @backstage/plugin-signals
+
+## 0.0.1-next.0
+
+### Patch Changes
+
+- 047bead: Add support to subscribe and publish messages through signals plugins
+- Updated dependencies
+ - @backstage/plugin-signals-react@0.0.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
diff --git a/plugins/signals/package.json b/plugins/signals/package.json
index cec95280c1..ea7953b0d4 100644
--- a/plugins/signals/package.json
+++ b/plugins/signals/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-signals",
- "version": "0.0.0",
+ "version": "0.0.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/sonarqube-backend/CHANGELOG.md b/plugins/sonarqube-backend/CHANGELOG.md
index 87231ab9af..6d992b0442 100644
--- a/plugins/sonarqube-backend/CHANGELOG.md
+++ b/plugins/sonarqube-backend/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-sonarqube-backend
+## 0.2.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+
## 0.2.11
### Patch Changes
diff --git a/plugins/sonarqube-backend/package.json b/plugins/sonarqube-backend/package.json
index 91f11aabfb..3819087933 100644
--- a/plugins/sonarqube-backend/package.json
+++ b/plugins/sonarqube-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-sonarqube-backend",
- "version": "0.2.11",
+ "version": "0.2.12-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/sonarqube/CHANGELOG.md b/plugins/sonarqube/CHANGELOG.md
index 36734946b6..00ac3e138b 100644
--- a/plugins/sonarqube/CHANGELOG.md
+++ b/plugins/sonarqube/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-sonarqube
+## 0.7.12-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-sonarqube-react@0.1.12
+
## 0.7.11
### Patch Changes
diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json
index 9d91262e01..99e333d170 100644
--- a/plugins/sonarqube/package.json
+++ b/plugins/sonarqube/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-sonarqube",
"description": "",
- "version": "0.7.11",
+ "version": "0.7.12-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/splunk-on-call/CHANGELOG.md b/plugins/splunk-on-call/CHANGELOG.md
index ae6eba08f7..2311bf211e 100644
--- a/plugins/splunk-on-call/CHANGELOG.md
+++ b/plugins/splunk-on-call/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-splunk-on-call
+## 0.4.19-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+
## 0.4.18
### Patch Changes
diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json
index ee5b1b17cd..e2045cfa8c 100644
--- a/plugins/splunk-on-call/package.json
+++ b/plugins/splunk-on-call/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-splunk-on-call",
"description": "A Backstage plugin that integrates towards Splunk On-Call",
- "version": "0.4.18",
+ "version": "0.4.19-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/stack-overflow-backend/CHANGELOG.md b/plugins/stack-overflow-backend/CHANGELOG.md
index ac375db564..103593ccc2 100644
--- a/plugins/stack-overflow-backend/CHANGELOG.md
+++ b/plugins/stack-overflow-backend/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-stack-overflow-backend
+## 0.2.14-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-search-backend-module-stack-overflow-collator@0.1.3-next.0
+
## 0.2.13
### Patch Changes
diff --git a/plugins/stack-overflow-backend/package.json b/plugins/stack-overflow-backend/package.json
index 9356be7bd2..991eeff9f6 100644
--- a/plugins/stack-overflow-backend/package.json
+++ b/plugins/stack-overflow-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-stack-overflow-backend",
"description": "Deprecated, consider using @backstage/plugin-search-backend-module-stack-overflow-collator instead",
- "version": "0.2.13",
+ "version": "0.2.14-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/stack-overflow/CHANGELOG.md b/plugins/stack-overflow/CHANGELOG.md
index f13fefd91a..fd2c61a6c8 100644
--- a/plugins/stack-overflow/CHANGELOG.md
+++ b/plugins/stack-overflow/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-stack-overflow
+## 0.1.25-next.0
+
+### Patch Changes
+
+- c1bc331: Fixes a bug that made the API return questions not related to the tags provided
+- Updated dependencies
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/plugin-home-react@0.1.8-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/plugin-search-common@1.2.10
+
## 0.1.24
### Patch Changes
diff --git a/plugins/stack-overflow/package.json b/plugins/stack-overflow/package.json
index dcce8e793f..de0aec1e61 100644
--- a/plugins/stack-overflow/package.json
+++ b/plugins/stack-overflow/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-stack-overflow",
- "version": "0.1.24",
+ "version": "0.1.25-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md b/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md
index d90a7f158a..e5ea8b3a9d 100644
--- a/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md
+++ b/plugins/tech-insights-backend-module-jsonfc/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-tech-insights-backend-module-jsonfc
+## 0.1.42-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-tech-insights-node@0.4.16-next.0
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-tech-insights-common@0.2.12
+
## 0.1.41
### Patch Changes
diff --git a/plugins/tech-insights-backend-module-jsonfc/package.json b/plugins/tech-insights-backend-module-jsonfc/package.json
index 3a17a952d8..1c34a2157b 100644
--- a/plugins/tech-insights-backend-module-jsonfc/package.json
+++ b/plugins/tech-insights-backend-module-jsonfc/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend-module-jsonfc",
- "version": "0.1.41",
+ "version": "0.1.42-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/tech-insights-backend/CHANGELOG.md b/plugins/tech-insights-backend/CHANGELOG.md
index 3812ef6d91..8a07042a2a 100644
--- a/plugins/tech-insights-backend/CHANGELOG.md
+++ b/plugins/tech-insights-backend/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-tech-insights-backend
+## 0.5.24-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/plugin-tech-insights-node@0.4.16-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-tech-insights-common@0.2.12
+
## 0.5.23
### Patch Changes
diff --git a/plugins/tech-insights-backend/package.json b/plugins/tech-insights-backend/package.json
index 92a3399683..50d86931ee 100644
--- a/plugins/tech-insights-backend/package.json
+++ b/plugins/tech-insights-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend",
- "version": "0.5.23",
+ "version": "0.5.24-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/tech-insights-node/CHANGELOG.md b/plugins/tech-insights-node/CHANGELOG.md
index a93118ad6a..c0208f7245 100644
--- a/plugins/tech-insights-node/CHANGELOG.md
+++ b/plugins/tech-insights-node/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-tech-insights-node
+## 0.4.16-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/config@1.1.1
+ - @backstage/types@1.1.1
+ - @backstage/plugin-tech-insights-common@0.2.12
+
## 0.4.15
### Patch Changes
diff --git a/plugins/tech-insights-node/package.json b/plugins/tech-insights-node/package.json
index 824b4cb752..4cd03c38a7 100644
--- a/plugins/tech-insights-node/package.json
+++ b/plugins/tech-insights-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-node",
- "version": "0.4.15",
+ "version": "0.4.16-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/tech-insights/CHANGELOG.md b/plugins/tech-insights/CHANGELOG.md
index 81349dfe8f..bd1b16e46f 100644
--- a/plugins/tech-insights/CHANGELOG.md
+++ b/plugins/tech-insights/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-tech-insights
+## 0.3.22-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+ - @backstage/plugin-tech-insights-common@0.2.12
+
## 0.3.21
### Patch Changes
diff --git a/plugins/tech-insights/package.json b/plugins/tech-insights/package.json
index c37d516e06..4977053132 100644
--- a/plugins/tech-insights/package.json
+++ b/plugins/tech-insights/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights",
- "version": "0.3.21",
+ "version": "0.3.22-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/tech-radar/CHANGELOG.md b/plugins/tech-radar/CHANGELOG.md
index 073fe92739..d1eeb41b84 100644
--- a/plugins/tech-radar/CHANGELOG.md
+++ b/plugins/tech-radar/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-tech-radar
+## 0.6.13-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+
## 0.6.12
### Patch Changes
diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json
index b94382a239..ad7ca45e41 100644
--- a/plugins/tech-radar/package.json
+++ b/plugins/tech-radar/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-tech-radar",
"description": "A Backstage plugin that lets you display a Tech Radar for your organization",
- "version": "0.6.12",
+ "version": "0.6.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/techdocs-addons-test-utils/CHANGELOG.md b/plugins/techdocs-addons-test-utils/CHANGELOG.md
index 9ceb5d0a09..a311522241 100644
--- a/plugins/techdocs-addons-test-utils/CHANGELOG.md
+++ b/plugins/techdocs-addons-test-utils/CHANGELOG.md
@@ -1,5 +1,20 @@
# @backstage/plugin-techdocs-addons-test-utils
+## 1.0.27-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/plugin-catalog@1.17.0-next.0
+ - @backstage/plugin-techdocs@1.9.4-next.0
+ - @backstage/test-utils@1.5.0-next.0
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-techdocs-react@1.1.15
+
## 1.0.26
### Patch Changes
diff --git a/plugins/techdocs-addons-test-utils/package.json b/plugins/techdocs-addons-test-utils/package.json
index bd150c9326..8f1e8e5156 100644
--- a/plugins/techdocs-addons-test-utils/package.json
+++ b/plugins/techdocs-addons-test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-addons-test-utils",
- "version": "1.0.26",
+ "version": "1.0.27-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/techdocs-backend/CHANGELOG.md b/plugins/techdocs-backend/CHANGELOG.md
index 25116c2810..b5f6815373 100644
--- a/plugins/techdocs-backend/CHANGELOG.md
+++ b/plugins/techdocs-backend/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-techdocs-backend
+## 1.9.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-search-backend-module-techdocs@0.1.14-next.0
+ - @backstage/plugin-techdocs-node@1.11.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/plugin-catalog-common@1.0.20
+ - @backstage/plugin-permission-common@0.7.12
+
## 1.9.2
### Patch Changes
diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json
index 1f13ed3d5c..d2e42c48ce 100644
--- a/plugins/techdocs-backend/package.json
+++ b/plugins/techdocs-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-backend",
"description": "The Backstage backend plugin that renders technical documentation for your components",
- "version": "1.9.2",
+ "version": "1.9.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/techdocs-module-addons-contrib/CHANGELOG.md b/plugins/techdocs-module-addons-contrib/CHANGELOG.md
index c6c4070487..0405fc8948 100644
--- a/plugins/techdocs-module-addons-contrib/CHANGELOG.md
+++ b/plugins/techdocs-module-addons-contrib/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-module-addons-contrib
+## 1.1.5-next.0
+
+### Patch Changes
+
+- 131ffdc: Fix position of the ReportIssue component when is displaying at the top of the container.
+- Updated dependencies
+ - @backstage/core-components@0.13.10
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/plugin-techdocs-react@1.1.15
+
## 1.1.4
### Patch Changes
diff --git a/plugins/techdocs-module-addons-contrib/package.json b/plugins/techdocs-module-addons-contrib/package.json
index 1d296eb158..e19c9f3137 100644
--- a/plugins/techdocs-module-addons-contrib/package.json
+++ b/plugins/techdocs-module-addons-contrib/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-module-addons-contrib",
"description": "Plugin module for contributed TechDocs Addons",
- "version": "1.1.4",
+ "version": "1.1.5-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/techdocs-node/CHANGELOG.md b/plugins/techdocs-node/CHANGELOG.md
index c4aeb5c4d7..5da0d4f870 100644
--- a/plugins/techdocs-node/CHANGELOG.md
+++ b/plugins/techdocs-node/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-techdocs-node
+## 1.11.2-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-aws-node@0.1.8
+ - @backstage/plugin-search-common@1.2.10
+
## 1.11.1
### Patch Changes
diff --git a/plugins/techdocs-node/package.json b/plugins/techdocs-node/package.json
index 592ae94151..6691a31a9d 100644
--- a/plugins/techdocs-node/package.json
+++ b/plugins/techdocs-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-node",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
- "version": "1.11.1",
+ "version": "1.11.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
diff --git a/plugins/techdocs/CHANGELOG.md b/plugins/techdocs/CHANGELOG.md
index 9a982a80f5..b1b9b27eda 100644
--- a/plugins/techdocs/CHANGELOG.md
+++ b/plugins/techdocs/CHANGELOG.md
@@ -1,5 +1,26 @@
# @backstage/plugin-techdocs
+## 1.9.4-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/plugin-search-react@1.7.6-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+ - @backstage/integration-react@1.1.23
+ - @backstage/theme@0.5.0
+ - @backstage/plugin-search-common@1.2.10
+ - @backstage/plugin-techdocs-react@1.1.15
+
## 1.9.3
### Patch Changes
diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json
index 51c631e8ec..829aaa9475 100644
--- a/plugins/techdocs/package.json
+++ b/plugins/techdocs/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs",
"description": "The Backstage plugin that renders technical documentation for your components",
- "version": "1.9.3",
+ "version": "1.9.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/todo-backend/CHANGELOG.md b/plugins/todo-backend/CHANGELOG.md
index bbda40e0a7..fb9f17ab83 100644
--- a/plugins/todo-backend/CHANGELOG.md
+++ b/plugins/todo-backend/CHANGELOG.md
@@ -1,5 +1,22 @@
# @backstage/plugin-todo-backend
+## 0.3.8-next.0
+
+### Patch Changes
+
+- 126c2f9: Updates the OpenAPI spec to use plugin as `info.title` instead of package name.
+- 04907c3: Updates the OpenAPI specification title to plugin ID instead of package name.
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-openapi-utils@0.1.3-next.0
+ - @backstage/catalog-client@1.6.0-next.0
+ - @backstage/plugin-catalog-node@1.6.2-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/catalog-model@1.4.3
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/integration@1.8.0
+
## 0.3.7
### Patch Changes
diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json
index ddf3baac3d..53c80f3b64 100644
--- a/plugins/todo-backend/package.json
+++ b/plugins/todo-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-todo-backend",
"description": "A Backstage backend plugin that lets you browse TODO comments in your source code",
- "version": "0.3.7",
+ "version": "0.3.8-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/todo/CHANGELOG.md b/plugins/todo/CHANGELOG.md
index bc736a73fc..6217ff3d99 100644
--- a/plugins/todo/CHANGELOG.md
+++ b/plugins/todo/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-todo
+## 0.2.34-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.2.33
### Patch Changes
diff --git a/plugins/todo/package.json b/plugins/todo/package.json
index d7ee6b83c0..539a1ead3d 100644
--- a/plugins/todo/package.json
+++ b/plugins/todo/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-todo",
"description": "A Backstage plugin that lets you browse TODO comments in your source code",
- "version": "0.2.33",
+ "version": "0.2.34-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/user-settings-backend/CHANGELOG.md b/plugins/user-settings-backend/CHANGELOG.md
index c9ab9a3263..96bc93a65c 100644
--- a/plugins/user-settings-backend/CHANGELOG.md
+++ b/plugins/user-settings-backend/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-user-settings-backend
+## 0.2.9-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/plugin-auth-node@0.4.4-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/types@1.1.1
+
## 0.2.8
### Patch Changes
diff --git a/plugins/user-settings-backend/package.json b/plugins/user-settings-backend/package.json
index d3c3abca49..8cabb70468 100644
--- a/plugins/user-settings-backend/package.json
+++ b/plugins/user-settings-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-user-settings-backend",
"description": "The Backstage backend plugin to manage user settings",
- "version": "0.2.8",
+ "version": "0.2.9-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/user-settings/CHANGELOG.md b/plugins/user-settings/CHANGELOG.md
index e733ca5372..2c4a5edf5d 100644
--- a/plugins/user-settings/CHANGELOG.md
+++ b/plugins/user-settings/CHANGELOG.md
@@ -1,5 +1,21 @@
# @backstage/plugin-user-settings
+## 0.8.1-next.0
+
+### Patch Changes
+
+- 912ca7b: Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
+- Updated dependencies
+ - @backstage/core-compat-api@0.1.2-next.0
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/frontend-plugin-api@0.5.1-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/core-app-api@1.11.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+ - @backstage/theme@0.5.0
+ - @backstage/types@1.1.1
+
## 0.8.0
### Minor Changes
diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json
index c873786874..015a13e143 100644
--- a/plugins/user-settings/package.json
+++ b/plugins/user-settings/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-user-settings",
"description": "A Backstage plugin that provides a settings page",
- "version": "0.8.0",
+ "version": "0.8.1-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/vault-backend/CHANGELOG.md b/plugins/vault-backend/CHANGELOG.md
index efc029a962..1bc3dc2bf3 100644
--- a/plugins/vault-backend/CHANGELOG.md
+++ b/plugins/vault-backend/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-vault-backend
+## 0.4.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-common@0.21.0-next.0
+ - @backstage/backend-tasks@0.5.15-next.0
+ - @backstage/backend-plugin-api@0.6.10-next.0
+ - @backstage/config@1.1.1
+ - @backstage/errors@1.2.3
+ - @backstage/plugin-vault-node@0.1.3-next.0
+
## 0.4.2
### Patch Changes
diff --git a/plugins/vault-backend/package.json b/plugins/vault-backend/package.json
index ed98b0f441..247925856c 100644
--- a/plugins/vault-backend/package.json
+++ b/plugins/vault-backend/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-vault-backend",
"description": "A Backstage backend plugin that integrates towards Vault",
- "version": "0.4.2",
+ "version": "0.4.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/vault-node/CHANGELOG.md b/plugins/vault-node/CHANGELOG.md
index 7b7c8e0d6e..0105ba6667 100644
--- a/plugins/vault-node/CHANGELOG.md
+++ b/plugins/vault-node/CHANGELOG.md
@@ -1,5 +1,12 @@
# @backstage/plugin-vault-node
+## 0.1.3-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/backend-plugin-api@0.6.10-next.0
+
## 0.1.2
### Patch Changes
diff --git a/plugins/vault-node/package.json b/plugins/vault-node/package.json
index b3977cf3a5..4b0f3cc630 100644
--- a/plugins/vault-node/package.json
+++ b/plugins/vault-node/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-vault-node",
"description": "Node.js library for the vault plugin",
- "version": "0.1.2",
+ "version": "0.1.3-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/plugins/vault/CHANGELOG.md b/plugins/vault/CHANGELOG.md
index bb5e881c8f..888c06fc68 100644
--- a/plugins/vault/CHANGELOG.md
+++ b/plugins/vault/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-vault
+## 0.1.25-next.0
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-catalog-react@1.9.4-next.0
+ - @backstage/core-components@0.13.10
+ - @backstage/catalog-model@1.4.3
+ - @backstage/core-plugin-api@1.8.2
+ - @backstage/errors@1.2.3
+
## 0.1.24
### Patch Changes
diff --git a/plugins/vault/package.json b/plugins/vault/package.json
index 2ad4f60d66..5d2b3c5c7b 100644
--- a/plugins/vault/package.json
+++ b/plugins/vault/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-vault",
"description": "A Backstage plugin that integrates towards Vault",
- "version": "0.1.24",
+ "version": "0.1.25-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
diff --git a/yarn.lock b/yarn.lock
index 2b9dd3d2e8..0e4ca0158f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3468,6 +3468,18 @@ __metadata:
languageName: unknown
linkType: soft
+"@backstage/catalog-client@npm:^1.5.2":
+ version: 1.5.2
+ resolution: "@backstage/catalog-client@npm:1.5.2"
+ dependencies:
+ "@backstage/catalog-model": ^1.4.3
+ "@backstage/errors": ^1.2.3
+ cross-fetch: ^4.0.0
+ uri-template: ^2.0.0
+ checksum: 70fe43269c016830fa1b4c1a58425c38cdaa704e07d4913a39e1e9aaa8680614177f9d1b2f4b0d8c50f356868c745d69d8bb6d03f56e8be97c6a3502a41c9431
+ languageName: node
+ linkType: hard
+
"@backstage/catalog-client@workspace:^, @backstage/catalog-client@workspace:packages/catalog-client":
version: 0.0.0-use.local
resolution: "@backstage/catalog-client@workspace:packages/catalog-client"
@@ -3803,7 +3815,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/core-components@^0.13.8, @backstage/core-components@workspace:^, @backstage/core-components@workspace:packages/core-components":
+"@backstage/core-components@^0.13.10, @backstage/core-components@^0.13.8, @backstage/core-components@workspace:^, @backstage/core-components@workspace:packages/core-components":
version: 0.0.0-use.local
resolution: "@backstage/core-components@workspace:packages/core-components"
dependencies:
@@ -3926,7 +3938,7 @@ __metadata:
languageName: node
linkType: hard
-"@backstage/core-plugin-api@^1.3.0, @backstage/core-plugin-api@^1.5.0, @backstage/core-plugin-api@^1.8.0, @backstage/core-plugin-api@workspace:^, @backstage/core-plugin-api@workspace:packages/core-plugin-api":
+"@backstage/core-plugin-api@^1.3.0, @backstage/core-plugin-api@^1.5.0, @backstage/core-plugin-api@^1.8.0, @backstage/core-plugin-api@^1.8.2, @backstage/core-plugin-api@workspace:^, @backstage/core-plugin-api@workspace:packages/core-plugin-api":
version: 0.0.0-use.local
resolution: "@backstage/core-plugin-api@workspace:packages/core-plugin-api"
dependencies:
@@ -4022,7 +4034,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/errors@^1.1.5, @backstage/errors@workspace:^, @backstage/errors@workspace:packages/errors":
+"@backstage/errors@^1.1.5, @backstage/errors@^1.2.3, @backstage/errors@workspace:^, @backstage/errors@workspace:packages/errors":
version: 0.0.0-use.local
resolution: "@backstage/errors@workspace:packages/errors"
dependencies:
@@ -4070,6 +4082,26 @@ __metadata:
languageName: unknown
linkType: soft
+"@backstage/frontend-plugin-api@npm:^0.5.0":
+ version: 0.5.0
+ resolution: "@backstage/frontend-plugin-api@npm:0.5.0"
+ dependencies:
+ "@backstage/core-components": ^0.13.10
+ "@backstage/core-plugin-api": ^1.8.2
+ "@backstage/types": ^1.1.1
+ "@backstage/version-bridge": ^1.0.7
+ "@material-ui/core": ^4.12.4
+ "@types/react": ^16.13.1 || ^17.0.0
+ lodash: ^4.17.21
+ zod: ^3.22.4
+ zod-to-json-schema: ^3.21.4
+ peerDependencies:
+ react: ^16.13.1 || ^17.0.0 || ^18.0.0
+ react-router-dom: 6.0.0-beta.0 || ^6.3.0
+ checksum: e21742463937f2ad14234dc2f75a650df50dcdaae596df38540a5a21bce28c6693f1c3fe43b6aaea9cca9fd4bcd5c0cab5a77880a6e2bf11f14811bcaa9b3c6c
+ languageName: node
+ linkType: hard
+
"@backstage/frontend-plugin-api@workspace:^, @backstage/frontend-plugin-api@workspace:packages/frontend-plugin-api":
version: 0.0.0-use.local
resolution: "@backstage/frontend-plugin-api@workspace:packages/frontend-plugin-api"
@@ -4133,7 +4165,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/integration-react@^1.1.21, @backstage/integration-react@workspace:^, @backstage/integration-react@workspace:packages/integration-react":
+"@backstage/integration-react@^1.1.21, @backstage/integration-react@^1.1.23, @backstage/integration-react@workspace:^, @backstage/integration-react@workspace:packages/integration-react":
version: 0.0.0-use.local
resolution: "@backstage/integration-react@workspace:packages/integration-react"
dependencies:
@@ -5595,7 +5627,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/plugin-catalog-common@^1.0.10, @backstage/plugin-catalog-common@workspace:^, @backstage/plugin-catalog-common@workspace:plugins/catalog-common":
+"@backstage/plugin-catalog-common@^1.0.10, @backstage/plugin-catalog-common@^1.0.20, @backstage/plugin-catalog-common@workspace:^, @backstage/plugin-catalog-common@workspace:plugins/catalog-common":
version: 0.0.0-use.local
resolution: "@backstage/plugin-catalog-common@workspace:plugins/catalog-common"
dependencies:
@@ -5701,7 +5733,43 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/plugin-catalog-react@^1.2.4, @backstage/plugin-catalog-react@^1.9.1, @backstage/plugin-catalog-react@workspace:^, @backstage/plugin-catalog-react@workspace:plugins/catalog-react":
+"@backstage/plugin-catalog-react@npm:^1.2.4, @backstage/plugin-catalog-react@npm:^1.9.1":
+ version: 1.9.3
+ resolution: "@backstage/plugin-catalog-react@npm:1.9.3"
+ dependencies:
+ "@backstage/catalog-client": ^1.5.2
+ "@backstage/catalog-model": ^1.4.3
+ "@backstage/core-components": ^0.13.10
+ "@backstage/core-plugin-api": ^1.8.2
+ "@backstage/errors": ^1.2.3
+ "@backstage/frontend-plugin-api": ^0.5.0
+ "@backstage/integration-react": ^1.1.23
+ "@backstage/plugin-catalog-common": ^1.0.20
+ "@backstage/plugin-permission-common": ^0.7.12
+ "@backstage/plugin-permission-react": ^0.4.19
+ "@backstage/types": ^1.1.1
+ "@backstage/version-bridge": ^1.0.7
+ "@material-ui/core": ^4.12.2
+ "@material-ui/icons": ^4.9.1
+ "@material-ui/lab": 4.0.0-alpha.61
+ "@react-hookz/web": ^23.0.0
+ "@types/react": ^16.13.1 || ^17.0.0
+ classnames: ^2.2.6
+ lodash: ^4.17.21
+ material-ui-popup-state: ^1.9.3
+ qs: ^6.9.4
+ react-use: ^17.2.4
+ yaml: ^2.0.0
+ zen-observable: ^0.10.0
+ peerDependencies:
+ react: ^16.13.1 || ^17.0.0 || ^18.0.0
+ react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
+ react-router-dom: 6.0.0-beta.0 || ^6.3.0
+ checksum: 2c24a269b2718e77a73c782138c8a68fea17353b517e664ac7dc8e079f9eea6415960efc92e99d555ff749c53df2d843566ae7632581f9f5d7e247b316dd54e4
+ languageName: node
+ linkType: hard
+
+"@backstage/plugin-catalog-react@workspace:^, @backstage/plugin-catalog-react@workspace:plugins/catalog-react":
version: 0.0.0-use.local
resolution: "@backstage/plugin-catalog-react@workspace:plugins/catalog-react"
dependencies:
@@ -6897,7 +6965,25 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/plugin-home-react@^0.1.5, @backstage/plugin-home-react@workspace:^, @backstage/plugin-home-react@workspace:plugins/home-react":
+"@backstage/plugin-home-react@npm:^0.1.5":
+ version: 0.1.7
+ resolution: "@backstage/plugin-home-react@npm:0.1.7"
+ dependencies:
+ "@backstage/core-components": ^0.13.10
+ "@backstage/core-plugin-api": ^1.8.2
+ "@material-ui/core": ^4.12.2
+ "@material-ui/icons": ^4.9.1
+ "@rjsf/utils": 5.15.1
+ "@types/react": ^16.13.1 || ^17.0.0
+ peerDependencies:
+ react: ^16.13.1 || ^17.0.0 || ^18.0.0
+ react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
+ react-router-dom: 6.0.0-beta.0 || ^6.3.0
+ checksum: 9777b3e3d696c93f49a0e20d704826faffb3afb550975e498c034dc9b3bb1202eb1defbe8e2639f979ccba949771ecece26e15dd1aa1f0268f2c20de97b6600c
+ languageName: node
+ linkType: hard
+
+"@backstage/plugin-home-react@workspace:^, @backstage/plugin-home-react@workspace:plugins/home-react":
version: 0.0.0-use.local
resolution: "@backstage/plugin-home-react@workspace:plugins/home-react"
dependencies:
@@ -7775,7 +7861,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/plugin-permission-common@workspace:^, @backstage/plugin-permission-common@workspace:plugins/permission-common":
+"@backstage/plugin-permission-common@^0.7.12, @backstage/plugin-permission-common@workspace:^, @backstage/plugin-permission-common@workspace:plugins/permission-common":
version: 0.0.0-use.local
resolution: "@backstage/plugin-permission-common@workspace:plugins/permission-common"
dependencies:
@@ -7813,7 +7899,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/plugin-permission-react@workspace:^, @backstage/plugin-permission-react@workspace:plugins/permission-react":
+"@backstage/plugin-permission-react@^0.4.19, @backstage/plugin-permission-react@workspace:^, @backstage/plugin-permission-react@workspace:plugins/permission-react":
version: 0.0.0-use.local
resolution: "@backstage/plugin-permission-react@workspace:plugins/permission-react"
dependencies:
@@ -9693,7 +9779,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/types@^1.0.2, @backstage/types@workspace:^, @backstage/types@workspace:packages/types":
+"@backstage/types@^1.0.2, @backstage/types@^1.1.1, @backstage/types@workspace:^, @backstage/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@backstage/types@workspace:packages/types"
dependencies:
@@ -9704,7 +9790,7 @@ __metadata:
languageName: unknown
linkType: soft
-"@backstage/version-bridge@^1.0.3, @backstage/version-bridge@workspace:^, @backstage/version-bridge@workspace:packages/version-bridge":
+"@backstage/version-bridge@^1.0.3, @backstage/version-bridge@^1.0.7, @backstage/version-bridge@workspace:^, @backstage/version-bridge@workspace:packages/version-bridge":
version: 0.0.0-use.local
resolution: "@backstage/version-bridge@workspace:packages/version-bridge"
dependencies:
@@ -14917,6 +15003,21 @@ __metadata:
languageName: node
linkType: hard
+"@rjsf/utils@npm:5.15.1":
+ version: 5.15.1
+ resolution: "@rjsf/utils@npm:5.15.1"
+ dependencies:
+ json-schema-merge-allof: ^0.8.1
+ jsonpointer: ^5.0.1
+ lodash: ^4.17.21
+ lodash-es: ^4.17.21
+ react-is: ^18.2.0
+ peerDependencies:
+ react: ^16.14.0 || >=17
+ checksum: ec0d56bf2627d55759a59090db0d59402244a6fae64528f66dde1f5de2eaaf2a6841dea7bbb185eb36fd344b3abd4825b2b422f3b1b0bb05365847073aa1e790
+ languageName: node
+ linkType: hard
+
"@rjsf/utils@npm:5.16.1":
version: 5.16.1
resolution: "@rjsf/utils@npm:5.16.1"