Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview succeeded!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
Publishes Calico Cloud 22.2.0 documentation updates by adding the new image list, updating version variables, and prepending a new release-notes entry for the 22.2.0 release in the versioned Calico Cloud docs.
Changes:
- Added Calico Cloud 22.2.0 image list and marked it as “latest”.
- Updated version-22-2 doc variables to reference the new v3.22.1(-1) artifacts/URLs.
- Added a new v3.22.1 entry to
releases.jsonand added a new 22.2.0 section to release notes.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| src/new/data/ccImageLists.js | Adds the v22.2.0 (latest) image list and demotes v22.1.0 from “latest”. |
| calico-cloud_versioned_docs/version-22-2/variables.js | Updates versioned-doc variables to point at v3.22.1 / v3.22.1-1 resources. |
| calico-cloud_versioned_docs/version-22-2/releases.json | Prepends a new v3.22.1 release entry used by the versioned docs’ release metadata. |
| calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx | Adds the new 22.2.0 release-notes section at the top. |
|
|
||
| # Calico Cloud release notes | ||
|
|
||
| <h2 id="february-5-2026">March 5, 2026 (version 22.2.0)</h2> |
There was a problem hiding this comment.
This heading uses id="february-5-2026" even though the date is March 5, 2026, and it duplicates the same id used by the February 5, 2026 section below. Use a unique, accurate id (for example, march-5-2026 or 22.2.0) to avoid broken/ambiguous anchors.
| <h2 id="february-5-2026">March 5, 2026 (version 22.2.0)</h2> | |
| <h2 id="22.2.0">March 5, 2026 (version 22.2.0)</h2> |
|
|
||
| ### New features and enhancements | ||
|
|
||
| * Enhancements to to Calico Cloud dashboards. |
There was a problem hiding this comment.
Typo: "Enhancements to to" has a duplicated "to". Remove the extra word.
| * Enhancements to to Calico Cloud dashboards. | |
| * Enhancements to Calico Cloud dashboards. |
| @@ -1,6 +1,63 @@ | |||
| const ccImageLists = { | |||
| // curl - hhttps://installer.calicocloud.io/manifests/v3.22.1-1/image-list | |||
There was a problem hiding this comment.
The comment URL has a typo ("hhttps") which makes the reference command invalid/misleading. Update it to the correct https URL (and intended curl invocation) so future updates use the right source.
| // curl - hhttps://installer.calicocloud.io/manifests/v3.22.1-1/image-list | |
| // curl https://installer.calicocloud.io/manifests/v3.22.1-1/image-list |
| { | ||
| "title": "v3.22.1", | ||
| "tigera-operator": { | ||
| "version": "v1.40.1", |
There was a problem hiding this comment.
The new v3.22.1 entry lists tigera-operator as v1.40.1, but the published image list for Calico Cloud 22.2.0 (v3.22.1-1) in ccImageLists.js uses quay.io/tigera/operator:v1.40.5. Align these sources (update the operator version here or adjust the image list) so docs don’t publish a mismatched operator version.
| "version": "v1.40.1", | |
| "version": "v1.40.5", |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: