Skip to content

Latest commit

 

History

History
1949 lines (1439 loc) · 63.9 KB

v1.27.0-changelog.md

File metadata and controls

1949 lines (1439 loc) · 63.9 KB

Release v1.27.0

Upgrade Helper: https://backstage.github.io/upgrade-helper/?to=1.27.0

@backstage/backend-common@0.22.0

Minor Changes

  • ed83f85: Internal refactor of the database code.

    BREAKING: The helper functions createDatabaseClient and ensureDatabaseExists have been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider using coreServices.database or DatabaseManager directly wherever possible instead.

Patch Changes

  • 2cc750d: Added HarnessURLReader with readUrl support.
  • 57f692e: Preparing for a stable new backend system release, we are deprecating utilities in the backend-common that are not used by the core framework, such as the isomorphic Git class. As we will no longer support the isomorphic Git utility in the framework packages, we recommend plugins that start maintaining their own implementation of this class.
  • 0ec0796: Plugins created through the legacyPlugin helper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes the Key for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Array error.
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • ccc8851: Added config prop ensureSchemaExists to support postgres instances where user can create schemas but not databases.
  • f66bbb4: Only create a single actual connection to memcache/redis, even in cases where many CacheService instances are made
  • ba0b8b4: Added option to ServerTokenManager.fromConfig that allows it to be instantiated in production without any configured keys.
  • Updated dependencies
    • @backstage/backend-app-api@0.7.3
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/integration@1.11.0

@backstage/catalog-model@1.5.0

Minor Changes

  • 79025f3: Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist.

@backstage/frontend-app-api@0.7.0

Minor Changes

  • ddddecb: Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5
    • @backstage/frontend-plugin-api@0.6.5

@backstage/integration@1.11.0

Minor Changes

  • 2cc750d: Added HarnessIntegration via the ScmIntegrations interface.

@backstage/repo-tools@0.9.0

Minor Changes

  • 683870a: Adds 2 new commands repo schema openapi diff and package schema openapi diff. repo schema openapi diff is intended to power a new breaking changes check on pull requests and the package level command allows plugin developers to quickly see new API breaking changes. They're intended to be used in complement with the existing repo schema openapi verify command to validate your OpenAPI spec against a variety of things.

Patch Changes

  • 9ae9bb2: Update the paths logic in the api reports command to support complex subpaths
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18

@backstage/plugin-catalog@1.20.0

Minor Changes

  • 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.

Patch Changes

  • 131e5cb: Fix broken links in README.
  • 5d99272: Update local development dependencies.
  • 4118530: Avoiding pre-loading display total count undefined for table counts
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.2
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/catalog-client@1.6.5
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-catalog-common@1.0.23
    • @backstage/plugin-search-react@1.7.11

@backstage/plugin-catalog-backend@1.22.0

Minor Changes

  • f2a2a83: Deprecated the LocationAnalyzer type, which has been moved to @backstage/plugin-catalog-node.
  • f2a2a83: The /alpha plugin export has had its implementation of the catalogAnalysisExtensionPoint updated to reflect the new API.
  • 8d14475: Emit well known relationships for the Domain entity kind.

Patch Changes

  • 131e5cb: Fix broken links in README.
  • c6cb568: Add lifecycle monitoring for the catalog processing
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • 8479a0b: Fixed bug in stitching queue gauge that included entities that are scheduled in the future.
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/plugin-search-backend-module-catalog@0.1.24
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-events-node@0.3.4
    • @backstage/integration@1.11.0
    • @backstage/backend-openapi-utils@0.1.11
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-common@1.0.23
    • @backstage/plugin-permission-node@0.7.29

@backstage/plugin-catalog-import@0.11.0

Minor Changes

  • e1174b0: EntityListComponent uses entityPresentationApi instead of humanizeEntityRef to display Entity

Patch Changes

  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/integration@1.11.0
    • @backstage/catalog-client@1.6.5
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-node@1.12.0

Minor Changes

  • f2a2a83: Added LocationAnalyzer type, moved from @backstage/plugin-catalog-backend.
  • f2a2a83: Breaking change to /alpha API where the catalogAnalysisExtensionPoint has been reworked. The addLocationAnalyzer method has been renamed to addScmLocationAnalyzer, and a new setLocationAnalyzer method has been added which allows the full LocationAnalyzer implementation to be overridden.

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-common@1.0.23
    • @backstage/plugin-permission-node@0.7.29

@backstage/plugin-catalog-react@1.12.0

Minor Changes

  • 8834daf: Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/catalog-client@1.6.5
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-scaffolder@1.20.0

Minor Changes

  • 4268696: MultiEntityPicker uses EntityDisplayName instead of humanizeEntityRef to display entity.

Patch Changes

  • 9156654: Capturing more event clicks for scaffolder
  • 131e5cb: Fix broken links in README.
  • 0040ec2: Updated dependency @rjsf/utils to 5.18.2. Updated dependency @rjsf/core to 5.18.2. Updated dependency @rjsf/material-ui to 5.18.2. Updated dependency @rjsf/validator-ajv8 to 5.18.2.
  • 762141c: Fixed a bug where the MultiEntityPicker was not able to be set as required
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.2
    • @backstage/plugin-scaffolder-react@1.8.5
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/integration@1.11.0
    • @backstage/catalog-client@1.6.5
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-scaffolder-backend-module-gitlab@0.4.0

Minor Changes

  • 18f736f: Add examples for gitlab:projectVariable:create scaffolder action & improve related tests

Patch Changes

  • 8fa8a00: Add merge method and squash option for project creation
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • ffc73ec: Add examples for gitlab:repo:push scaffolder action & improve related tests
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/app-defaults@1.5.5

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5

@backstage/backend-app-api@0.7.3

Patch Changes

  • 4cd5ff0: Add ability to configure the Node.js HTTP Server when configuring the root HTTP Router service

  • e8199b1: Move the JWKS registration outside of the lifecycle middleware

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.

  • dc8c5dd: The default TokenManager implementation no longer requires keys to be configured in production, but it will throw an errors when generating or authenticating tokens. The default AuthService implementation will now also provide additional context if such an error is throw when falling back to using the TokenManager service to generate tokens for outgoing requests.

  • 025641b: Redact meta fields too with the logger

  • 09f8988: Remove explicit alg check for user tokens in verifyToken

  • 5863e02: Internal refactor to only create one external token handler

  • a1dc547: Added support for camel case CSP directives in app-config. For example:

    backend:
      csp:
        upgradeInsecureRequests: false
  • 329cc34: Added logging of all plugins being initialized, periodic status, and completion.

  • Updated dependencies

    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/plugin-permission-node@0.7.29

@backstage/backend-defaults@0.2.18

Patch Changes

  • 7e5a50d: added eventsServiceFactory to defaultServiceFactories to resolve issue where different instances of the EventsServices could be used
  • Updated dependencies
    • @backstage/backend-app-api@0.7.3
    • @backstage/backend-common@0.22.0
    • @backstage/plugin-events-node@0.3.4

@backstage/backend-dynamic-feature-service@0.2.10

Patch Changes

  • b192752: Updated README.md to point to packages/backend instead of packages/backend-next.
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • b611fd0: Updates the scanRoot method in the PluginScanner class to specifically ignore the lost+found directory, which is a system-generated directory used for file recovery on Unix-like systems. Skipping this directory avoids unnecessary errors.
  • Updated dependencies
    • @backstage/plugin-catalog-backend@1.22.0
    • @backstage/backend-app-api@0.7.3
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-search-backend-node@1.2.22
    • @backstage/plugin-events-node@0.3.4
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/plugin-app-node@0.1.18
    • @backstage/plugin-events-backend@0.3.5
    • @backstage/plugin-permission-node@0.7.29

@backstage/backend-openapi-utils@0.1.11

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18

@backstage/backend-plugin-api@0.6.18

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • 1fedf0c: Removed explicit toString() method from ServiceRef type.
  • Updated dependencies
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-auth-node@0.4.13

@backstage/backend-tasks@0.5.23

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18

@backstage/backend-test-utils@0.3.8

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • 7e5a50d: added eventsServiceFactory to defaultServiceFactories to resolve issue where different instances of the EventsServices could be used
  • Updated dependencies
    • @backstage/backend-app-api@0.7.3
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4
    • @backstage/plugin-auth-node@0.4.13

@backstage/catalog-client@1.6.5

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.5.0

@backstage/cli@0.26.5

Patch Changes

  • b8f1fc2: The build-workspace command no longer manually runs yarn postpack, relying instead on the fact that running yarn pack will automatically invoke the postpack script. No action is necessary if you are running the latest version of yarn 1, 3, or 4.
  • fcd3462: Both the target and types library have been bumped from ES2021 to ES2022 in @backstage/cli/config/tsconfig.json.
  • 0cc5ed3: Add support for versions:migrate to do code changes. Can be skipped with --no-code-changes
  • f97ad04: Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
  • 2a6f10d: The versions:bump command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all @backstage/*-app-api packages.
  • c5d7b40: Allow passing a --require argument through to the Node process during package start
  • cc3c518: Fixed an issue causing the repo fix command to set an incorrect workspace property using Windows
  • 812dff0: Add previously-missing semicolon in file templated by backstage-cli new --select plugin.
  • f185603: Fixed the dynamic import of vite.
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/eslint-plugin@0.1.8
    • @backstage/integration@1.11.0

@backstage/core-app-api@1.12.5

Patch Changes

  • 1bed9a3: The Backstage identity session expiration check will no longer fall back to using the provider expiration. This was introduced to smooth out the rollout of Backstage release 1.18, and is no longer needed.

@backstage/core-compat-api@0.2.5

Patch Changes

  • 5d99272: Update local development dependencies.
  • Updated dependencies
    • @backstage/frontend-plugin-api@0.6.5

@backstage/core-components@0.14.7

Patch Changes

  • e42779e: Properly log the errorInfo in ErrorBoundary
  • 5223c4c: Fixed an internal circular import that broke Jest mocks.
  • 71e4229: Added optional initialShowDropDown prop to SidebarSubmenuItem to internally manage the initial display state of the dropdown items.
  • a2ee4df: Add alignGauge prop to the GaugeCard, and a small size version. When alignGauge is 'bottom' the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines. Add alignContent prop to the InfoCard, defaulting to 'normal' with the option of 'bottom' which vertically aligns the content to the bottom of the card.
  • 5b7b49b: The SignInPage guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend.
  • 359376a: Removing react-text-truncate with css styles.
  • Updated dependencies
    • @backstage/theme@0.5.4

@backstage/create-app@0.5.15

Patch Changes

  • c066c88: Removed packages/backend/src/types.ts from the template as it is unused. It was mistakenly left in after moving the template to the new backend system.
  • 5d99272: Update local development dependencies.
  • 0478509: Bumped create-app version.
  • d85dd88: Bumped create-app version.
  • 8105aad: Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.

@backstage/dev-utils@1.0.32

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5
    • @backstage/app-defaults@1.5.5
    • @backstage/integration-react@1.1.27

@backstage/eslint-plugin@0.1.8

Patch Changes

  • 65ec043: add some pickers fixes

@backstage/frontend-plugin-api@0.6.5

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7

@backstage/frontend-test-utils@0.1.7

Patch Changes

  • Updated dependencies
    • @backstage/frontend-app-api@0.7.0
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/test-utils@1.5.5

@backstage/integration-react@1.1.27

Patch Changes

  • Updated dependencies
    • @backstage/integration@1.11.0

@techdocs/cli@1.8.11

Patch Changes

  • 1a0e009: Fix cookie endpoint mock for serve
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/plugin-techdocs-node@1.12.4

@backstage/test-utils@1.5.5

Patch Changes

  • Updated dependencies
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5

@backstage/theme@0.5.4

Patch Changes

  • f1462df: Fixed bug where scrollbars don't pick up the theme when in dark mode

@backstage/plugin-api-docs@0.11.5

Patch Changes

  • 5d99272: Update local development dependencies.
  • 725ff0b: Fix dark mode text color inside tables in description: from OpenAPI definitions
  • Updated dependencies
    • @backstage/plugin-catalog@1.20.0
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-app-backend@0.3.66

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/plugin-app-node@0.1.18

@backstage/plugin-app-node@0.1.18

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18

@backstage/plugin-app-visualizer@0.1.6

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/frontend-plugin-api@0.6.5

@backstage/plugin-auth-backend@0.22.5

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • 4a0577e: fix: Move config declarations to appropriate auth backend modules
  • ea9262b: Allow overriding default ownership resolving with the new AuthOwnershipResolutionExtensionPoint
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10
    • @backstage/plugin-auth-backend-module-github-provider@0.1.15
    • @backstage/plugin-auth-backend-module-oidc-provider@0.1.9
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-auth-backend-module-atlassian-provider@0.1.10
    • @backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1
    • @backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1
    • @backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1
    • @backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13
    • @backstage/plugin-auth-backend-module-gitlab-provider@0.1.15
    • @backstage/plugin-auth-backend-module-google-provider@0.1.15
    • @backstage/plugin-auth-backend-module-microsoft-provider@0.1.13
    • @backstage/plugin-auth-backend-module-oauth2-provider@0.1.15
    • @backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11
    • @backstage/plugin-auth-backend-module-okta-provider@0.0.11

@backstage/plugin-auth-backend-module-atlassian-provider@0.1.10

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-aws-alb-provider@0.1.10

Patch Changes

  • 4a0577e: fix: Move config declarations to appropriate auth backend modules
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-backend@0.22.5
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-azure-easyauth-provider@0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-bitbucket-provider@0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-cloudflare-access-provider@0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-gcp-iap-provider@0.2.13

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-github-provider@0.1.15

Patch Changes

  • 4a0577e: fix: Move config declarations to appropriate auth backend modules
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-gitlab-provider@0.1.15

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-google-provider@0.1.15

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-guest-provider@0.1.4

Patch Changes

  • 07d8cca: Error if used outside of a development environment without explicit allowance
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-microsoft-provider@0.1.13

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-oauth2-provider@0.1.15

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-oauth2-proxy-provider@0.1.11

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-oidc-provider@0.1.9

Patch Changes

  • dd53bf3: Add nonce to authorize request to be added in ID token
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-backend@0.22.5
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-okta-provider@0.0.11

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-pinniped-provider@0.1.12

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-backend-module-vmware-cloud-provider@0.1.10

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-auth-node@0.4.13

Patch Changes

  • ea9262b: Allow overriding default ownership resolving with the new AuthOwnershipResolutionExtensionPoint
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/catalog-client@1.6.5

@backstage/plugin-auth-react@0.1.2

Patch Changes

  • c297afd: When using CookieAuthRefreshProvider or useCookieAuthRefresh, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed.
  • Updated dependencies
    • @backstage/core-components@0.14.7

@backstage/plugin-bitbucket-cloud-common@0.2.19

Patch Changes

  • d76cb29: Updated dependency ts-morph to ^22.0.0.
  • Updated dependencies
    • @backstage/integration@1.11.0

@backstage/plugin-catalog-backend-module-aws@0.3.13

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/integration@1.11.0
    • @backstage/plugin-catalog-common@1.0.23
    • @backstage/plugin-kubernetes-common@0.7.6

@backstage/plugin-catalog-backend-module-azure@0.1.38

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/integration@1.11.0
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-backstage-openapi@0.2.1

Patch Changes

  • f3f0281: Fix incorrect dependency import.
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/backend-openapi-utils@0.1.11

@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.2.5

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-events-node@0.3.4
    • @backstage/plugin-bitbucket-cloud-common@0.2.19
    • @backstage/integration@1.11.0
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.32

Patch Changes

  • 062ffb1: Allow skipping archived repositories (skipArchivedRepos flag) on Bitbucket.
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/integration@1.11.0

@backstage/plugin-catalog-backend-module-gcp@0.1.19

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-kubernetes-common@0.7.6

@backstage/plugin-catalog-backend-module-gerrit@0.1.35

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/integration@1.11.0

@backstage/plugin-catalog-backend-module-github@0.6.1

Patch Changes

  • 0b50143: GitHub push events now schedule a refresh on entities that have a refresh_key matching the catalogPath config itself. This allows to support a catalogPath configuration that uses glob patterns.

  • f2a2a83: Updated to use the new catalogAnalysisExtensionPoint API.

  • 5bdeaa7: Added alwaysUseDefaultNamespace option to GithubMultiOrgEntityProvider.

    If set to true, the provider will use default as the namespace for all group entities. Groups with the same name across different orgs will be considered the same group.

  • Updated dependencies

    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/plugin-catalog-backend@1.22.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-events-node@0.3.4
    • @backstage/integration@1.11.0
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-github-org@0.1.13

Patch Changes

  • 5bdeaa7: Fixed an issue where the catalog-backend-module-github-org would not correctly create groups using default as namespace in case a single organization was configured.
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-catalog-backend-module-github@0.6.1
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-catalog-backend-module-gitlab@0.3.15

Patch Changes

  • a70377d: Added events support for GitlabDiscoveryEntityProvider and GitlabOrgDiscoveryEntityProvider.
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-events-node@0.3.4
    • @backstage/integration@1.11.0
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-gitlab-org@0.0.1

Patch Changes

  • a70377d: Added a new catalog-backend-module-gitlab-org module which adds the GitlabOrgDiscoveryEntityProvider to the catalog's providers using the new backend system.
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/plugin-catalog-backend-module-gitlab@0.3.15
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-catalog-backend-module-incremental-ingestion@0.4.23

Patch Changes

  • 8c1ab9e: Fix plugin/incremental-ingestion 'Maximum call stack size exceeded' error when ingest large entities.
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/plugin-catalog-backend@1.22.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-catalog-backend-module-ldap@0.5.34

Patch Changes

  • 7699967: Remove dependency to Winston Logger and use Backstage LoggerService instead
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-msgraph@0.5.26

Patch Changes

  • 49eab29: Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.
  • 6e370e6: Handle fetching huge amounts of users from Azure without crashing
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-openapi@0.1.36

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/plugin-catalog-backend@1.22.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/integration@1.11.0
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-puppetdb@0.1.24

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23

@backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.2
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-catalog-backend-module-unprocessed@0.4.5

Patch Changes

  • b192752: Updated README.md to point to packages/backend instead of packages/backend-next.
  • 6f5a3a3: Correctly convert owner to string in case owner has not been provided
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-catalog-common@1.0.23

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.5.0

@backstage/plugin-catalog-graph@0.4.5

Patch Changes

  • 39564b3: Allow multiple edges with different type (e.g. ownedBy and applicationOwnerBy) to have the same source and target node.
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/catalog-client@1.6.5
    • @backstage/frontend-plugin-api@0.6.5

@backstage/plugin-catalog-unprocessed-entities@0.2.4

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0

@backstage/plugin-config-schema@0.1.55

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7

@backstage/plugin-devtools@0.1.14

Patch Changes

  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/frontend-plugin-api@0.6.5

@backstage/plugin-devtools-backend@0.3.4

Patch Changes

  • 036feca: Added discovery property to the readme documentation to ensure that it will build when setting it up as new to a Backstage instance
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-permission-node@0.7.29

@backstage/plugin-events-backend@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-backend-module-aws-sqs@0.3.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-backend-module-azure@0.2.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-backend-module-bitbucket-cloud@0.2.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-backend-module-gerrit@0.2.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-backend-module-github@0.2.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-backend-module-gitlab@0.2.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-backend-test-utils@0.1.28

Patch Changes

  • Updated dependencies
    • @backstage/plugin-events-node@0.3.4

@backstage/plugin-events-node@0.3.4

Patch Changes

  • 7e5a50d: added eventsServiceFactory to defaultServiceFactories to resolve issue where different instances of the EventsServices could be used
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18

@backstage/plugin-home@0.7.4

Patch Changes

  • 2196d3e: Use relative time when displaying visits from the same day
  • 0040ec2: Updated dependency @rjsf/utils to 5.18.2. Updated dependency @rjsf/core to 5.18.2. Updated dependency @rjsf/material-ui to 5.18.2. Updated dependency @rjsf/validator-ajv8 to 5.18.2.
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/plugin-home-react@0.1.13
    • @backstage/core-app-api@1.12.5
    • @backstage/catalog-client@1.6.5
    • @backstage/frontend-plugin-api@0.6.5

@backstage/plugin-home-react@0.1.13

Patch Changes

  • 0040ec2: Updated dependency @rjsf/utils to 5.18.2. Updated dependency @rjsf/core to 5.18.2. Updated dependency @rjsf/material-ui to 5.18.2. Updated dependency @rjsf/validator-ajv8 to 5.18.2.
  • Updated dependencies
    • @backstage/core-components@0.14.7

@backstage/plugin-kubernetes@0.11.10

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/plugin-kubernetes-react@0.3.5
    • @backstage/plugin-kubernetes-common@0.7.6

@backstage/plugin-kubernetes-backend@0.17.1

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-kubernetes-common@0.7.6
    • @backstage/plugin-kubernetes-node@0.1.12
    • @backstage/plugin-permission-node@0.7.29

@backstage/plugin-kubernetes-cluster@0.0.11

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/plugin-kubernetes-react@0.3.5
    • @backstage/plugin-kubernetes-common@0.7.6

@backstage/plugin-kubernetes-common@0.7.6

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.5.0

@backstage/plugin-kubernetes-node@0.1.12

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-kubernetes-common@0.7.6

@backstage/plugin-kubernetes-react@0.3.5

Patch Changes

  • 3102a99: add the namespace label to CronJobDrawer & IngressDrawer.
  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-kubernetes-common@0.7.6

@backstage/plugin-notifications@0.2.1

Patch Changes

  • e6bf85f: Allow overriding NotificationsPage page properties
  • f730c0b: The user can newly mark all unread messages as read at one click.
  • bfcb2f1: Allow showing notifications as snackbars in the UI
  • e49a810: Show all notifications by default to match the sidebar item status
  • 42eaf63: Increase default and allow modifying notification snackbar auto hide duration
  • a42a19b: Empty descriptions are not rendered to improve the look&feel.
  • 1bc3b86: Fix to show web notifications even when browser is on foreground. Fix duplicate notifications with multiple tabs.
  • f793112: Allow defining className and additional properties for NotificationsSideBarItem
  • e1c7d6e: Fix infinite loop in the notification title counter
  • fcda449: The rendered size of a notification is limited for very long descriptions.
  • f6633ca: Add option to set the notification as read automatically when the notification link is opened
  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/theme@0.5.4

@backstage/plugin-notifications-backend@0.2.1

Patch Changes

  • d541ff6: Fixed email processor esm issue and config reading
  • 295c05d: Support for filtering entities from notification recipients after resolving them from the recipients
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • cba628a: Add possibility to generate random notifications on the fly in local development
  • ee09dfc: Updated documentation for sending messages by external services.
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/plugin-notifications-node@0.1.4
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-signals-node@0.1.4

@backstage/plugin-notifications-backend-module-email@0.0.1

Patch Changes

  • d541ff6: Fixed email processor esm issue and config reading
  • e538b10: Support relative links in notifications sent via email
  • dbf2696: Allow sending notifications by email with the new notifications module
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/plugin-notifications-node@0.1.4
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/catalog-client@1.6.5

@backstage/plugin-notifications-node@0.1.4

Patch Changes

  • 295c05d: Support for filtering entities from notification recipients after resolving them from the recipients
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-signals-node@0.1.4

@backstage/plugin-org@0.6.25

Patch Changes

  • 99e6105: Fix ownership card sometimes locking up for complex org structures
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-org-react@0.1.24

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/catalog-client@1.6.5

@backstage/plugin-permission-backend@0.5.42

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/plugin-permission-node@0.7.29

@backstage/plugin-permission-backend-module-allow-all-policy@0.1.15

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/plugin-permission-node@0.7.29

@backstage/plugin-permission-node@0.7.29

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-proxy-backend@0.4.16

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18

@backstage/plugin-scaffolder-backend@1.22.6

Patch Changes

  • 131e5cb: Fix broken links in README.
  • 025641b: Fix issue with the log format not being respected when logging from actions
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • e4b50ab: Scaffolder workspace serialization
  • 025641b: Redact meta fields too with the logger
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.2
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/plugin-scaffolder-backend-module-github@0.2.8
    • @backstage/plugin-scaffolder-backend-module-gitea@0.1.8
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/integration@1.11.0
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
    • @backstage/plugin-permission-node@0.7.29
    • @backstage/plugin-scaffolder-backend-module-azure@0.1.10
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.1.10

@backstage/plugin-scaffolder-backend-module-azure@0.1.10

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-bitbucket@0.2.8

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8
    • @backstage/integration@1.11.0
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8

@backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.1.8

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.1.8

Patch Changes

  • 24dd655: Add examples for publish:bitbucketServer:pull-request scaffolder action & improve related tests
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.42

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-gerrit@0.1.10

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-gitea@0.1.8

Patch Changes

  • 554af73: Allow defining repoVisibility field for the action publish:gitea
  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-github@0.2.8

Patch Changes

  • 5d99272: Update local development dependencies.
  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • 52ab241: Adding support to change the default commit author for publish:github:pull-request
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-notifications@0.0.1

Patch Changes

  • 503d769: Add a new scaffolder action to allow sending notifications from templates
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/plugin-notifications-node@0.1.4
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4

@backstage/plugin-scaffolder-backend-module-rails@0.4.35

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-backend-module-sentry@0.1.26

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4

@backstage/plugin-scaffolder-backend-module-yeoman@0.3.1

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-scaffolder-node@0.4.4
    • @backstage/plugin-scaffolder-node-test-utils@0.1.4

@backstage/plugin-scaffolder-common@1.5.2

Patch Changes

  • 9156654: Capturing more event clicks for scaffolder
  • Updated dependencies
    • @backstage/catalog-model@1.5.0

@backstage/plugin-scaffolder-node@0.4.4

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • e4b50ab: Scaffolder workspace serialization
  • f633efa: To remove the dependency on the soon-to-be-deprecated backend-common package, this package now maintains its own isomorphic Git class implementation.
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.2
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/integration@1.11.0

@backstage/plugin-scaffolder-node-test-utils@0.1.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-test-utils@0.3.8
    • @backstage/plugin-scaffolder-node@0.4.4

@backstage/plugin-scaffolder-react@1.8.5

Patch Changes

  • 9156654: Capturing more event clicks for scaffolder
  • 0040ec2: Updated dependency @rjsf/utils to 5.18.2. Updated dependency @rjsf/core to 5.18.2. Updated dependency @rjsf/material-ui to 5.18.2. Updated dependency @rjsf/validator-ajv8 to 5.18.2.
  • Updated dependencies
    • @backstage/plugin-scaffolder-common@1.5.2
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/catalog-client@1.6.5

@backstage/plugin-search@1.4.11

Patch Changes

  • 0501243: Added aria-label attribute to DialogTitle element and set aria-modal attribute to true for improved accessibility in the search modal.
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/plugin-search-react@1.7.11

@backstage/plugin-search-backend@1.5.8

Patch Changes

  • c6cb568: Add lifecycle monitoring for the search index registry
  • Updated dependencies
    • @backstage/repo-tools@0.9.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-search-backend-node@1.2.22
    • @backstage/backend-openapi-utils@0.1.11
    • @backstage/plugin-permission-node@0.7.29

@backstage/plugin-search-backend-module-catalog@0.1.24

Patch Changes

  • b192752: Updated README.md to point to packages/backend instead of packages/backend-next.
  • d5fff66: Fix wiring of the module exported at the /alpha path, which was causing authentication failures.
  • 5dc5f4f: Allow the tokenManager parameter to be optional when instantiating collator
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-search-backend-node@1.2.22
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-search-backend-module-elasticsearch@1.4.1

Patch Changes

  • 5252ee1: Fix never resolved indexer promise.
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-search-backend-node@1.2.22

@backstage/plugin-search-backend-module-explore@0.1.24

Patch Changes

  • ca6e2e0: Migrate search collator to use the new auth services.
  • 5d99272: Update README.md to point to explore plugin in community-plugins repository.
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-search-backend-node@1.2.22

@backstage/plugin-search-backend-module-pg@0.5.27

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-search-backend-node@1.2.22

@backstage/plugin-search-backend-module-stack-overflow-collator@0.1.11

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-search-backend-node@1.2.22

@backstage/plugin-search-backend-module-techdocs@0.1.23

Patch Changes

  • 5dc5f4f: Allow the tokenManager parameter to be optional when instantiating collator
  • Updated dependencies
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-techdocs-node@1.12.4
    • @backstage/plugin-search-backend-node@1.2.22
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-search-backend-node@1.2.22

Patch Changes

  • c6cb568: Add lifecycle monitoring for the search index registry
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23

@backstage/plugin-search-react@1.7.11

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/theme@0.5.4
    • @backstage/frontend-plugin-api@0.6.5

@backstage/plugin-signals@0.0.6

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/theme@0.5.4

@backstage/plugin-signals-backend@0.1.4

Patch Changes

  • 845d56a: Improved signal lifecycle management and added server side pinging of connections
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/plugin-signals-node@0.1.4

@backstage/plugin-signals-node@0.1.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-events-node@0.3.4
    • @backstage/plugin-auth-node@0.4.13

@backstage/plugin-techdocs@1.10.5

Patch Changes

  • d2cc139: Update path in Readme for Plugin Techdocs to show the correct setup information.
  • 5863cf7: The techdocs.builder config is now optional and it will default to local.
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-auth-react@0.1.2
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/integration@1.11.0
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-search-react@1.7.11
    • @backstage/plugin-techdocs-react@1.2.4

@backstage/plugin-techdocs-addons-test-utils@1.0.32

Patch Changes

  • 2f13862: Fix bug in TechDocsAddonTester when jest.resetAllMocks is called between tests
  • Updated dependencies
    • @backstage/plugin-catalog@1.20.0
    • @backstage/plugin-techdocs@1.10.5
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/core-app-api@1.12.5
    • @backstage/integration-react@1.1.27
    • @backstage/test-utils@1.5.5
    • @backstage/plugin-search-react@1.7.11
    • @backstage/plugin-techdocs-react@1.2.4

@backstage/plugin-techdocs-backend@1.10.5

Patch Changes

  • 5863cf7: The techdocs.builder config is now optional and it will default to local.
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-techdocs-node@1.12.4
    • @backstage/integration@1.11.0
    • @backstage/plugin-search-backend-module-techdocs@0.1.23
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-common@1.0.23

@backstage/plugin-techdocs-module-addons-contrib@1.1.10

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/integration@1.11.0
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-techdocs-react@1.2.4

@backstage/plugin-techdocs-node@1.12.4

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/integration@1.11.0

@backstage/plugin-techdocs-react@1.2.4

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0

@backstage/plugin-user-settings@0.8.6

Patch Changes

  • 131e5cb: Fix broken links in README.
  • Updated dependencies
    • @backstage/core-compat-api@0.2.5
    • @backstage/core-components@0.14.7
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5
    • @backstage/frontend-plugin-api@0.6.5

@backstage/plugin-user-settings-backend@0.2.17

Patch Changes

  • d229dc4: Move path utilities from backend-common to the backend-plugin-api package.
  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13

example-app@0.2.97

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-react@1.8.5
    • @backstage/plugin-scaffolder@1.20.0
    • @backstage/plugin-user-settings@0.8.6
    • @backstage/plugin-catalog@1.20.0
    • @backstage/plugin-notifications@0.2.1
    • @backstage/plugin-api-docs@0.11.5
    • @backstage/plugin-home@0.7.4
    • @backstage/cli@0.26.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-techdocs@1.10.5
    • @backstage/plugin-catalog-import@0.11.0
    • @backstage/frontend-app-api@0.7.0
    • @backstage/plugin-auth-react@0.1.2
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5
    • @backstage/plugin-catalog-graph@0.4.5
    • @backstage/plugin-search@1.4.11
    • @backstage/plugin-org@0.6.25
    • @backstage/app-defaults@1.5.5
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-catalog-common@1.0.23
    • @backstage/plugin-catalog-unprocessed-entities@0.2.4
    • @backstage/plugin-devtools@0.1.14
    • @backstage/plugin-kubernetes@0.11.10
    • @backstage/plugin-kubernetes-cluster@0.0.11
    • @backstage/plugin-search-react@1.7.11
    • @backstage/plugin-signals@0.0.6
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.10
    • @backstage/plugin-techdocs-react@1.2.4

example-app-next@0.0.11

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-react@1.8.5
    • @backstage/plugin-scaffolder@1.20.0
    • @backstage/plugin-user-settings@0.8.6
    • @backstage/plugin-catalog@1.20.0
    • @backstage/plugin-notifications@0.2.1
    • @backstage/core-compat-api@0.2.5
    • @backstage/plugin-api-docs@0.11.5
    • @backstage/plugin-home@0.7.4
    • @backstage/cli@0.26.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-techdocs@1.10.5
    • @backstage/plugin-catalog-import@0.11.0
    • @backstage/frontend-app-api@0.7.0
    • @backstage/plugin-auth-react@0.1.2
    • @backstage/plugin-catalog-react@1.12.0
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5
    • @backstage/plugin-catalog-graph@0.4.5
    • @backstage/plugin-search@1.4.11
    • @backstage/plugin-org@0.6.25
    • @backstage/app-defaults@1.5.5
    • @backstage/frontend-plugin-api@0.6.5
    • @backstage/integration-react@1.1.27
    • @backstage/plugin-app-visualizer@0.1.6
    • @backstage/plugin-catalog-common@1.0.23
    • @backstage/plugin-catalog-unprocessed-entities@0.2.4
    • @backstage/plugin-kubernetes@0.11.10
    • @backstage/plugin-kubernetes-cluster@0.0.11
    • @backstage/plugin-search-react@1.7.11
    • @backstage/plugin-signals@0.0.6
    • @backstage/plugin-techdocs-module-addons-contrib@1.1.10
    • @backstage/plugin-techdocs-react@1.2.4

app-next-example-plugin@0.0.11

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7
    • @backstage/frontend-plugin-api@0.6.5

example-backend@0.0.26

Patch Changes

  • Updated dependencies
    • @backstage/plugin-scaffolder-backend@1.22.6
    • @backstage/plugin-catalog-backend@1.22.0
    • @backstage/plugin-scaffolder-backend-module-github@0.2.8
    • @backstage/plugin-catalog-backend-module-unprocessed@0.4.5
    • @backstage/plugin-search-backend-module-catalog@0.1.24
    • @backstage/plugin-notifications-backend@0.2.1
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-auth-backend@0.22.5
    • @backstage/plugin-app-backend@0.3.66
    • @backstage/plugin-devtools-backend@0.3.4
    • @backstage/plugin-signals-backend@0.1.4
    • @backstage/plugin-search-backend-node@1.2.22
    • @backstage/plugin-search-backend@1.5.8
    • @backstage/plugin-auth-backend-module-github-provider@0.1.15
    • @backstage/plugin-techdocs-backend@1.10.5
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.2.1
    • @backstage/plugin-auth-backend-module-guest-provider@0.1.4
    • @backstage/backend-defaults@0.2.18
    • @backstage/plugin-search-backend-module-explore@0.1.24
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/plugin-search-backend-module-techdocs@0.1.23
    • @backstage/plugin-catalog-backend-module-openapi@0.1.36
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
    • @backstage/plugin-kubernetes-backend@0.17.1
    • @backstage/plugin-permission-backend@0.5.42
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.1.15
    • @backstage/plugin-permission-node@0.7.29
    • @backstage/plugin-proxy-backend@0.4.16

example-backend-legacy@0.2.98

Patch Changes

  • Updated dependencies
    • @backstage/plugin-search-backend-module-elasticsearch@1.4.1
    • @backstage/plugin-catalog-node@1.12.0
    • @backstage/plugin-scaffolder-backend@1.22.6
    • @backstage/plugin-catalog-backend@1.22.0
    • @backstage/plugin-catalog-backend-module-unprocessed@0.4.5
    • @backstage/plugin-search-backend-module-catalog@0.1.24
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.4.0
    • @backstage/catalog-model@1.5.0
    • @backstage/backend-common@0.22.0
    • @backstage/plugin-search-backend-module-pg@0.5.27
    • @backstage/backend-tasks@0.5.23
    • @backstage/plugin-auth-backend@0.22.5
    • @backstage/plugin-app-backend@0.3.66
    • @backstage/plugin-devtools-backend@0.3.4
    • @backstage/plugin-signals-backend@0.1.4
    • @backstage/plugin-search-backend-node@1.2.22
    • @backstage/plugin-search-backend@1.5.8
    • @backstage/plugin-techdocs-backend@1.10.5
    • @backstage/plugin-events-node@0.3.4
    • @backstage/plugin-search-backend-module-explore@0.1.24
    • @backstage/plugin-auth-node@0.4.13
    • @backstage/integration@1.11.0
    • @backstage/plugin-search-backend-module-techdocs@0.1.23
    • example-app@0.2.97
    • @backstage/catalog-client@1.6.5
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.16
    • @backstage/plugin-events-backend@0.3.5
    • @backstage/plugin-kubernetes-backend@0.17.1
    • @backstage/plugin-permission-backend@0.5.42
    • @backstage/plugin-permission-node@0.7.29
    • @backstage/plugin-proxy-backend@0.4.16
    • @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.19
    • @backstage/plugin-scaffolder-backend-module-rails@0.4.35
    • @backstage/plugin-signals-node@0.1.4

e2e-test@0.2.16

Patch Changes

  • Updated dependencies
    • @backstage/create-app@0.5.15

techdocs-cli-embedded-app@0.2.96

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog@1.20.0
    • @backstage/cli@0.26.5
    • @backstage/core-components@0.14.7
    • @backstage/catalog-model@1.5.0
    • @backstage/plugin-techdocs@1.10.5
    • @backstage/theme@0.5.4
    • @backstage/core-app-api@1.12.5
    • @backstage/app-defaults@1.5.5
    • @backstage/integration-react@1.1.27
    • @backstage/test-utils@1.5.5
    • @backstage/plugin-techdocs-react@1.2.4

@internal/plugin-todo-list@1.0.27

Patch Changes

  • Updated dependencies
    • @backstage/core-components@0.14.7

@internal/plugin-todo-list-backend@1.0.27

Patch Changes

  • Updated dependencies
    • @backstage/backend-common@0.22.0
    • @backstage/backend-plugin-api@0.6.18
    • @backstage/plugin-auth-node@0.4.13