DOCS-2905: Publish Calico Open Source 3.32.1#2788
Open
ctauchen wants to merge 1 commit into
Open
Conversation
Placeholder release notes for Calico Open Source 3.31.6 (June 17, 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 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 updates the Calico OSS v3.31 versioned documentation set to scaffold a new patch release (v3.31.6) by bumping version metadata, adding a new release entry, and appending a new release-notes section. However, the PR title/description state the goal is Calico OSS 3.32.1, which does not align with the changed paths/versions in this diff.
Changes:
- Bump
releaseTitleandmanifestsUrltov3.31.6in the v3.31 docs variables. - Prepend a new
v3.31.6entry toreleases.json(components set tov3.31.6). - Add a new “Calico Open Source 3.31.6 bug fix release” section to the v3.31 release notes (currently includes placeholders/future date).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| calico_versioned_docs/version-3.31/variables.js | Bumps v3.31 doc-set release metadata to v3.31.6 and updates manifests URL. |
| calico_versioned_docs/version-3.31/releases.json | Adds a new top release entry for v3.31.6 with component version mappings. |
| calico_versioned_docs/version-3.31/release-notes/index.mdx | Appends a new 3.31.6 bug-fix release section (currently with placeholder content/date). |
Comment on lines
3
to
5
| const variables = { | ||
| releaseTitle: 'v3.31.5', | ||
| releaseTitle: 'v3.31.6', | ||
| prodname: 'Calico', |
Comment on lines
+350
to
+353
| #### Bug fixes | ||
|
|
||
| - TBD | ||
|
|
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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
releaseTitleandmanifestsUrlto v3.32.1 invariables.jsreleases.json(component versions copied from v3.32.0)Tracks DOCS-2905.
Test plan
releases.jsonif any differ from the v3.32.0 copy🤖 Generated with Claude Code