-
Notifications
You must be signed in to change notification settings - Fork 27
Docs: Release 1.11 mark as Latest #610
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docsv1 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 pull request marks Release 1.11 as the latest version in the documentation. The changes update version references from v1.9 and v1.10 to v1.11 across documentation paths, create new release notes for versions 1.11.x and 1.10.x, and remove outdated v1.9 content while adding corresponding v1.12 (next version) content for consistency.
Key changes:
- Version constants updated to designate v1.11.x as the DEFAULT_VERSION and LATEST_VERSION
- New release note files added for versions 1.11.1, 1.11.0, and multiple 1.10.x releases
- Documentation image and partial file paths updated from v1.9 to v1.11 throughout v1.12 content
- Version 1.9 partial files removed and replaced with v1.12 versions containing updated paths
Reviewed changes
Copilot reviewed 68 out of 6241 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| constants/version.constants.ts | Updates default and latest version constants from v1.10.x to v1.11.x |
| content/v1.11.x-SNAPSHOT/releases/releases/supported.md | Removes the supported releases table (entire file deleted) |
| content/partials/v1.9/releases/latest.md | Removes v1.9.14 release notes from v1.9 partials |
| content/partials/v1.9/deployment/*.md | Removes v1.9 deployment documentation files (reindex, redeploy, faqs-gke) |
| content/partials/v1.9/connectors/**/*.md | Removes v1.9 connector documentation files across multiple connector types |
| content/partials/v1.12/releases/*.md | Adds comprehensive release notes for versions 1.11.1, 1.11.0, 1.10.x series, and 1.9.14 |
| content/partials/v1.12/deployment/*.md | Adds v1.12 deployment documentation with updated image paths pointing to v1.11 |
| content/partials/v1.12/connectors/**/*.md | Adds v1.12 connector documentation with updated image and partial paths pointing to v1.11 |
| content/partials/v1.12/how-to-guides/email.md | Updates email configuration image path from v1.9 to v1.11 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Copilot reviewed 96 out of 6273 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
I worked on Release 1.11 marked as Latest.