Release v1.36.0-next.0
Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.36.0-next.0
@backstage/backend-defaults@0.8.0-next.0
Minor Changes
- a4aa244: This change introduces the
auditorservice implementation details.
Patch Changes
- f866b86: Internal refactor to use explicit
requirefor lazy-loading dependency. - a19cb2b: Added default implementation for the new
PermissionsRegistryService. - Updated dependencies
- @backstage/cli-node@0.2.13-next.0
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/config-loader@1.9.6-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/backend-app-api@1.1.2-next.0
- @backstage/backend-dev-utils@0.1.5
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
- @backstage/integration-aws-node@0.1.15
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.7-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/backend-plugin-api@1.2.0-next.0
Minor Changes
- a4aa244: This change introduces the
auditorservice definition.
Patch Changes
- 9ddfd94: Added new
PermissionsRegistryServicethat is used by plugins to register permissions, resource types, and rules into the permission system. This replaces the existingcreatePermissionIntegrationRouterfrom@backstage/plugin-permission-node. - Updated dependencies
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.7-next.0
- @backstage/plugin-permission-common@0.8.4
@backstage/backend-test-utils@1.3.0-next.0
Minor Changes
- dd05a97: Added mocks for the new
PermissionsRegistryService. - a4aa244: This change introduces mocks for the
auditorservice.
Patch Changes
- f866b86: Internal refactor to use explicit
requirefor lazy-loading dependency. - fb051f2: Sync feature installation compatibility logic with
@backstage/backend-app-api. - Updated dependencies
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/backend-app-api@1.1.2-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.7-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/canon@0.1.0-next.0
Minor Changes
- 65f4acc: This is the first alpha release for Canon. As part of this release we are introducing 5 layout components and 7 components. All theming is done through CSS variables.
@backstage/cli@0.30.0-next.0
Minor Changes
-
cb76663: BREAKING: Add support for native ESM in Node.js code. This changes the behavior of dynamic import expressions in Node.js code. Typically this can be fixed by replacing
import(...)withrequire(...), with anas typeof import(...)cast if needed for types. This is because dynamic imports will no longer be transformed torequire(...)calls, but instead be left as-is. This in turn allows you to load ESM modules from CommonJS code usingimport(...).This change adds support for the following in Node.js packages, across type checking, package builds, runtime transforms and Jest tests:
- Dynamic imports that load ESM modules from CommonJS code.
- Both
.mjsand.mtsfiles as explicit ESM files, as well as.cjsand.ctsas explicit CommonJS files. - Support for the
"type": "module"field inpackage.jsonto indicate that the package is an ESM package.
There are a few caveats to be aware of:
- To enable support for native ESM in tests, you need to run the tests with the
--experimental-vm-modulesflag enabled, typically viaNODE_OPTIONS='--experimental-vm-modules'. - Declaring a package as
"type": "module"inpackage.jsonis supported, but in tests it will cause all local transitive dependencies to also be treated as ESM, regardless of whether they declare"type": "module"or not. - Node.js has an ESM interoperability layer with CommonJS that allows for imports from ESM to identify named exports in CommonJS packages. This interoperability layer is only enabled when importing packages with a
.ctsor.cjsextension. This is because the interoperability layer is not fully compatible with the NPM ecosystem, and would break package if it was enabled for.jsfiles. - Dynamic imports of CommonJS packages will vary in shape depending on the runtime, i.e. test vs local development, etc. It is therefore recommended to avoid dynamic imports of CommonJS packages and instead use
require, or to use the explicit CommonJS extensions as mentioned above. If you do need to dynamically import CommonJS packages, avoid usingdefaultexports, as the shape of them vary across different environments and you would otherwise need to manually unwrap the import based on the shape of the module object.
Patch Changes
- f21b125: Ensure that both global-agent and undici agents are enabled when proxying is enabled.
- Updated dependencies
- @backstage/cli-node@0.2.13-next.0
- @backstage/config-loader@1.9.6-next.0
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/eslint-plugin@0.1.10
- @backstage/integration@1.16.1
- @backstage/release-manifests@0.0.12
- @backstage/types@1.2.1
@techdocs/cli@1.9.0-next.0
Minor Changes
- 8de3d2d: Allow configurable optional retries for publisher AWS S3 operations.
Patch Changes
- 69f84ac: Internal update to work with dynamic imports.
- Updated dependencies
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/plugin-techdocs-node@1.13.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
@backstage/plugin-catalog-backend@1.31.0-next.0
Minor Changes
- 8805f93: The catalog backend now supports the new
PermissionsRegistryService, which can be used to add custom permission rules. - a4aa244: This change integrates the
auditorservice into the Catalog plugin.
Patch Changes
- c9139e1: Ignore benign database conflict errors during stitching, now logged with debug level instead.
- f178b12: Cleanup
refresh_state_referencesfor entity processors and providers that are no longer in control of arefresh_staterow for entity - Updated dependencies
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-search-backend-module-catalog@0.3.1-next.0
- @backstage/backend-openapi-utils@0.4.2-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-events-node@0.4.8-next.0
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-scaffolder-backend@1.30.0-next.0
Minor Changes
- a4aa244: This change integrates the
auditorservice into the Scaffolder plugin.
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-scaffolder-node@0.7.0-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.7-next.0
- @backstage/plugin-bitbucket-cloud-common@0.2.27
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.5-next.0
- @backstage/plugin-events-node@0.4.8-next.0
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-scaffolder-backend-module-azure@0.2.6-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.7-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.6-next.0
- @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.6-next.0
- @backstage/plugin-scaffolder-backend-module-gerrit@0.2.6-next.0
- @backstage/plugin-scaffolder-backend-module-gitea@0.2.6-next.0
- @backstage/plugin-scaffolder-backend-module-github@0.5.6-next.0
- @backstage/plugin-scaffolder-backend-module-gitlab@0.7.2-next.0
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-scaffolder-node@0.7.0-next.0
Minor Changes
- a4aa244: This change introduces an optional
taskIdproperty toTaskContext.
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
- @backstage/types@1.2.1
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-techdocs-node@1.13.0-next.0
Minor Changes
- 8de3d2d: Allow configurable optional retries for publisher AWS S3 operations.
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-search-common@1.2.17
- @backstage/plugin-techdocs-common@0.1.0
@backstage/backend-app-api@1.1.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/config-loader@1.9.6-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/backend-dynamic-feature-service@0.5.4-next.0
Patch Changes
- 96c20cd: Make sure changes are successfully tracked before starting up scanner.
- Updated dependencies
- @backstage/cli-node@0.2.13-next.0
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/config-loader@1.9.6-next.0
- @backstage/plugin-catalog-backend@1.31.0-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-scaffolder-node@0.7.0-next.0
- @backstage/backend-app-api@1.1.2-next.0
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-app-node@0.1.30-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
- @backstage/plugin-events-backend@0.4.2-next.0
- @backstage/plugin-events-node@0.4.8-next.0
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-search-backend-node@1.3.8-next.0
- @backstage/plugin-search-common@1.2.17
@backstage/backend-openapi-utils@0.4.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/cli-node@0.2.13-next.0
Patch Changes
- cb76663: Added
typefield toBackstagePackageJsontype. - Updated dependencies
- @backstage/cli-common@0.1.15
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/config-loader@1.9.6-next.0
Patch Changes
- f866b86: Internal refactor to use explicit
requirefor lazy-loading dependency. - Updated dependencies
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/core-compat-api@0.3.6-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/core-plugin-api@1.10.3
- @backstage/version-bridge@1.0.10
@backstage/create-app@0.5.25-next.0
Patch Changes
- Bumped create-app version.
- Updated dependencies
- @backstage/cli-common@0.1.15
@backstage/dev-utils@1.1.7-next.0
Patch Changes
- Updated dependencies
- @backstage/app-defaults@1.5.16
- @backstage/catalog-model@1.7.3
- @backstage/core-app-api@1.15.4
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/integration-react@1.2.3
- @backstage/theme@0.6.3
- @backstage/plugin-catalog-react@1.15.2-next.0
@backstage/frontend-app-api@0.10.5-next.0
Patch Changes
- 3e21b8d: Added
getNodesByRoutePathmethod to theAppTreeApi. - Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/core-plugin-api@1.10.3
- @backstage/errors@1.2.7
- @backstage/frontend-defaults@0.1.6-next.0
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.10
@backstage/frontend-defaults@0.1.6-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/frontend-app-api@0.10.5-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-app@0.1.6-next.0
@backstage/frontend-plugin-api@0.9.5-next.0
Patch Changes
- 3e21b8d: Added
getNodesByRoutePathmethod to theAppTreeApi. - Updated dependencies
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.10
@backstage/frontend-test-utils@0.2.6-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/frontend-app-api@0.10.5-next.0
- @backstage/config@1.3.2
- @backstage/test-utils@1.7.4
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.10
- @backstage/plugin-app@0.1.6-next.0
@backstage/repo-tools@0.12.2-next.0
Patch Changes
- 98ddf05: The
api-reportscommand is now also able to generate SQL reports, enabled by the--sql-reportsflag. - cb76663: Internal refactor to support native ESM.
- ecd01a9: Internal refactor of API report generation.
- Updated dependencies
- @backstage/cli-node@0.2.13-next.0
- @backstage/config-loader@1.9.6-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/cli-common@0.1.15
- @backstage/errors@1.2.7
@backstage/plugin-api-docs@0.12.4-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/plugin-catalog@1.26.2-next.0
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-react@1.15.2-next.0
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-app@0.1.6-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/integration-react@1.2.3
- @backstage/theme@0.6.3
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-app-backend@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.9.6-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-app-node@0.1.30-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-app-node@0.1.30-next.0
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.9.6-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
@backstage/plugin-app-visualizer@0.1.16-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
@backstage/plugin-auth-backend@0.24.3-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-backend-module-atlassian-provider@0.3.5-next.0
- @backstage/plugin-auth-backend-module-auth0-provider@0.1.5-next.0
- @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.3-next.0
- @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.5-next.0
- @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.5-next.0
- @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.5-next.0
- @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.5-next.0
- @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.5-next.0
- @backstage/plugin-auth-backend-module-github-provider@0.2.5-next.0
- @backstage/plugin-auth-backend-module-gitlab-provider@0.2.5-next.0
- @backstage/plugin-auth-backend-module-google-provider@0.2.5-next.0
- @backstage/plugin-auth-backend-module-microsoft-provider@0.2.5-next.0
- @backstage/plugin-auth-backend-module-oauth2-provider@0.3.5-next.0
- @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.5-next.0
- @backstage/plugin-auth-backend-module-oidc-provider@0.3.5-next.0
- @backstage/plugin-auth-backend-module-okta-provider@0.1.5-next.0
- @backstage/plugin-auth-backend-module-onelogin-provider@0.2.5-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-atlassian-provider@0.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-auth0-provider@0.1.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-aws-alb-provider@0.3.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/errors@1.2.7
- @backstage/plugin-auth-backend@0.24.3-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-bitbucket-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-github-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-gitlab-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-google-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-guest-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-microsoft-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-oauth2-provider@0.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/errors@1.2.7
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-oidc-provider@0.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-backend@0.24.3-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-okta-provider@0.1.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-onelogin-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-pinniped-provider@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.4.4-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/plugin-auth-node@0.5.7-next.0
@backstage/plugin-auth-node@0.5.7-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-catalog@1.26.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-search-react@1.8.6-next.0
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/errors@1.2.7
- @backstage/integration-react@1.2.3
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-react@1.15.2-next.0
- @backstage/plugin-permission-react@0.4.30
- @backstage/plugin-scaffolder-common@1.5.9
- @backstage/plugin-search-common@1.2.17
@backstage/plugin-catalog-backend-module-aws@0.4.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/plugin-kubernetes-common@0.9.3-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
- @backstage/integration-aws-node@0.1.15
- @backstage/plugin-catalog-common@1.1.3
@backstage/plugin-catalog-backend-module-azure@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/integration@1.16.1
- @backstage/plugin-catalog-common@1.1.3
@backstage/plugin-catalog-backend-module-backstage-openapi@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/backend-openapi-utils@0.4.2-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.4.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration@1.16.1
- @backstage/plugin-bitbucket-cloud-common@0.2.27
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-catalog-backend-module-bitbucket-server@0.3.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
@backstage/plugin-catalog-backend-module-gcp@0.3.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.9.3-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
@backstage/plugin-catalog-backend-module-gerrit@0.2.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
@backstage/plugin-catalog-backend-module-github@0.7.10-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.31.0-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration@1.16.1
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-catalog-backend-module-github-org@0.3.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/plugin-catalog-backend-module-github@0.7.10-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-catalog-backend-module-gitlab@0.6.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/integration@1.16.1
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.6-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-catalog-backend-module-gitlab@0.6.3-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.6.3-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/plugin-catalog-backend@1.31.0-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.8-next.0
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-catalog-backend-module-ldap@0.11.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.3
@backstage/plugin-catalog-backend-module-logs@0.1.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.31.0-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-catalog-backend-module-msgraph@0.6.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/plugin-catalog-common@1.1.3
@backstage/plugin-catalog-backend-module-openapi@0.2.7-next.0
Patch Changes
- 7fc6f7c: Fix
resolveUrlfor split openapi definition relative path - Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/integration@1.16.1
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.3
@backstage/plugin-catalog-backend-module-puppetdb@0.2.7-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.5-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-scaffolder-common@1.5.9
@backstage/plugin-catalog-backend-module-unprocessed@0.5.5-next.0
Patch Changes
- 4e073c7: Use new
PermissionsRegistryServiceinstead of the deprecatedcatalogPermissionExtensionPoint. - Updated dependencies
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/plugin-auth-node@0.5.7-next.0
- @backstage/plugin-catalog-unprocessed-entities-common@0.0.7
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-catalog-graph@0.4.16-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/types@1.2.1
- @backstage/plugin-catalog-react@1.15.2-next.0
@backstage/plugin-catalog-import@0.12.10-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/errors@1.2.7
- @backstage/integration@1.16.1
- @backstage/integration-react@1.2.3
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-catalog-react@1.15.2-next.0
@backstage/plugin-catalog-node@1.15.2-next.0
Patch Changes
- 4a941e7: Deprecated the alpha
catalogPermissionExtensionPointand related types, since the same functionality is now available via the newPermissionsRegistryService. - Updated dependencies
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-catalog-react@1.15.2-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/errors@1.2.7
- @backstage/frontend-test-utils@0.2.6-next.0
- @backstage/integration-react@1.2.3
- @backstage/types@1.2.1
- @backstage/version-bridge@1.0.10
- @backstage/plugin-catalog-common@1.1.3
- @backstage/plugin-permission-common@0.8.4
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-devtools@0.1.24-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/errors@1.2.7
- @backstage/plugin-devtools-common@0.1.15
- @backstage/plugin-permission-react@0.4.30
@backstage/plugin-devtools-backend@0.5.2-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/backend-defaults@0.8.0-next.0
- @backstage/config-loader@1.9.6-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/cli-common@0.1.15
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-devtools-common@0.1.15
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-events-backend@0.4.2-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/backend-openapi-utils@0.4.2-next.0
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-backend-module-aws-sqs@0.4.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/types@1.2.1
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-backend-module-azure@0.2.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-backend-module-gerrit@0.2.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-backend-module-github@0.2.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-backend-module-gitlab@0.2.17-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/config@1.3.2
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-backend-test-utils@0.1.41-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.4.8-next.0
@backstage/plugin-events-node@0.4.8-next.0
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/errors@1.2.7
- @backstage/types@1.2.1
@backstage/plugin-home@0.8.5-next.0
Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/core-app-api@1.15.4
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/theme@0.6.3
- @backstage/plugin-catalog-react@1.15.2-next.0
- @backstage/plugin-home-react@0.1.22
@backstage/plugin-kubernetes@0.12.4-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-react@0.5.4-next.0
- @backstage/plugin-kubernetes-common@0.9.3-next.0
- @backstage/frontend-plugin-api@0.9.5-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-compat-api@0.3.6-next.0
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/plugin-catalog-react@1.15.2-next.0
@backstage/plugin-kubernetes-backend@0.19.3-next.0
Patch Changes
- ac0e1ac: Fixed the lack of
secretsto fetch from the kubernetes api by adding option to specify additional Objects which are not part of Default Objects - Updated dependencies
- @backstage/plugin-permission-node@0.8.8-next.0
- @backstage/plugin-kubernetes-common@0.9.3-next.0
- @backstage/plugin-kubernetes-node@0.2.3-next.0
- @backstage/plugin-catalog-node@1.15.2-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-client@1.9.1
- @backstage/catalog-model@1.7.3
- @backstage/config@1.3.2
- @backstage/errors@1.2.7
- @backstage/integration-aws-node@0.1.15
- @backstage/types@1.2.1
- @backstage/plugin-auth-node@0.5.7-next.0
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-kubernetes-cluster@0.0.22-next.0
Patch Changes
- Updated dependencies
- @backstage/plugin-kubernetes-react@0.5.4-next.0
- @backstage/plugin-kubernetes-common@0.9.3-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/plugin-catalog-react@1.15.2-next.0
@backstage/plugin-kubernetes-common@0.9.3-next.0
Patch Changes
- ac0e1ac: Fixed the lack of
secretsto fetch from the kubernetes api by adding option to specify additional Objects which are not part of Default Objects - Updated dependencies
- @backstage/catalog-model@1.7.3
- @backstage/types@1.2.1
- @backstage/plugin-permission-common@0.8.4
@backstage/plugin-kubernetes-node@0.2.3-next.0
Patch Changes
- ac0e1ac: Fixed the lack of
secretsto fetch from the kubernetes api by adding option to specify additional Objects which are not part of Default Objects - Updated dependencies
- @backstage/plugin-kubernetes-common@0.9.3-next.0
- @backstage/backend-plugin-api@1.2.0-next.0
- @backstage/catalog-model@1.7.3
- @backstage/types@1.2.1
@backstage/plugin-kubernetes-react@0.5.4-next.0
Patch Changes
- f35a754: Fixed bug in string-to-integer conversion to properly handle decimal values with BigInt.
- Updated dependencies
- @backstage/plugin-kubernetes-common@0.9.3-next.0
- @backstage/catalog-model@1.7.3
- @backstage/core-components@0.16.3
- @backstage/core-plugin-api@1.10.3
- @backstage/errors@1.2.7
- @backstage/types@1.2.1