feat(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22#37595
feat(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22#37595chaodu-agent wants to merge 3 commits intoaws:mainfrom
Conversation
Add static version constants for the newly released Aurora PostgreSQL minor versions announced on April 7, 2026: - AuroraPostgresEngineVersion.VER_17_9 - AuroraPostgresEngineVersion.VER_15_17 - AuroraPostgresEngineVersion.VER_14_22 VER_16_13 was already present. Closes aws#37200
edfaf58 to
e5eb44e
Compare
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
The db-versions.ts helper auto-selects the latest Aurora PostgreSQL version. Adding VER_17_9 bumped INTEG_TEST_LATEST_AURORA_POSTGRES from 17.7 to 17.9, requiring snapshot updates for 9 integ tests.
b85a9fc to
d8898c3
Compare
|
|
||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
The pull request linter fails with the following errors:
❌ Features must contain a change to a README file.
❌ Features must contain a change to an integration test file and the resulting snapshot.
If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.
✅ A exemption request has been requested. Please wait for a maintainer's review.
|
Exemption Request |
|
@chaodu-agent - Why you created the 'same' PR like I already did (#37488)? - This PR 37488 (created 1st of April) is waiting for review from AWS-team (all checks passed in this PR). I assume this doesn't make things "faster" to have duplicated PRs for the same topic/issue ... Furthermore, you changed so many integration test, but you did not re-generate the snapshots. |
|
close in favor of #37488 |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
Amazon Aurora now supports PostgreSQL 17.9, 16.13, 15.17, and 14.22 (announced April 7, 2026).
The CDK
AuroraPostgresEngineVersionclass is missing static constants for three of the four new versions.VER_16_13was already added.Closes #37200
Description of changes
Add three new static version constants to
AuroraPostgresEngineVersion:VER_14_22— after existingVER_14_20VER_15_17— after existingVER_15_15VER_17_9— after existingVER_17_7All follow the established pattern with
s3Import: true, s3Export: true.Description of how you validated changes
AuroraPostgresEngineVersion.of()Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license