@backstage/app-defaults@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-app-api@1.0.0
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-permission-react@0.3.4
@backstage/catalog-client@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
- 0163c41: BREAKING: Removed the deprecated
presence
field in theLocation
andAddLocationRequest
types. This field was already being ignored by the catalog backend and can be safely removed.
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/catalog-model@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
-
02ad19d: BREAKING: Removed the deprecated
metadata.generation
field entirely. It is no longer present in TS types, nor in the REST API output. Entities that have not yet been re-stitched may still have the field present for some time, but it will get phased out gradually by your catalog instance. -
a04dbc2: BREAKING: Removed
EntityName
, useCompoundEntityRef
type instead.BREAKING: Removed
getEntityName
, usegetCompoundEntityRef
instead. -
132189e: BREAKING: The User kind has an updated TypeScript type where
spec.memberOf
is optional.NOTE HOWEVER, that this only applies to the TypeScript types
UserEntity
andUserEntityV1alpha1
. The catalog validation still requires the field to be
set, even if it's in the form of an empty array. If you try to ingest data that
stops producing this field, those entities will be rejected by the catalog.
The reason for these choices is that consumers will get a long grace period
where old code still can rely on the underlying data being present, giving users
ample time to update before actual breakages could happen. -
d3e9ec4: BREAKING: Removed the
target
property fromEntityRelation
. This field has been replaced bytargetRef
.
This means thattarget: { name: 'team-a', kind: 'group', namespace: 'default' }
is now replaced withtargetRef: 'group:default/team-a'
in entity relations.The entities API endpoint still return the old
target
field for to ease transitions, however the future removal of this field will be considered non breaking.
Patch Changes
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/config@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
@backstage/config-loader@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- 6648213: The
typescript-json-schema
dependency that is used during schema collection is now lazy loaded, as it eagerly loads in the TypeScript compiler. - f910c2a: build(deps): bump
typescript-json-schema
from 0.52.0 to 0.53.0 - Updated dependencies
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/core-app-api@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-plugin-api@1.0.0
- @backstage/version-bridge@1.0.0
- @backstage/config@1.0.0
- @backstage/types@1.0.0
@backstage/core-plugin-api@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/version-bridge@1.0.0
- @backstage/config@1.0.0
- @backstage/types@1.0.0
@backstage/dev-utils@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/app-defaults@1.0.0
- @backstage/core-app-api@1.0.0
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/test-utils@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/errors@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
@backstage/integration@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- 403837c: Added an integration for Gerrit
- Updated dependencies
- @backstage/config@1.0.0
@backstage/integration-react@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
@techdocs/cli@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/plugin-techdocs-node@1.0.0
@backstage/test-utils@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-app-api@1.0.0
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-permission-react@0.3.4
- @backstage/config@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-permission-common@0.5.3
@backstage/types@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
@backstage/version-bridge@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3
@backstage/plugin-catalog@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
-
a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 -
c689d7a: DEPRECATION: The
FilteredEntityLayout
and related components have been moved to@backstage/plugin-catalog-react
and renamed. The original components are now deprecated and should be replaced as follows:FilteredEntityLayout
->CatalogFilterLayout
FilterContainer
->CatalogFilterLayout.Filters
EntityListContainer
->CatalogFilterLayout.Content
-
d4afa7e: Fix for
EntitySwitch
not properly falling back to render the default entity page when the entity is missing. -
f24ef78: Minor typo fixes
-
Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-catalog-common@1.0.0
- @backstage/plugin-search-common@0.3.2
@backstage/plugin-catalog-backend@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
-
6145ca7: BREAKING: A number of types and classes have been removed, without a prior deprecation period. These were all very internal, essentially unused by the vast majority of users, and their being exposed was leading to excessive breaking of public interfaces for little-to-zero benefit. So for the 1.0 release of the catalog, the following interface changes have been made (but should have no effect on most users):
-
The return type of
CatalogBuilder.build()
now only has the fieldsprocessingEngine
androuter
which is what most users actually consume; the other three fields (entitiesCatalog
,locationAnalyzer
,locationService
) that see very little use have been removed. If you were relying on the presence of either of these in any way, please open an issue that describes your use case, and we'll see how we could fill the gap. -
The function
createRouter
is removed; useCatalogBuilder
as follows instead:const builder = await CatalogBuilder.create(env); // add things as needed, e.g builder.addProcessor(new ScaffolderEntitiesProcessor()); const { processingEngine, router } = await builder.build(); await processingEngine.start(); return router;
-
The following types were removed:
CatalogProcessingOrchestrator
CatalogRule
CatalogRulesEnforcer
EntityAncestryResponse
EntityFacetsRequest
EntityFacetsResponse
EntityPagination
EntityProcessingRequest
EntityProcessingResult
EntitiesCatalog
EntitiesRequest
EntitiesResponse
LocationService
LocationInput
LocationStore
PageInfo
RefreshOptions
RefreshService
RouterOptions
-
The following classes were removed:
DefaultCatalogProcessingOrchestrator
DefaultCatalogRulesEnforcer
-
-
02ad19d: BREAKING: Removed the deprecated
metadata.generation
field entirely. It is no longer present in TS types, nor in the REST API output. Entities that have not yet been re-stitched may still have the field present for some time, but it will get phased out gradually by your catalog instance. -
7250b69: BREAKING: Removed the previously deprecated
results
export. Please useprocessingResult
instead. -
077e7c1: BREAKING: Removed the following deprecated symbols:
catalogBuilder.setRefreshInterval
, usecatalogBuilder.setProcessingInterval
instead.catalogBuilder.setRefreshIntervalSeconds
, usecatalogBuilder.setProcessingIntervalSeconds
instead.createRandomRefreshInterval
, usecreateRandomProcessingInterval
instead.RefreshIntervalFunction
, useProcessingIntervalFunction
instead.
-
74375be: BREAKING: Removed the export of the
RecursivePartial
utility type. If you relied on this type it can be redefined like this:type RecursivePartial<T> = { [P in keyof T]?: T[P] extends (infer U)[] ? RecursivePartial<U>[] : T[P] extends object ? RecursivePartial<T[P]> : T[P]; };
-
ced3016: BREAKING: The deprecated
CatalogEntityDocument
export has been removed, it can be imported from@backstage/plugin-catalog-common
instead. -
0163c41: BREAKING: Removed the deprecated
presence
field fromLocationInput
. -
d3e9ec4: BREAKING: Removed the
target
property fromEntityRelation
. This field has been replaced bytargetRef
.
This means thattarget: { name: 'team-a', kind: 'group', namespace: 'default' }
is now replaced withtargetRef: 'group:default/team-a'
in entity relations.The entities API endpoint still return the old
target
field for to ease transitions, however the future removal of this field will be considered non breaking.
Patch Changes
- 89c7e47: Minor README update
- 26fb159: Pass in auth token to ancestry endpoint
- efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- f24ef78: Minor typo fixes
- e949d68: Made sure to move the catalog-related github and ldap config into their right places
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/plugin-scaffolder-common@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-catalog-common@1.0.0
- @backstage/plugin-permission-common@0.5.3
- @backstage/plugin-permission-node@0.5.5
- @backstage/plugin-search-common@0.3.2
@backstage/plugin-catalog-common@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- Updated dependencies
- @backstage/search-common@0.3.2
- @backstage/plugin-permission-common@0.5.3
@backstage/plugin-catalog-react@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
-
f7fb729: BREAKING: Removed the deprecated
favoriteEntityTooltip
andfavoriteEntityIcon
functions. -
4cd9202: BREAKING: The following deprecated annotation reading helper functions were removed:
getEntityMetadataViewUrl
, useentity.metadata.annotations?.[ANNOTATION_VIEW_URL]
instead.getEntityMetadataEditUrl
, useentity.metadata.annotations?.[ANNOTATION_EDIT_URL]
instead.
-
1f2757b: BREAKING: The
useEntity
hook no longer returns loading or error states, and will throw an error if the entity is not immediately available. In practice this means thatuseEntity
can only be used in contexts where the entity is guaranteed to have been loaded, for example inside anEntityLayout
. To access the loading state of the entity, useuseAsyncEntity
instead. -
0f3520d: BREAKING: Removed the deprecated
formatEntityRefTitle
, usehumanizeEntityRef
instead.
Patch Changes
-
a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 -
c689d7a: Added
CatalogFilterLayout
, which replacesFilteredEntityLayout
from@backstage/plugin-catalog
, as well asFilterContainer
andEntityListContainer
. It is used like this:<CatalogFilterLayout> <CatalogFilterLayout.Filters> {/* filter drawer, for example <EntityTypePicker /> and friends */} </CatalogFilterLayout.Filters> <CatalogFilterLayout.Content> {/* content view, for example a <CatalogTable /> */} </CatalogFilterLayout.Content> </CatalogFilterLayout>
-
Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/version-bridge@1.0.0
- @backstage/plugin-permission-react@0.3.4
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-permission-common@0.5.3
@backstage/plugin-scaffolder@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
- 9a40892: BREAKING: Removed the unused
titleComponent
property ofgroups
passed to theScaffolderPage
. The property was already ignored, but existing usage should migrated to use thetitle
property instead, which now accepts anyReactNode
.
Patch Changes
- 9b7e361: Remove beta labels
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - 20a262c: The
ScaffolderPage
now uses theCatalogFilterLayout
, which means the filters are put in a drawer on smaller screens. - f24ef78: Minor typo fixes
- d871692: Implement a template preview page (
/create/preview
) to test creating form UIs - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/plugin-permission-react@0.3.4
- @backstage/catalog-model@1.0.0
- @backstage/plugin-scaffolder-common@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-catalog-common@1.0.0
@backstage/plugin-scaffolder-backend@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- 765639f: Added new
github:issues:label
action to apply labels to issues, and also outputpullRequestNumber
frompublish:github:pull-request
. - efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- c8475ab: Adding some documentation for exported things
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/plugin-scaffolder-common@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-scaffolder-common@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Patch Changes
- c8475ab: Adding some documentation for exported things
- Updated dependencies
- @backstage/catalog-model@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-techdocs@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
-
700d93f: Removed deprecated exports, including:
- deprecated
DocsResultListItem
is now deleted and fully replaced withTechDocsSearchResultListItem
- deprecated
TechDocsPage
is now deleted and fully replaced withTechDocsReaderPage
- deprecated
TechDocsPageHeader
is now deleted and fully replaced withTechDocsReaderPageHeader
- deprecated
TechDocsPageHeaderProps
is now deleted and fully replaced withTechDocsReaderPageHeaderProps
- deprecated
TechDocsPageRenderFunction
is now deleted and fully replaced withTechDocsReaderPageRenderFunction
- deprecated config
techdocs.requestUrl
is now deleted and fully replaced with the discoveryApi
- deprecated
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - c689d7a: Switched to using
CatalogFilterLayout
from@backstage/plugin-catalog-react
. - f24ef78: Minor typo fixes
- 06af9e8: Long sidebars will no longer overflow the footer and will properly show a scrollbar when needed.
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/plugin-search@0.7.4
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-techdocs-backend@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
-
700d93f: Removed deprecated exports, including:
- deprecated config
generators
is now deleted and fully replaced withtechdocs.generator
- deprecated config
generators.techdocs
is now deleted and fully replaced withtechdocs.generator.runIn
- deprecated config
techdocs.requestUrl
is now deleted - deprecated config
techdocs.storageUrl
is now deleted - deprecated
createHttpResponse
is now deleted and calls to/sync/:namespace/:kind/:name
needs to be done by an EventSource.
- deprecated config
Patch Changes
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-catalog-common@1.0.0
- @backstage/plugin-techdocs-node@1.0.0
- @backstage/plugin-search-common@0.3.2
@backstage/plugin-techdocs-node@1.0.0
Major Changes
- b58c70c: This package has been promoted to v1.0! To understand how this change affects the package, please check out our versioning policy.
Minor Changes
- 700d93f: -
DirectoryPreparer
now uses private constructor. Use static fromConfig method to instantiate.UrlPreparer
now uses private constructor. Use static fromConfig method to instantiate.
Patch Changes
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-search-common@0.3.2
@backstage/cli@0.16.0
Minor Changes
- 217547a: BREAKING: The provided Jest configuration now only matches files with a
.test.
infix, rather than any files that is suffixed withtest.<ext>
. In particular this means that files named justtest.ts
will no longer be considered a test file.
Patch Changes
- 947ae3b: Applied the fix from version
0.15.3
of this package, which is part of thev0.71.1
release of Backstage. - 19eed0e: Fix for
overrides
not being properly forwarded from the extra configuration passed to@backstage/cli/config/eslint-factory
. - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/config-loader@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-backend-module-msgraph@0.3.0
Minor Changes
-
331f258: BREAKING:
MicrosoftGraphOrgEntityProvider.fromConfig
now requires aschedule
field in its options, which simplifies scheduling. If you want to retain the old behavior of calling itsrun()
method manually, you can set the new field value to the string'manual'
. But you may prefer to instead give it a scheduled task runner from the backend tasks package:// packages/backend/src/plugins/catalog.ts +import { Duration } from 'luxon'; +import { MicrosoftGraphOrgEntityProvider } from '@backstage/plugin-catalog-backend-module-msgraph'; export default async function createPlugin( env: PluginEnvironment, ): Promise<Router> { const builder = await CatalogBuilder.create(env); + // The target parameter below needs to match one of the providers' target + // value specified in your app-config. + builder.addEntityProvider( + MicrosoftGraphOrgEntityProvider.fromConfig(env.config, { + id: 'production', + target: 'https://graph.microsoft.com/v1.0', + logger: env.logger, + schedule: env.scheduler.createScheduledTaskRunner({ + frequency: Duration.fromObject({ minutes: 5 }), + timeout: Duration.fromObject({ minutes: 3 }), + }), + }), + );
Patch Changes
- 759b32b: support advanced querying capabilities using the config option
queryMode
- 89c7e47: Minor README update
- 132189e: Updated the code to handle User kind
spec.memberOf
now being optional. - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-tasks@0.2.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
@backstage/plugin-gcalendar@0.2.0
Minor Changes
- 6b226ff: Added Google calendar widget
Patch Changes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/errors@1.0.0
@backstage/backend-common@0.13.1
Patch Changes
- efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- f24ef78: Minor typo fixes
- b66f701: Fix handling of bucket names with dots, in
AwsS3UrlReader
- Updated dependencies
- @backstage/config-loader@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/backend-tasks@0.2.1
Patch Changes
- efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/backend-test-utils@0.1.22
Patch Changes
- 89c7e47: Minor README update
- efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- Updated dependencies
- @backstage/cli@0.16.0
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
@backstage/codemods@0.1.36
Patch Changes
- 224441d: Inlined the table of symbols used by the
core-imports
codemod so that future updates to the core packages don't break the codemod. An entry for has also been added to direct imports ofcreateApp
to@backstage/app-defaults
.
@backstage/core-components@0.9.2
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - 7c8cde4: Change header style
word-wrap
frombreak-all
tobreak-word
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-plugin-api@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/create-app@0.4.24
Patch Changes
-
89c7e47: Minor README update
-
a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 -
efc73db: The main repo has switched from
@vscode/sqlite3
tobetter-sqlite3
as its preferred SQLite installation. This decision was triggered by a number of issues with the former that arose because it needs build infrastructure in place and functional in order to be installed. The main drawback of this is that the new package uses the database client IDbetter-sqlite3
instead of the plainsqlite3
.If you want to perform the same switch in your own repository,
-
Replace all of your
package.json
dependencies on@vscode/sqlite3
with the latest version ofbetter-sqlite3
instead"dependencies": { - "@vscode/sqlite3": "^5.0.7", + "better-sqlite3": "^7.5.0",
-
In your app-config and tests, wherever you supply
client: 'sqlite3'
, instead supplyclient: 'better-sqlite3
backend: database: - client: sqlite3 + client: better-sqlite3
-
@backstage/search-common@0.3.2
Patch Changes
- 82b0190: This package is no longer maintained. Use
@backstage/plugin-search-common
, going forward. - Updated dependencies
- @backstage/plugin-search-common@0.3.2
@backstage/techdocs-common@0.11.13
Patch Changes
- 82b0190: This package is no longer maintained. Use
@backstage/plugin-techdocs-node
, going forward. - Updated dependencies
- @backstage/plugin-techdocs-node@1.0.0
@backstage/plugin-airbrake@0.3.3
Patch Changes
- 89c7e47: Minor README update
- 7ff853b: build(deps): bump
object-hash
from 2.2.0 to 3.0.0 - a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/dev-utils@1.0.0
- @backstage/test-utils@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-airbrake-backend@0.2.3
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
@backstage/plugin-allure@0.1.19
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-analytics-module-ga@0.1.14
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/config@1.0.0
@backstage/plugin-apache-airflow@0.1.11
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-api-docs@0.8.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - c689d7a: Switched to using
CatalogFilterLayout
from@backstage/plugin-catalog-react
. - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/plugin-catalog@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-app-backend@0.3.30
Patch Changes
- 89c7e47: Minor README update
- Updated dependencies
- @backstage/config-loader@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-auth-backend@0.12.2
Patch Changes
- efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-auth-node@0.1.6
@backstage/plugin-auth-node@0.1.6
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-azure-devops@0.1.19
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - 4e6327e: Updated readme
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-azure-devops-backend@0.3.9
Patch Changes
- 89c7e47: Minor README update
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
@backstage/plugin-badges@0.2.27
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - 5f7d1e3: Fixed an error caused by the
EntityBadgesDialog
trying to access the entity before it is loaded. - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-badges-backend@0.1.24
Patch Changes
- 89c7e47: Minor README update
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-bazaar@0.1.18
Patch Changes
- Updated dependencies
- @backstage/cli@0.16.0
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/plugin-catalog@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/catalog-client@1.0.0
@backstage/plugin-bazaar-backend@0.1.14
Patch Changes
- 89c7e47: Minor README update
- efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- Updated dependencies
- @backstage/backend-test-utils@0.1.22
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
@backstage/plugin-bitrise@0.1.30
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-catalog-backend-module-aws@0.1.3
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-backend-module-azure@0.1.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-backend-module-bitbucket@0.1.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-backend-module-github@0.1.1
Patch Changes
- 132189e: Updated the code to handle User kind
spec.memberOf
now being optional. - e949d68: Made sure to move the catalog-related github and ldap config into their right places
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-backend-module-gitlab@0.1.1
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-backend-module-ldap@0.4.1
Patch Changes
- 132189e: Updated the code to handle User kind
spec.memberOf
now being optional. - a6c367d: Add config support for LDAP search options.
- 74375be: Updated to no longer rely on the
RecursivePartial
export from@backstage/plugin-catalog-backend
. - e949d68: Made sure to move the catalog-related github and ldap config into their right places
- Updated dependencies
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/backend-tasks@0.2.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-graph@0.2.15
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/catalog-client@1.0.0
@backstage/plugin-catalog-graphql@0.3.7
Patch Changes
- 02ad19d: Do not use
metadata.generation
from entity data - Updated dependencies
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-catalog-import@0.8.6
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - 9d98865: No longer attempt to register locations as optional, since it's ignored.
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-cicd-statistics@0.1.5
Patch Changes
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-circleci@0.3.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-cloudbuild@0.3.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-code-climate@0.1.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-code-coverage@0.1.30
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-code-coverage-backend@0.1.28
Patch Changes
- efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-config-schema@0.1.26
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - efc73db: Use
better-sqlite3
instead of@vscode/sqlite3
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-cost-insights@0.11.25
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
@backstage/plugin-explore@0.3.34
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/plugin-explore-react@0.0.15
- @backstage/catalog-model@1.0.0
@backstage/plugin-explore-react@0.0.15
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-firehydrant@0.1.20
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
@backstage/plugin-fossa@0.2.35
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-gcp-projects@0.3.22
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-git-release-manager@0.3.16
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration@1.0.0
@backstage/plugin-github-actions@0.5.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
@backstage/plugin-github-deployments@0.1.34
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-gitops-profiles@0.3.21
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-gocd@0.1.9
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-graphiql@0.2.35
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-graphql-backend@0.1.20
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/plugin-catalog-graphql@0.3.7
- @backstage/config@1.0.0
@backstage/plugin-home@0.4.19
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/plugin-search@0.7.4
- @backstage/catalog-model@1.0.0
@backstage/plugin-ilert@0.1.29
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-jenkins@0.7.2
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-jenkins-common@0.1.2
@backstage/plugin-jenkins-backend@0.1.19
Patch Changes
- 89c7e47: Minor README update
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-permission-common@0.5.3
- @backstage/plugin-auth-node@0.1.6
- @backstage/plugin-jenkins-common@0.1.2
@backstage/plugin-jenkins-common@0.1.2
Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-common@1.0.0
- @backstage/plugin-permission-common@0.5.3
@backstage/plugin-kafka@0.3.3
Patch Changes
- 89c7e47: Minor README update
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-kafka-backend@0.2.23
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-kubernetes@0.6.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/plugin-kubernetes-common@0.2.8
@backstage/plugin-kubernetes-backend@0.4.13
Patch Changes
- dab7f8d: build(deps): bump
@google-cloud/container
from 2.3.0 to 3.0.0 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-kubernetes-common@0.2.8
@backstage/plugin-kubernetes-common@0.2.8
Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.0
@backstage/plugin-lighthouse@0.3.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
@backstage/plugin-newrelic@0.3.21
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-newrelic-dashboard@0.1.11
Patch Changes
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-org@0.5.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - 132189e: Updated the code to handle User kind
spec.memberOf
now being optional. - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-pagerduty@0.3.30
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-periskop@0.1.1
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-periskop-backend@0.1.1
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
@backstage/plugin-permission-backend@0.5.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-permission-common@0.5.3
- @backstage/plugin-auth-node@0.1.6
- @backstage/plugin-permission-node@0.5.5
@backstage/plugin-permission-common@0.5.3
Patch Changes
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-permission-node@0.5.5
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-permission-common@0.5.3
- @backstage/plugin-auth-node@0.1.6
@backstage/plugin-permission-react@0.3.4
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-plugin-api@1.0.0
- @backstage/config@1.0.0
- @backstage/plugin-permission-common@0.5.3
@backstage/plugin-proxy-backend@0.2.24
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
@backstage/plugin-rollbar@0.4.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-rollbar-backend@0.1.27
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
@backstage/plugin-scaffolder-backend-module-cookiecutter@0.2.5
Patch Changes
- 89c7e47: Minor README update
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-scaffolder-backend-module-rails@0.3.5
Patch Changes
- 89c7e47: Minor README update
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/integration@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-scaffolder-backend-module-yeoman@0.2.3
Patch Changes
- 89c7e47: Minor README update
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.0.0
- @backstage/config@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-search@0.7.4
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-search-common@0.3.2
@backstage/plugin-search-backend@0.4.8
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-permission-common@0.5.3
- @backstage/plugin-search-backend-node@0.5.2
- @backstage/plugin-auth-node@0.1.6
- @backstage/plugin-permission-node@0.5.5
- @backstage/plugin-search-common@0.3.2
@backstage/plugin-search-backend-module-elasticsearch@0.1.2
Patch Changes
- Updated dependencies
- @backstage/config@1.0.0
- @backstage/plugin-search-backend-node@0.5.2
- @backstage/plugin-search-common@0.3.2
@backstage/plugin-search-backend-node@0.5.2
Patch Changes
- f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/errors@1.0.0
- @backstage/plugin-search-common@0.3.2
@backstage/plugin-search-common@0.3.2
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
- @backstage/plugin-permission-common@0.5.3
@backstage/plugin-sentry@0.3.41
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-shortcuts@0.2.4
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/types@1.0.0
@backstage/plugin-sonarqube@0.3.3
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-splunk-on-call@0.3.27
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
@backstage/plugin-tech-insights@0.1.13
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
- @backstage/types@1.0.0
- @backstage/plugin-tech-insights-common@0.2.4
@backstage/plugin-tech-insights-backend@0.2.10
Patch Changes
- 89c7e47: Minor README update
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-tech-insights-common@0.2.4
- @backstage/plugin-tech-insights-node@0.2.8
@backstage/plugin-tech-insights-backend-module-jsonfc@0.1.14
Patch Changes
- 89c7e47: Minor README update
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
- @backstage/plugin-tech-insights-common@0.2.4
- @backstage/plugin-tech-insights-node@0.2.8
@backstage/plugin-tech-insights-common@0.2.4
Patch Changes
- Updated dependencies
- @backstage/types@1.0.0
@backstage/plugin-tech-insights-node@0.2.8
Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/config@1.0.0
- @backstage/plugin-tech-insights-common@0.2.4
@backstage/plugin-tech-radar@0.5.10
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-todo@0.2.5
Patch Changes
- 89c7e47: Minor README update
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/plugin-catalog-react@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-todo-backend@0.1.27
Patch Changes
- 89c7e47: Minor README update
- Updated dependencies
- @backstage/backend-common@0.13.1
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/errors@1.0.0
@backstage/plugin-user-settings@0.4.2
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
@backstage/plugin-xcmetrics@0.2.23
Patch Changes
- a422d7c: chore(deps): bump
@testing-library/react
from 11.2.6 to 12.1.3 - f24ef78: Minor typo fixes
- Updated dependencies
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/errors@1.0.0
example-app@0.2.69
Patch Changes
- Updated dependencies
- @backstage/cli@0.16.0
- @backstage/plugin-gcalendar@0.2.0
- @backstage/plugin-scaffolder@1.0.0
- @backstage/plugin-airbrake@0.3.3
- @backstage/plugin-kafka@0.3.3
- @backstage/plugin-todo@0.2.5
- @backstage/app-defaults@1.0.0
- @backstage/core-app-api@1.0.0
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/plugin-apache-airflow@0.1.11
- @backstage/plugin-api-docs@0.8.3
- @backstage/plugin-azure-devops@0.1.19
- @backstage/plugin-badges@0.2.27
- @backstage/plugin-catalog-graph@0.2.15
- @backstage/plugin-catalog-import@0.8.6
- @backstage/plugin-catalog-react@1.0.0
- @backstage/plugin-catalog@1.0.0
- @backstage/plugin-circleci@0.3.3
- @backstage/plugin-cloudbuild@0.3.3
- @backstage/plugin-code-coverage@0.1.30
- @backstage/plugin-cost-insights@0.11.25
- @backstage/plugin-explore@0.3.34
- @backstage/plugin-gcp-projects@0.3.22
- @backstage/plugin-github-actions@0.5.3
- @backstage/plugin-gocd@0.1.9
- @backstage/plugin-graphiql@0.2.35
- @backstage/plugin-home@0.4.19
- @backstage/plugin-jenkins@0.7.2
- @backstage/plugin-kubernetes@0.6.3
- @backstage/plugin-lighthouse@0.3.3
- @backstage/plugin-newrelic@0.3.21
- @backstage/plugin-org@0.5.3
- @backstage/plugin-pagerduty@0.3.30
- @backstage/plugin-permission-react@0.3.4
- @backstage/plugin-rollbar@0.4.3
- @backstage/plugin-search@0.7.4
- @backstage/plugin-sentry@0.3.41
- @backstage/plugin-shortcuts@0.2.4
- @backstage/plugin-tech-insights@0.1.13
- @backstage/plugin-tech-radar@0.5.10
- @backstage/plugin-techdocs@1.0.0
- @backstage/plugin-user-settings@0.4.2
- @backstage/catalog-model@1.0.0
- @backstage/plugin-catalog-common@1.0.0
- @backstage/plugin-newrelic-dashboard@0.1.11
- @backstage/plugin-search-common@0.3.2
example-backend@0.2.69
Patch Changes
- Updated dependencies
- @backstage/plugin-app-backend@0.3.30
- @backstage/plugin-azure-devops-backend@0.3.9
- @backstage/plugin-badges-backend@0.1.24
- @backstage/plugin-catalog-backend@1.0.0
- @backstage/plugin-jenkins-backend@0.1.19
- @backstage/plugin-scaffolder-backend-module-rails@0.3.5
- @backstage/plugin-tech-insights-backend@0.2.10
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.14
- @backstage/plugin-todo-backend@0.1.27
- @backstage/plugin-kubernetes-backend@0.4.13
- @backstage/plugin-scaffolder-backend@1.0.0
- @backstage/backend-common@0.13.1
- @backstage/backend-tasks@0.2.1
- @backstage/plugin-auth-backend@0.12.2
- @backstage/plugin-code-coverage-backend@0.1.28
- @backstage/catalog-model@1.0.0
- @backstage/integration@1.0.0
- @backstage/catalog-client@1.0.0
- @backstage/config@1.0.0
- @backstage/plugin-techdocs-backend@1.0.0
- @backstage/plugin-permission-common@0.5.3
- @backstage/plugin-search-backend-node@0.5.2
- example-app@0.2.69
- @backstage/plugin-auth-node@0.1.6
- @backstage/plugin-graphql-backend@0.1.20
- @backstage/plugin-kafka-backend@0.2.23
- @backstage/plugin-permission-backend@0.5.5
- @backstage/plugin-permission-node@0.5.5
- @backstage/plugin-proxy-backend@0.2.24
- @backstage/plugin-rollbar-backend@0.1.27
- @backstage/plugin-search-backend@0.4.8
- @backstage/plugin-search-backend-module-elasticsearch@0.1.2
- @backstage/plugin-tech-insights-node@0.2.8
techdocs-cli-embedded-app@0.2.68
Patch Changes
- Updated dependencies
- @backstage/cli@0.16.0
- @backstage/app-defaults@1.0.0
- @backstage/core-app-api@1.0.0
- @backstage/core-components@0.9.2
- @backstage/core-plugin-api@1.0.0
- @backstage/integration-react@1.0.0
- @backstage/test-utils@1.0.0
- @backstage/plugin-catalog@1.0.0
- @backstage/plugin-techdocs@1.0.0
- @backstage/catalog-model@1.0.0
- @backstage/config@1.0.0