Commit d03e856
authored
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*1 parent adbb31b commit d03e856
File tree
2 files changed
+10
-0
lines changed- packages/aws-cdk-lib/aws-rds
- lib
- test
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
| 556 | + | |
| 557 | + | |
556 | 558 | | |
557 | 559 | | |
558 | 560 | | |
| |||
563 | 565 | | |
564 | 566 | | |
565 | 567 | | |
| 568 | + | |
| 569 | + | |
566 | 570 | | |
567 | 571 | | |
568 | 572 | | |
| |||
621 | 625 | | |
622 | 626 | | |
623 | 627 | | |
| 628 | + | |
| 629 | + | |
624 | 630 | | |
625 | 631 | | |
626 | 632 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
| |||
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
| 172 | + | |
169 | 173 | | |
170 | 174 | | |
171 | 175 | | |
| |||
0 commit comments