feat(opensearch): support OpenSearch version 2.15#31398
feat(opensearch): support OpenSearch version 2.15#31398mergify[bot] merged 4 commits intoaws:mainfrom
Conversation
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
| }, | ||
| }; | ||
| const versions = [ | ||
| opensearch.EngineVersion.OPENSEARCH_2_13, |
There was a problem hiding this comment.
I have modified to be able to test multiple versions.
It tests the existing version 2.13 and the newly added version 2.15.
I considered adding all versions as well, but I thought that might be overkill, so I haven't.
|
Exemption Request: As this only involves adding an enum for versions, I think that modifying the README was unnecessary. |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
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). |
|
Comments on closed issues and PRs are hard for our team to see. |
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", // omitDescription 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