Files
backstage/docs/releases/v1.41.0-changelog.md
github-actions[bot] 9a7cae26c9 Version Packages
2025-07-15 14:26:41 +00:00

68 KiB
Raw Permalink Blame History

Release v1.41.0

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

@backstage/plugin-catalog-backend@3.0.0

Major Changes

  • 5127ebe: BREAKING: The default catalog.stitchingStrategy has been switched to { mode: 'deferred' }.

  • d675d96: BREAKING: The relations compatibility mode is no longer enabled by default, and the disableRelationsCompatiblity flag has been removed. To re-enable relations compatibility, the new enableRelationsCompatibility flag can be used instead.

  • 2339363: BREAKING: The experimental catalog.useUrlReadersSearch configuration flag (introduced in v1.36) has been removed.

    The UrlReaderProcessor now always uses the search method of UrlReaders. Built-in UrlReaderService implementations have been updated accordingly. If you use custom UrlReaderService implementations, you need to adapt their search method to correctly handle both specific URLs and potential search patterns (see changes on built-in readers in the original PR).

    Previous behavior was to call the search method only if the parsed Git URL's filename contained a wildcard and use readUrl otherwise. Each UrlReaderService must implement this logic in the search method instead.

    This allows each UrlReaderService implementation to check whether it's a search URL (that contains a wildcard pattern) or not using logic that is specific to each provider.

  • 687bfc8: BREAKING: The default catalog.orphanStrategy has been switched to 'delete'.

  • 5de7a9d: BREAKING: The default catalog.orphanProviderStrategy has been switched to 'delete'.

Patch Changes

@backstage/backend-test-utils@1.7.0

Minor Changes

  • ead925a: Add a standard toString on credentials objects

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/backend-defaults@0.11.1
    • @backstage/backend-app-api@1.2.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-node@0.4.13

@backstage/canon@0.6.0

Minor Changes

  • 1d64db6: Breaking changes We are updating our Link component to use React Aria under the hood. To match their API we are updating the to prop to href to match both internal and external routing. We are also updating our variant naming to include all our new font sizes.

  • 83fd7f4: Breaking change We are moving the Select component to use React Aria under the hood. We updated most props and events according to their underlying API.

  • cae63df: Breaking changes The Tabs components has been updates to use React Aria under the hood and to work with react-router-dom directly.

  • 4c6d891: BREAKING CHANGES

    Were updating our Button component to provide better support for button links.

    • Were introducing a new ButtonLink component, which replaces the previous render prop pattern.
    • To maintain naming consistency across components, IconButton is being renamed to ButtonIcon.
    • Additionally, the render prop will be removed from all button-related components.

    These changes aim to simplify usage and improve clarity in our component API.

  • 2e30459: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.

  • 8fd6fcb: We are renaming @backstage/canon into @backstage/ui. As part of this move we are renaming all class names and CSS variables to follow the new name. "--canon" prefix is becoming "--bui" and all component class names starting with ".canon" will now start with ".bui"

Patch Changes

  • 140f652: We are consolidating all css files into a single styles.css in Canon.
  • 76255b8: Add new Card component to Canon.
  • 8154fb9: Add new SearchField component in Canon
  • b0a6c8e: Add new Header component to Canon.
  • 6910892: Add new RadioGroup + Radio component to Canon
  • 9c17305: Fix scrolling width and height on ScrollArea component in Canon.
  • 390ea20: Export Card and Skeleton components.
  • be76576: Improve Button, ButtonIcon and ButtonLink styling in Canon.
  • 17beb9b: Update return types for Heading & Text components for React 19.
  • a8a8514: We are transforming how we structure our class names and data attributes definitions for all components. They are now all set in the same place.
  • 667b951: Added placeholder prop to TextField component.
  • eac4a4c: Add new tertiary variant to Button, ButtonIcon and ButtonLink in Canon.
  • e71333a: adding export for ButtonLink so it's importable
  • 8f2e82d: Add new Skeleton component in Canon
  • Updated dependencies
    • @backstage/ui@0.6.0

@backstage/core-app-api@1.18.0

Minor Changes

  • 5ddc0fe: if session exists and refresh fails, then create a new session if not instant popup

Patch Changes

@backstage/repo-tools@0.15.0

Minor Changes

  • 1e7082e: Clear output directory before running package-docs and skip all internal packages.

Patch Changes

@backstage/ui@0.6.0

Minor Changes

  • e92bb9b: Canon has been renamed to Backstage UI. This means that @backstage/canon has been deprecated and replaced by @backstage/ui.

@backstage/plugin-scaffolder@1.33.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

@backstage/plugin-scaffolder-backend@2.1.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • 424610a: Scaffolder audit Log now includes taskId and createdBy
  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • fc70b43: Replaced deprecated uses of @backstage/backend-common with the equivalents in @backstage/backend-defaults and @backstage/backend-plugin-api.
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/plugin-scaffolder-node@0.10.0
    • @backstage/integration@1.17.1
    • @backstage/plugin-scaffolder-backend-module-github@0.8.1
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-bitbucket-cloud-common@0.3.1
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13
    • @backstage/plugin-scaffolder-backend-module-azure@0.2.11
    • @backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12
    • @backstage/plugin-scaffolder-backend-module-bitbucket-cloud@0.2.11
    • @backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11
    • @backstage/plugin-scaffolder-backend-module-gerrit@0.2.11
    • @backstage/plugin-scaffolder-backend-module-gitea@0.2.11
    • @backstage/plugin-scaffolder-backend-module-gitlab@0.9.3

@backstage/plugin-scaffolder-common@1.6.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5

@backstage/plugin-scaffolder-node@0.10.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/integration@1.17.1
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/backend-plugin-api@1.4.1

@backstage/plugin-scaffolder-react@1.18.0

Minor Changes

  • c1ce316: BREAKING /alpha: Converted scaffolder.task.read and scaffolder.task.cancel into Resource Permissions.

    BREAKING /alpha: Added a new scaffolder rule isTaskOwner for scaffolder.task.read and scaffolder.task.cancel to allow for conditional permission policies such as restricting access to tasks and task events based on task creators.

    BREAKING /alpha: Retrying a task now requires both scaffolder.task.read and scaffolder.task.create permissions, replacing the previous requirement of scaffolder.task.read and scaffolder.task.cancel.

Patch Changes

@backstage/app-defaults@1.6.4

Patch Changes

@backstage/backend-app-api@1.2.5

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1

@backstage/backend-defaults@0.11.1

Patch Changes

  • ead925a: Add a standard toString on credentials objects
  • e0189b8: UrlReader: Fix handling of access tokens for GitLab readURL requests
  • d1e4a6d: Fixed bug where the GitLab user token and GitLab integration token were being merged together
  • Updated dependencies

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

Patch Changes

@backstage/backend-openapi-utils@0.5.5

Patch Changes

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

@backstage/backend-plugin-api@1.4.1

Patch Changes

@backstage/catalog-client@1.10.2

Patch Changes

  • 6fb4143: allow arrays in the InMemoryCatalogClient to filter entities
  • Updated dependencies
    • @backstage/catalog-model@1.7.5

@backstage/catalog-model@1.7.5

Patch Changes

  • 3507fcd: Just some more circular dep cleanup

@backstage/cli@0.33.1

Patch Changes

@backstage/config@1.3.3

Patch Changes

  • ff23618: Loosen the requirements for a key to be considered valid config.
  • 3507fcd: Just some more circular dep cleanup

@backstage/config-loader@1.10.2

Patch Changes

  • ff23618: Loosen the requirements for a key to be considered valid config.
  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/core-compat-api@0.4.4

Patch Changes

@backstage/core-components@0.17.4

Patch Changes

  • f6ffea6: Add optional message field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided.
  • aa3b054: Added signIn and signOut analytic events to the @backstage/core-components of sign in and sign out.
  • Updated dependencies

@backstage/core-plugin-api@1.10.9

Patch Changes

  • f6ffea6: Add optional message field for auth providers. This is intended to be a user friendly message that displays in the OAuth request dialog. A default message will be displayed if one is not provided.
  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/create-app@0.7.1

Patch Changes

  • 952cefe: Bumped create-app version.

  • 2339363: BREAKING: The experimental catalog.useUrlReadersSearch configuration flag (introduced in v1.36) has been removed.

    The UrlReaderProcessor now always uses the search method of UrlReaders. Built-in UrlReaderService implementations have been updated accordingly. If you use custom UrlReaderService implementations, you need to adapt their search method to correctly handle both specific URLs and potential search patterns (see changes on built-in readers in the original PR).

    Previous behavior was to call the search method only if the parsed Git URL's filename contained a wildcard and use readUrl otherwise. Each UrlReaderService must implement this logic in the search method instead.

    This allows each UrlReaderService implementation to check whether it's a search URL (that contains a wildcard pattern) or not using logic that is specific to each provider.

  • c4a0830: Removed deprecated 'allowedHosts' field from GitHub Publish action input in default template files to fix validation errors with strict Zod validation.

@backstage/dev-utils@1.1.12

Patch Changes

@backstage/frontend-app-api@0.11.4

Patch Changes

@backstage/frontend-defaults@0.2.4

Patch Changes

@backstage/frontend-dynamic-feature-loader@0.1.3

Patch Changes

@backstage/frontend-plugin-api@0.10.4

Patch Changes

@backstage/frontend-test-utils@0.3.4

Patch Changes

@backstage/integration@1.17.1

Patch Changes

  • e0189b8: UrlReader: Fix handling of access tokens for GitLab readURL requests
  • d1e4a6d: Fixed bug where the GitLab user token and GitLab integration token were being merged together
  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/integration-aws-node@0.1.17

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/integration-react@1.2.9

Patch Changes

@techdocs/cli@1.9.5

Patch Changes

@backstage/test-utils@1.7.10

Patch Changes

@backstage/theme@0.6.7

Patch Changes

  • 373486e: Add a different background colour to focused MenuItems to fix a bug in MUI 4 (which is fixed in MUI 5)
  • b68d269: Update uncomfortably bright color in recently visited and top visited home page cards

@backstage/plugin-api-docs@0.12.9

Patch Changes

@backstage/plugin-app@0.1.11

Patch Changes

@backstage/plugin-app-backend@0.5.4

Patch Changes

  • Updated dependencies
    • @backstage/config-loader@1.10.2
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-app-node@0.1.35
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-app-node@0.1.35

Patch Changes

@backstage/plugin-app-visualizer@0.1.21

Patch Changes

@backstage/plugin-auth-backend@0.25.2

Patch Changes

  • e88cb70: Small internal refactor to move out the userInfo database from the tokenIssuer. Also removes exp from being stored in UserInfo and it's now replaced with created_at and updated_at in the database instead.
  • 207778c: Internal refactor of OIDC endpoints and UserInfoDatabase
  • Updated dependencies

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-auth0-provider@0.2.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-bitbucket-server-provider@0.2.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-backend-module-onelogin-provider@0.3.5

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-auth-node@0.6.5

Patch Changes

  • Updated dependencies

@backstage/plugin-auth-react@0.1.17

Patch Changes

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

Patch Changes

@backstage/plugin-catalog@1.31.1

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-kubernetes-common@0.9.6

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

Patch Changes

@backstage/plugin-catalog-backend-module-gitea@0.1.2

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies

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

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • e2dd095: Fixed bug in IncrementalIngestionEngine by adding burstLength check when a burst completes
  • Updated dependencies

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

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies

@backstage/plugin-catalog-backend-module-logs@0.1.12

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

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

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-scaffolder-common@1.6.0
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2

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

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-catalog-unprocessed-entities-common@0.0.9

@backstage/plugin-catalog-common@1.1.5

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-catalog-graph@0.4.21

Patch Changes

@backstage/plugin-catalog-import@0.13.3

Patch Changes

@backstage/plugin-catalog-node@1.17.2

Patch Changes

@backstage/plugin-catalog-react@1.19.1

Patch Changes

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

Patch Changes

@backstage/plugin-catalog-unprocessed-entities-common@0.0.9

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-config-schema@0.1.70

Patch Changes

@backstage/plugin-devtools@0.1.29

Patch Changes

@backstage/plugin-devtools-backend@0.5.7

Patch Changes

@backstage/plugin-devtools-common@0.1.17

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-events-backend@0.5.4

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-openapi-utils@0.5.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-bitbucket-server@0.1.3

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

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

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

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

Patch Changes

  • Updated dependencies

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-google-pubsub@0.1.2

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-events-backend-module-kafka@0.1.1

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-events-node@0.4.13

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

Patch Changes

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

@backstage/plugin-events-node@0.4.13

Patch Changes

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

@backstage/plugin-gateway-backend@1.0.3

Patch Changes

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

@backstage/plugin-home@0.8.10

Patch Changes

@backstage/plugin-home-react@0.1.28

Patch Changes

@backstage/plugin-kubernetes@0.12.9

Patch Changes

@backstage/plugin-kubernetes-backend@0.19.8

Patch Changes

@backstage/plugin-kubernetes-cluster@0.0.27

Patch Changes

@backstage/plugin-kubernetes-common@0.9.6

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5

@backstage/plugin-kubernetes-node@0.3.2

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-kubernetes-common@0.9.6

@backstage/plugin-kubernetes-react@0.5.9

Patch Changes

@backstage/plugin-mcp-actions-backend@0.1.1

Patch Changes

@backstage/plugin-notifications@0.5.7

Patch Changes

@backstage/plugin-notifications-backend@0.5.8

Patch Changes

  • 4401dfb: Allow defining default notification settings via configuration
  • 9a5a73f: Fix addTopic migration when user_settings present
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-events-node@0.4.13
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-notifications-node@0.2.17
    • @backstage/plugin-signals-node@0.1.22

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

Patch Changes

  • f92c9fc: Add optional config for ses mail options with sourceArn, fromArn, configurationSetName
  • Updated dependencies

@backstage/plugin-notifications-backend-module-slack@0.1.3

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-notifications-node@0.2.17

@backstage/plugin-notifications-common@0.0.10

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/plugin-notifications-node@0.2.17

Patch Changes

  • Updated dependencies
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-notifications-common@0.0.10
    • @backstage/plugin-signals-node@0.1.22

@backstage/plugin-org@0.6.41

Patch Changes

@backstage/plugin-org-react@0.1.40

Patch Changes

@backstage/plugin-permission-backend@0.7.2

Patch Changes

  • Updated dependencies

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

Patch Changes

@backstage/plugin-permission-common@0.9.1

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3

@backstage/plugin-permission-node@0.10.2

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5

@backstage/plugin-permission-react@0.4.36

Patch Changes

@backstage/plugin-proxy-backend@0.6.4

Patch Changes

  • Updated dependencies
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-proxy-node@0.1.6

@backstage/plugin-proxy-node@0.1.6

Patch Changes

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

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

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

@backstage/plugin-scaffolder-backend-module-gcp@0.2.11

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • f36bcf9: Added support for file deletion to publish:github:pull-request action.

    Example usage:

      - action: publish:github:pull-request
        id: clean-up-pr
        input:
          description: This is the description
    +     filesToDelete:
    +       - outdated/changelog.md
    +       - sample-file.txt
          owner: owner
          repo: repo
          title: Title Goes Here
    
    
  • 38db3eb: Fix typo in InputError

  • Updated dependencies

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

Patch Changes

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

Patch Changes

  • Updated dependencies

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

Patch Changes

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

Patch Changes

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

Patch Changes

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

Patch Changes

  • dbde180: An internal refactor which adds additional types to experimental checkpoints
  • Updated dependencies

@backstage/plugin-search@1.4.28

Patch Changes

@backstage/plugin-search-backend@2.0.4

Patch Changes

  • 69fb975: Error messages should not contain backend SQL query strings in the API response, this change will ensure that messages are logged and empty response is returned to the user
  • Updated dependencies

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/catalog-model@1.7.5
    • @backstage/catalog-client@1.10.2
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-catalog-common@1.1.5
    • @backstage/plugin-catalog-node@1.17.2
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

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

Patch Changes

  • 3507fcd: Just some more circular dep cleanup
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-search-common@1.2.19

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

Patch Changes

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

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-search-common@1.2.19

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1

@backstage/plugin-search-react@1.9.2

Patch Changes

@backstage/plugin-signals@0.0.21

Patch Changes

@backstage/plugin-signals-backend@0.3.6

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-node@0.4.13
    • @backstage/plugin-signals-node@0.1.22

@backstage/plugin-signals-node@0.1.22

Patch Changes

  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-events-node@0.4.13

@backstage/plugin-signals-react@0.0.15

Patch Changes

@backstage/plugin-techdocs@1.13.2

Patch Changes

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

Patch Changes

@backstage/plugin-techdocs-backend@2.0.4

Patch Changes

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

Patch Changes

@backstage/plugin-techdocs-node@1.13.5

Patch Changes

  • 029526c: Updated the error message thrown by parseReferenceAnnotation to reflect the annotation value passed as an argument rather than in correctly assuming location.
  • Updated dependencies
    • @backstage/config@1.3.3
    • @backstage/catalog-model@1.7.5
    • @backstage/integration@1.17.1
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/integration-aws-node@0.1.17
    • @backstage/plugin-search-common@1.2.19

@backstage/plugin-techdocs-react@1.3.1

Patch Changes

@backstage/plugin-user-settings@0.8.24

Patch Changes

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

Patch Changes

  • Updated dependencies

example-app@0.2.111

Patch Changes

example-app-next@0.0.25

Patch Changes

app-next-example-plugin@0.0.25

Patch Changes

example-backend@0.0.40

Patch Changes

  • Updated dependencies
    • @backstage/plugin-catalog-backend@3.0.0
    • @backstage/plugin-scaffolder-backend@2.1.0
    • @backstage/plugin-permission-common@0.9.1
    • @backstage/plugin-permission-node@0.10.2
    • @backstage/catalog-model@1.7.5
    • @backstage/backend-defaults@0.11.1
    • @backstage/plugin-notifications-backend@0.5.8
    • @backstage/plugin-mcp-actions-backend@0.1.1
    • @backstage/plugin-auth-backend@0.25.2
    • @backstage/plugin-scaffolder-backend-module-github@0.8.1
    • @backstage/plugin-search-backend@2.0.4
    • @backstage/backend-plugin-api@1.4.1
    • @backstage/plugin-app-backend@0.5.4
    • @backstage/plugin-auth-backend-module-github-provider@0.3.5
    • @backstage/plugin-auth-backend-module-guest-provider@0.2.10
    • @backstage/plugin-auth-node@0.6.5
    • @backstage/plugin-catalog-backend-module-backstage-openapi@0.5.4
    • @backstage/plugin-catalog-backend-module-openapi@0.2.12
    • @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.2.10
    • @backstage/plugin-catalog-backend-module-unprocessed@0.6.2
    • @backstage/plugin-devtools-backend@0.5.7
    • @backstage/plugin-events-backend@0.5.4
    • @backstage/plugin-events-backend-module-google-pubsub@0.1.2
    • @backstage/plugin-kubernetes-backend@0.19.8
    • @backstage/plugin-permission-backend@0.7.2
    • @backstage/plugin-permission-backend-module-allow-all-policy@0.2.10
    • @backstage/plugin-proxy-backend@0.6.4
    • @backstage/plugin-scaffolder-backend-module-notifications@0.1.12
    • @backstage/plugin-search-backend-module-catalog@0.3.6
    • @backstage/plugin-search-backend-module-explore@0.3.4
    • @backstage/plugin-search-backend-module-techdocs@0.4.4
    • @backstage/plugin-search-backend-node@1.3.13
    • @backstage/plugin-signals-backend@0.3.6
    • @backstage/plugin-techdocs-backend@2.0.4

e2e-test@0.2.30

Patch Changes

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

@internal/frontend@0.0.11

Patch Changes

@internal/scaffolder@0.0.11

Patch Changes

techdocs-cli-embedded-app@0.2.110

Patch Changes

yarn-plugin-backstage@0.0.7

Patch Changes

  • d6084b8: Fixed a bug that would prevent the yarn plugin from installing new dependencies with the backstage:^ protocol.

@internal/plugin-todo-list@1.0.41

Patch Changes

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

Patch Changes

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

@internal/plugin-todo-list-common@1.0.26

Patch Changes

  • Updated dependencies
    • @backstage/plugin-permission-common@0.9.1