Skip to content

DOCS-2821: Publish CC 22.2.0#2562

Merged
tmjd merged 2 commits intomainfrom
publish/cc-22.2.0
Mar 4, 2026
Merged

DOCS-2821: Publish CC 22.2.0#2562
tmjd merged 2 commits intomainfrom
publish/cc-22.2.0

Conversation

@ctauchen
Copy link
Collaborator

@ctauchen ctauchen commented Mar 4, 2026

Product Version(s):

Issue:

Link to docs preview:

SME review:

  • An SME has approved this change.

DOCS review:

  • A member of the docs team has approved this change.

Additional information:

Merge checklist:

  • Deploy preview inspected wherever changes were made
  • Build completed successfully
  • Test have passed

Copilot AI review requested due to automatic review settings March 4, 2026 16:17
@ctauchen ctauchen requested a review from a team as a code owner March 4, 2026 16:17
@netlify
Copy link

netlify bot commented Mar 4, 2026

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit b9e2ed0
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/69a87b597156e60008e56835
😎 Deploy Preview https://deploy-preview-2562--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Mar 4, 2026

Deploy Preview succeeded!

Name Link
🔨 Latest commit b9e2ed0
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/69a87b5913403c00082ed561
😎 Deploy Preview https://deploy-preview-2562--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73 (🟢 up 3 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.json and 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>
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
<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>

Copilot uses AI. Check for mistakes.

### New features and enhancements

* Enhancements to to Calico Cloud dashboards.
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "Enhancements to to" has a duplicated "to". Remove the extra word.

Suggested change
* Enhancements to to Calico Cloud dashboards.
* Enhancements to Calico Cloud dashboards.

Copilot uses AI. Check for mistakes.
@@ -1,6 +1,63 @@
const ccImageLists = {
// curl - hhttps://installer.calicocloud.io/manifests/v3.22.1-1/image-list
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
// curl - hhttps://installer.calicocloud.io/manifests/v3.22.1-1/image-list
// curl https://installer.calicocloud.io/manifests/v3.22.1-1/image-list

Copilot uses AI. Check for mistakes.
{
"title": "v3.22.1",
"tigera-operator": {
"version": "v1.40.1",
Copy link

Copilot AI Mar 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"version": "v1.40.1",
"version": "v1.40.5",

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@tmjd tmjd merged commit 96e352b into main Mar 4, 2026
10 of 11 checks passed
@tmjd tmjd deleted the publish/cc-22.2.0 branch March 4, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants