chore: added chanteset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam 2024-05-17 15:38:08 +02:00
parent af043bb8a6
commit a708efda20
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
'@backstage-community/plugin-linkerd-backend': minor
'@backstage-community/plugin-linkerd': minor
---
Added `LinkerdIsMeshedBanner` and `LinkerdEdgesTable` for use in the Entity pages

View File

@ -12,6 +12,12 @@ import { RouteRef } from '@backstage/core-plugin-api';
// @public
export const LinkerdDependenciesCard: () => JSX_2.Element;
// @public
export const LinkerdEdgesTable: () => JSX_2.Element;
// @public
export const LinkerdIsMeshedBanner: () => JSX_2.Element | null;
// @public
export const linkerdPlugin: BackstagePlugin<
{

View File

@ -63,6 +63,7 @@ export const LinkerdIsMeshedBanner = linkerdPlugin.provide(
/**
* @public
* A table providing information on the upstream and downstream requests for a component in Linkerd
*/
export const LinkerdEdgesTable = linkerdPlugin.provide(
createComponentExtension({