Skip to content
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

Closed
2 tasks
kriehzoo opened this issue Feb 19, 2025 · 6 comments · Fixed by #33509
Closed
2 tasks

aws rds : support PostgresEngineVersion 16.7 #33508

kriehzoo opened this issue Feb 19, 2025 · 6 comments · Fixed by #33509
Assignees
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@kriehzoo
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

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

@kriehzoo kriehzoo added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 19, 2025
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Feb 19, 2025
@ashishdhingra
Copy link
Contributor

Similar to #31081 (PR #31088).

@ashishdhingra ashishdhingra added p2 effort/small Small work item – less than a day of effort and removed needs-triage This issue or PR still needs to be triaged. labels Feb 19, 2025
@ashishdhingra ashishdhingra self-assigned this Feb 19, 2025
@ashishdhingra
Copy link
Contributor

Created PR #33509.

@kriehzoo
Copy link
Author

Thanks @ashishdhingra that was fast. When do you think we can expect a release that contains your change?

@ashishdhingra
Copy link
Contributor

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.

@mergify mergify bot closed this as completed in #33509 Feb 19, 2025
@mergify mergify bot closed this as completed in ae544a1 Feb 19, 2025
Copy link

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.

1 similar comment
Copy link

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 Feb 19, 2025
yashkh-amzn pushed a commit to yashkh-amzn/aws-cdk that referenced this issue Feb 21, 2025
### 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*
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
@aws-cdk/aws-rds Related to Amazon Relational Database effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants