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

rds: Amazon RDS for PostgreSQL version 16.3 support #30254

Closed
2 tasks
talalong opened this issue May 17, 2024 · 4 comments · Fixed by #30296
Closed
2 tasks

rds: Amazon RDS for PostgreSQL version 16.3 support #30254

talalong opened this issue May 17, 2024 · 4 comments · Fixed by #30296
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 pr/work-in-progress This PR is a draft and needs further work.

Comments

@talalong
Copy link

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

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

CDK version used

2.142.1

Environment details (OS name and version, etc.)

MacOS 14.4.1

@talalong talalong added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels May 17, 2024
@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label May 17, 2024
@ashishdhingra ashishdhingra changed the title (module name): (short issue description) rds: Amazon RDS for PostgreSQL version 16.3 support May 17, 2024
@ashishdhingra ashishdhingra self-assigned this May 17, 2024
@ashishdhingra ashishdhingra added investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels May 17, 2024
@ashishdhingra
Copy link
Contributor

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 });

@ashishdhingra ashishdhingra added p2 effort/small Small work item – less than a day of effort and removed investigating This issue is being investigated and/or work is in progress to resolve the issue. labels May 17, 2024
@ashishdhingra ashishdhingra removed their assignment May 17, 2024
@ayush-shah-1501
Copy link
Contributor

it is implemented in #30242

@ashishdhingra
Copy link
Contributor

Assigning self for tracking.

@ashishdhingra ashishdhingra added the pr/work-in-progress This PR is a draft and needs further work. label May 20, 2024
@mergify mergify bot closed this as completed in #30296 May 21, 2024
mergify bot pushed a commit that referenced this issue May 21, 2024
…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*
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

mazyu36 pushed a commit to mazyu36/aws-cdk that referenced this issue May 22, 2024
…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*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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 pr/work-in-progress This PR is a draft and needs further work.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants