Skip to content

Latest commit

 

History

History
2120 lines (1612 loc) · 64.4 KB

v1.33.0-next.1-changelog.md

File metadata and controls

2120 lines (1612 loc) · 64.4 KB

Release v1.33.0-next.1

Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.33.0-next.1

@backstage/cli@0.29.0-next.1

Minor Changes

  • 6819f8c: Added a new optimization to the repo test command that will filter out unused packages in watch mode if all provide filters are paths that point from the repo root. This significantly speeds up running individual tests from the repo root in a large workspace, for example:

    yarn test packages/app/src/App.test.tsx

Patch Changes

  • 4046d53: Fixed an issue where the --successCache option for the repo test and repo lint commands would be include the workspace path in generated cache keys. This previously broke caching in environments where the workspace path varies across builds.
  • 6b2888c: Fixed an issue with the --successCache flag for repo test where the tree hash for the wrong package directory would sometimes be used to generate the cache key.
  • 6266ed3: Updated dependency del to ^8.0.0.
  • 4046d53: Fixed an issue with the repo lint command where the cache key for the --successCache option would not properly ignore files that should be ignored according to .eslintignores.
  • 702f41d: Bumped dev dependencies @types/node
  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/cli-node@0.2.10-next.0
    • @backstage/config@1.2.0
    • @backstage/config-loader@1.9.2-next.0
    • @backstage/errors@1.2.4
    • @backstage/eslint-plugin@0.1.10
    • @backstage/integration@1.15.1
    • @backstage/release-manifests@0.0.11
    • @backstage/types@1.1.1

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.6.0-next.1

Minor Changes

  • 6cf91c5: Use HumanDuration for all duration needs in the public API, instead of luxon types. These are generally compatible, with a few caveats:

    • If you scheduled things to run quarterly (quarter or quarters), you can use { months: 3 } instead.
    • If you used the singular nouns such as year: 1, use plurals instead (e.g. years: 1).

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-backend@1.27.2-next.1
    • @backstage/plugin-catalog-node@1.14.0-next.1
    • @backstage/plugin-events-node@0.4.4-next.1
    • @backstage/plugin-permission-common@0.8.1

@backstage/plugin-kubernetes@0.12.0-next.1

Minor Changes

  • 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.0-next.0
    • @backstage/plugin-kubernetes-react@0.5.0-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/core-compat-api@0.3.2-next.1
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/plugin-catalog-react@1.14.1-next.1

@backstage/plugin-kubernetes-backend@0.19.0-next.1

Minor Changes

  • 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.0-next.0
    • @backstage/plugin-kubernetes-node@0.2.0-next.1
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/integration-aws-node@0.1.12
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-catalog-node@1.14.0-next.1
    • @backstage/plugin-permission-common@0.8.1
    • @backstage/plugin-permission-node@0.8.5-next.1

@backstage/plugin-kubernetes-common@0.9.0-next.0

Minor Changes

  • 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.0
    • @backstage/types@1.1.1
    • @backstage/plugin-permission-common@0.8.1

@backstage/plugin-kubernetes-node@0.2.0-next.1

Minor Changes

  • 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.0-next.0
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/types@1.1.1

@backstage/plugin-kubernetes-react@0.5.0-next.1

Minor Changes

  • 71b8704: Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1

@backstage/plugin-scaffolder-backend@1.27.0-next.1

Minor Changes

  • 0587633: Bumped the isolated-vm dependency from v4 to v5, which drops support for Node.js v16.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.2-next.1
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.2-next.1
    • @backstage/backend-defaults@0.5.3-next.1
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/integration@1.15.1
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-bitbucket-cloud-common@0.2.24
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.2-next.1
    • @backstage/plugin-catalog-node@1.14.0-next.1
    • @backstage/plugin-permission-common@0.8.1
    • @backstage/plugin-permission-node@0.8.5-next.1
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.2-next.1
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.2-next.1
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.2-next.1
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.2-next.1
    • @backstage/plugin-scaffolder-backend-module-github@0.5.2-next.1
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.6.1-next.1
    • @backstage/plugin-scaffolder-common@1.5.6
    • @backstage/plugin-scaffolder-node@0.5.1-next.1

@backstage/app-defaults@1.5.13-next.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.1-next.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/plugin-permission-react@0.4.27

@backstage/backend-app-api@1.0.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/config@1.2.0
    • @backstage/config-loader@1.9.2-next.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-permission-node@0.8.5-next.1

@backstage/backend-defaults@0.5.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/backend-app-api@1.0.2-next.1
    • @backstage/backend-dev-utils@0.1.5
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/cli-node@0.2.10-next.0
    • @backstage/config@1.2.0
    • @backstage/config-loader@1.9.2-next.0
    • @backstage/errors@1.2.4
    • @backstage/integration@1.15.1
    • @backstage/integration-aws-node@0.1.12
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-events-node@0.4.4-next.1
    • @backstage/plugin-permission-node@0.8.5-next.1

@backstage/backend-dynamic-feature-service@0.4.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/backend-app-api@1.0.2-next.1
    • @backstage/backend-defaults@0.5.3-next.1
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/cli-node@0.2.10-next.0
    • @backstage/config@1.2.0
    • @backstage/config-loader@1.9.2-next.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-app-node@0.1.27-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-catalog-backend@1.27.2-next.1
    • @backstage/plugin-events-backend@0.3.16-next.1
    • @backstage/plugin-events-node@0.4.4-next.1
    • @backstage/plugin-permission-common@0.8.1
    • @backstage/plugin-permission-node@0.8.5-next.1
    • @backstage/plugin-scaffolder-node@0.5.1-next.1
    • @backstage/plugin-search-backend-node@1.3.5-next.1
    • @backstage/plugin-search-common@1.2.14

@backstage/backend-openapi-utils@0.2.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1

@backstage/backend-plugin-api@1.0.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-permission-common@0.8.1

@backstage/backend-test-utils@1.0.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-app-api@1.0.2-next.1
    • @backstage/backend-defaults@0.5.3-next.1
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-events-node@0.4.4-next.1

@backstage/cli-common@0.1.15-next.0

Patch Changes

  • 702f41d: Bumped dev dependencies @types/node

@backstage/cli-node@0.2.10-next.0

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1

@backstage/codemods@0.1.52-next.0

Patch Changes

  • 702f41d: Bumped dev dependencies @types/node
  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0

@backstage/config-loader@1.9.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1

@backstage/core-compat-api@0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/version-bridge@1.0.10

@backstage/core-components@0.16.0-next.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.1-next.0
    • @backstage/config@1.2.0
    • @backstage/core-plugin-api@1.10.0
    • @backstage/errors@1.2.4
    • @backstage/version-bridge@1.0.10

@backstage/create-app@0.5.22-next.1

Patch Changes

  • 702f41d: Updated engines to support Node 20 or 22
  • 702f41d: Bumped dev dependencies @types/node
  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0

@backstage/dev-utils@1.1.3-next.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.1-next.0
    • @backstage/app-defaults@1.5.13-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/integration-react@1.2.0
    • @backstage/plugin-catalog-react@1.14.1-next.1

@backstage/frontend-app-api@0.10.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/errors@1.2.4
    • @backstage/frontend-defaults@0.1.2-next.1
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.10

@backstage/frontend-defaults@0.1.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/frontend-app-api@0.10.1-next.1
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/plugin-app@0.1.2-next.1

@backstage/frontend-plugin-api@0.9.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.10

@backstage/frontend-test-utils@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.2.0
    • @backstage/frontend-app-api@0.10.1-next.1
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/test-utils@1.7.1-next.0
    • @backstage/types@1.1.1
    • @backstage/version-bridge@1.0.10
    • @backstage/plugin-app@0.1.2-next.1

@backstage/repo-tools@0.11.0-next.1

Patch Changes

  • dde85ee: Added a new generate-patch command that can be used to generate patches for current changes in a source workspace to be installed it a target workspace.
  • 702f41d: Bumped dev dependencies @types/node
  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/cli-node@0.2.10-next.0
    • @backstage/config-loader@1.9.2-next.0
    • @backstage/errors@1.2.4

@techdocs/cli@1.8.22-next.1

Patch Changes

  • 702f41d: Bumped dev dependencies @types/node
  • Updated dependencies
    • @backstage/cli-common@0.1.15-next.0
    • @backstage/backend-defaults@0.5.3-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/plugin-techdocs-node@1.12.13-next.1

@backstage/test-utils@1.7.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.1-next.0
    • @backstage/config@1.2.0
    • @backstage/core-app-api@1.15.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/types@1.1.1
    • @backstage/plugin-permission-common@0.8.1
    • @backstage/plugin-permission-react@0.4.27

@backstage/theme@0.6.1-next.0

Patch Changes

  • ea75c37: Internal refactor to avoid top-level imports from MUI.

@backstage/plugin-api-docs@0.11.12-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.0
    • @backstage/core-compat-api@0.3.2-next.1
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/plugin-catalog@1.24.1-next.1
    • @backstage/plugin-catalog-common@1.1.0
    • @backstage/plugin-catalog-react@1.14.1-next.1
    • @backstage/plugin-permission-react@0.4.27

@backstage/plugin-app@0.1.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.1-next.0
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/integration-react@1.2.0
    • @backstage/plugin-permission-react@0.4.27

@backstage/plugin-app-backend@0.3.77-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/config@1.2.0
    • @backstage/config-loader@1.9.2-next.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-app-node@0.1.27-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-app-node@0.1.27-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/config-loader@1.9.2-next.0

@backstage/plugin-app-visualizer@0.1.12-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/frontend-plugin-api@0.9.1-next.1

@backstage/plugin-auth-backend@0.24.0-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-auth-backend-module-google-provider@0.2.2-next.1
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-backend-module-atlassian-provider@0.3.2-next.1
    • @backstage/plugin-auth-backend-module-auth0-provider@0.1.2-next.1
    • @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.0-next.1
    • @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.2-next.1
    • @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.2-next.1
    • @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.2-next.1
    • @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.2-next.1
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.2-next.1
    • @backstage/plugin-auth-backend-module-github-provider@0.2.2-next.1
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.2.2-next.1
    • @backstage/plugin-auth-backend-module-microsoft-provider@0.2.2-next.1
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.3.2-next.1
    • @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.2-next.1
    • @backstage/plugin-auth-backend-module-oidc-provider@0.3.2-next.1
    • @backstage/plugin-auth-backend-module-okta-provider@0.1.2-next.1
    • @backstage/plugin-auth-backend-module-onelogin-provider@0.2.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1
    • @backstage/plugin-catalog-node@1.14.0-next.1

@backstage/plugin-auth-backend-module-atlassian-provider@0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-auth0-provider@0.1.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-aws-alb-provider@0.3.0-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/errors@1.2.4
    • @backstage/plugin-auth-backend@0.24.0-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/errors@1.2.4
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-bitbucket-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-github-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-gitlab-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-google-provider@0.2.2-next.1

Patch Changes

  • b833660: Fix visibility of config for use in front end code
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-guest-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/errors@1.2.4
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-microsoft-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-oauth2-provider@0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/errors@1.2.4
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-oidc-provider@0.3.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-backend@0.24.0-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-okta-provider@0.1.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-onelogin-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-pinniped-provider@0.2.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/config@1.2.0
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.4.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/plugin-auth-node@0.5.4-next.1

@backstage/plugin-auth-node@0.5.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/types@1.1.1

@backstage/plugin-auth-react@0.1.8-next.1

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/errors@1.2.4

@backstage/plugin-catalog@1.24.1-next.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/core-compat-api@0.3.2-next.1
    • @backstage/core-components@0.16.0-next.1
    • @backstage/core-plugin-api@1.10.0
    • @backstage/errors@1.2.4
    • @backstage/frontend-plugin-api@0.9.1-next.1
    • @backstage/integration-react@1.2.0
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.1.0
    • @backstage/plugin-catalog-react@1.14.1-next.1
    • @backstage/plugin-permission-react@0.4.27
    • @backstage/plugin-scaffolder-common@1.5.6
    • @backstage/plugin-search-common@1.2.14
    • @backstage/plugin-search-react@1.8.2-next.1

@backstage/plugin-catalog-backend@1.27.2-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-openapi-utils@0.2.1-next.1
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-client@1.8.0-next.0
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/integration@1.15.1
    • @backstage/types@1.1.1
    • @backstage/plugin-catalog-common@1.1.0
    • @backstage/plugin-catalog-node@1.14.0-next.1
    • @backstage/plugin-events-node@0.4.4-next.1
    • @backstage/plugin-permission-common@0.8.1
    • @backstage/plugin-permission-node@0.8.5-next.1
    • @backstage/plugin-search-backend-module-catalog@0.2.5-next.1

@backstage/plugin-catalog-backend-module-aws@0.4.5-next.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-kubernetes-common@0.9.0-next.0
    • @backstage/backend-defaults@0.5.3-next.1
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/catalog-model@1.7.0
    • @backstage/config@1.2.0
    • @backstage/errors@1.2.4
    • @backstage/integration@1.15.1
    • @backstage/integration-aws-node@0.1.12
    • @backstage/plugin-catalog-common@1.1.0
    • @backstage/plugin-catalog-node@1.14.0-next.1

@backstage/plugin-catalog-backend-module-azure@0.2.4-next.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.2-next.1
    • @backstage/config@1.2.0
    • @backstage/integration@1.15.1
    • @backstage/plugin-catalog-common@1.1.0
    • @backstage/plugin-catalog-node@1.14.0-next.1

@backstage/plugin-catalog-backend-module-backstage-openapi@0.4.2-next.1