From 6a6b6bbda03af816048f29ef918a74224660a7e5 Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Fri, 15 May 2026 16:47:39 -0700 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20note=20Kibana=207=E2=86=928=20migra?= =?UTF-8?q?tion=20known=20issue=20on=203.21=20and=203.22=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an upgrade note at the top of the 3.21.7 and 3.22.3 release sections calling out the known Kibana 7→8 saved-object migration issue when upgrading from Calico Enterprise 3.20 or earlier, and pointing users at the fixed releases. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../version-3.21-2/release-notes/index.mdx | 6 ++++++ .../version-3.22-2/release-notes/index.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx b/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx index 820410d14e..6ae1416c33 100644 --- a/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx +++ b/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx @@ -220,6 +220,12 @@ To update an existing installation of Calico Enterprise 3.21, see [Install a pat May 13, 2026 +:::note[Upgrading from Calico Enterprise 3.20 or earlier] + +Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in this release — upgrade directly to 3.21.7 or later to avoid it. + +::: + #### Enhancements * Display the `Degraded` condition's message when running `kubectl get tigerastatus`, making it easier to see error details at a glance without needing to describe the resource. diff --git a/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx b/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx index a5c8493729..c112818399 100644 --- a/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx +++ b/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx @@ -293,6 +293,12 @@ Use v3.22.4 instead, which includes a fix for this issue. ::: +:::note[Upgrading from Calico Enterprise 3.20 or earlier] + +Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in this release — upgrade directly to 3.22.3 or later to avoid it. + +::: + #### Enhancements * Display the `Degraded` condition's message when running `kubectl get tigerastatus`, making it easier to see error details at a glance without needing to describe the resource. From 8c35f755fb2fc625a41e172e91dbf6546895642d Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Fri, 22 May 2026 11:40:03 -0700 Subject: [PATCH 2/2] fix: update Kibana known-issue notes to reference upcoming patch releases Co-Authored-By: Claude Opus 4.6 --- .../version-3.21-2/release-notes/index.mdx | 2 +- .../version-3.22-2/release-notes/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx b/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx index 6ae1416c33..43dbc8d980 100644 --- a/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx +++ b/calico-enterprise_versioned_docs/version-3.21-2/release-notes/index.mdx @@ -222,7 +222,7 @@ May 13, 2026 :::note[Upgrading from Calico Enterprise 3.20 or earlier] -Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in this release — upgrade directly to 3.21.7 or later to avoid it. +Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in the upcoming 3.21.8 release — upgrade directly to 3.21.8 or later to avoid it. ::: diff --git a/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx b/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx index c112818399..6c5f29325b 100644 --- a/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx +++ b/calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx @@ -295,7 +295,7 @@ Use v3.22.4 instead, which includes a fix for this issue. :::note[Upgrading from Calico Enterprise 3.20 or earlier] -Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in this release — upgrade directly to 3.22.3 or later to avoid it. +Calico Enterprise 3.21 and later upgrade Kibana from 7.x to 8.x, and there is a known issue with the Kibana 7 → 8 saved-object migration when upgrading from Calico Enterprise 3.20 or earlier. The fix is included in the upcoming 3.22.5 release — upgrade directly to 3.22.5 or later to avoid it. :::