-
Notifications
You must be signed in to change notification settings - Fork 164
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
[1.3] Increment version to 1.3.8 #1309
Conversation
Signed-off-by: Craig Perkins <[email protected]>
This PR is blocked as a distribution build is not yet available with security until it is added to 1.3.8 manifest. I've created a PR to add it to manifest: opensearch-project/opensearch-build#3131 |
Signed-off-by: Craig Perkins <[email protected]>
@@ -15,12 +15,12 @@ jobs: | |||
|
|||
- name: Download OpenSearch Core | |||
run: | | |||
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.7/latest/linux/x64/tar/builds/opensearch/dist/opensearch-min-1.3.7-linux-x64.tar.gz | |||
wget https://ci.opensearch.org/ci/dbc/distribution-build-opensearch/1.3.8/7003/linux/x64/tar/builds/opensearch/dist/opensearch-min-1.3.8-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.
This will temporarily change from latest -> 7003. As of the time of writing, latest
resolves to 7000 and a SNAPSHOT of the security plugin is not available for that build.
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## 1.3 #1309 +/- ##
=======================================
Coverage 72.02% 72.02%
=======================================
Files 88 88
Lines 1916 1916
Branches 245 250 +5
=======================================
Hits 1380 1380
Misses 480 480
Partials 56 56 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Craig Perkins [email protected]
Description
Increment version to 1.3.8
Category
Maintenance
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.