chore(rds): add latest Aurora MySQL and Aurora PostgreSQL engine versions#37488
Conversation
c6b716f to
8cec626
Compare
|
Integration test deployment failure came from a snapshot update of a test Other existing integ tests deployed successfully, however. Therefore I'm allowing this change in snapshots. |
|
|
||||||||||||||
|
|
||||||||||||||
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Merge Queue Status
This pull request spent 1 hour 42 minutes 4 seconds in the queue, including 1 hour 41 minutes 47 seconds running CI. Required conditions to merge
|
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Issue # (if applicable)
Closes #37200.
Reason for this change
New Aurora engine versions have been released by AWS and are missing from the CDK's version constants.
Description of changes
Added new version constants to
packages/aws-cdk-lib/aws-rds/lib/cluster-engine.ts:Aurora PostgreSQL:
VER_14_22VER_15_17VER_16_13VER_17_9Aurora MySQL:
VER_2_12_6VER_3_10_4Describe any new or updated permissions being added
N/A
Description of how you validated changes
Verified via AWS CLI that the new versions are available:
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license