chore(rds): add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 versions#19500
chore(rds): add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 versions#19500mergify[bot] merged 7 commits intoaws:masterfrom
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.
|
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.10All Submissions:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license