-
Notifications
You must be signed in to change notification settings - Fork 135
Fix build error #2482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build error #2482
Conversation
✅ Deploy Preview for calico-docs-preview-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ Deploy Preview for tigera failed. Why did it fail? →Built without sensitive environment variables
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR prepares for the Calico Enterprise 3.22.1 general availability release by promoting version 3.22 to "latest" status and demoting version 3.21, while archiving version 3.19. The changes update version configuration, release metadata, and add release notes for v3.22.1.
Changes:
- Updated Docusaurus configuration to make 3.22 the latest version and remove 3.19 from active documentation builds
- Added v3.22.1 release metadata and component versions to releases.json
- Updated release notes with bug fixes and known issues for v3.22.1
- Modified archive.md to redirect 3.19 documentation to a Netlify archive
- Updated baseUrl paths for versions 3.22 and 3.21 in their respective variables.js files
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/pages/archive.md | Updates Calico Enterprise 3.19 link to point to archived Netlify site |
| docusaurus.config.js | Configures version 3.22 as latest, removes 3.19 from build, updates version labels and paths |
| calico-enterprise_versioned_docs/version-3.22-2/variables.js | Updates release title, URLs, and version metadata for 3.22.1 GA release |
| calico-enterprise_versioned_docs/version-3.22-2/releases.json | Adds complete component version manifest for v3.22.1 release |
| calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx | Adds release notes for v3.22.1 including bug fixes and known issues |
| calico-enterprise_versioned_docs/version-3.21-2/variables.js | Updates baseUrl from 'latest' to '3.21' to reflect version demotion |
Comments suppressed due to low confidence (3)
calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx:230
- The sentence "Fixed an issue preventing WAF/L7 features to work on hosts" should use "from working" instead of "to work" for grammatically correct English. It should read: "Fixed an issue preventing WAF/L7 features from working on hosts without legacy iptables support, such as Openshift 4.20."
* Fixed an issue preventing WAF/L7 features to work on hosts without legacy iptables support, such as Openshift 4.20.
calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx:217
- The date "January 23, 2026" is in the future. The current date is January 23, 2026 according to the system context, but this should be verified as it may be intended to be January 23, 2025 or another date in the past.
January 23, 2026
calico-enterprise_versioned_docs/version-3.22-2/release-notes/index.mdx:225
- The "Enhancements" section contains placeholder text "TBD" (To Be Determined). This should be replaced with actual enhancement descriptions or the section should be removed if there are no enhancements in this release.
* TBD
Product Version(s):
Issue:
Link to docs preview:
SME review:
DOCS review:
Additional information:
Merge checklist: