Skip to content

chore(rds): add Aurora MySQL version 3.13.0 - #38736

Open
pahud wants to merge 1 commit into
aws:mainfrom
pahud:chore/aurora-mysql-3-13
Open

chore(rds): add Aurora MySQL version 3.13.0#38736
pahud wants to merge 1 commit into
aws:mainfrom
pahud:chore/aurora-mysql-3-13

Conversation

@pahud

@pahud pahud commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Issue # (if applicable)

Closes #38738.

Reason for this change

Amazon Aurora MySQL 3.13.0, compatible with MySQL 8.0.45, is now generally available. The latest built-in CDK constant was version 3.12.0.

Description of changes

  • Adds AuroraMysqlEngineVersion.VER_3_13_0 using the existing Aurora MySQL 8.0 engine-version pattern
  • Includes the version in the parameter group family unit-test matrix to verify it resolves to aurora-mysql8.0

Describe any new or updated permissions being added

N/A. This change adds an engine-version constant and does not modify IAM permissions.

Description of how you validated changes

  • yarn eslint aws-rds/lib/cluster-engine.ts aws-rds/test/cluster-engine.test.ts
  • yarn test aws-rds/test/cluster-engine.test.ts --runInBand --coverage=false (107 tests passed)
  • Full aws-cdk-lib build reached JSII compilation but is currently blocked on upstream/main by duplicate attrCertificateAuthorityData identifiers in generated EKS and EKS v2 sources

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 the p2 label Sep 1, 2026
@aws-cdk-automation
aws-cdk-automation requested a review from a team September 1, 2026 22:04
@mergify mergify Bot added the contribution/core This is a PR that came from AWS. label Sep 1, 2026
@github-actions github-actions Bot added the feature-request A feature should be added or improved. label Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution/core This is a PR that came from AWS. feature-request A feature should be added or improved. p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws-rds: add Aurora MySQL engine version 3.13.0

2 participants