Skip to content

feat(rds): support Aurora MySQL 8.4.7#37992

Open
Tietew wants to merge 3 commits into
aws:mainfrom
Tietew:rds-aurora-mysql-8-4
Open

feat(rds): support Aurora MySQL 8.4.7#37992
Tietew wants to merge 3 commits into
aws:mainfrom
Tietew:rds-aurora-mysql-8-4

Conversation

@Tietew
Copy link
Copy Markdown
Contributor

@Tietew Tietew commented May 25, 2026

Issue # (if applicable)

Closes #37924.

Reason for this change

Aurora MySQL 8.4.7 is now GA.
https://aws.amazon.com/blogs/database/amazon-aurora-mysql-8-4-is-now-generally-available/

Description of changes

Added the Aurora MySQL 8.4.7 support to AuroraMysqlEngineVersion.

Describe any new or updated permissions being added

N/A

Description of how you validated changes

WIP: Added unit tests and updated integ tests.

Following integ tests contain destructive changes, which are expected change due to major version upgrade (AWS::RDS::DBCluterParameterGroup will be replaced)

  • integ.cluster-replication.js
  • integ.cluster-s3.js
  • integ.cluster-s3.mysql-8.js
  • integ.cluster-s3.mysql-engine-version.js
  • integ.cluster.js

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions Bot added feature-request A feature should be added or improved. p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels May 25, 2026
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter fails with the following errors:

❌ Features must contain a change to a README file.
❌ Features must contain a change to an integration test file and the resulting snapshot.

If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.

✅ A exemption request has been requested. Please wait for a maintainer's review.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 25, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.
To suppress a specific rule, see Suppressing Rules.


TestsPassed ☑️SkippedFailed ❌️
Security Guardian Results744 ran743 passed1 failed
TestResult
Security Guardian Results
packages/@aws-cdk-testing/framework-integ/test/aws-rds/test/integ.cluster-rotation.lit.js.snapshot/aws-cdk-rds-cluster-rotation.template.json
ec2-no-open-security-groups.guard❌ failure

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 25, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.
To suppress a specific rule, see Suppressing Rules.


TestsPassed ✅SkippedFailed
Security Guardian Results with resolved templates744 ran744 passed
TestResult
No test annotations available

@Tietew
Copy link
Copy Markdown
Contributor Author

Tietew commented May 25, 2026

Exemption Request

The README does not refer detailed engine version. Changing README isn't needed.
Integ tests are updated to latest engine version. No new integ test are needed.

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label May 25, 2026
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK feature-request A feature should be added or improved. p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(rds): add missing AuroraMysqlEngineVersion version 8.4.7 to cdk

2 participants