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

chore(rds): add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 versions #19500

Merged
merged 7 commits into from
Mar 29, 2022

Conversation

T31M
Copy link
Contributor

@T31M T31M commented Mar 21, 2022


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 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:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Mar 21, 2022

@github-actions github-actions bot added the @aws-cdk/aws-rds Related to Amazon Relational Database label Mar 21, 2022
rix0rrr
rix0rrr previously approved these changes Mar 22, 2022
@mergify mergify bot dismissed rix0rrr’s stale review March 22, 2022 10:22

Pull request has been modified.

@T31M T31M force-pushed the update/latest-rds-versions branch from 8a78de0 to 930b7fd Compare March 22, 2022 10:26
@T31M
Copy link
Contributor Author

T31M commented Mar 22, 2022

Sorry for the mess. My sync with master did revoke the approval. My bad sorry for the touble. @rix0rrr :/

@T31M T31M requested a review from rix0rrr March 22, 2022 18:07
kaizencc
kaizencc previously approved these changes Mar 23, 2022
@mergify
Copy link
Contributor

mergify bot commented Mar 23, 2022

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).

@T31M
Copy link
Contributor Author

T31M commented Mar 27, 2022

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,
T31M

rix0rrr
rix0rrr previously approved these changes Mar 29, 2022
@mergify mergify bot dismissed stale reviews from kaizencc and rix0rrr March 29, 2022 07:50

Pull request has been modified.

Copy link
Contributor

@skinny85 skinny85 left a 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!

@skinny85 skinny85 changed the title chore(rds): Add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 chore(rds): Add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 versions Mar 29, 2022
@skinny85 skinny85 changed the title chore(rds): Add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 versions chore(rds): add PostgreSQL 14.2, 13.6, 12.10, 11.15, and 10.20 versions Mar 29, 2022
@github-actions github-actions bot added the p2 label Mar 29, 2022
@mergify
Copy link
Contributor

mergify bot commented Mar 29, 2022

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-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: 99aeeff
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify mergify bot merged commit e576e53 into aws:master Mar 29, 2022
@mergify
Copy link
Contributor

mergify bot commented Mar 29, 2022

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).

StevePotter pushed a commit to StevePotter/aws-cdk that referenced this pull request Apr 27, 2022
…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*
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 p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants