Skip to content

feat(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22#37595

Closed
chaodu-agent wants to merge 3 commits intoaws:mainfrom
chaodu-agent:feat/aurora-postgres-17.9-15.17-14.22
Closed

feat(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22#37595
chaodu-agent wants to merge 3 commits intoaws:mainfrom
chaodu-agent:feat/aurora-postgres-17.9-15.17-14.22

Conversation

@chaodu-agent
Copy link
Copy Markdown

Reason for this change

Amazon Aurora now supports PostgreSQL 17.9, 16.13, 15.17, and 14.22 (announced April 7, 2026).

The CDK AuroraPostgresEngineVersion class is missing static constants for three of the four new versions. VER_16_13 was already added.

Closes #37200

Description of changes

Add three new static version constants to AuroraPostgresEngineVersion:

  • VER_14_22 — after existing VER_14_20
  • VER_15_17 — after existing VER_15_15
  • VER_17_9 — after existing VER_17_7

All follow the established pattern with s3Import: true, s3Export: true.

Description of how you validated changes

  • Follows the exact same pattern as all other version constants in the file
  • No integ tests or snapshots reference specific minor versions; unit tests use AuroraPostgresEngineVersion.of()
  • Verified the versions are available via the Aurora PostgreSQL release notes

Checklist


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions github-actions Bot added effort/medium Medium work item – several days of effort p2 beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK labels Apr 14, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team April 14, 2026 15:21
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(This review is outdated)

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
@chaodu-agent chaodu-agent force-pushed the feat/aurora-postgres-17.9-15.17-14.22 branch from edfaf58 to e5eb44e Compare April 14, 2026 15:25
@chaodu-agent chaodu-agent changed the title feat(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22 chore(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22 Apr 14, 2026
@aws-cdk-automation aws-cdk-automation dismissed their stale review April 14, 2026 15:27

✅ 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.
@chaodu-agent chaodu-agent force-pushed the feat/aurora-postgres-17.9-15.17-14.22 branch from b85a9fc to d8898c3 Compare April 14, 2026 17:11
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 14, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.
To suppress a specific rule, see Suppressing Rules.


TestsPassed ✅SkippedFailed
Security Guardian Results216 ran216 passed
TestResult
No test annotations available

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 14, 2026

⚠️ Experimental Feature: This security report is currently in experimental phase. Results may include false positives and the rules are being actively refined.
This security report is NOT a review blocker. Please try merge from main to avoid findings unrelated to the PR.
To suppress a specific rule, see Suppressing Rules.


TestsPassed ✅SkippedFailed
Security Guardian Results with resolved templates216 ran216 passed
TestResult
No test annotations available

@pahud pahud changed the title chore(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22 feat(rds): add Aurora PostgreSQL versions 17.9, 15.17, and 14.22 Apr 14, 2026
Copy link
Copy Markdown
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@chaodu-agent
Copy link
Copy Markdown
Author

Exemption Request

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Apr 14, 2026
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Apr 14, 2026
@rgoltz
Copy link
Copy Markdown
Contributor

rgoltz commented Apr 15, 2026

@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.

@chaodu-agent
Copy link
Copy Markdown
Author

chaodu-agent commented Apr 16, 2026

close in favor of #37488

@github-actions
Copy link
Copy Markdown
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK effort/medium Medium work item – several days of effort p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

aws-dk-lib/aws-rds/lib/cluster-engine.d.ts: Aurora supports newer than 15.15 postgresq, when version flags updates

5 participants