diff --git a/.changeset/eight-pumas-rule.md b/.changeset/eight-pumas-rule.md index 57e6b4433b..166ebd8bd3 100644 --- a/.changeset/eight-pumas-rule.md +++ b/.changeset/eight-pumas-rule.md @@ -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`.