-
Notifications
You must be signed in to change notification settings - Fork 165
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
Incremented version to 1.3.2. #976
Conversation
Signed-off-by: Zelin Hao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## 1.3 #976 +/- ##
=======================================
Coverage 71.98% 71.98%
=======================================
Files 87 87
Lines 1906 1906
Branches 247 242 -5
=======================================
Hits 1372 1372
Misses 480 480
Partials 54 54 Continue to review full report at Codecov.
|
Note; this change cannot be merged until there is a successful 13.2 distribution build with security for the integration tests to run against. |
The |
@@ -9,12 +9,12 @@ jobs: | |||
steps: | |||
- name: Download OpenSearch Core | |||
run: | | |||
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.1/latest/linux/x64/builds/opensearch/dist/opensearch-min-1.3.1-linux-x64.tar.gz | |||
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.2/latest/linux/x64/builds/opensearch/dist/opensearch-min-1.3.2-linux-x64.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.2/latest/linux/x64/builds/opensearch/dist/opensearch-min-1.3.2-linux-x64.tar.gz | |
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.2/latest/linux/x64/tar/builds/opensearch/dist/opensearch-min-1.3.2-linux-x64.tar.gz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cliu123 Thanks for the suggestions. I updated the changes in new commit.
Signed-off-by: Zelin Hao <[email protected]>
Waiting on opensearch-project/opensearch-build#2067 to be merged so integration tests can run |
@zelinh it looks like GitHub is requesting for the changes to be rebased before it can be merged. Let me know if you'd like a hand with this. |
Signed-off-by: Zelin Hao [email protected]
Description
Incremented version to 1.3.2.
Category
[Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation]
Why these changes are required?
What is the old behavior before changes and new behavior after changes?
Issues Resolved
part of opensearch-project/opensearch-build#1882
Testing
[Please provide details of testing done: unit testing, integration testing and manual testing]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.