From 940168572344203055077ff2dade3ffefb1fd11f Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Fri, 8 May 2026 16:47:41 +0100 Subject: [PATCH 1/2] Rewrite release-notes landing-page descriptions (next trees) Update the three release-notes index pages to use action-led descriptions that name the canonical product and signal that the page lists per-version release notes. Next-only on purpose; versioned-snapshot mirrors will follow after review. --- calico-cloud/release-notes/index.mdx | 2 +- calico-enterprise/release-notes/index.mdx | 2 +- calico/release-notes/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/calico-cloud/release-notes/index.mdx b/calico-cloud/release-notes/index.mdx index 14b5624258..e91044df60 100644 --- a/calico-cloud/release-notes/index.mdx +++ b/calico-cloud/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: What's new, and why features provide value for upgrading. +description: Find what changed in each release of Calico Cloud, including new features, web console updates, enhancements, and fixes across dated releases. title: Release notes --- diff --git a/calico-enterprise/release-notes/index.mdx b/calico-enterprise/release-notes/index.mdx index b903bafe46..76df630b77 100644 --- a/calico-enterprise/release-notes/index.mdx +++ b/calico-enterprise/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: What's new, and why features provide value for upgrading. +description: Find what changed in each release of Calico Enterprise, with new features, enhancements, technology previews, deprecations, and bug fixes per version. title: Release notes --- diff --git a/calico/release-notes/index.mdx b/calico/release-notes/index.mdx index 0ccea29221..5e16933d62 100644 --- a/calico/release-notes/index.mdx +++ b/calico/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: Release notes for Calico Open Source +description: Find what changed in each release of Calico Open Source, including new features, enhancements, bug fixes, deprecations, and known issues across versions. title: Release notes --- From 48d6f7decc1a1bdb7b1f090253d0172b32cfe957 Mon Sep 17 00:00:00 2001 From: Christopher Tauchen Date: Fri, 8 May 2026 18:27:51 +0100 Subject: [PATCH 2/2] Reframe OSS and CE as single-release; mirror to versioned trees MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copilot pointed out (PR #2708) that the OSS and CE release-notes index pages are single-release pages — H1 is "Calico Open Source 3.30 release notes" / "Calico Enterprise X.Y release notes" with one Release details section — not multi-release archives. Reframed both to "Release notes for the current Calico {Open Source,Enterprise} release — ...". Calico Cloud genuinely is a multi-release index with dated entries, so that description is unchanged. Mirrored all three logical descriptions to their versioned snapshots: - calico_versioned_docs/version-3.32/release-notes/index.mdx - calico-enterprise_versioned_docs/version-3.23-1/release-notes/index.mdx - calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx - calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx 7 files changed total (3 next + 4 versioned). All four content checks clean; Vale clean on description lines. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../version-22-2/release-notes/index.mdx | 2 +- calico-enterprise/release-notes/index.mdx | 2 +- .../version-3.22-2/release-notes/index.mdx | 2 +- .../version-3.23-1/release-notes/index.mdx | 2 +- calico/release-notes/index.mdx | 2 +- calico_versioned_docs/version-3.32/release-notes/index.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx b/calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx index a6aed03751..559733ef83 100644 --- a/calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx +++ b/calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: What's new, and why features provide value for upgrading. +description: Find what changed in each release of Calico Cloud, including new features, web console updates, enhancements, and fixes across dated releases. title: Release notes --- diff --git a/calico-enterprise/release-notes/index.mdx b/calico-enterprise/release-notes/index.mdx index 76df630b77..6d0f043247 100644 --- a/calico-enterprise/release-notes/index.mdx +++ b/calico-enterprise/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: Find what changed in each release of Calico Enterprise, with new features, enhancements, technology previews, deprecations, and bug fixes per version. +description: Release notes for the current Calico Enterprise release — new features, enhancements, technology previews, deprecations, and bug fixes. title: Release notes --- 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 32aa2b81e0..a5c8493729 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 @@ -1,5 +1,5 @@ --- -description: What's new, and why features provide value for upgrading. +description: Release notes for the current Calico Enterprise release — new features, enhancements, technology previews, deprecations, and bug fixes. title: Release notes --- diff --git a/calico-enterprise_versioned_docs/version-3.23-1/release-notes/index.mdx b/calico-enterprise_versioned_docs/version-3.23-1/release-notes/index.mdx index c310d46434..cb563518d4 100644 --- a/calico-enterprise_versioned_docs/version-3.23-1/release-notes/index.mdx +++ b/calico-enterprise_versioned_docs/version-3.23-1/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: What's new, and why features provide value for upgrading. +description: Release notes for the current Calico Enterprise release — new features, enhancements, technology previews, deprecations, and bug fixes. title: Release notes --- diff --git a/calico/release-notes/index.mdx b/calico/release-notes/index.mdx index 5e16933d62..d2b022f4d6 100644 --- a/calico/release-notes/index.mdx +++ b/calico/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: Find what changed in each release of Calico Open Source, including new features, enhancements, bug fixes, deprecations, and known issues across versions. +description: Release notes for the current Calico Open Source release — new features, enhancements, technology previews, deprecations, bug fixes, and known issues. title: Release notes --- diff --git a/calico_versioned_docs/version-3.32/release-notes/index.mdx b/calico_versioned_docs/version-3.32/release-notes/index.mdx index bb36bb9cdf..2a9a2584d4 100644 --- a/calico_versioned_docs/version-3.32/release-notes/index.mdx +++ b/calico_versioned_docs/version-3.32/release-notes/index.mdx @@ -1,5 +1,5 @@ --- -description: Release notes for Calico Open Source +description: Release notes for the current Calico Open Source release — new features, enhancements, technology previews, deprecations, bug fixes, and known issues. title: Release notes ---