feat(rds): support Aurora MySQL 8.4.7#37992
Conversation
There was a problem hiding this comment.
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.
|
|
||||||||||||||||||
|
|
||||||||||||||
|
Exemption Request The README does not refer detailed engine version. Changing README isn't needed. |
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::DBCluterParameterGroupwill be replaced)Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license