update changelog

Signed-off-by: Gio <6011354+gioufop@users.noreply.github.com>
This commit is contained in:
Gio
2022-07-20 16:11:15 -03:00
committed by GitHub
parent 4c05f9b892
commit ebeaf11460
+3 -1
View File
@@ -17,7 +17,9 @@
BREAKING: Kubernetes backend plugin now depends on CatalogApi
```typescript
```typescript
// Import CatalogClient
import { CatalogClient } from '@backstage/catalog-client';
// Create new CatalogClient
const catalogApi = new CatalogClient({ discoveryApi: env.discovery });
const { router } = await KubernetesBuilder.createBuilder({