DOCS-2960: Publish Calico Cloud 22.4.2#2785
Open
ctauchen wants to merge 2 commits into
Open
Conversation
Placeholder release notes for Calico Cloud 22.4.2 (June 15, 2026 dateline). Operator number left as-is, to be updated when actual release content lands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ 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. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR scaffolds the Calico Cloud 22.4.2 patch release in the docs by pre-staging version references, an image list entry, and a release-notes section for the version-22-2 documentation set.
Changes:
- Adds a new
v22.4.2 (latest)entry to the Calico Cloud image list data. - Bumps
cloudUserVersiontov22.4.2in theversion-22-2doc variables. - Adds a placeholder 22.4.2 release-notes entry dated June 15, 2026.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
src/___new___/data/ccImageLists.js |
Adds a new 22.4.2 “latest” image list entry (currently noted as placeholder). |
calico-cloud_versioned_docs/version-22-2/variables.js |
Updates the user-facing Calico Cloud version string for templated docs content. |
calico-cloud_versioned_docs/version-22-2/release-notes/index.mdx |
Adds a new top-of-page 22.4.2 release-notes section (currently placeholder / future-dated). |
Comment on lines
+2
to
+4
| // curl -0 https://installer.calicocloud.io/manifests/v3.22.4-2/image-list | ||
| 'v22.4.2 (latest)': `quay.io/tigera/apiserver:v3.22.4 | ||
| quay.io/tigera/compliance-benchmarker:v3.22.4 |
Comment on lines
4
to
6
| releaseTitle: 'v3.22.4', | ||
| cloudUserVersion: 'v22.4.1', | ||
| cloudUserVersion: 'v22.4.2', | ||
| prodname: 'Calico Cloud', |
Bumps releaseTitle, filesUrl_CE, cloudversion, clouddownloadurl, and ccImageLists.js component versions from v3.22.4 to v3.22.6 to reflect the CE base version for this CC patch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
cloudUserVersionto v22.4.2 invariables.jsv22.4.2 (latest)placeholder entry toccImageLists.js(component versions copied from 22.4.1 — to be refreshed once the manifest is published)Tracks DOCS-2960.
Test plan
curl -0 https://installer.calicocloud.io/manifests/v3.22.4-2/image-list🤖 Generated with Claude Code