Commit 689c661
authored
chore(rds): postgres 16.13 (#37540)
### Issue # (if applicable)
None
### Reason for this change
https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html#postgresql-versions-version1613
### 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.11 |
| aurora-postgresql | 16.11-limitless |
| aurora-postgresql | 16.13 |
...
```
### 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 6c1251c commit 689c661
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1372 | 1372 | | |
1373 | 1373 | | |
1374 | 1374 | | |
| 1375 | + | |
| 1376 | + | |
1375 | 1377 | | |
1376 | 1378 | | |
1377 | 1379 | | |
| |||
0 commit comments