Skip to content

Conversation

@phuhung273
Copy link
Contributor

@phuhung273 phuhung273 commented Aug 28, 2025

Issue # (if applicable)

None

Reason for this change

https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-rds-postgresql-supports-new-minor-versions/
https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-rds-oracle-supports-july-2025-release-update-ru/
https://aws.amazon.com/about-aws/whats-new/2025/08/amazon-rds-mariadb-11-8-vector-support/

Description of changes

Postgres add versions: 17.6, 16.10, 15.14, 14.19, 13.22
Oracle add versions: 21.0.0.0.ru-2025-07.rur-2025-07.r1, 19.0.0.0.ru-2025-07.rur-2025-07.r1

Description of how you validated changes

$ aws rds describe-db-engine-versions --engine postgres --output table --query 'DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}'
------------------------------------
|     DescribeDBEngineVersions     |
+-----------+----------------------+
|  Engine   |    EngineVersion     |
+-----------+----------------------+
...
|  postgres |  13.22               |
...
|  postgres |  14.19               |
...
|  postgres |  15.14               |
...
|  postgres |  16.10               |
...
|  postgres |  17.6                |

$ aws rds describe-db-engine-versions --engine oracle-ee-cdb --output table --query 'DBEngineVersions[*].{Engine:Engine,EngineVersion:EngineVersion}'
---------------------------------------------------------
|               DescribeDBEngineVersions                |
+----------------+--------------------------------------+
|     Engine     |            EngineVersion             |
+----------------+--------------------------------------+
...
|  oracle-ee-cdb |  19.0.0.0.ru-2025-07.rur-2025-07.r1  |
...
|  oracle-ee-cdb |  21.0.0.0.ru-2025-07.rur-2025-07.r1  |

Checklist


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

@github-actions github-actions bot added p2 distinguished-contributor [Pilot] contributed 50+ PRs to the CDK labels Aug 28, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team August 28, 2025 00:12
@aws-cdk-automation aws-cdk-automation added the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Aug 28, 2025
@phuhung273 phuhung273 changed the title chore(rds): postgres add 17.6,16.10,15.14,14.19,13.22, oracle add 21.0.0.0.ru-2025-07.rur-2025-07.r1,19.0.0.0.ru-2025-07.rur-2025-07.r1 chore(rds): postgres add 17.6,16.10,15.14,14.19,13.22, oracle add 21.0.0.0.ru-2025-07.rur-2025-07.r1,19.0.0.0.ru-2025-07.rur-2025-07.r1, mariadb 11.8.3, sqlserver 16.00.4200.1.v1 Aug 29, 2025
…0.0.0.ru-2025-07.rur-2025-07.r1,19.0.0.0.ru-2025-07.rur-2025-07.r1, mariadb 11.8.3
@phuhung273 phuhung273 changed the title chore(rds): postgres add 17.6,16.10,15.14,14.19,13.22, oracle add 21.0.0.0.ru-2025-07.rur-2025-07.r1,19.0.0.0.ru-2025-07.rur-2025-07.r1, mariadb 11.8.3, sqlserver 16.00.4200.1.v1 chore(rds): postgres add 17.6,16.10,15.14,14.19,13.22, oracle add 21.0.0.0.ru-2025-07.rur-2025-07.r1,19.0.0.0.ru-2025-07.rur-2025-07.r1, mariadb 11.8.3 Aug 29, 2025
@aws-cdk-automation aws-cdk-automation added pr/needs-maintainer-review This PR needs a review from a Core Team Member and removed pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. labels Aug 30, 2025
@phuhung273
Copy link
Contributor Author

Thanks for your review @mazyu36

ozelalisen
ozelalisen previously approved these changes Sep 3, 2025
Copy link
Member

@ozelalisen ozelalisen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated.

You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@ozelalisen ozelalisen self-assigned this Sep 3, 2025
@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Sep 3, 2025
@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot dismissed ozelalisen’s stale review September 3, 2025 14:12

Pull request has been modified.

@phuhung273
Copy link
Contributor Author

Thanks for your review @ozelalisen. Can you help reapprove ? I just updated the branch.

ozelalisen
ozelalisen previously approved these changes Sep 3, 2025
@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated.

You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@phuhung273
Copy link
Contributor Author

pull update still fail, not sure what happened here. Maybe if you update branch it will work @ozelalisen ?

@ozelalisen
Copy link
Member

@Mergifyio requeue

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

requeue

✅ The queue state of this pull request has been cleaned. It can be re-embarked automatically

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

This pull request has been removed from the queue for the following reason: pull request branch update failed.

The pull request can't be updated.

You should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again.
If you think this was a flaky issue, you can requeue the pull request, without updating it, by posting a @mergifyio requeue comment.

@mergify mergify bot dismissed ozelalisen’s stale review September 3, 2025 17:52

Pull request has been modified.

@mergify
Copy link
Contributor

mergify bot commented Sep 3, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit c126e35 into aws:main Sep 3, 2025
21 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Sep 3, 2025

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 Sep 3, 2025
@phuhung273 phuhung273 deleted the rds-version branch September 3, 2025 22:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

distinguished-contributor [Pilot] contributed 50+ PRs to the CDK p2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants