Bring v4.3 docs in line with PXC removal: sites.yaml bumps + deprecation banners#718
Merged
Merged
Conversation
The mysql-pxc and mysql-mgr sub-site entries were still pointing at version "4.0" on release-4.3, so the embedded content rendered on the ACP v4.3 docs site missed the PXC-removal announcement (mgr-docs v4.3.0+ and pxc-docs deprecation banners) and the v4.3.2 MGR release notes. Updates land alongside: - alauda/mgr-docs release-4.3 (v4.3.2 release notes, lifecycle policy, CRDs, migration-guide fixes) - alauda/pxc-docs release-4.3 (just cut from master with PXC deprecation banners linking to mgr-docs migration guide) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (3)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The postgresql sub-site entry was still pinned to version "4.0" on release-4.3, so the embedded content rendered on the ACP v4.3 docs site missed the v4.3.0 PostgreSQL release notes and lifecycle policy. pg-docs release-4.3 has been available since dd0197d. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying alauda-container-platform with
|
| Latest commit: |
0e4e2c3
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://907a3a38.alauda-container-platform.pages.dev |
| Branch Preview URL: | https://docs-bump-mysql-pxc-mgr-4-3.alauda-container-platform.pages.dev |
- Replace ExternalSiteLink name references with correct site names - Fix :::warning container format (title on separate line) - Add deprecation banner to pxc.mdx with migration link to mgr-docs - Update upgrade docs to link to MySQL-MGR migration guide Co-Authored-By: Claude Opus 4.6 <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
Brings the ACP v4.3 docs site in line with the PXC removal in Alauda Database Service for MySQL v4.3.0. Two related strands rolled into one PR:
1. sites.yaml: bump embedded sub-sites to 4.3
The
mysql-pxc,mysql-mgr, andpostgresqlentries onrelease-4.3were still pointing atversion: "4.0", so embedded content rendered on the ACP v4.3 docs site missed:2. Cherry-pick of #612 (still open against
master)PR #612 fixes ExternalSiteLink usage and adds PXC deprecation notices in:
docs/en/appservice/mysql/pxc.mdx— deprecation banner with link to MGR migration guidedocs/en/appservice/upgrade.mdx,docs/en/upgrade/{pre-upgrade,upgrade_global_cluster,upgrade_workload_cluster}.mdx— PXC-removal warning admonitionsdocs/shared/functionresources/functionresources.yaml— drop PXC entriesarchitecture.mdx,param-templates.mdx,backup-app.mdxThe two upgrade-doc cherry-picks had conflicts on release-4.3 because the v4.3 upgrade pages were rewritten for the CVO-based workflow / manual Essentials upgrade. Resolved by keeping release-4.3's rewritten body and prepending the PXC-removal admonition.
Lands alongside:
release-4.3(cut 2026-04-29) — PXC deprecation banners linking to mgr-docs migration guideTest plan
yarn devshows the v4.3.2 MGR release notes when navigating to the embedded mysql-mgr siteappservice/upgrade,upgrade/pre-upgrade,upgrade/upgrade_global_cluster,upgrade/upgrade_workload_clusterfunctionresources.yamlno longer advertises PXC components in v4.3 docs🤖 Generated with Claude Code