Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com>
92 KiB
Release v1.15.0
@backstage/app-defaults@1.4.0
Minor Changes
-
1fd38bc414: Material UI v5 Support: Adding platform-wide support for Material UI v5 allowing a transition phase for migrating central plugins & components over. We still support v4 instances & plugins by adding aTo allow the future support of plugins & components using Material UI v5 you want to upgrade your
AppTheme's to using theUnifiedThemeProviderProvider: ({ children }) => ( - <ThemeProvider theme={lightTheme}> - <CssBaseline>{children}</CssBaseline> - </ThemeProvider> + <UnifiedThemeProvider theme={builtinThemes.light} children={children} /> ),
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-permission-react@0.4.13
@backstage/backend-common@0.19.0
Minor Changes
-
c7f848bcea: Support authentication with a service principal or managed identity for Azure DevOpsAzure DevOps recently released support, in public preview, for authenticating with a service principal or managed identity instead of a personal access token (PAT): https://devblogs.microsoft.com/devops/introducing-service-principal-and-managed-identity-support-on-azure-devops/. With this change the Azure integration now supports service principals and managed identities for Azure AD backed Azure DevOps organizations. Service principal and managed identity authentication is not supported on Azure DevOps Server (on-premises) organizations.
Patch Changes
-
4ef91ab467: Updated the backend database connection configuration schema to set the password visibility to secret -
52d5998176: Changed the default backend CacheClient to an in-memory cache when not explicitly configured.Explicit configuration of an in-memory cache can be removed from
app-config.yaml, as this is now the default:backend: - cache: - store: memory -
5f2c38c70f: Fix SNYK-JS-FASTXMLPARSER-5668858 (fast-xml-parser) by upgrading aws-sdk to at least the current latest version. -
eeb3f801fd:HostDiscoverynow strips trailing slashes in thebackend.baseUrlconfig. -
9f47a74363: Fixed typo in HostDiscovery's JSDoc -
810c6de516: Remove unused dev dependencyaws-sdk-mock. -
Updated dependencies
- @backstage/types@1.1.0
- @backstage/integration-aws-node@0.1.4
- @backstage/config-loader@1.3.1
- @backstage/integration@1.5.0
- @backstage/errors@1.2.0
- @backstage/backend-app-api@0.4.4
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-dev-utils@0.1.1
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.8
@backstage/catalog-model@1.4.0
Minor Changes
33eae4b39a: Deprecate target field and make targetRef required in common.schema.json
Patch Changes
af748a148d: Add OpenAPI Specification (OAS) v3.1.0 examples.1df5fc9547: Remove requirement for 'target' property of EntityRelation- Updated dependencies
- @backstage/types@1.1.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/errors@1.2.0
Minor Changes
c4e8fefd9f: AddedServiceUnavailableError
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
@backstage/integration@1.5.0
Minor Changes
-
a316d226c7: Add credential provider for GitLab. -
c7f848bcea: Support authentication with a service principal or managed identity for Azure DevOpsAzure DevOps recently released support, in public preview, for authenticating with a service principal or managed identity instead of a personal access token (PAT): https://devblogs.microsoft.com/devops/introducing-service-principal-and-managed-identity-support-on-azure-devops/. With this change the Azure integration now supports service principals and managed identities for Azure AD backed Azure DevOps organizations. Service principal and managed identity authentication is not supported on Azure DevOps Server (on-premises) organizations.
Patch Changes
-
3c83550fdb: Renamed ClientSecret to AzureClientSecretCredential and ManagedIdentity to AzureManagedIdentityCredential -
df8411779d: Add support for Repository Variables and Secrets to thepublish:githubandgithub:repo:createscaffolder actions. You will need to addread/writepermissions to your GITHUB_TOKEN and/or Github Backstage App for RepositorySecretsandVariablesUpgrade octokit introduces some breaking changes.
-
Updated dependencies
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/test-utils@1.4.0
Minor Changes
1fd38bc414: Test App Wrapper is now usingUnifiedThemeProviderfor supporting Material UI v5 next to Material UI v4 in tests.
Patch Changes
55853a3671: Add afetchApiRefimplementation by default- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/plugin-permission-react@0.4.13
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
@backstage/theme@0.4.0
Minor Changes
-
1fd38bc414: Material UI v5 Support: Adding platform-wide support for Material UI v5 allowing a transition phase for migrating central plugins & components over. We still support v4 instances & plugins by adding aTo allow the future support of plugins & components using Material UI v5 you want to upgrade your
AppTheme's to using theUnifiedThemeProviderProvider: ({ children }) => ( - <ThemeProvider theme={lightTheme}> - <CssBaseline>{children}</CssBaseline> - </ThemeProvider> + <UnifiedThemeProvider theme={builtinThemes.light} children={children} /> ),
Patch Changes
5065a5e8eb: TweakedUnifiedThemeProviderto avoid overlapping JSS class names in production.
@backstage/types@1.1.0
Minor Changes
a5c5491ff5: Added adurationToMillisecondsfunction to help with the conversion to a single duration number
@backstage/plugin-catalog-backend@1.10.0
Minor Changes
44c7ad6b8e: Adds an optionalEventBrokerthat is used for sending an event when there are conflicts, with details of the conflict so that it can be handled elsewhere.
Patch Changes
77e04a2d55: Replace getBearerToken with library function of sameee411e7c26: Update OpenAPI specs to be in line with linting standards.b8374d5d93: Add a base plate for performance testing of the catalog- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-catalog-node@1.3.7
- @backstage/plugin-permission-node@0.7.9
- @backstage/plugin-search-backend-module-catalog@0.1.2
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-events-node@0.2.7
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-scaffolder-common@1.3.1
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-catalog-backend-module-unprocessed@0.1.0
Minor Changes
d44fcd9829: Added a new plugin to expose entities which are unprocessed or have errors processing
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
@backstage/plugin-catalog-react@1.7.0
Minor Changes
-
cb4c15989b: TheEntityOwnerPickercomponent has undergone improvements to enhance its performance. The previous implementation inferred users and groups displayed by theEntityOwnerPickercomponent based on the entities available in theEntityListContext. The updated version no longer relies on theEntityListContextfor inference, allowing for better decoupling and improved performance.The component now loads entities asynchronously, resulting in improved performance and responsiveness. A new
modeprop has been introduced which provides two different behaviours:-
<EntityOwnerPicker mode="owners-only" />: loads the owners data asynchronously using the facets endpoint. The data is kept in memory and rendered asynchronously as the user scrolls. This is the default mode and is supposed to be retro-compatible with the previous implementation. -
<EntityOwnerPicker mode="all" />loads all users and groups present in the catalog asynchronously. The data is loaded in batches as the user scrolls. This is more efficient thanowners-only, but has the drawback of displaying users and groups who aren't owner of any entity.
-
Patch Changes
d68692aee9: MakeuseRelatedEntitiesusegetEntitiesByRefsunder the hood429319d080:EntityAutocompletePickeraddinitialSelectedOptionsprop429319d080:EntityLifecycleFilterloads data using the facets endpoint- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-permission-react@0.4.13
- @backstage/version-bridge@1.0.4
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-catalog-unprocessed-entities@0.1.0
Minor Changes
d44fcd9829: Added a new plugin to expose entities which are unprocessed or have errors processing
Patch Changes
493eab8c57: Use FetchApi instead of native fetch- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-github-actions@0.6.0
Minor Changes
-
96e1004e2a: Added support GitHub Enterprise hosted repositories.BREAKING: The
GithubActionsClientis updated to take anscmAuthApiinstead of the previousgithubAuthApi. This does not require any code changes unless you construct your ownGithubActionsClient
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/integration-react@1.1.14
@backstage/plugin-home-react@0.1.0
Minor Changes
41e8037a8a: Extract new plugin-home-react package and deprecate createCardExtension in plugin-home
Patch Changes
2ff94da135: bumprjsfdependencies to 5.7.3- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
@backstage/plugin-linguist-backend@0.3.0
Minor Changes
-
bbf91840a5: BREAKING: Removed public constructor fromLinguistBackendApi. Removed export ofLinguistBackendDatabaseandLinguistBackendStoreSeveral improvements to the Linguist backend have been made:
- Added tests for the
LinguistBackendDatabaseandLinguistBackendApi - Added support for using SQLite as a database, helpful for local development
- Removed the default from the
processes_datecolumn - Converted the
LinguistBackendApiinto an Interface - Added the
LinguistBackendClientwhich implements theLinguistBackendApiInterface - Unprocessed entities will get processed before stale entities
- Entities in the Linguist database but not in the Catalog anymore will be deleted
- Improved the README's headings
- Added tests for the
Patch Changes
e39c3829bb: Fix: CatalogClient call without token3d11596a72: Update plugin installation docs to be more consistent across documentations- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
- @backstage/plugin-linguist-common@0.1.0
@backstage/plugin-nomad@0.1.0
Minor Changes
05bf04ca68: Initialize Nomad plugin with frontend and backend. List jobs/allocations
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/config@1.0.8
@backstage/plugin-nomad-backend@0.1.0
Minor Changes
05bf04ca68: Initialize Nomad plugin with frontend and backend. List jobs/allocations
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/plugin-pagerduty@0.6.0
Minor Changes
64bc274a1e: Adds a config schema definition so the plugin will validate with the new Backstage CLI "--strict" flag
Patch Changes
9512f13eb3: Add a homepage widget for thePagerdutycomponent.3d11596a72: Update plugin installation docs to be more consistent across documentations- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-home-react@0.1.0
@backstage/plugin-scaffolder@1.14.0
Minor Changes
464125e9b1: AddedMyGroupsPickerfield extension that will display a dropdown of groups a user is part of.
Patch Changes
cda753a797: ForwardAuthorizationheader forEventSourcewhen credentials are available.2ff94da135: bumprjsfdependencies to 5.7.374b216ee4e: AddPropsWithChildrento usages ofComponentType, in preparation for React 18 where the children are no longer implicit.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/plugin-scaffolder-react@1.5.0
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/integration-react@1.1.14
- @backstage/plugin-permission-react@0.4.13
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-scaffolder-common@1.3.1
@backstage/plugin-scaffolder-backend@1.15.0
Minor Changes
-
84b0e47373: AddTargetBranchNamevariable and output for thepublish:gitlab:merge-requestandpublish:github:pull-requests'cascaffolder actions. -
6a694ce98e: Add a scaffolder action that pull-requests for bitbucket server -
1948845861: Addedgithub:deployKey:createandgithub:environment:createscaffolder actions. You will need to addread/writepermissions to your GITHUB_TOKEN and/or Github Backstage App for RepositoryAdministration(for deploy key functionality) andEnvironments(for Environment functionality) -
df8411779d: Add support for Repository Variables and Secrets to thepublish:githubandgithub:repo:createscaffolder actions. You will need to addread/writepermissions to your GITHUB_TOKEN and/or Github Backstage App for RepositorySecretsandVariablesUpgrade octokit introduces some breaking changes.
Patch Changes
-
cc936b5296: Fix handling ofoptionalproperty incatalog:registerscaffolder action -
b269da39ac: Clearer error messages for actionpublish:gitlab:merge-request -
11e0f62558: Fix wrong gitlabUrl format in repoUrl input description -
a2c70cdda2: Switch out the sandbox, fromvm2toisolated-vm.This is a native dependency, which means that it will need to be compiled with the same version of node on the same OS. This could cause some issues when running in Docker for instance, as you will need to make sure that the dependency is installed and compiled inside the docker container that it will run on.
This could mean adding in some dependencies to the container like
build-essentialto make sure that this compiles correctly.If you're having issues installing this dependency, there's some install instructions over on
isolated-vm's repo. -
Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/plugin-catalog-backend@1.10.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-catalog-node@1.3.7
- @backstage/plugin-permission-node@0.7.9
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-scaffolder-common@1.3.1
- @backstage/plugin-scaffolder-node@0.1.4
@backstage/plugin-scaffolder-react@1.5.0
Minor Changes
6b571405f8:scaffolder/next: Provide some default template components torjsfto allow for standardization and markdown descriptions4505dc3b45:scaffolder/next: Don't renderTemplateGroupswhen there's no results in with search querya452bda74d: Fixed typescript casting bug for useTemplateParameterSchema hook6b571405f8:scaffolder/next: provide aScaffolderFieldcomponent which is meant to replace some of theFormControlcomponents from Material UI, making it easier to writeFieldExtensions.
Patch Changes
84a5c7724c: fixed refresh problem when backstage backend disconnects without any feedback to user. Now we send a generic message and try to reconnect after 15 secondscf34311cdb: Extractui:*fields from conditionalthenandelseschema branches.2ff94da135: bumprjsfdependencies to 5.7.374b216ee4e: AddPropsWithChildrento usages ofComponentType, in preparation for React 18 where the children are no longer implicit.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/version-bridge@1.0.4
- @backstage/plugin-scaffolder-common@1.3.1
@backstage/plugin-sonarqube@0.7.0
Minor Changes
ce9bc94c15: fix sonarqube case in config schema definition
Patch Changes
1108f1c65d: fixed issued related #18259 now using luxon as adr102 asked- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-sonarqube-react@0.1.6
@backstage/plugin-sonarqube-backend@0.2.0
Minor Changes
ce9bc94c15: fix sonarqube case in config schema definition
Patch Changes
0bb0b19b0d: Provide full schema definition for sonarqube plugin, especially to protect api keys.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/backend-app-api@0.4.4
Patch Changes
3bb4158a8a: Switched startup strategy to initialize all plugins in parallel, as well as hook into the new startup lifecycle hooks.68a21956ef: Remove reference to deprecated importa5c5491ff5: UsedurationToMillisecondsfrom@backstage/typesinstead of our own2c9f67e6f1: Introduced built-in middleware into the defaultHttpServiceimplementation that throws aServiceNotAvailableerror when plugins aren't able to serve request. Also introduced a request stalling mechanism that pauses incoming request until plugins have been fully initialized.c4e8fefd9f: Added handling ofServiceUnavailableErrorto error handling middleware.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/config-loader@1.3.1
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-permission-node@0.7.9
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.8
@backstage/backend-defaults@0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/backend-app-api@0.4.4
- @backstage/backend-plugin-api@0.5.3
@backstage/backend-plugin-api@0.5.3
Patch Changes
3bb4158a8a: Added startup hooks to the lifecycle services.- Updated dependencies
- @backstage/types@1.1.0
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
@backstage/backend-tasks@0.5.3
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/backend-test-utils@0.1.38
Patch Changes
68a21956ef: Remove reference to deprecated import- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/backend-app-api@0.4.4
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
@backstage/catalog-client@1.4.2
Patch Changes
cc936b5296: Updated API docs- Updated dependencies
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/cli@0.22.8
Patch Changes
314493fa32: Introduced the--alwaysYarnPackflag onbackstage-cli build-workspace, which can be passed in cases where accuracy of workspace contents is more important than the speed with which the workspace is built. Useful in rare situations whereyarn packandnpm packproduce different results.7554059912: Updated example component for a newly scaffolded app.5d692f72eb: Make sure to include afetchenvironment forjsdominjesttests6816352500: Add discovery feature to the onboard cli command.20b7da6f13: Enforcing Material UI v5 specific linting to minimize bundle size.- Updated dependencies
- @backstage/types@1.1.0
- @backstage/config-loader@1.3.1
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/cli-common@0.1.12
- @backstage/cli-node@0.1.1
- @backstage/config@1.0.8
- @backstage/eslint-plugin@0.1.3
- @backstage/release-manifests@0.0.9
@backstage/cli-node@0.1.1
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/errors@1.2.0
- @backstage/cli-common@0.1.12
@backstage/config@1.0.8
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
@backstage/config-loader@1.3.1
Patch Changes
f25427f665: Fix a bug where config items with/in the key were incorrectly handled.a5c5491ff5: UsedurationToMillisecondsfrom@backstage/typesinstead of our own- Updated dependencies
- @backstage/types@1.1.0
- @backstage/errors@1.2.0
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.8
@backstage/core-app-api@1.8.1
Patch Changes
12adfbc8fe: Fixed a bug that prevented accurate plugin and route data from being applied tonavigateanalytics events when users visited pages constructed with<EntityLayout>,<TabbedLayout>, and similar components that are used to gather one or more routable extensions under a given path.ac677bc30a: Expose discovery.endpoints configuration to use FrontendHostDiscovery74b216ee4e: AddPropsWithChildrento usages ofComponentType, in preparation for React 18 where the children are no longer implicit.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/types@1.1.0
- @backstage/config@1.0.8
- @backstage/version-bridge@1.0.4
@backstage/core-components@0.13.2
Patch Changes
4e697e88f0: Add resource utilization to Pod Drawer78cbb8ef8a: Enhance the sidebar item accessibility by using appropriate header semantics.66ae4d8ca3: Addedexactprop toSidebarSubmenuItemwhich causes it to only highlight if the current location is an exact match.83bdc3a555: Replaced usages oftheme.palette.theme.hintwiththeme.palette.text.secondaryas it has been removed in Material UI v5b4cc4b1415: SupportButton auto focus first item when opened.e33beb1f2a: Make the documentation pages printable (also handy for exporting to PDF)- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/version-bridge@1.0.4
@backstage/core-plugin-api@1.5.2
Patch Changes
12adfbc8fe: Fixed a bug that prevented accurate plugin and route data from being applied tonavigateanalytics events when users visited pages constructed with<EntityLayout>,<TabbedLayout>, and similar components that are used to gather one or more routable extensions under a given path.74b216ee4e: AddPropsWithChildrento usages ofComponentType, in preparation for React 18 where the children are no longer implicit.- Updated dependencies
- @backstage/types@1.1.0
- @backstage/config@1.0.8
- @backstage/version-bridge@1.0.4
@backstage/create-app@0.5.2
Patch Changes
-
08f177b910: Add link from Template entity to the scaffolder launch page for the template in the AboutCard. -
75a1c93784: Bumped create-app version. -
e37573d60e: Bumped create-app version. -
320ed50274: Bumped create-app version. -
52d5998176: Changed the default backend CacheClient to an in-memory cache when not explicitly configured.Explicit configuration of an in-memory cache can be removed from
app-config.yaml, as this is now the default:backend: - cache: - store: memory -
68a21956ef: Remove reference to deprecated import -
Updated dependencies
- @backstage/cli-common@0.1.12
@backstage/dev-utils@1.0.16
Patch Changes
74b216ee4e: AddPropsWithChildrento usages ofComponentType, in preparation for React 18 where the children are no longer implicit.- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/test-utils@1.4.0
- @backstage/app-defaults@1.4.0
- @backstage/integration-react@1.1.14
@backstage/integration-aws-node@0.1.4
Patch Changes
5f2c38c70f: Fix SNYK-JS-FASTXMLPARSER-5668858 (fast-xml-parser) by upgrading aws-sdk to at least the current latest version.- Updated dependencies
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/integration-react@1.1.14
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/config@1.0.8
@backstage/repo-tools@0.3.1
Patch Changes
ee411e7c26: Adding a new commandschema openapi lintto lint your OpenAPI specs and ensure consistent style across Backstage plugins.- Updated dependencies
- @backstage/errors@1.2.0
- @backstage/cli-common@0.1.12
- @backstage/cli-node@0.1.1
@techdocs/cli@1.4.3
Patch Changes
68a21956ef: Remove reference to deprecated import- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/plugin-techdocs-node@1.7.2
- @backstage/catalog-model@1.4.0
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.8
@backstage/plugin-adr@0.6.2
Patch Changes
5852458844: Render table of front matter metadata when displaying MADR v3 formatted ADR- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-adr-common@0.2.10
- @backstage/integration-react@1.1.14
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-adr-backend@0.3.4
Patch Changes
5852458844: Use front matter parser for MADR v3 formatted ADRs when indexing status/date- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-adr-common@0.2.10
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-adr-common@0.2.10
Patch Changes
5852458844: Add utility function for parsing MADR front matter- Updated dependencies
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-airbrake@0.3.19
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/test-utils@1.4.0
- @backstage/dev-utils@1.0.16
@backstage/plugin-airbrake-backend@0.2.19
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/config@1.0.8
@backstage/plugin-allure@0.1.35
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-analytics-module-ga@0.1.30
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/config@1.0.8
@backstage/plugin-analytics-module-ga4@0.1.1
Patch Changes
99056db616: Fixed configuration visibility settings forallowedContextsandallowedAttributes3d11596a72: Update plugin installation docs to be more consistent across documentations- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/config@1.0.8
@backstage/plugin-apache-airflow@0.2.12
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
@backstage/plugin-api-docs@0.9.5
Patch Changes
865267a6b9: Updated dependency@asyncapi/react-componentto1.0.0-next.48.83bdc3a555: Replaced usages oftheme.palette.theme.hintwiththeme.palette.text.secondaryas it has been removed in Material UI v5af748a148d: Add support for OpenAPI Specification (OAS) v3.1.0 using swagger-ui v5.0.0.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-catalog@1.11.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-apollo-explorer@0.1.12
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
@backstage/plugin-app-backend@0.3.46
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/config-loader@1.3.1
- @backstage/backend-plugin-api@0.5.3
- @backstage/config@1.0.8
@backstage/plugin-auth-backend@0.18.4
Patch Changes
d0f5b0c886: Set the expiration time of oidcidTokento be less than backstage session expiration time.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
@backstage/plugin-auth-node@0.2.15
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/plugin-azure-devops@0.3.1
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-azure-devops-common@0.3.0
@backstage/plugin-azure-devops-backend@0.3.25
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/config@1.0.8
- @backstage/plugin-azure-devops-common@0.3.0
@backstage/plugin-azure-sites@0.1.8
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-azure-sites-common@0.1.0
@backstage/plugin-azure-sites-backend@0.1.8
Patch Changes
b43e030911: Upgrade@azure/identityto support using Workload Identity to authenticate against Azure.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/config@1.0.8
- @backstage/plugin-azure-sites-common@0.1.0
@backstage/plugin-badges@0.2.43
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-badges-backend@0.2.1
Patch Changes
4474f44c5e: Adding migrations to the packages.json- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
@backstage/plugin-bazaar@0.2.10
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/plugin-catalog@1.11.2
- @backstage/cli@0.22.8
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-bazaar-backend@0.2.9
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
@backstage/plugin-bitbucket-cloud-common@0.2.7
Patch Changes
- Updated dependencies
- @backstage/integration@1.5.0
@backstage/plugin-bitrise@0.1.46
Patch Changes
ed290e2730: Removecross-fetchdependency as it's not used- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-catalog@1.11.2
Patch Changes
08f177b910: Add link from Template entity to the scaffolder launch page for the template in the AboutCard.2e036369d8: UpdatedalertApiusages with severity ofinfoorsuccessto usedisplay: transient530b6f364c: Adding in type and kind entity details to catalog table title for user clarity886055301a:CatalogIndexPagenow accepts an optionalownerPickerModefor toggling the behavior of theEntityOwnerPicker, exposing a new mode<CatalogIndexPage ownerPickerMode="all" />particularly suitable for larger catalogs. In this new mode,EntityOwnerPickerwill display all the users and groups present in the catalog.47b01e4c53: Keyboard navigation to open EntityContextMenu now focus visible the first element.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/integration-react@1.1.14
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-scaffolder-common@1.3.1
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-catalog-backend-module-aws@0.2.1
Patch Changes
5f2c38c70f: Fix SNYK-JS-FASTXMLPARSER-5668858 (fast-xml-parser) by upgrading aws-sdk to at least the current latest version.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/integration-aws-node@0.1.4
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-kubernetes-common@0.6.4
@backstage/plugin-catalog-backend-module-azure@0.1.17
Patch Changes
-
c7f848bcea: Support authentication with a service principal or managed identity for Azure DevOpsAzure DevOps recently released support, in public preview, for authenticating with a service principal or managed identity instead of a personal access token (PAT): https://devblogs.microsoft.com/devops/introducing-service-principal-and-managed-identity-support-on-azure-devops/. With this change the Azure integration now supports service principals and managed identities for Azure AD backed Azure DevOps organizations. Service principal and managed identity authentication is not supported on Azure DevOps Server (on-premises) organizations.
-
Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
@backstage/plugin-catalog-backend-module-bitbucket@0.2.13
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-bitbucket-cloud-common@0.2.7
@backstage/plugin-catalog-backend-module-bitbucket-cloud@0.1.13
Patch Changes
32ad816421: Fix missing repo slug inrepo:pushevents.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-bitbucket-cloud-common@0.2.7
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-catalog-backend-module-bitbucket-server@0.1.11
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
@backstage/plugin-catalog-backend-module-gerrit@0.1.14
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
@backstage/plugin-catalog-backend-module-github@0.3.1
Patch Changes
-
b9a6d1348d: Properly handleasyncevent callback -
df8411779d: Add support for Repository Variables and Secrets to thepublish:githubandgithub:repo:createscaffolder actions. You will need to addread/writepermissions to your GITHUB_TOKEN and/or Github Backstage App for RepositorySecretsandVariablesUpgrade octokit introduces some breaking changes.
-
Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/plugin-catalog-backend@1.10.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-catalog-backend-module-gitlab@0.2.2
Patch Changes
f31fd1f8fd: Fixed bug that caused ingestion errors when a user's name or profile picture is undefined.66261b4ab4: Added option to skip forked repos571f78ed0e: Fix getGroupMembers with token that don't have sufficient permissions- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
@backstage/plugin-catalog-backend-module-incremental-ingestion@0.3.3
Patch Changes
53309661cb: Update installation guide to fix inconsistency in type names- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/plugin-catalog-backend@1.10.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-events-node@0.2.7
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-catalog-backend-module-ldap@0.5.13
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
@backstage/plugin-catalog-backend-module-msgraph@0.5.5
Patch Changes
b43e030911: Upgrade@azure/identityto support using Workload Identity to authenticate against Azure.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-model@1.4.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
@backstage/plugin-catalog-backend-module-openapi@0.1.12
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/plugin-catalog-backend@1.10.0
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
@backstage/plugin-catalog-backend-module-puppetdb@0.1.3
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
@backstage/plugin-catalog-common@1.0.14
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.0
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-catalog-graph@0.2.31
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-catalog-graphql@0.3.21
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/config@1.0.8
@backstage/plugin-catalog-import@0.9.9
Patch Changes
2ef84c05ae: Added analytics event for import entity button309d2973ad: SwapImportStepperandInfoCardorder to fix tab order incatalog-import.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/core-components@0.13.2
- @backstage/integration@1.5.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/integration-react@1.1.14
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
@backstage/plugin-catalog-node@1.3.7
Patch Changes
- Updated dependencies
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-catalog-common@1.0.14
@backstage/plugin-cicd-statistics@0.1.21
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-cicd-statistics-module-gitlab@0.1.15
Patch Changes
50c4457119: Fixed publish configuration.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-model@1.4.0
- @backstage/plugin-cicd-statistics@0.1.21
@backstage/plugin-circleci@0.3.19
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-cloudbuild@0.3.19
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-code-climate@0.1.19
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-code-coverage@0.2.12
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/plugin-code-coverage-backend@0.2.12
Patch Changes
a83cb4e562: Updated dependencyxml2jsto^0.6.0.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/plugin-codescene@0.1.14
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/plugin-config-schema@0.1.42
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/plugin-cost-insights@0.12.8
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/config@1.0.8
- @backstage/plugin-cost-insights-common@0.1.1
@backstage/plugin-devtools@0.1.1
Patch Changes
62d191f6c8: Updated DevTools documentation for Docker usersbbe15f70c5: Added note to README about how secrets are displayed in the Config tab of the DevTools plugin- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-devtools-common@0.1.1
- @backstage/plugin-permission-react@0.4.13
@backstage/plugin-devtools-backend@0.1.1
Patch Changes
c312192e61: Expose permissions through the metadata endpoint.3d11596a72: Update plugin installation docs to be more consistent across documentations- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/config-loader@1.3.1
- @backstage/errors@1.2.0
- @backstage/plugin-devtools-common@0.1.1
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-permission-node@0.7.9
- @backstage/cli-common@0.1.12
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-devtools-common@0.1.1
Patch Changes
459331f657: Export the list of permissions- Updated dependencies
- @backstage/types@1.1.0
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-dynatrace@6.0.0
Patch Changes
892debb870: Updated the dynatrace plugin documentation with new minimum API token permission requirements.3d11596a72: Update plugin installation docs to be more consistent across documentations- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-entity-feedback@0.2.2
Patch Changes
5c0f095c76: Show user in feedback response table as link- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-entity-feedback-common@0.1.1
@backstage/plugin-entity-feedback-backend@0.1.4
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/catalog-model@1.4.0
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
- @backstage/plugin-entity-feedback-common@0.1.1
@backstage/plugin-entity-validation@0.1.4
Patch Changes
3d11596a72: Update plugin installation docs to be more consistent across documentations- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-catalog-common@1.0.14
@backstage/plugin-events-backend@0.2.7
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/config@1.0.8
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-backend-module-aws-sqs@0.2.1
Patch Changes
5f2c38c70f: Fix SNYK-JS-FASTXMLPARSER-5668858 (fast-xml-parser) by upgrading aws-sdk to at least the current latest version.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/config@1.0.8
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-backend-module-azure@0.1.8
Patch Changes
807416a9ed: fix Installation documentation- Updated dependencies
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-backend-module-bitbucket-cloud@0.1.8
Patch Changes
807416a9ed: fix Installation documentation- Updated dependencies
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-backend-module-gerrit@0.1.8
Patch Changes
807416a9ed: fix Installation documentation- Updated dependencies
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-backend-module-github@0.1.8
Patch Changes
807416a9ed: fix Installation documentation- Updated dependencies
- @backstage/backend-plugin-api@0.5.3
- @backstage/config@1.0.8
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-backend-module-gitlab@0.1.8
Patch Changes
807416a9ed: fix Installation documentation- Updated dependencies
- @backstage/backend-plugin-api@0.5.3
- @backstage/config@1.0.8
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-backend-test-utils@0.1.8
Patch Changes
- Updated dependencies
- @backstage/plugin-events-node@0.2.7
@backstage/plugin-events-node@0.2.7
Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@0.5.3
@backstage/plugin-explore@0.4.5
Patch Changes
78cbb8ef8a: Enhance the tools card accessibility by using appropriate header semantics.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-explore-react@0.0.29
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-explore-backend@0.0.8
Patch Changes
-
31616c1fc4: Allow to provide explore tools through config instead of data in code.explore: tools: - title: New Relic description: Observability platform built to help engineers create and monitor their software url: /newrelic image: https://i.imgur.com/L37ikrX.jpg tags: - newrelic - performance - monitoring - errors - alerting - title: CircleCI description: Provides builds overview, detailed build info and retriggering functionality for CircleCI. url: /circleci image: https://miro.medium.com/max/1200/1*hkTBp22vLAqlIHkrkZHPnw.png tags: - circleci - ci - dev # [...]- import { ExploreTool } from '@backstage/plugin-explore-common'; - const exploreTools: ExploreTool[] = [ - { - title: 'New Relic', - description: 'Observability platform built to help engineers create and monitor their software', - url: '/newrelic', - image: 'https://i.imgur.com/L37ikrX.jpg', - tags: ['newrelic', 'performance', 'monitoring', 'errors', 'alerting'], - }, - { - title: 'CircleCI', - description: 'Provides builds overview, detailed build info and retriggering functionality for CircleCI.', - url: '/circleci', - image: 'https://miro.medium.com/max/1200/1*hkTBp22vLAqlIHkrkZHPnw.png', - tags: ['circleci', 'ci', 'dev'], - }, - ]; - - StaticExploreToolProvider.fromData(tools) + StaticExploreToolProvider.fromData(env.config) -
Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/plugin-search-backend-module-explore@0.1.2
- @backstage/config@1.0.8
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-explore-react@0.0.29
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-explore-common@0.0.1
@backstage/plugin-firehydrant@0.2.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-fossa@0.2.51
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-gcalendar@0.3.15
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
@backstage/plugin-gcp-projects@0.3.38
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
@backstage/plugin-git-release-manager@0.3.32
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
@backstage/plugin-github-deployments@0.1.50
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/integration-react@1.1.14
@backstage/plugin-github-issues@0.2.8
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-github-pull-requests-board@0.1.13
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-gitops-profiles@0.3.37
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/config@1.0.8
@backstage/plugin-gocd@0.1.25
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-graphiql@0.2.51
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
@backstage/plugin-graphql-backend@0.1.36
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/config@1.0.8
- @backstage/plugin-catalog-graphql@0.3.21
@backstage/plugin-graphql-voyager@0.1.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
@backstage/plugin-home@0.5.3
Patch Changes
d1cfb4e4c4: Update set up documentation to export homepage as element instead of React component.2e4940e1a8: Allow more customization for the CustomHomepageGrid2ff94da135: bumprjsfdependencies to 5.7.341e8037a8a: Extract new plugin-home-react package and deprecate createCardExtension in plugin-home- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-home-react@0.1.0
- @backstage/config@1.0.8
@backstage/plugin-ilert@0.2.8
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-jenkins@0.8.1
Patch Changes
2e036369d8: UpdatedalertApiusages with severity ofinfoorsuccessto usedisplay: transient- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/plugin-jenkins-common@0.1.16
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-jenkins-backend@0.2.1
Patch Changes
0f93b6707e: Don't expose username and authentication header if configured.6c244b42cb: Expose permissions through the metadata endpoint.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/plugin-jenkins-common@0.1.16
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-permission-node@0.7.9
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-jenkins-common@0.1.16
Patch Changes
35e11314d7: Export list of permissions- Updated dependencies
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-kafka@0.3.19
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/config@1.0.8
@backstage/plugin-kafka-backend@0.2.39
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/config@1.0.8
@backstage/plugin-kubernetes@0.9.2
Patch Changes
dc3cddf51a: Fix cyclical dependency in built output4e697e88f0: Add resource utilization to Pod Drawer4b230b9766: Add errors to PodDrawer73cc0deee4: Add proposed fix dialog for pod errors- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-kubernetes-common@0.6.4
@backstage/plugin-kubernetes-backend@0.11.1
Patch Changes
b43e030911: Upgrade@azure/identityto support using Workload Identity to authenticate against Azure.91f39df52d: K8s proxy HEADER_KUBERNETES_CLUSTER is now optional in single-cluster setups.4249f4214f: Fixed bug in KubernetesProxy where Host header was not propagated, leading to certificate issues5f2c38c70f: Fix SNYK-JS-FASTXMLPARSER-5668858 (fast-xml-parser) by upgrading aws-sdk to at least the current latest version.eac59a3d0b: Add ability forconfigClusterLocatorto load cluster specific custom resources defined in yourapp.config.5e4879d80f: Fixed wrongpluginIDin thekubernetesalpha backend support, that made thekubernetesplugin fail with the new experimental backend.73cc0deee4: Add proposed fix dialog for pod errors- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/integration-aws-node@0.1.4
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-catalog-node@1.3.7
- @backstage/plugin-permission-node@0.7.9
- @backstage/config@1.0.8
- @backstage/plugin-kubernetes-common@0.6.4
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-kubernetes-common@0.6.4
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.4.0
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-lighthouse@0.4.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/config@1.0.8
- @backstage/plugin-lighthouse-common@0.1.2
@backstage/plugin-lighthouse-backend@0.2.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/backend-tasks@0.5.3
- @backstage/config@1.0.8
- @backstage/plugin-lighthouse-common@0.1.2
@backstage/plugin-lighthouse-common@0.1.2
Patch Changes
- Updated dependencies
- @backstage/config@1.0.8
@backstage/plugin-linguist@0.1.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-linguist-common@0.1.0
@backstage/plugin-microsoft-calendar@0.1.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
@backstage/plugin-newrelic@0.3.37
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
@backstage/plugin-newrelic-dashboard@0.2.12
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-octopus-deploy@0.2.1
Patch Changes
944a8ac6fc: Improved getting started documentation- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-org@0.6.9
Patch Changes
0151ed6ec3: EntityOwnershipCard: Fix color to pick up from page theme for component type2e036369d8: UpdatedalertApiusages with severity ofinfoorsuccessto usedisplay: transient- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-org-react@0.1.8
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-client@1.4.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-periskop@0.1.17
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-periskop-backend@0.1.17
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/config@1.0.8
@backstage/plugin-permission-backend@0.5.21
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-permission-node@0.7.9
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-permission-common@0.7.6
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
@backstage/plugin-permission-node@0.7.9
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-permission-react@0.4.13
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-playlist@0.1.11
Patch Changes
2e036369d8: UpdatedalertApiusages with severity ofinfoorsuccessto usedisplay: transient- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-permission-react@0.4.13
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-playlist-common@0.1.7
@backstage/plugin-playlist-backend@0.3.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-permission-node@0.7.9
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-playlist-common@0.1.7
@backstage/plugin-playlist-common@0.1.7
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-proxy-backend@0.2.40
Patch Changes
95987388f2: Marked headersAuthorizationandX-Api-Keyas secret in order to not show up in frontend configuration.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/config@1.0.8
@backstage/plugin-puppetdb@0.1.2
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-rollbar@0.4.19
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-rollbar-backend@0.1.43
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/config@1.0.8
@backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.1.3
Patch Changes
c59a4b2b9e: Added support for Confluence Cloud to theconfluence:transform:markdownaction in addition to the existing Confluence Server support, view the README for more details- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/plugin-scaffolder-backend@1.15.0
- @backstage/types@1.1.0
- @backstage/integration@1.5.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-scaffolder-node@0.1.4
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.22
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/plugin-scaffolder-backend@1.15.0
- @backstage/types@1.1.0
- @backstage/integration@1.5.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-scaffolder-node@0.1.4
@backstage/plugin-scaffolder-backend-module-gitlab@0.2.1
Patch Changes
50c4457119: Fixed publish configuration.30e6edd7f6: Add support for dry run forgitlab:group:ensureExistsaction.f5a66052f0: Tweak README- Updated dependencies
- @backstage/integration@1.5.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-scaffolder-node@0.1.4
@backstage/plugin-scaffolder-backend-module-rails@0.4.15
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/plugin-scaffolder-backend@1.15.0
- @backstage/types@1.1.0
- @backstage/integration@1.5.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-scaffolder-node@0.1.4
@backstage/plugin-scaffolder-backend-module-sentry@0.1.6
Patch Changes
- Updated dependencies
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-scaffolder-node@0.1.4
@backstage/plugin-scaffolder-backend-module-yeoman@0.2.19
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/config@1.0.8
- @backstage/plugin-scaffolder-node@0.1.4
@backstage/plugin-scaffolder-common@1.3.1
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-scaffolder-node@0.1.4
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-scaffolder-common@1.3.1
@backstage/plugin-search@1.3.2
Patch Changes
e8c55c063b: FixesSearchModalandHomePageSearchBarcomponents to use search bar reference value when "enter" is pressed, avoiding waiting for query state debounce.2f660eb573: Fix SearchBar styles & update StoryBook stories for custom styles fornotchedOutlineclass.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/version-bridge@1.0.4
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-backend@1.3.2
Patch Changes
ee411e7c26: Update OpenAPI specs to be in line with linting standards.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-permission-node@0.7.9
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-backend-module-catalog@0.1.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/catalog-model@1.4.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-backend-module-elasticsearch@1.3.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/integration-aws-node@0.1.4
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-backend-module-explore@0.1.2
Patch Changes
-
a5baeea2cb: Allows for an optionaltokenManagerto authenticate requests from the collator to the explore backend. For example:indexBuilder.addCollator({ schedule: every10MinutesSchedule, factory: ToolDocumentCollatorFactory.fromConfig(env.config, { discovery: env.discovery, logger: env.logger, + tokenManager: env.tokenManager, }), }); -
Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/config@1.0.8
- @backstage/plugin-explore-common@0.0.1
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-backend-module-pg@0.5.7
Patch Changes
3c09e8d3cb: Updated Postgres search query filter in DatabaseDocumentStore to support field value search in array.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-backend-module-techdocs@0.1.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/plugin-techdocs-node@1.7.2
- @backstage/catalog-model@1.4.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-backend-node@1.2.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/backend-tasks@0.5.3
- @backstage/config@1.0.8
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-search-common@1.2.4
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
- @backstage/plugin-permission-common@0.7.6
@backstage/plugin-search-react@1.6.2
Patch Changes
0134c1aa4f: Fix accessibility issue inSearchCheckboxcomponent, making it possible to use the field via keyboard.2f660eb573: Fix SearchBar styles & update StoryBook stories for custom styles fornotchedOutlineclass.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/version-bridge@1.0.4
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-sentry@0.5.4
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-shortcuts@0.3.11
Patch Changes
2e036369d8: UpdatedalertApiusages with severity ofinfoorsuccessto usedisplay: transient- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
@backstage/plugin-sonarqube-react@0.1.6
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/catalog-model@1.4.0
@backstage/plugin-splunk-on-call@0.4.8
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
@backstage/plugin-stack-overflow@0.1.17
Patch Changes
41e8037a8a: Extract new plugin-home-react package and deprecate createCardExtension in plugin-home- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-home-react@0.1.0
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-stack-overflow-backend@0.2.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-stackstorm@0.1.3
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
@backstage/plugin-tech-insights@0.3.11
Patch Changes
c03307ded3: The check description is now rendered with markdown.- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-tech-insights-common@0.2.11
@backstage/plugin-tech-insights-backend@0.5.12
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-tech-insights-node@0.4.4
- @backstage/config@1.0.8
- @backstage/plugin-tech-insights-common@0.2.11
@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.30
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/plugin-tech-insights-node@0.4.4
- @backstage/config@1.0.8
- @backstage/plugin-tech-insights-common@0.2.11
@backstage/plugin-tech-insights-common@0.2.11
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
@backstage/plugin-tech-insights-node@0.4.4
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/backend-tasks@0.5.3
- @backstage/config@1.0.8
- @backstage/plugin-tech-insights-common@0.2.11
@backstage/plugin-tech-radar@0.6.5
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
@backstage/plugin-techdocs@1.6.4
Patch Changes
2f660eb573: Fix SearchBar styles & update StoryBook stories for custom styles fornotchedOutlineclass.956d09e8ea: Change deprecated local references to import from sharedplugin-techdocs-reactplugine33beb1f2a: Make the documentation pages printable (also handy for exporting to PDF)- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/plugin-techdocs-react@1.1.7
- @backstage/integration-react@1.1.14
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-techdocs-addons-test-utils@1.0.15
Patch Changes
1fd38bc414: Avoiding re-running tests on cleanup.- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-catalog@1.11.2
- @backstage/plugin-search-react@1.6.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-techdocs@1.6.4
- @backstage/test-utils@1.4.0
- @backstage/plugin-techdocs-react@1.1.7
- @backstage/integration-react@1.1.14
@backstage/plugin-techdocs-backend@1.6.3
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/plugin-techdocs-node@1.7.2
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-search-backend-module-techdocs@0.1.2
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-techdocs-module-addons-contrib@1.0.14
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/integration@1.5.0
- @backstage/plugin-techdocs-react@1.1.7
- @backstage/integration-react@1.1.14
@backstage/plugin-techdocs-node@1.7.2
Patch Changes
b43e030911: Upgrade@azure/identityto support using Workload Identity to authenticate against Azure.7d4a09304f: Use latest techdocs docker image by default. The latest image contains security updates.5f2c38c70f: Fix SNYK-JS-FASTXMLPARSER-5668858 (fast-xml-parser) by upgrading aws-sdk to at least the current latest version.- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/integration-aws-node@0.1.4
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/config@1.0.8
- @backstage/plugin-search-common@1.2.4
@backstage/plugin-techdocs-react@1.1.7
Patch Changes
3d11596a72: Update plugin installation docs to be more consistent across documentations- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/catalog-model@1.4.0
- @backstage/config@1.0.8
- @backstage/version-bridge@1.0.4
@backstage/plugin-todo@0.2.21
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-todo-backend@0.1.43
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/integration@1.5.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-catalog-node@1.3.7
- @backstage/config@1.0.8
@backstage/plugin-user-settings@0.7.4
Patch Changes
7a8441b9a3: Reflect the updated sign on status for a provider after signing out.5362a7c58e: Improved the user experience of the feature flags list. It now sorts the enabled flags to the top of the list to increase the visibilities of the toggled flags.- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/types@1.1.0
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/errors@1.2.0
@backstage/plugin-user-settings-backend@0.1.10
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/types@1.1.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
@backstage/plugin-vault@0.1.13
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/plugin-vault-backend@0.3.2
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/backend-tasks@0.5.3
- @backstage/config@1.0.8
@backstage/plugin-xcmetrics@0.2.39
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/errors@1.2.0
example-app@0.2.84
Patch Changes
- Updated dependencies
- @backstage/plugin-dynatrace@6.0.0
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-kubernetes@0.9.2
- @backstage/plugin-user-settings@0.7.4
- @backstage/plugin-catalog-import@0.9.9
- @backstage/plugin-scaffolder-react@1.5.0
- @backstage/plugin-search-react@1.6.2
- @backstage/plugin-octopus-deploy@0.2.1
- @backstage/plugin-home@0.5.3
- @backstage/cli@0.22.8
- @backstage/core-components@0.13.2
- @backstage/plugin-scaffolder@1.14.0
- @backstage/plugin-nomad@0.1.0
- @backstage/plugin-pagerduty@0.6.0
- @backstage/plugin-catalog-unprocessed-entities@0.1.0
- @backstage/plugin-search@1.3.2
- @backstage/theme@0.4.0
- @backstage/plugin-catalog-react@1.7.0
- @backstage/plugin-entity-feedback@0.2.2
- @backstage/catalog-model@1.4.0
- @backstage/plugin-adr@0.6.2
- @backstage/plugin-org@0.6.9
- @backstage/plugin-techdocs@1.6.4
- @backstage/plugin-tech-insights@0.3.11
- @backstage/plugin-devtools@0.1.1
- @backstage/plugin-api-docs@0.9.5
- @backstage/plugin-github-actions@0.6.0
- @backstage/plugin-shortcuts@0.3.11
- @backstage/plugin-playlist@0.1.11
- @backstage/plugin-jenkins@0.8.1
- @backstage/plugin-explore@0.4.5
- @backstage/plugin-stack-overflow@0.1.17
- @backstage/app-defaults@1.4.0
- @backstage/plugin-techdocs-react@1.1.7
- @backstage/plugin-apache-airflow@0.2.12
- @backstage/plugin-azure-devops@0.3.1
- @backstage/plugin-azure-sites@0.1.8
- @backstage/plugin-badges@0.2.43
- @backstage/plugin-catalog-graph@0.2.31
- @backstage/plugin-circleci@0.3.19
- @backstage/plugin-cloudbuild@0.3.19
- @backstage/plugin-code-coverage@0.2.12
- @backstage/plugin-cost-insights@0.12.8
- @backstage/plugin-gcalendar@0.3.15
- @backstage/plugin-gcp-projects@0.3.38
- @backstage/plugin-gocd@0.1.25
- @backstage/plugin-graphiql@0.2.51
- @backstage/plugin-kafka@0.3.19
- @backstage/plugin-lighthouse@0.4.4
- @backstage/plugin-linguist@0.1.4
- @backstage/plugin-microsoft-calendar@0.1.4
- @backstage/plugin-newrelic@0.3.37
- @backstage/plugin-puppetdb@0.1.2
- @backstage/plugin-rollbar@0.4.19
- @backstage/plugin-sentry@0.5.4
- @backstage/plugin-stackstorm@0.1.3
- @backstage/plugin-tech-radar@0.6.5
- @backstage/plugin-techdocs-module-addons-contrib@1.0.14
- @backstage/plugin-todo@0.2.21
- @backstage/integration-react@1.1.14
- @backstage/plugin-airbrake@0.3.19
- @backstage/plugin-newrelic-dashboard@0.2.12
- @backstage/plugin-permission-react@0.4.13
- @internal/plugin-catalog-customized@0.0.11
- @backstage/config@1.0.8
- @backstage/plugin-catalog-common@1.0.14
- @backstage/plugin-linguist-common@0.1.0
- @backstage/plugin-search-common@1.2.4
example-backend@0.2.84
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/catalog-client@1.4.2
- @backstage/plugin-jenkins-backend@0.2.1
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.1.3
- @backstage/plugin-devtools-backend@0.1.1
- @backstage/plugin-scaffolder-backend@1.15.0
- @backstage/plugin-nomad-backend@0.1.0
- @backstage/plugin-azure-sites-backend@0.1.8
- @backstage/plugin-kubernetes-backend@0.11.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.1.0
- @backstage/plugin-badges-backend@0.2.1
- @backstage/plugin-catalog-backend@1.10.0
- @backstage/integration@1.5.0
- @backstage/plugin-search-backend@1.3.2
- @backstage/plugin-explore-backend@0.0.8
- @backstage/catalog-model@1.4.0
- @backstage/plugin-auth-backend@0.18.4
- @backstage/plugin-adr-backend@0.3.4
- @backstage/plugin-code-coverage-backend@0.2.12
- @backstage/plugin-proxy-backend@0.2.40
- @backstage/plugin-linguist-backend@0.3.0
- @backstage/plugin-search-backend-module-pg@0.5.7
- example-app@0.2.84
- @backstage/backend-tasks@0.5.3
- @backstage/plugin-app-backend@0.3.46
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-azure-devops-backend@0.3.25
- @backstage/plugin-catalog-node@1.3.7
- @backstage/plugin-entity-feedback-backend@0.1.4
- @backstage/plugin-events-backend@0.2.7
- @backstage/plugin-graphql-backend@0.1.36
- @backstage/plugin-kafka-backend@0.2.39
- @backstage/plugin-lighthouse-backend@0.2.2
- @backstage/plugin-permission-backend@0.5.21
- @backstage/plugin-permission-node@0.7.9
- @backstage/plugin-playlist-backend@0.3.2
- @backstage/plugin-rollbar-backend@0.1.43
- @backstage/plugin-scaffolder-backend-module-rails@0.4.15
- @backstage/plugin-search-backend-module-elasticsearch@1.3.1
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/plugin-tech-insights-backend@0.5.12
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.30
- @backstage/plugin-tech-insights-node@0.4.4
- @backstage/plugin-techdocs-backend@1.6.3
- @backstage/plugin-todo-backend@0.1.43
- @backstage/config@1.0.8
- @backstage/plugin-events-node@0.2.7
- @backstage/plugin-permission-common@0.7.6
- @backstage/plugin-search-common@1.2.4
example-backend-next@0.0.12
Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.15.0
- @backstage/plugin-kubernetes-backend@0.11.1
- @backstage/plugin-catalog-backend-module-unprocessed@0.1.0
- @backstage/plugin-catalog-backend@1.10.0
- @backstage/plugin-search-backend@1.3.2
- @backstage/plugin-search-backend-module-explore@0.1.2
- @backstage/backend-defaults@0.1.11
- @backstage/plugin-app-backend@0.3.46
- @backstage/plugin-auth-node@0.2.15
- @backstage/plugin-permission-backend@0.5.21
- @backstage/plugin-permission-node@0.7.9
- @backstage/plugin-search-backend-module-catalog@0.1.2
- @backstage/plugin-search-backend-module-techdocs@0.1.2
- @backstage/plugin-search-backend-node@1.2.2
- @backstage/plugin-techdocs-backend@1.6.3
- @backstage/plugin-todo-backend@0.1.43
- @backstage/plugin-permission-common@0.7.6
e2e-test@0.2.4
Patch Changes
- Updated dependencies
- @backstage/create-app@0.5.2
- @backstage/errors@1.2.0
- @backstage/cli-common@0.1.12
techdocs-cli-embedded-app@0.2.83
Patch Changes
- Updated dependencies
- @backstage/core-app-api@1.8.1
- @backstage/core-plugin-api@1.5.2
- @backstage/plugin-catalog@1.11.2
- @backstage/cli@0.22.8
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
- @backstage/catalog-model@1.4.0
- @backstage/plugin-techdocs@1.6.4
- @backstage/test-utils@1.4.0
- @backstage/app-defaults@1.4.0
- @backstage/plugin-techdocs-react@1.1.7
- @backstage/integration-react@1.1.14
- @backstage/config@1.0.8
@internal/plugin-catalog-customized@0.0.11
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog@1.11.2
- @backstage/plugin-catalog-react@1.7.0
@internal/plugin-todo-list@1.0.14
Patch Changes
- Updated dependencies
- @backstage/core-plugin-api@1.5.2
- @backstage/core-components@0.13.2
- @backstage/theme@0.4.0
@internal/plugin-todo-list-backend@1.0.14
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.0
- @backstage/errors@1.2.0
- @backstage/backend-plugin-api@0.5.3
- @backstage/plugin-auth-node@0.2.15
- @backstage/config@1.0.8
@internal/plugin-todo-list-common@1.0.11
Patch Changes
- Updated dependencies
- @backstage/plugin-permission-common@0.7.6