Remove manager-proxy references from docs - #2921
Merged
Merged
Conversation
✅ Deploy Preview succeeded!
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
Removes stale manager-proxy container image references from the Calico documentation artifact outputs (LLM corpus files and Enterprise release image lists), addressing an incorrect inclusion from an upstream image list ingestion, and regenerates the derived LLM files accordingly.
Changes:
- Removed
manager-proxyentries from Calico Enterprise versionedreleases.jsonimage lists. - Regenerated
llms-full.txtartifacts, eliminatingmanager-proxypull/tag/push instructions and updating other derived content (Helm CRD upgrade guidance, Typha wording, Slack URL normalization, and Calico Cloud 23.0.1 release note content).
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| static/calico/llms-full.txt | Regenerated Calico OSS LLM corpus; includes updated Helm CRD upgrade guidance and minor text/link normalization. |
| static/calico-enterprise/llms-full.txt | Regenerated Calico Enterprise LLM corpus; removes manager-proxy image instructions and refreshes derived install/migration snippets. |
| static/calico-cloud/llms-full.txt | Regenerated Calico Cloud LLM corpus; refreshes version/release-notes derived content for 23.0.1 and related headings/anchors. |
| calico-enterprise_versioned_docs/version-3.24-1/releases.json | Removes manager-proxy from the v3.24.0-1.0 Enterprise image list. |
| calico-enterprise_versioned_docs/version-3.23-2/releases.json | Removes manager-proxy from the v3.23.1 and v3.23.0-2.0 Enterprise image lists. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.

SME review:
DOCS review:
Additional information:
The
manager-proxyimage has been referenced in the docs due to ingesting the image list from calico-private which incorrectly included it. Remove these references and regenerate the LLMs files as well.Merge checklist: