Rewrite release-notes landing-page descriptions (next trees)#2708
Open
ctauchen wants to merge 2 commits intotigera:mainfrom
Open
Rewrite release-notes landing-page descriptions (next trees)#2708ctauchen wants to merge 2 commits intotigera:mainfrom
ctauchen wants to merge 2 commits intotigera:mainfrom
Conversation
✅ Deploy Preview succeeded!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the description frontmatter on the three unversioned (“next”) release-notes pages so the metadata is product-specific and action-led.
Changes:
- Rewrites the meta description for Calico Open Source release notes.
- Rewrites the meta description for Calico Enterprise release notes.
- Rewrites the meta description for Calico Cloud release notes.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| calico/release-notes/index.mdx | Updates the frontmatter description for the OSS release notes page. |
| calico-enterprise/release-notes/index.mdx | Updates the frontmatter description for the Enterprise release notes page. |
| calico-cloud/release-notes/index.mdx | Updates the frontmatter description for the Cloud release notes landing page. |
| @@ -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. | |||
| @@ -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. | |||
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.
Copilot pointed out (PR tigera#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) <noreply@anthropic.com>
a039f21 to
48d6f7d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Rewrites the meta
descriptionon the three release-notes index/landing pages so they:Scope is intentionally narrow — only these 3 landing pages, one per product. Per-version archive pages are not touched.
Next-only on purpose — versioned-snapshot mirrors will follow after review, matching the pattern from #2696 and #2697.
Pre-fix vs post-fix
calico/release-notes/index.mdxRelease notes for Calico Open SourceFind what changed in each release of Calico Open Source, including new features, enhancements, bug fixes, deprecations, and known issues across versions.calico-enterprise/release-notes/index.mdxWhat's new, and why features provide value for upgrading.Find what changed in each release of Calico Enterprise, with new features, enhancements, technology previews, deprecations, and bug fixes per version.calico-cloud/release-notes/index.mdxWhat's new, and why features provide value for upgrading.Find what changed in each release of Calico Cloud, including new features, web console updates, enhancements, and fixes across dated releases.Test plan
enable,disable,teaching)🤖 Generated with Claude Code