-
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
chore(rds): add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 versions #19500
Conversation
8a78de0
to
930b7fd
Compare
Sorry for the mess. My sync with master did revoke the approval. My bad sorry for the touble. @rix0rrr :/ |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Any possibility of getting the build "retriggered" ? I don't believe the failed build was related to my PR, as previously it had passed. Thank you, |
Pull request has been modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @T31M!
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ns (aws#19500) ---- ### Add new PostgreSQL Minor Versions From Announcement: https://aws.amazon.com/about-aws/whats-new/2022/03/amazon-rds-postgresql-supports-postgresql-minor-versions/ > [Amazon Relational Database Service (Amazon RDS) for PostgreSQL](https://aws.amazon.com/rds/postgresql/) now supports PostgreSQL minor versions 14.2, 13.6, 12.10, 11.15, and 10.20. We recommend that you upgrade to the latest minor versions to fix known security vulnerabilities in prior versions of PostgreSQL, and to benefit from the numerous bug fixes, performance improvements, and new functionality added by the PostgreSQL community List an example of the new version (here: 12.10) via cli: `aws rds describe-db-engine-versions --engine postgres --region eu-west-1 --engine-version 12.10` ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Add new PostgreSQL Minor Versions
From Announcement: https://aws.amazon.com/about-aws/whats-new/2022/03/amazon-rds-postgresql-supports-postgresql-minor-versions/
List an example of the new version (here: 12.10) via cli:
aws rds describe-db-engine-versions --engine postgres --region eu-west-1 --engine-version 12.10
All Submissions:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license