Feat: Use-mysql-version-8.4-by-default-in-cfd#1343
Open
iaftab-alam wants to merge 2 commits into
Open
Conversation
jochenehret
reviewed
May 26, 2026
This PR aims to change the default mysql_version in cf-D from 8.0 to 8.4 and deprecate the experimental/use-mysql-version-8.4.yml ops file. The ops file has been validated in the Release Integration CI pipelines (hermione environment) and is now promoted inline into the base manifest per the ops-file promotion workflow.
e86ac5c to
84e30ed
Compare
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.
Please take a moment to review the questions before submitting the PR
WHAT is this change about?
This PR aims to change the default mysql_version in cf-D from 8.0 to 8.4 and deprecate the experimental/use-mysql-version-8.4.yml ops file.
The ops file has been validated in the Release Integration CI pipelines (hermione environment) and is now promoted inline into the base manifest per the ops-file promotion workflow.
What customer problem is being addressed? Use customer persona to define the problem e.g. Alana is unable to...
Alana expects the default MySQL version used to be in-support.
Please provide any contextual information.
Has a cf-deployment including this change passed cf-acceptance-tests?
Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.
How should this change be described in cf-deployment release notes?
This release changes the default MySQL version 8.0 to 8.4 (Percona XtraDB Cluster). Deploying directly onto an existing MySQL 8.0 environment without following the PXC in-place upgrade procedure might result in a failed deployment.
Operators currently using use-mysql-version-8.4.yml are unaffected and can safely remove it from their pipelines — it is now a no-op.
Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?
Does this PR make a change to an experimental or GA'd feature/component?
Please provide Acceptance Criteria for this change?
What is the level of urgency for publishing this change?
Tag your pair, your PM, and/or team!
None