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 support for aurora-postgresql 15.7 #31077

Closed
wants to merge 1 commit into from

Conversation

yasuaki640
Copy link
Contributor

@yasuaki640 yasuaki640 commented Aug 11, 2024

Issue # (if applicable)

Closes #.

Reason for this change

There is no enum of 15.7.

Description of changes

Added already supported 15.7 to AuroraPostgressEngineVersion the class.
https://docs.aws.amazon.com/AmazonRDS/latest/PostgreSQLReleaseNotes/postgresql-versions.html#postgresql-version15

Description of how you validated changes

aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[?EngineVersion=='15.7']"
[
    {
        "Engine": "aurora-postgresql",
        "EngineVersion": "15.7",
        "DBParameterGroupFamily": "aurora-postgresql15",
        "DBEngineDescription": "Aurora (PostgreSQL)",
        "DBEngineVersionDescription": "Aurora PostgreSQL (Compatible with PostgreSQL 15.7)",
        "ValidUpgradeTarget": [
            {
                "Engine": "aurora-postgresql",
                "EngineVersion": "16.3",
                "Description": "Aurora PostgreSQL (Compatible with PostgreSQL 16.3)",
                "AutoUpgrade": false,
                "IsMajorVersionUpgrade": true,
                "SupportedEngineModes": [
                    "provisioned"
                ],
                "SupportsParallelQuery": false,
                "SupportsGlobalDatabases": true,
                "SupportsBabelfish": true,
                "SupportsLocalWriteForwarding": true
            }
        ],
        "ExportableLogTypes": [
            "postgresql"
        ],
        "SupportsLogExportsToCloudwatchLogs": true,
        "SupportsReadReplica": false,
        "SupportedEngineModes": [
            "provisioned"
        ],
        "SupportedFeatureNames": [
            "Bedrock",
            "Comprehend",
            "Lambda",
            "s3Export",
            "s3Import",
            "SageMaker"
        ],
        "Status": "available",
        "SupportsParallelQuery": false,
        "SupportsGlobalDatabases": true,
        "MajorEngineVersion": "15",
        "SupportsBabelfish": true,
        "SupportsCertificateRotationWithoutRestart": true,
        "SupportedCACertificateIdentifiers": [
            "rds-ca-2019",
            "rds-ca-ecc384-g1",
            "rds-ca-rsa4096-g1",
            "rds-ca-rsa2048-g1"
        ],
        "SupportsLocalWriteForwarding": true
    }
]

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 aws-cdk-automation requested a review from a team August 11, 2024 00:49
@github-actions github-actions bot added p2 beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK labels Aug 11, 2024
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 46fd59e
  • Result: FAILED
  • Build Logs (available for 30 days)

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

@yasuaki640 yasuaki640 closed this Aug 12, 2024
Copy link

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 Aug 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants