chore(rds): add postgre engine 17.4 version to cluster #34032
+20
−25
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue # (if applicable)
Reason for this change
AWS RDS now supports for new postgresql minor version 17.4
aws rds describe-db-engine-versions --engine postgres --output table --query 'DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}'
| DescribeDBEngineVersions |
+-----------+----------------------+
| Engine | EngineVersion |
+-----------+----------------------+
| postgres | 11.22 |
| postgres | 11.22-rds.20240418 |
| postgres | 11.22-rds.20240509 |
| postgres | 11.22-rds.20240808 |
| postgres | 11.22-rds.20241121 |
| postgres | 11.22-rds.20250220 |
| postgres | 12.15 |
| postgres | 12.16 |
| postgres | 12.17 |
| postgres | 12.18 |
| postgres | 12.19 |
| postgres | 12.20 |
| postgres | 12.22 |
| postgres | 12.22-rds.20250220 |
| postgres | 13.15 |
| postgres | 13.16 |
| postgres | 13.18 |
| postgres | 13.20 |
| postgres | 14.12 |
| postgres | 14.13 |
| postgres | 14.15 |
| postgres | 14.17 |
| postgres | 15.7 |
| postgres | 15.8 |
| postgres | 15.10 |
| postgres | 15.12 |
| postgres | 16.3 |
| postgres | 16.4 |
| postgres | 16.6 |
| postgres | 16.8 |
| postgres | 17.2 |
| postgres | 17.4 |
+-----------+----------------------+
Description of changes
Added this minor versions to cluster engines (it was already added to instance).
Describe any new or updated permissions being added
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license