-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rds: Amazon RDS for PostgreSQL version 16.3 support #30254
Comments
Per PostgreSQL 16 versions, PostgreSQL version 16.3 is now available on Amazon RDS. Looks like we need to add static version property to PostgresEngineVersion class (after line 1540): /** Version "16.3". */
public static readonly VER_16_3 = PostgresEngineVersion.of('16.3', '16', { s3Import: true, s3Export: true }); |
it is implemented in #30242 |
Assigning self for tracking. |
…30296) ### Issue #: Closes #30254. ### Reason for this change PR #30242 added Aurora Postgres version `16.3`, which is not yet released. ### Description of changes This PR removes the yet unreleased version of Aurora Postgres version `16.3` that was added in PR #30242. Running `aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[].[EngineVersion]' --output text` via AWS CLI does not list `16.3` version yet. ### Description of how you validated changes N/A ### 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*
|
…ws#30296) ### Issue #: Closes aws#30254. ### Reason for this change PR aws#30242 added Aurora Postgres version `16.3`, which is not yet released. ### Description of changes This PR removes the yet unreleased version of Aurora Postgres version `16.3` that was added in PR aws#30242. Running `aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[].[EngineVersion]' --output text` via AWS CLI does not list `16.3` version yet. ### Description of how you validated changes N/A ### 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*
…ws#30296) ### Issue #: Closes aws#30254. ### Reason for this change PR aws#30242 added Aurora Postgres version `16.3`, which is not yet released. ### Description of changes This PR removes the yet unreleased version of Aurora Postgres version `16.3` that was added in PR aws#30242. Running `aws rds describe-db-engine-versions --engine aurora-postgresql --query '*[].[EngineVersion]' --output text` via AWS CLI does not list `16.3` version yet. ### Description of how you validated changes N/A ### 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*
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. |
Describe the feature
Hello,
As the original documentation has been announced, the Amazon RDS for PostgreSQL now supports version 16.3. But I cannot see it in the CDK the latest version 2.142.1. Could you please add it to the next release? Thank you.
Use Case
I want to use the Postgres latest features.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.142.1
Environment details (OS name and version, etc.)
MacOS 14.4.1
The text was updated successfully, but these errors were encountered: