Release v1.15.0
@backstage/app-defaults@1.4.0
Minor Changes
-
1fd38bc4141a: 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 a
To allow the future support of plugins & components using Material UI v5 you want to upgrade your
AppTheme
's to using theUnifiedThemeProvider
Provider: ({ 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
-
c7f848bcea3c: Support authentication with a service principal or managed identity for Azure DevOps
Azure 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
-
4ef91ab46732: Updated the backend database connection configuration schema to set the password visibility to secret
-
52d599817680: 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 -
5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (
fast-xml-parser
) by upgrading aws-sdk to at least the current latest version. -
eeb3f801fddf:
HostDiscovery
now strips trailing slashes in thebackend.baseUrl
config. -
9f47a743632c: Fixed typo in HostDiscovery's JSDoc
-
810c6de51604: Remove unused dev dependency
aws-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
- 33eae4b39a95: Deprecate target field and make targetRef required in common.schema.json
Patch Changes
- af748a148d52: Add OpenAPI Specification (OAS) v3.1.0 examples.
- 1df5fc954798: 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
- c4e8fefd9f13: Added
ServiceUnavailableError
Patch Changes
- Updated dependencies
- @backstage/types@1.1.0
@backstage/integration@1.5.0
Minor Changes
-
a316d226c780: Add credential provider for GitLab.
-
c7f848bcea3c: Support authentication with a service principal or managed identity for Azure DevOps
Azure 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
-
3c83550fdb62: Renamed ClientSecret to AzureClientSecretCredential and ManagedIdentity to AzureManagedIdentityCredential
-
df8411779da1: Add support for Repository Variables and Secrets to the
publish:github
andgithub:repo:create
scaffolder actions. You will need to addread/write
permissions to your GITHUB_TOKEN and/or Github Backstage App for RepositorySecrets
andVariables
Upgrade 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
- 1fd38bc4141a: Test App Wrapper is now using
UnifiedThemeProvider
for supporting Material UI v5 next to Material UI v4 in tests.
Patch Changes
- 55853a367174: Add a
fetchApiRef
implementation 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
-
1fd38bc4141a: 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 a
To allow the future support of plugins & components using Material UI v5 you want to upgrade your
AppTheme
's to using theUnifiedThemeProvider
Provider: ({ children }) => (
- <ThemeProvider theme={lightTheme}>
- <CssBaseline>{children}</CssBaseline>
- </ThemeProvider>
+ <UnifiedThemeProvider theme={builtinThemes.light} children={children} />
),
Patch Changes
- 5065a5e8ebd6: Tweaked
UnifiedThemeProvider
to avoid overlapping JSS class names in production.
@backstage/types@1.1.0
Minor Changes
- a5c5491ff50c: Added a
durationToMilliseconds
function to help with the conversion to a single duration number
@backstage/plugin-catalog-backend@1.10.0
Minor Changes
- 44c7ad6b8e11: Adds an optional
EventBroker
that is used for sending an event when there are conflicts, with details of the conflict so that it can be handled elsewhere.
Patch Changes
- 77e04a2d55be: Replace getBearerToken with library function of same
- ee411e7c2623: Update OpenAPI specs to be in line with linting standards.
- b8374d5d93b6: 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
- d44fcd9829c2: 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
-
cb4c15989b6b: The
EntityOwnerPicker
component has undergone improvements to enhance its performance. The previous implementation inferred users and groups displayed by theEntityOwnerPicker
component based on the entities available in theEntityListContext
. The updated version no longer relies on theEntityListContext
for inference, allowing for better decoupling and improved performance.The component now loads entities asynchronously, resulting in improved performance and responsiveness. A new
mode
prop 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
- d68692aee97e: Make
useRelatedEntities
usegetEntitiesByRefs
under the hood - 429319d080cd:
EntityAutocompletePicker
addinitialSelectedOptions
prop - 429319d080cd:
EntityLifecycleFilter
loads 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
- d44fcd9829c2: Added a new plugin to expose entities which are unprocessed or have errors processing
Patch Changes
- 493eab8c577f: 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
-
96e1004e2a02: Added support GitHub Enterprise hosted repositories.
BREAKING: The
GithubActionsClient
is updated to take anscmAuthApi
instead 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
- 41e8037a8a6d: Extract new plugin-home-react package and deprecate createCardExtension in plugin-home
Patch Changes
- 2ff94da135a4: bump
rjsf
dependencies 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
-
bbf91840a52a: BREAKING: Removed public constructor from
LinguistBackendApi
. Removed export ofLinguistBackendDatabase
andLinguistBackendStore
Several improvements to the Linguist backend have been made:
- Added tests for the
LinguistBackendDatabase
andLinguistBackendApi
- Added support for using SQLite as a database, helpful for local development
- Removed the default from the
processes_date
column - Converted the
LinguistBackendApi
into an Interface - Added the
LinguistBackendClient
which implements theLinguistBackendApi
Interface - 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
- e39c3829bbd4: Fix: CatalogClient call without token
- 3d11596a72b5: 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
- 05bf04ca6863: 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
- 05bf04ca6863: 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
- 64bc274a1ee6: Adds a config schema definition so the plugin will validate with the new Backstage CLI "--strict" flag
Patch Changes
- 9512f13eb3af: Add a homepage widget for the
Pagerduty
component. - 3d11596a72b5: 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
- 464125e9b1ba: Added
MyGroupsPicker
field extension that will display a dropdown of groups a user is part of.
Patch Changes
- cda753a797b5: Forward
Authorization
header forEventSource
when credentials are available. - 2ff94da135a4: bump
rjsf
dependencies to 5.7.3 - 74b216ee4e50: Add
PropsWithChildren
to 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
-
84b0e47373db: Add
TargetBranchName
variable and output for thepublish:gitlab:merge-request
andpublish:github:pull-request
s'cascaffolder actions. -
6a694ce98e32: Add a scaffolder action that pull-requests for bitbucket server
-
1948845861b0: Added
github:deployKey:create
andgithub:environment:create
scaffolder actions. You will need to addread/write
permissions to your GITHUB_TOKEN and/or Github Backstage App for RepositoryAdministration
(for deploy key functionality) andEnvironments
(for Environment functionality) -
df8411779da1: Add support for Repository Variables and Secrets to the
publish:github
andgithub:repo:create
scaffolder actions. You will need to addread/write
permissions to your GITHUB_TOKEN and/or Github Backstage App for RepositorySecrets
andVariables
Upgrade octokit introduces some breaking changes.
Patch Changes
-
cc936b529676: Fix handling of
optional
property incatalog:register
scaffolder action -
b269da39ac2d: Clearer error messages for action
publish:gitlab:merge-request
-
11e0f625583f: Fix wrong gitlabUrl format in repoUrl input description
-
a2c70cdda202: Switch out the sandbox, from
vm2
toisolated-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-essential
to 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
- 6b571405f806:
scaffolder/next
: Provide some default template components torjsf
to allow for standardization and markdown descriptions - 4505dc3b4598:
scaffolder/next
: Don't renderTemplateGroups
when there's no results in with search query - a452bda74d7a: Fixed typescript casting bug for useTemplateParameterSchema hook
- 6b571405f806:
scaffolder/next
: provide aScaffolderField
component which is meant to replace some of theFormControl
components from Material UI, making it easier to writeFieldExtensions
.
Patch Changes
- 84a5c7724c7e: fixed refresh problem when backstage backend disconnects without any feedback to user. Now we send a generic message and try to reconnect after 15 seconds
- cf34311cdbe1: Extract
ui:*
fields from conditionalthen
andelse
schema branches. - 2ff94da135a4: bump
rjsf
dependencies to 5.7.3 - 74b216ee4e50: Add
PropsWithChildren
to 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
- ce9bc94c15e1: fix sonarqube case in config schema definition
Patch Changes
- 1108f1c65d31: 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
- ce9bc94c15e1: fix sonarqube case in config schema definition
Patch Changes
- 0bb0b19b0da2: 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
- 3bb4158a8aa4: Switched startup strategy to initialize all plugins in parallel, as well as hook into the new startup lifecycle hooks.
- 68a21956ef52: Remove reference to deprecated import
- a5c5491ff50c: Use
durationToMilliseconds
from@backstage/types
instead of our own - 2c9f67e6f166: Introduced built-in middleware into the default
HttpService
implementation that throws aServiceNotAvailable
error when plugins aren't able to serve request. Also introduced a request stalling mechanism that pauses incoming request until plugins have been fully initialized. - c4e8fefd9f13: Added handling of
ServiceUnavailableError
to 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
- 3bb4158a8aa4: 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
- 68a21956ef52: 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
- cc936b529676: Updated API docs
- Updated dependencies
- @backstage/catalog-model@1.4.0
- @backstage/errors@1.2.0
@backstage/cli@0.22.8
Patch Changes
- 314493fa32a0: Introduced the
--alwaysYarnPack
flag 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 pack
andnpm pack
produce different results. - 75540599124a: Updated example component for a newly scaffolded app.
- 5d692f72ebfb: Make sure to include a
fetch
environment forjsdom
injest
tests - 6816352500a7: Add discovery feature to the onboard cli command.
- 20b7da6f1311: 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
- f25427f665f7: Fix a bug where config items with
/
in the key were incorrectly handled. - a5c5491ff50c: Use
durationToMilliseconds
from@backstage/types
instead 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
- 12adfbc8fe2d: Fixed a bug that prevented accurate plugin and route data from being applied to
navigate
analytics 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. - ac677bc30ae0: Expose discovery.endpoints configuration to use FrontendHostDiscovery
- 74b216ee4e50: Add
PropsWithChildren
to 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
- 4e697e88f0e2: Add resource utilization to Pod Drawer
- 78cbb8ef8aea: Enhance the sidebar item accessibility by using appropriate header semantics.
- 66ae4d8ca380: Added
exact
prop toSidebarSubmenuItem
which causes it to only highlight if the current location is an exact match. - 83bdc3a555c1: Replaced usages of
theme.palette.theme.hint
withtheme.palette.text.secondary
as it has been removed in Material UI v5 - b4cc4b1415e9: SupportButton auto focus first item when opened.
- e33beb1f2a8e: 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
- 12adfbc8fe2d: Fixed a bug that prevented accurate plugin and route data from being applied to
navigate
analytics 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. - 74b216ee4e50: Add
PropsWithChildren
to 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
-
08f177b91084: Add link from Template entity to the scaffolder launch page for the template in the AboutCard.
-
75a1c93784fe: Bumped create-app version.
-
e37573d60e79: Bumped create-app version.
-
320ed502747a: Bumped create-app version.
-
52d599817680: 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 -
68a21956ef52: Remove reference to deprecated import
-
Updated dependencies
- @backstage/cli-common@0.1.12
@backstage/dev-utils@1.0.16
Patch Changes
- 74b216ee4e50: Add
PropsWithChildren
to 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
- 5f2c38c70f5b: 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
- ee411e7c2623: Adding a new command
schema openapi lint
to 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
- 68a21956ef52: 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
- 58524588448c: 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
- 58524588448c: 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
- 58524588448c: 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
- 99056db6169e: Fixed configuration visibility settings for
allowedContexts
andallowedAttributes
- 3d11596a72b5: 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
- 865267a6b934: Updated dependency
@asyncapi/react-component
to1.0.0-next.48
. - 83bdc3a555c1: Replaced usages of
theme.palette.theme.hint
withtheme.palette.text.secondary
as it has been removed in Material UI v5 - af748a148d52: 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
- d0f5b0c886c2: Set the expiration time of oidc
idToken
to 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
- b43e030911f2: Upgrade
@azure/identity
to 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
- 4474f44c5ee7: 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
- ed290e273086: Remove
cross-fetch
dependency 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
- 08f177b91084: Add link from Template entity to the scaffolder launch page for the template in the AboutCard.
- 2e036369d83b: Updated
alertApi
usages with severity ofinfo
orsuccess
to usedisplay: transient
- 530b6f364c8c: Adding in type and kind entity details to catalog table title for user clarity
- 886055301abe:
CatalogIndexPage
now accepts an optionalownerPickerMode
for toggling the behavior of theEntityOwnerPicker
, exposing a new mode<CatalogIndexPage ownerPickerMode="all" />
particularly suitable for larger catalogs. In this new mode,EntityOwnerPicker
will display all the users and groups present in the catalog. - 47b01e4c5315: 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
- 5f2c38c70f5b: 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
-
c7f848bcea3c: Support authentication with a service principal or managed identity for Azure DevOps
Azure 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
- 32ad816421de: Fix missing repo slug in
repo:push
events. - 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
-
b9a6d1348d96: Properly handle
async
event callback -
df8411779da1: Add support for Repository Variables and Secrets to the
publish:github
andgithub:repo:create
scaffolder actions. You will need to addread/write
permissions to your GITHUB_TOKEN and/or Github Backstage App for RepositorySecrets
andVariables
Upgrade 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
- f31fd1f8fd98: Fixed bug that caused ingestion errors when a user's name or profile picture is undefined.
- 66261b4ab441: Added option to skip forked repos
- 571f78ed0ea7: 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
- 53309661cb5c: 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
- b43e030911f2: Upgrade
@azure/identity
to 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
- 2ef84c05aee7: Added analytics event for import entity button
- 309d2973adb4: Swap
ImportStepper
andInfoCard
order 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
- 50c4457119ec: 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
- a83cb4e5624e: Updated dependency
xml2js
to^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
- 62d191f6c8b5: Updated DevTools documentation for Docker users
- bbe15f70c5cc: 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
- c312192e61dd: Expose permissions through the metadata endpoint.
- 3d11596a72b5: 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
- 459331f657ec: 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
- 892debb87041: Updated the dynatrace plugin documentation with new minimum API token permission requirements.
- 3d11596a72b5: 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
- 5c0f095c7660: 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
- 3d11596a72b5: 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
- 5f2c38c70f5b: 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
- 807416a9ed39: 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
- 807416a9ed39: 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
- 807416a9ed39: 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
- 807416a9ed39: 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
- 807416a9ed39: 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
- 78cbb8ef8aea: 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
-
31616c1fc4e4: Allow to provide explore tools through config instead of data in code.
app-config.yamlexplore:
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
# [...]packages/backend/src/plugins/explore.ts- 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
- d1cfb4e4c4cd: Update set up documentation to export homepage as element instead of React component.
- 2e4940e1a8f8: Allow more customization for the CustomHomepageGrid
- 2ff94da135a4: bump
rjsf
dependencies to 5.7.3 - 41e8037a8a6d: 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
- 2e036369d83b: Updated
alertApi
usages with severity ofinfo
orsuccess
to 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
- 0f93b6707e04: Don't expose username and authentication header if configured.
- 6c244b42cb06: 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
- 35e11314d7e9: 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
- dc3cddf51ab5: Fix cyclical dependency in built output
- 4e697e88f0e2: Add resource utilization to Pod Drawer
- 4b230b97660d: Add errors to PodDrawer
- 73cc0deee48a: 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
- b43e030911f2: Upgrade
@azure/identity
to support using Workload Identity to authenticate against Azure. - 91f39df52d60: K8s proxy HEADER_KUBERNETES_CLUSTER is now optional in single-cluster setups.
- 4249f4214f9f: Fixed bug in KubernetesProxy where Host header was not propagated, leading to certificate issues
- 5f2c38c70f5b: Fix SNYK-JS-FASTXMLPARSER-5668858 (
fast-xml-parser
) by upgrading aws-sdk to at least the current latest version. - eac59a3d0b11: Add ability for
configClusterLocator
to load cluster specific custom resources defined in yourapp.config
. - 5e4879d80f4d: Fixed wrong
pluginID
in thekubernetes
alpha backend support, that made thekubernetes
plugin fail with the new experimental backend. - 73cc0deee48a: 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
- 944a8ac6fcc0: 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
- 0151ed6ec37a: EntityOwnershipCard: Fix color to pick up from page theme for component type
- 2e036369d83b: Updated
alertApi
usages with severity ofinfo
orsuccess
to 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
- 2e036369d83b: Updated
alertApi
usages with severity ofinfo
orsuccess
to 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
- 95987388f26b: Marked headers
Authorization
andX-Api-Key
as 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
- c59a4b2b9e0a: Added support for Confluence Cloud to the
confluence:transform:markdown
action 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
- 50c4457119ec: Fixed publish configuration.
- 30e6edd7f6a5: Add support for dry run for
gitlab:group:ensureExists
action. - f5a66052f04f: 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
- e8c55c063b88: Fixes
SearchModal
andHomePageSearchBar
components to use search bar reference value when "enter" is pressed, avoiding waiting for query state debounce. - 2f660eb573cc: Fix SearchBar styles & update StoryBook stories for custom styles for
notchedOutline
class. - 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
- ee411e7c2623: 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
-
a5baeea2cb87: Allows for an optional
tokenManager
to 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
- 3c09e8d3cb0c: 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
- 0134c1aa4f36: Fix accessibility issue in
SearchCheckbox
component, making it possible to use the field via keyboard. - 2f660eb573cc: Fix SearchBar styles & update StoryBook stories for custom styles for
notchedOutline
class. - 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
- 2e036369d83b: Updated
alertApi
usages with severity ofinfo
orsuccess
to 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
- 41e8037a8a6d: 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
- c03307ded3e6: 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
- 2f660eb573cc: Fix SearchBar styles & update StoryBook stories for custom styles for
notchedOutline
class. - 956d09e8ea68: Change deprecated local references to import from shared
plugin-techdocs-react
plugin - e33beb1f2a8e: 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
- 1fd38bc4141a: 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
- b43e030911f2: Upgrade
@azure/identity
to support using Workload Identity to authenticate against Azure. - 7d4a09304f67: Use latest techdocs docker image by default. The latest image contains security updates.
- 5f2c38c70f5b: 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
- 3d11596a72b5: 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
- 7a8441b9a323: Reflect the updated sign on status for a provider after signing out.
- 5362a7c58eaa: 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