You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(rds): add Aurora MySQL versions 2.11.6, 2.12.5, 3.04.4 (#34443)
### Reason for this change
New Aurora MySQL versions are available.
- 2.11.6 / 2.12.5 - [Database engine updates for Amazon Aurora MySQL version 2](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.20Updates.html)
- 3.04.4 - [Database engine updates for Amazon Aurora MySQL version 3](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraMySQLReleaseNotes/AuroraMySQL.Updates.30Updates.html)
### Description of changes
Added above Aurora MySQL versions.
### Describe any new or updated permissions being added
N/A
### Description of how you validated changes
```console
$ aws --region us-east-1 rds describe-db-engine-versions --engine aurora-mysql --query 'DBEngineVersions[].EngineVersion'
[
"5.7.mysql_aurora.2.11.1",
"5.7.mysql_aurora.2.11.2",
"5.7.mysql_aurora.2.11.3",
"5.7.mysql_aurora.2.11.4",
"5.7.mysql_aurora.2.11.5",
"5.7.mysql_aurora.2.11.6",
"5.7.mysql_aurora.2.12.0",
"5.7.mysql_aurora.2.12.1",
"5.7.mysql_aurora.2.12.2",
"5.7.mysql_aurora.2.12.3",
"5.7.mysql_aurora.2.12.4",
"5.7.mysql_aurora.2.12.5",
"8.0.mysql_aurora.3.04.0",
"8.0.mysql_aurora.3.04.1",
"8.0.mysql_aurora.3.04.2",
"8.0.mysql_aurora.3.04.3",
"8.0.mysql_aurora.3.04.4",
"8.0.mysql_aurora.3.05.2",
"8.0.mysql_aurora.3.06.0",
"8.0.mysql_aurora.3.06.1",
"8.0.mysql_aurora.3.07.0",
"8.0.mysql_aurora.3.07.1",
"8.0.mysql_aurora.3.08.0",
"8.0.mysql_aurora.3.08.1",
"8.0.mysql_aurora.3.08.2"
]
```
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments