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

Increment version to 2.11 #2175

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

vmmusings
Copy link
Member

Description

  • Temporarily changed ml-commons version to 2.10.0.0.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

@vmmusings vmmusings self-assigned this Sep 29, 2023
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #2175 (4e68f3c) into 2.x (84843e5) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                2.x    #2175   +/-   ##
=========================================
  Coverage     96.61%   96.61%           
  Complexity     4754     4754           
=========================================
  Files           437      437           
  Lines         12702    12702           
  Branches        861      861           
=========================================
  Hits          12272    12272           
  Misses          420      420           
  Partials         10       10           
Flag Coverage Δ
sql-engine 96.61% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@@ -37,7 +37,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: "${versions.jackson}"
implementation group: 'org.json', name: 'json', version:'20230227'
compileOnly group: 'org.opensearch.client', name: 'opensearch-rest-high-level-client', version: "${opensearch_version}"
implementation group: 'org.opensearch', name:'opensearch-ml-client', version: "${opensearch_build}"
implementation group: 'org.opensearch', name:'opensearch-ml-client', version: "2.10.0.0"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

derek-ho
derek-ho previously approved these changes Sep 29, 2023
joshuali925
joshuali925 previously approved these changes Sep 29, 2023
Copy link
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some description on why Temporarily changed ml-commons version to 2.10.0.0.?

Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
@vmmusings vmmusings merged commit 8c5ecba into opensearch-project:2.x Oct 2, 2023
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.11.0 Issues targeting release v2.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants