aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.68k stars 3.93k forks source link

feat(opensearch): support OpenSearch version 2.15 #31398

Closed mazyu36 closed 2 months ago

mazyu36 commented 2 months ago

Issue # (if applicable)

N/A

Reason for this change

Amazon OpenSearch Service supports OpenSearch version 2.15.

Ref: https://aws.amazon.com/about-aws/whats-new/2024/09/amazon-opensearch-service-version-2-15/

% aws opensearch list-versions --region us-east-1

{
    "Versions": [
        "OpenSearch_2.15",
        "OpenSearch_2.13",
        "OpenSearch_2.11",
// omit

Description of changes

Add ver 2.15 enum

Description of how you validated changes

Add unit test and integ test

Checklist


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

mazyu36 commented 2 months ago

Exemption Request: As this only involves adding an enum for versions, I think that modifying the README was unnecessary.

aws-cdk-automation commented 2 months ago

AWS CodeBuild CI Report

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

mergify[bot] commented 2 months ago

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

github-actions[bot] commented 2 months ago

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.