68 KiB
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 defaultcatalog.stitchingStrategyhas been switched to{ mode: 'deferred' }. -
d675d96: BREAKING: The relations compatibility mode is no longer enabled by default, and thedisableRelationsCompatiblityflag has been removed. To re-enable relations compatibility, the newenableRelationsCompatibilityflag can be used instead. -
2339363: BREAKING: The experimentalcatalog.useUrlReadersSearchconfiguration flag (introduced in v1.36) has been removed.The
UrlReaderProcessornow always uses thesearchmethod ofUrlReaders. Built-inUrlReaderServiceimplementations have been updated accordingly. If you use customUrlReaderServiceimplementations, you need to adapt theirsearchmethod 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
searchmethod only if the parsed Git URL's filename contained a wildcard and usereadUrlotherwise. EachUrlReaderServicemust implement this logic in thesearchmethod instead.This allows each
UrlReaderServiceimplementation 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 defaultcatalog.orphanStrategyhas been switched to'delete'. -
5de7a9d: BREAKING: The defaultcatalog.orphanProviderStrategyhas been switched to'delete'.
Patch Changes
- 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/catalog-client@1.10.2
- @backstage/integration@1.17.1
- @backstage/backend-openapi-utils@0.5.5
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@backstage/backend-test-utils@1.7.0
Minor Changes
ead925a: Add a standardtoStringon 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 thetoprop tohrefto 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 CHANGESWe’re updating our Button component to provide better support for button links.
- We’re introducing a new
ButtonLinkcomponent, which replaces the previous render prop pattern. - To maintain naming consistency across components,
IconButtonis being renamed toButtonIcon. - 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.
- We’re introducing a new
-
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 Canonb0a6c8e: Add new Header component to Canon.6910892: Add newRadioGroup+Radiocomponent to Canon9c17305: 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 importable8f2e82d: 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
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/core-plugin-api@1.10.9
@backstage/repo-tools@0.15.0
Minor Changes
1e7082e: Clear output directory before runningpackage-docsand skip all internal packages.
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.2
- @backstage/catalog-model@1.7.5
- @backstage/backend-plugin-api@1.4.1
@backstage/ui@0.6.0
Minor Changes
e92bb9b: Canon has been renamed to Backstage UI. This means that@backstage/canonhas been deprecated and replaced by@backstage/ui.
@backstage/plugin-scaffolder@1.33.0
Minor Changes
-
c1ce316: BREAKING/alpha: Convertedscaffolder.task.readandscaffolder.task.cancelinto Resource Permissions.BREAKING
/alpha: Added a new scaffolder ruleisTaskOwnerforscaffolder.task.readandscaffolder.task.cancelto 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 bothscaffolder.task.readandscaffolder.task.createpermissions, replacing the previous requirement ofscaffolder.task.readandscaffolder.task.cancel.
Patch Changes
289e4a1: Filter MultiEntityPicker options based on rendered option value- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/plugin-scaffolder-react@1.18.0
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/integration@1.17.1
- @backstage/integration-react@1.2.9
- @backstage/plugin-scaffolder-common@1.6.0
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-scaffolder-backend@2.1.0
Minor Changes
-
c1ce316: BREAKING/alpha: Convertedscaffolder.task.readandscaffolder.task.cancelinto Resource Permissions.BREAKING
/alpha: Added a new scaffolder ruleisTaskOwnerforscaffolder.task.readandscaffolder.task.cancelto 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 bothscaffolder.task.readandscaffolder.task.createpermissions, replacing the previous requirement ofscaffolder.task.readandscaffolder.task.cancel.
Patch Changes
424610a: Scaffolder audit Log now includes taskId and createdBydbde180: An internal refactor which adds additional types to experimental checkpointsfc70b43: Replaced deprecated uses of@backstage/backend-commonwith the equivalents in@backstage/backend-defaultsand@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: Convertedscaffolder.task.readandscaffolder.task.cancelinto Resource Permissions.BREAKING
/alpha: Added a new scaffolder ruleisTaskOwnerforscaffolder.task.readandscaffolder.task.cancelto 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 bothscaffolder.task.readandscaffolder.task.createpermissions, replacing the previous requirement ofscaffolder.task.readandscaffolder.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: Convertedscaffolder.task.readandscaffolder.task.cancelinto Resource Permissions.BREAKING
/alpha: Added a new scaffolder ruleisTaskOwnerforscaffolder.task.readandscaffolder.task.cancelto 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 bothscaffolder.task.readandscaffolder.task.createpermissions, replacing the previous requirement ofscaffolder.task.readandscaffolder.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: Convertedscaffolder.task.readandscaffolder.task.cancelinto Resource Permissions.BREAKING
/alpha: Added a new scaffolder ruleisTaskOwnerforscaffolder.task.readandscaffolder.task.cancelto 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 bothscaffolder.task.readandscaffolder.task.createpermissions, replacing the previous requirement ofscaffolder.task.readandscaffolder.task.cancel.
Patch Changes
94c11a5: Scroll to the top of the page when navigating between steps in template forms.- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/plugin-scaffolder-common@1.6.0
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-permission-react@0.4.36
@backstage/app-defaults@1.6.4
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-app-api@1.18.0
- @backstage/plugin-permission-react@0.4.36
@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 standardtoStringon credentials objectse0189b8: UrlReader: Fix handling of access tokens for GitLab readURL requestsd1e4a6d: Fixed bug where the GitLab user token and GitLab integration token were being merged together- Updated dependencies
- @backstage/config-loader@1.10.2
- @backstage/config@1.3.3
- @backstage/plugin-permission-node@0.10.2
- @backstage/integration@1.17.1
- @backstage/backend-app-api@1.2.5
- @backstage/backend-plugin-api@1.4.1
- @backstage/integration-aws-node@0.1.17
- @backstage/plugin-auth-node@0.6.5
- @backstage/plugin-events-node@0.4.13
@backstage/backend-dynamic-feature-service@0.7.2
Patch Changes
3507fcd: Just some more circular dep cleanup3d61c36: Fix wrong imports which lead to module initialization failures when enabling dynamic plugins.- Updated dependencies
- @backstage/plugin-catalog-backend@3.0.0
- @backstage/config-loader@1.10.2
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.2
- @backstage/backend-defaults@0.11.1
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/backend-openapi-utils@0.5.5
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-app-node@0.1.35
- @backstage/plugin-auth-node@0.6.5
- @backstage/plugin-events-backend@0.5.4
- @backstage/plugin-events-node@0.4.13
- @backstage/plugin-search-backend-node@1.3.13
- @backstage/plugin-search-common@1.2.19
@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
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.2
- @backstage/plugin-auth-node@0.6.5
@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
50f0ce6: Fixes a module not found error when runningbackstage-cli info.- Updated dependencies
- @backstage/config-loader@1.10.2
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/integration@1.17.1
@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
- Updated dependencies
@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: AddedsignInandsignOutanalytic events to the@backstage/core-componentsof sign in and sign out.- Updated dependencies
- @backstage/config@1.3.3
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
@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 experimentalcatalog.useUrlReadersSearchconfiguration flag (introduced in v1.36) has been removed.The
UrlReaderProcessornow always uses thesearchmethod ofUrlReaders. Built-inUrlReaderServiceimplementations have been updated accordingly. If you use customUrlReaderServiceimplementations, you need to adapt theirsearchmethod 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
searchmethod only if the parsed Git URL's filename contained a wildcard and usereadUrlotherwise. EachUrlReaderServicemust implement this logic in thesearchmethod instead.This allows each
UrlReaderServiceimplementation 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
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-app-api@1.18.0
- @backstage/integration-react@1.2.9
- @backstage/app-defaults@1.6.4
@backstage/frontend-app-api@0.11.4
Patch Changes
3507fcd: Just some more circular dep cleanup- Updated dependencies
- @backstage/config@1.3.3
- @backstage/core-plugin-api@1.10.9
- @backstage/core-app-api@1.18.0
- @backstage/frontend-defaults@0.2.4
- @backstage/frontend-plugin-api@0.10.4
@backstage/frontend-defaults@0.2.4
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/frontend-app-api@0.11.4
- @backstage/plugin-app@0.1.11
- @backstage/frontend-plugin-api@0.10.4
@backstage/frontend-dynamic-feature-loader@0.1.3
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/frontend-plugin-api@0.10.4
@backstage/frontend-plugin-api@0.10.4
Patch Changes
- Updated dependencies
@backstage/frontend-test-utils@0.3.4
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/frontend-app-api@0.11.4
- @backstage/plugin-app@0.1.11
- @backstage/frontend-plugin-api@0.10.4
- @backstage/test-utils@1.7.10
@backstage/integration@1.17.1
Patch Changes
e0189b8: UrlReader: Fix handling of access tokens for GitLab readURL requestsd1e4a6d: 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
998fd15: Separated gitlabwrite_repositoryandapiscope to pass checks inRefreshingAuthSessionManager- Updated dependencies
- @backstage/config@1.3.3
- @backstage/core-plugin-api@1.10.9
- @backstage/integration@1.17.1
@techdocs/cli@1.9.5
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/backend-defaults@0.11.1
- @backstage/plugin-techdocs-node@1.13.5
@backstage/test-utils@1.7.10
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-app-api@1.18.0
- @backstage/plugin-permission-react@0.4.36
@backstage/theme@0.6.7
Patch Changes
373486e: Add a different background colour to focusedMenuItems 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
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/plugin-catalog@1.31.1
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-app@0.1.11
Patch Changes
09f5e36: Remove trailing slashes in theAppRoutesextension to ensure any nested routing behaves correctly.- Updated dependencies
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/integration-react@1.2.9
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-permission-react@0.4.36
@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
- Updated dependencies
- @backstage/config-loader@1.10.2
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-app-visualizer@0.1.21
Patch Changes
- Updated dependencies
@backstage/plugin-auth-backend@0.25.2
Patch Changes
e88cb70: Small internal refactor to move out theuserInfodatabase from thetokenIssuer. Also removesexpfrom being stored inUserInfoand it's now replaced withcreated_atandupdated_atin the database instead.207778c: Internal refactor of OIDC endpoints andUserInfoDatabase- 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-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
- Updated dependencies
- @backstage/plugin-auth-backend@0.25.2
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-auth-node@0.6.5
@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
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-auth-backend@0.25.2
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-auth-node@0.6.5
@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/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-auth-react@0.1.17
Patch Changes
- Updated dependencies
@backstage/plugin-bitbucket-cloud-common@0.3.1
Patch Changes
- Updated dependencies
@backstage/plugin-catalog@1.31.1
Patch Changes
6991dab: Turn onpaginationby default in new frontend system, and also make configurable3ab9b96: Updated card extensions for the new frontend system to use the new entity predicates, and to not show the about card on User and Group pages.- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/integration-react@1.2.9
- @backstage/plugin-scaffolder-common@1.6.0
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.2
- @backstage/plugin-techdocs-react@1.3.1
@backstage/plugin-catalog-backend-module-aws@0.4.13
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/backend-defaults@0.11.1
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/integration-aws-node@0.1.17
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-kubernetes-common@0.9.6
@backstage/plugin-catalog-backend-module-azure@0.3.7
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/integration@1.17.1
- @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-backstage-openapi@0.5.4
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/backend-openapi-utils@0.5.5
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-node@1.17.2
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.5.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-bitbucket-cloud-common@0.3.1
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@backstage/plugin-catalog-backend-module-bitbucket-server@0.5.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@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
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/integration@1.17.1
- @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-gitea@0.1.2
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/integration@1.17.1
- @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-github@0.10.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@3.0.0
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@backstage/plugin-catalog-backend-module-github-org@0.3.12
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-backend-module-github@0.10.1
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@backstage/plugin-catalog-backend-module-gitlab@0.7.1
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/backend-defaults@0.11.1
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@backstage/plugin-catalog-backend-module-gitlab-org@0.2.11
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-backend-module-gitlab@0.7.1
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.7.2
Patch Changes
3507fcd: Just some more circular dep cleanupe2dd095: Fixed bug inIncrementalIngestionEngineby addingburstLengthcheck when a burst completes- Updated dependencies
- @backstage/plugin-catalog-backend@3.0.0
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/catalog-model@1.7.5
- @backstage/backend-defaults@0.11.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-events-node@0.4.13
@backstage/plugin-catalog-backend-module-ldap@0.11.7
Patch Changes
3507fcd: Just some more circular dep cleanup- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @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-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/config@1.3.3
- @backstage/catalog-model@1.7.5
- @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-openapi@0.2.12
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.7.5
- @backstage/integration@1.17.1
- @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-puppetdb@0.2.12
Patch Changes
3507fcd: Just some more circular dep cleanup- 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-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
fe1a2f4: Catalog graph plugin support i18n- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
@backstage/plugin-catalog-import@0.13.3
Patch Changes
406b8b8: Fixed bug with error message since ResponseError is now thrown from CatalogClient- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/integration@1.17.1
- @backstage/integration-react@1.2.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-catalog-common@1.1.5
@backstage/plugin-catalog-node@1.17.2
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.2
- @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-react@1.19.1
Patch Changes
a07feb7: Fixed a but in the new alpha entity predicates where the$inoperator mistakenly case sensitive.3507fcd: Just some more circular dep cleanup- Updated dependencies
- @backstage/plugin-permission-common@0.9.1
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/integration-react@1.2.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/frontend-test-utils@0.3.4
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-catalog-unprocessed-entities@0.2.19
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
@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
- Updated dependencies
@backstage/plugin-devtools@0.1.29
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-devtools-common@0.1.17
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-devtools-backend@0.5.7
Patch Changes
- Updated dependencies
- @backstage/config-loader@1.10.2
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.2
- @backstage/backend-defaults@0.11.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-devtools-common@0.1.17
@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/config@1.3.3
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-events-node@0.4.13
@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
d52d67f: Added a New Frontend System App Root Element for the<VisitListener />component- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-app-api@1.18.0
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-home-react@0.1.28
@backstage/plugin-home-react@0.1.28
Patch Changes
- Updated dependencies
@backstage/plugin-kubernetes@0.12.9
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-kubernetes-common@0.9.6
- @backstage/plugin-kubernetes-react@0.5.9
- @backstage/plugin-permission-react@0.4.36
@backstage/plugin-kubernetes-backend@0.19.8
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-kubernetes-node@0.3.2
- @backstage/plugin-permission-node@0.10.2
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/backend-plugin-api@1.4.1
- @backstage/integration-aws-node@0.1.17
- @backstage/plugin-auth-node@0.6.5
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-kubernetes-common@0.9.6
@backstage/plugin-kubernetes-cluster@0.0.27
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/plugin-kubernetes-common@0.9.6
- @backstage/plugin-kubernetes-react@0.5.9
- @backstage/plugin-permission-react@0.4.36
@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
- Updated dependencies
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/plugin-kubernetes-common@0.9.6
@backstage/plugin-mcp-actions-backend@0.1.1
Patch Changes
6bc0799: Fixed the example in the README for generating a static token by adding a subject field- Updated dependencies
- @backstage/backend-defaults@0.11.1
- @backstage/catalog-client@1.10.2
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-node@1.17.2
@backstage/plugin-notifications@0.5.7
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-notifications-common@0.0.10
- @backstage/plugin-signals-react@0.0.15
@backstage/plugin-notifications-backend@0.5.8
Patch Changes
4401dfb: Allow defining default notification settings via configuration9a5a73f: FixaddTopicmigration whenuser_settingspresent- 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 forsesmail options withsourceArn,fromArn,configurationSetName- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/backend-plugin-api@1.4.1
- @backstage/integration-aws-node@0.1.17
- @backstage/plugin-catalog-node@1.17.2
- @backstage/plugin-notifications-common@0.0.10
- @backstage/plugin-notifications-node@0.2.17
@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
3ab9b96: Updated card extensions for the new frontend system to use the new entity predicates, and switch the card type toinfofor the user and group profile cards.- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-catalog-common@1.1.5
@backstage/plugin-org-react@0.1.40
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
@backstage/plugin-permission-backend@0.7.2
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.2
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-auth-node@0.6.5
@backstage/plugin-permission-backend-module-allow-all-policy@0.2.10
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.2
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-auth-node@0.6.5
@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
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/core-plugin-api@1.10.9
@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
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-bitbucket@0.3.12
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @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-bitbucket-cloud@0.2.11
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-bitbucket-cloud-common@0.3.1
@backstage/plugin-scaffolder-backend-module-bitbucket-server@0.2.11
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.3.11
Patch Changes
642282d: Added support for new link format for on-prem Confluence- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.3.13
Patch Changes
cf9ba6f: Fixing the typescript issue with usingz.unknown()- Updated dependencies
- @backstage/config@1.3.3
- @backstage/backend-defaults@0.11.1
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-gcp@0.2.11
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-gerrit@0.2.11
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-gitea@0.2.11
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-github@0.8.1
Patch Changes
-
f36bcf9: Added support for file deletion topublish:github:pull-requestaction.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 inInputError -
Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-catalog-node@1.17.2
@backstage/plugin-scaffolder-backend-module-gitlab@0.9.3
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-notifications@0.1.12
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-notifications-common@0.0.10
- @backstage/plugin-notifications-node@0.2.17
@backstage/plugin-scaffolder-backend-module-rails@0.5.11
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/integration@1.17.1
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-sentry@0.2.11
Patch Changes
648b3d7: Add optional input to sentry:project:create to set the new Sentry project's platform- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-scaffolder-backend-module-yeoman@0.4.12
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-node-test-utils@0.3.1
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/backend-plugin-api@1.4.1
@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/backend-test-utils@1.7.0
- @backstage/plugin-scaffolder-node@0.10.0
- @backstage/backend-plugin-api@1.4.1
@backstage/plugin-search@1.4.28
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.2
@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/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/plugin-permission-node@0.10.2
- @backstage/backend-defaults@0.11.1
- @backstage/backend-openapi-utils@0.5.5
- @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-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
- 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/plugin-techdocs-node@1.13.5
- @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-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
- Updated dependencies
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-search-common@1.2.19
@backstage/plugin-signals@0.0.21
Patch Changes
d52d67f: Added a New Frontend System App Root Element for the<SignalsDisplay />component- Updated dependencies
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-signals-react@0.0.15
@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
- Updated dependencies
@backstage/plugin-techdocs@1.13.2
Patch Changes
1debf7f: Fixed an issue causing TechDocs to not properly handle initial redirect.- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/catalog-client@1.10.2
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/integration@1.17.1
- @backstage/theme@0.6.7
- @backstage/integration-react@1.2.9
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-auth-react@0.1.17
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.2
- @backstage/plugin-techdocs-react@1.3.1
@backstage/plugin-techdocs-addons-test-utils@1.0.51
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.13.2
- @backstage/plugin-catalog-react@1.19.1
- @backstage/plugin-catalog@1.31.1
- @backstage/core-plugin-api@1.10.9
- @backstage/core-app-api@1.18.0
- @backstage/integration-react@1.2.9
- @backstage/test-utils@1.7.10
- @backstage/plugin-search-react@1.9.2
- @backstage/plugin-techdocs-react@1.3.1
@backstage/plugin-techdocs-backend@2.0.4
Patch Changes
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/plugin-permission-common@0.9.1
- @backstage/catalog-model@1.7.5
- @backstage/backend-defaults@0.11.1
- @backstage/catalog-client@1.10.2
- @backstage/integration@1.17.1
- @backstage/plugin-techdocs-node@1.13.5
- @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-module-techdocs@0.4.4
@backstage/plugin-techdocs-module-addons-contrib@1.1.26
Patch Changes
- Updated dependencies
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/integration@1.17.1
- @backstage/integration-react@1.2.9
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-techdocs-react@1.3.1
@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
- Updated dependencies
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/frontend-plugin-api@0.10.4
@backstage/plugin-user-settings@0.8.24
Patch Changes
aa3b054: AddedsignInandsignOutanalytic events to the@backstage/core-componentsof sign in and sign out.- Updated dependencies
- @backstage/plugin-catalog-react@1.19.1
- @backstage/catalog-model@1.7.5
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-app-api@1.18.0
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-signals-react@0.0.15
@backstage/plugin-user-settings-backend@0.3.4
Patch Changes
- Updated dependencies
- @backstage/backend-defaults@0.11.1
- @backstage/backend-plugin-api@1.4.1
- @backstage/plugin-auth-node@0.6.5
- @backstage/plugin-signals-node@0.1.22
example-app@0.2.111
Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.10
- @backstage/plugin-techdocs@1.13.2
- @backstage/plugin-catalog-react@1.19.1
- @backstage/plugin-catalog-graph@0.4.21
- @backstage/config@1.3.3
- @backstage/frontend-app-api@0.11.4
- @backstage/catalog-model@1.7.5
- @backstage/plugin-scaffolder@1.33.0
- @backstage/ui@0.6.0
- @backstage/cli@0.33.1
- @backstage/plugin-scaffolder-react@1.18.0
- @backstage/plugin-catalog@1.31.1
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/plugin-org@0.6.41
- @backstage/theme@0.6.7
- @backstage/plugin-catalog-import@0.13.3
- @backstage/core-app-api@1.18.0
- @backstage/plugin-user-settings@0.8.24
- @backstage/integration-react@1.2.9
- @backstage/plugin-signals@0.0.21
- @backstage/app-defaults@1.6.4
- @backstage/plugin-api-docs@0.12.9
- @backstage/plugin-auth-react@0.1.17
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-unprocessed-entities@0.2.19
- @backstage/plugin-devtools@0.1.29
- @backstage/plugin-kubernetes@0.12.9
- @backstage/plugin-kubernetes-cluster@0.0.27
- @backstage/plugin-notifications@0.5.7
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-search@1.4.28
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.26
- @backstage/plugin-techdocs-react@1.3.1
example-app-next@0.0.25
Patch Changes
- Updated dependencies
- @backstage/plugin-home@0.8.10
- @backstage/plugin-techdocs@1.13.2
- @backstage/plugin-catalog-react@1.19.1
- @backstage/plugin-catalog-graph@0.4.21
- @backstage/config@1.3.3
- @backstage/frontend-app-api@0.11.4
- @backstage/catalog-model@1.7.5
- @backstage/plugin-scaffolder@1.33.0
- @backstage/ui@0.6.0
- @backstage/cli@0.33.1
- @backstage/plugin-scaffolder-react@1.18.0
- @backstage/plugin-catalog@1.31.1
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/plugin-org@0.6.41
- @backstage/theme@0.6.7
- @backstage/plugin-catalog-import@0.13.3
- @backstage/core-app-api@1.18.0
- @backstage/plugin-user-settings@0.8.24
- @backstage/integration-react@1.2.9
- @backstage/plugin-app@0.1.11
- @backstage/plugin-signals@0.0.21
- @backstage/app-defaults@1.6.4
- @backstage/core-compat-api@0.4.4
- @backstage/frontend-defaults@0.2.4
- @backstage/frontend-plugin-api@0.10.4
- @backstage/plugin-api-docs@0.12.9
- @backstage/plugin-app-visualizer@0.1.21
- @backstage/plugin-auth-react@0.1.17
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-catalog-unprocessed-entities@0.2.19
- @backstage/plugin-kubernetes@0.12.9
- @backstage/plugin-kubernetes-cluster@0.0.27
- @backstage/plugin-notifications@0.5.7
- @backstage/plugin-permission-react@0.4.36
- @backstage/plugin-search@1.4.28
- @backstage/plugin-search-common@1.2.19
- @backstage/plugin-search-react@1.9.2
- @backstage/plugin-techdocs-module-addons-contrib@1.1.26
- @backstage/plugin-techdocs-react@1.3.1
app-next-example-plugin@0.0.25
Patch Changes
- Updated dependencies
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
- Updated dependencies
@internal/scaffolder@0.0.11
Patch Changes
- Updated dependencies
techdocs-cli-embedded-app@0.2.110
Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.13.2
- @backstage/config@1.3.3
- @backstage/catalog-model@1.7.5
- @backstage/cli@0.33.1
- @backstage/plugin-catalog@1.31.1
- @backstage/core-components@0.17.4
- @backstage/core-plugin-api@1.10.9
- @backstage/theme@0.6.7
- @backstage/core-app-api@1.18.0
- @backstage/integration-react@1.2.9
- @backstage/app-defaults@1.6.4
- @backstage/test-utils@1.7.10
- @backstage/plugin-techdocs-react@1.3.1
yarn-plugin-backstage@0.0.7
Patch Changes
d6084b8: Fixed a bug that would prevent the yarn plugin from installing new dependencies with thebackstage:^protocol.
@internal/plugin-todo-list@1.0.41
Patch Changes
- Updated dependencies
@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