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 postgre engine 17.4 version to cluster #34032

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MiBu
Copy link

@MiBu MiBu commented Apr 3, 2025

Issue # (if applicable)

Reason for this change

AWS RDS now supports for new postgresql minor version 17.4


| DescribeDBEngineVersions |
+-----------+----------------------+
| Engine | EngineVersion |
+-----------+----------------------+
| postgres | 11.22 |
| postgres | 11.22-rds.20240418 |
| postgres | 11.22-rds.20240509 |
| postgres | 11.22-rds.20240808 |
| postgres | 11.22-rds.20241121 |
| postgres | 11.22-rds.20250220 |
| postgres | 12.15 |
| postgres | 12.16 |
| postgres | 12.17 |
| postgres | 12.18 |
| postgres | 12.19 |
| postgres | 12.20 |
| postgres | 12.22 |
| postgres | 12.22-rds.20250220 |
| postgres | 13.15 |
| postgres | 13.16 |
| postgres | 13.18 |
| postgres | 13.20 |
| postgres | 14.12 |
| postgres | 14.13 |
| postgres | 14.15 |
| postgres | 14.17 |
| postgres | 15.7 |
| postgres | 15.8 |
| postgres | 15.10 |
| postgres | 15.12 |
| postgres | 16.3 |
| postgres | 16.4 |
| postgres | 16.6 |
| postgres | 16.8 |
| postgres | 17.2 |
| postgres | 17.4 |
+-----------+----------------------+

Description of changes

Added this minor versions to cluster engines (it was already added to instance).

Describe any new or updated permissions being added

Description of how you validated changes

Checklist


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

aws-cdk-automation and others added 2 commits April 3, 2025 04:55
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
@github-actions github-actions bot added beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 labels Apr 3, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team April 3, 2025 12:40
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: cd028de
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@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 Apr 3, 2025
@@ -136,7 +136,7 @@
},
"devDependencies": {
"@aws-cdk/lambda-layer-kubectl-v31": "^2.0.3",
"@aws-cdk/aws-service-spec": "^0.1.65",
Copy link
Contributor

Choose a reason for hiding this comment

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

This is automatically updated each week and we don't need to include this change here, the current version is already 0.1.66

@paulhcsun
Copy link
Contributor

Hi @MiBu, thanks for updating this. Just left one comment to remove the aws-service-spec version update and then I'm happy to approve.

@paulhcsun paulhcsun self-assigned this Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2 pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants