Skip to content

Latest commit

 

History

History
2234 lines (1712 loc) · 71.5 KB

v1.34.0-next.0-changelog.md

File metadata and controls

2234 lines (1712 loc) · 71.5 KB

Release v1.34.0-next.0

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

@backstage/backend-defaults@0.6.0-next.0

Minor Changes

  • de6f280: BREAKING Upgraded @keyv/redis and keyv packages to resolve a bug related to incorrect resolution of cache keys.

    This is a breaking change for clients using the redis store for cache with useRedisSets option set to false since cache keys will be calculated differently (without the sets:namespace: prefix). For clients with default configuration (or useRedisSets set to false) the cache keys will stay the same, but since @keyv/redis library no longer supports redis sets they won't be utilised anymore.

    If you were using useRedisSets option in configuration make sure to remove it from app-config.yaml:

    backend:
      cache:
        store: redis
        connection: redis://user:pass@cache.example.com:6379
    -   useRedisSets: false
  • 277092a: Implemented AzureBlobStorageUrlReader to read from the url of committed location from the entity provider

  • 18a2c00: All middleware used by the default coreServices.http is now exported for use by custom implementations.

Patch Changes

  • 8863b38: Export PluginTokenHandler and pluginTokenHandlerDecoratorServiceRef to allow for custom decoration of the plugin token handler without having to re-implement the entire handler.
  • 97c6837: Export DefaultHttpAuthService to allow for custom token extraction logic.
  • e5255f1: Log request and response metadata so it can be used for filtering log messages. The format of the request date was also changed from clf to utc.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-app-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/backend-dev-utils@0.1.5
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/integration-aws-node@0.1.13
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-node@0.8.6-next.0

@backstage/backend-test-utils@1.2.0-next.0

Minor Changes

  • de6f280: BREAKING Upgraded @keyv/redis and keyv packages to resolve a bug related to incorrect resolution of cache keys.

    This is a breaking change for clients using the redis store for cache with useRedisSets option set to false since cache keys will be calculated differently (without the sets:namespace: prefix). For clients with default configuration (or useRedisSets set to false) the cache keys will stay the same, but since @keyv/redis library no longer supports redis sets they won't be utilised anymore.

    If you were using useRedisSets option in configuration make sure to remove it from app-config.yaml:

    backend:
      cache:
        store: redis
        connection: redis://user:pass@cache.example.com:6379
    -   useRedisSets: false

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-app-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

@backstage/integration@1.16.0-next.0

Minor Changes

  • 277092a: Add the integration for Azure blob storage to read the credentials to access the storage account and provide the default credential provider.

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

@backstage/repo-tools@0.12.0-next.0

Minor Changes

  • c1eccd6: Fix invalid path and malformed flags bugs in api-reports.ts

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/cli-common@0.1.15
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5

@backstage/plugin-catalog-backend-module-azure@0.3.0-next.0

Minor Changes

  • 277092a: Added the Azure Blob Storage as catalog entity provider to import all the desired entities from storage account provided in app-config.yaml

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/config@1.3.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

@backstage/plugin-catalog-backend-module-ldap@0.11.0-next.0

Minor Changes

  • 732700a: Updated fix for ldap entity mapping which doesn't require extra config setting of dnCaseSensitive
  • 95ac4a2: Add new ldap vendor config 'LLDAP'

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-catalog-node@1.14.1-next.0

@backstage/plugin-scaffolder-backend@1.28.0-next.0

Minor Changes

  • c05a343: Emit scaffolder events using the optional EventsService

Patch Changes

  • 3c62a50: Experimental support for formDecorators to enable secret collection and mutations to the parameters for scaffolder tasks
  • 8f59dc5: Add fs:readdir to scaffolder startup
  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/integration@1.16.0-next.0
    • @backstage/plugin-scaffolder-common@1.5.8-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.7.0-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.4-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-bitbucket-cloud-common@0.2.26-next.0
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.3-next.0
    • @backstage/plugin-catalog-node@1.14.1-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.3-next.0
    • @backstage/plugin-scaffolder-backend-module-github@0.5.3-next.0

@backstage/plugin-scaffolder-backend-module-gitlab@0.7.0-next.0

Minor Changes

  • c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
  • 32459d0: BREAKING: Upgraded the gitbeaker library to version 41. As part of this, the scopes parameter to the gitlab:projectDeployToken:create is no longer optional, so you will have to pass it a value (for example ['read_repository']).

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

@backstage/app-defaults@1.5.15-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/plugin-permission-react@0.4.28

@backstage/backend-app-api@1.0.3-next.0

Patch Changes

  • eef3ef1: Removed unused express dependencies.
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-node@0.8.6-next.0

@backstage/backend-dynamic-feature-service@0.5.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/backend-app-api@1.0.3-next.0
    • @backstage/plugin-catalog-backend@1.28.1-next.0
    • @backstage/plugin-events-node@0.4.6-next.0
    • @backstage/plugin-scaffolder-node@0.6.1-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-events-backend@0.3.17-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-app-node@0.1.28-next.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-node@0.8.6-next.0
    • @backstage/plugin-search-backend-node@1.3.6-next.0
    • @backstage/plugin-search-common@1.2.15

@backstage/backend-openapi-utils@0.3.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

@backstage/backend-plugin-api@1.0.3-next.0

Patch Changes

  • eef3ef1: Removed unused express dependencies.
  • Updated dependencies
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.2

@backstage/catalog-client@1.8.1-next.0

Patch Changes

  • d7e7836: Fixed a bug in the queryEntities method where errors were not being handled properly.
  • Updated dependencies
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5

@backstage/cli@0.29.3-next.0

Patch Changes

  • 2b6c1ea: If the Backstage yarn plugin is installed, it will now be automatically updated as part of versions:bump.
  • 7dcff85: Remove special-casing for @types packages when generating dependency entries during templating
  • 0aff006: Bumped the version range for html-webpack-plugin to fix the htmlPluginExports.getCompilationHooks is not a function error when using experimental Rspack.
  • 583f3d4: Added @backstage/cli/config/prettier as a replacement for @spotify/prettier-config, but with the same configuration.
  • 5f04976: Update rollup to avoid issues with build output when running backstage-cli package build.
  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/release-manifests@0.0.12-next.0
    • @backstage/cli-node@0.2.11-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/eslint-plugin@0.1.10
    • @backstage/types@1.2.0

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

Patch Changes

  • af665ea: add PackageManager and Lockfile interfaces for future use
  • cbfc69e: Internal refactor
  • Updated dependencies
    • @backstage/cli-common@0.1.15
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

@backstage/core-app-api@1.15.3-next.0

Patch Changes

  • e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
  • 2830689: Decrease OAuth2 token refresh grace period
  • Updated dependencies
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

@backstage/core-compat-api@0.3.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/version-bridge@1.0.10

@backstage/core-components@0.16.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.6.3-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/version-bridge@1.0.10

@backstage/create-app@0.5.23-next.0

Patch Changes

  • 5819f8d: Updated Dockerfile to include backstage.json file
  • 583f3d4: Updated the template to use @backstage/cli/config/prettier instead of @spotify/prettier-config.
  • Updated dependencies
    • @backstage/cli-common@0.1.15

@backstage/dev-utils@1.1.5-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/app-defaults@1.5.15-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/integration-react@1.2.2-next.0

@backstage/frontend-app-api@0.10.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/errors@1.2.5
    • @backstage/frontend-defaults@0.1.4-next.0
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

@backstage/frontend-defaults@0.1.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-app@0.1.4-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/frontend-app-api@0.10.3-next.0

@backstage/frontend-plugin-api@0.9.3-next.0

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

@backstage/frontend-test-utils@0.2.4-next.0

Patch Changes

  • Updated dependencies
    • @backstage/plugin-app@0.1.4-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/config@1.3.0
    • @backstage/frontend-app-api@0.10.3-next.0
    • @backstage/test-utils@1.7.3-next.0
    • @backstage/types@1.2.0
    • @backstage/version-bridge@1.0.10

@backstage/integration-react@1.2.2-next.0

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.16.0-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1

@backstage/release-manifests@0.0.12-next.0

Patch Changes

  • 2e140dc: Switch to native fetch for loading release manifests

@techdocs/cli@1.8.24-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-defaults@0.6.0-next.0
    • @backstage/plugin-techdocs-node@1.12.15-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/cli-common@0.1.15
    • @backstage/config@1.3.0

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

Patch Changes

  • Updated dependencies
    • @backstage/core-app-api@1.15.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/config@1.3.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/types@1.2.0
    • @backstage/plugin-permission-common@0.8.2
    • @backstage/plugin-permission-react@0.4.28

@backstage/theme@0.6.3-next.0

Patch Changes

  • 5f04976: Fixed a bug that caused missing code in published packages.

@backstage/plugin-api-docs@0.12.2-next.0

Patch Changes

  • 11babd9: Fix link styling in ProvidedApisCard component so it aligns with other card components.
  • Updated dependencies
    • @backstage/plugin-catalog-react@1.14.3-next.0
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/core-compat-api@0.3.4-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/plugin-catalog@1.25.2-next.0
    • @backstage/plugin-catalog-common@1.1.1
    • @backstage/plugin-permission-react@0.4.28

@backstage/plugin-app@0.1.4-next.0

Patch Changes

  • e5fa018: The OAuth 2 client implementations will now attempt to refresh the session when the existing session doesn't have the required scopes. The previous behavior was to only try to refresh the session of it was missing, and otherwise directly request a new session. This fixes an issue where some auth providers will not return access tokens with certain scopes unless explicitly requested, leading to an auth popup even if the underlying session already had been granted the requested scopes.
  • 5f04976: Fixed a bug that caused missing code in published packages.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/theme@0.6.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1
    • @backstage/integration-react@1.2.2-next.0
    • @backstage/plugin-permission-react@0.4.28

@backstage/plugin-app-backend@0.4.3-next.0

Patch Changes

  • 74c3f2a: Fixed a bug where config would not be injected on the / and /index.html paths.
  • d66fa80: Fix root route handling when query parameters are present
  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/config-loader@1.9.2
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-app-node@0.1.28-next.0

@backstage/plugin-app-node@0.1.28-next.0

Patch Changes

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

@backstage/plugin-app-visualizer@0.1.14-next.0

Patch Changes

  • Updated dependencies
    • @backstage/frontend-plugin-api@0.9.3-next.0
    • @backstage/core-components@0.16.2-next.0
    • @backstage/core-plugin-api@1.10.1

@backstage/plugin-auth-backend@0.24.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-client@1.8.1-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0
    • @backstage/plugin-auth-backend-module-atlassian-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-auth0-provider@0.1.3-next.0
    • @backstage/plugin-auth-backend-module-aws-alb-provider@0.3.1-next.0
    • @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-bitbucket-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.3-next.0
    • @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-github-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-google-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-microsoft-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.3-next.0
    • @backstage/plugin-auth-backend-module-oidc-provider@0.3.3-next.0
    • @backstage/plugin-auth-backend-module-okta-provider@0.1.3-next.0
    • @backstage/plugin-auth-backend-module-onelogin-provider@0.2.3-next.0
    • @backstage/plugin-catalog-node@1.14.1-next.0

@backstage/plugin-auth-backend-module-atlassian-provider@0.3.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-auth0-provider@0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-aws-alb-provider@0.3.1-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/errors@1.2.5
    • @backstage/plugin-auth-backend@0.24.1-next.0

@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5

@backstage/plugin-auth-backend-module-bitbucket-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.1.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.3.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/config@1.3.0
    • @backstage/errors@1.2.5

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.3.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/errors@1.2.5
    • @backstage/types@1.2.0

@backstage/plugin-auth-backend-module-github-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-gitlab-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-google-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-guest-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/catalog-model@1.7.1
    • @backstage/errors@1.2.5

@backstage/plugin-auth-backend-module-microsoft-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-oauth2-provider@0.3.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0

@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.2.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/errors@1.2.5

@backstage/plugin-auth-backend-module-oidc-provider@0.3.3-next.0

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.0.3-next.0
    • @backstage/plugin-auth-node@0.5.5-next.0
    • @backstage/plugin-auth-backend@0.24.1-next.0

@backstage/plugin-auth-backend-module-okta-provider@0.1.3-next.0