From 2f8f9bb13aa0accf59585dffe8f4cdef7b61b301 Mon Sep 17 00:00:00 2001 From: Jamie Klassen Date: Thu, 8 Feb 2024 09:57:53 -0500 Subject: [PATCH] fix changeset to mention breaking changes Signed-off-by: Jamie Klassen --- .changeset/eight-pumas-rule.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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`.