Commit 4762f0e
authored
chore(rds): postgres 16.10 (#36173)
### Issue # (if applicable)
None
### Reason for this change
https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html#postgresql-versions-version1610
### Description of changes
### Describe any new or updated permissions being added
### Description of how you validated changes
```
aws rds describe-db-engine-versions --engine aurora-postgresql --output table --query 'DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}'
-----------------------------------------
| DescribeDBEngineVersions |
+--------------------+------------------+
| Engine | EngineVersion |
+--------------------+------------------+
...
| aurora-postgresql | 16.9 |
| aurora-postgresql | 16.9-limitless |
| aurora-postgresql | 16.10 |
...
```
### 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 b7ca082 commit 4762f0e
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1312 | 1312 | | |
1313 | 1313 | | |
1314 | 1314 | | |
| 1315 | + | |
| 1316 | + | |
1315 | 1317 | | |
1316 | 1318 | | |
1317 | 1319 | | |
| |||
0 commit comments