Commit 0312e24
authored
chore(rds): mysql 8.0.44, mariadb 10.6.24, 10.11.15, and 11.4.9 (#36126)
### Reason for this change
https://aws.amazon.com/about-aws/whats-new/2025/11/amazon-rds-mysql-new-minor-versions/
https://aws.amazon.com/about-aws/whats-new/2025/11/amazon-rds-mariadb-community-minor-versions/
### Description of changes
Add these versions:
- mysql 8.0.44
- mariadb 10.6.24, 10.11.15, and 11.4.9
### Description of how you validated changes
```console
$ aws rds describe-db-engine-versions --engine mysql --output table --query 'DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}'
-----------------------------------
| DescribeDBEngineVersions |
+---------+-----------------------+
| Engine | EngineVersion |
+---------+-----------------------+
...
| mysql | 8.0.44 |
...
+---------+-----------------------+
$ aws rds describe-db-engine-versions --engine mariadb --output table --query 'DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}'
------------------------------
| DescribeDBEngineVersions |
+----------+-----------------+
| Engine | EngineVersion |
+----------+-----------------+
...
| mariadb | 10.6.24 |
...
| mariadb | 10.11.15 |
...
| mariadb | 11.4.9 |
...
+----------+-----------------+
```
### 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 cf11a81 commit 0312e24
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| 612 | + | |
| 613 | + | |
612 | 614 | | |
613 | 615 | | |
614 | 616 | | |
| |||
644 | 646 | | |
645 | 647 | | |
646 | 648 | | |
| 649 | + | |
| 650 | + | |
647 | 651 | | |
648 | 652 | | |
649 | 653 | | |
| |||
655 | 659 | | |
656 | 660 | | |
657 | 661 | | |
| 662 | + | |
| 663 | + | |
658 | 664 | | |
659 | 665 | | |
660 | 666 | | |
| |||
1079 | 1085 | | |
1080 | 1086 | | |
1081 | 1087 | | |
| 1088 | + | |
| 1089 | + | |
1082 | 1090 | | |
1083 | 1091 | | |
1084 | 1092 | | |
| |||
0 commit comments