-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws rds : support PostgresEngineVersion 16.7 #33508
Comments
Created PR #33509. |
Thanks @ashishdhingra that was fast. When do you think we can expect a release that contains your change? |
Once the PR is approved, it would be merged. Thereafter, it would be available in next CDK release. |
Comments on closed issues and PRs are hard for our team to see. |
1 similar comment
Comments on closed issues and PRs are hard for our team to see. |
### Issue # (if applicable) Closes aws#33508. ### Reason for this change Per [Amazon RDS for PostgreSQL updates](https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html), PostgreSQL version `16.7` is now available on Amazon RDS. Executing AWS CLI command `aws rds describe-db-engine-versions --engine postgres --output table --query 'DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}'` also lists `16.7` as one of the supported versions. ### Description of changes Added `16.7` version to `PostgresEngineVersion` class. ### Describe any new or updated permissions being added ### Description of how you validated changes ### Checklist - [ ] 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*
Describe the feature
Latest minor version on AWS RDS for postgres 16: 16.7
Latest minor version in aws-cdk-lib for postgres 16: 16.6
Using aws-cdk-lib 2.179.0
Use Case
Would be nice to have 16.7 supported because brew e.g. does not have 16.6 anymore.
Also latest minor is preferred to get updates and fixes for postgres 16 on AWS.
Proposed Solution
Add 16.7 to aws-cdk-lib (for Java)
Other Information
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_rds.PostgresEngineVersion.html
Acknowledgements
CDK version used
2.174.1 (build f353fc7)
Environment details (OS name and version, etc.)
23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:14:38 PDT 2024; root:xnu-10063.121.3~5/RELEASE_ARM64_T6020 arm64
The text was updated successfully, but these errors were encountered: