fix changeset to mention breaking changes

Signed-off-by: Jamie Klassen <jamie.klassen@broadcom.com>
This commit is contained in:
Jamie Klassen
2024-02-08 09:57:53 -05:00
parent 494dca2326
commit 2f8f9bb13a
+4 -2
View File
@@ -1,5 +1,7 @@
---
'@backstage/plugin-kubernetes-react': patch
'@backstage/plugin-kubernetes-react': minor
---
The `PodAndErrors` type now includes the full `ClusterAttributes` rather than just the name.
**BREAKING** The `PodScope`, `PodAndErrors`, and `PodExecTerminalProps` types no
longer have a `clusterName` field; instead they now have the field `cluster`
which contains the full `ClusterAttributes`.