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

Update bwc to 2.6.0-SNAPSHOT #723

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

jmazanec15
Copy link
Member

Description

Upgrade main to use 2.6 snapshot for bwc

Check List

  • Commits are signed as 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.

Signed-off-by: John Mazanec <[email protected]>
@jmazanec15 jmazanec15 added the Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc. label Jan 11, 2023
@jmazanec15 jmazanec15 requested a review from a team January 11, 2023 23:45
@codecov-commenter
Copy link

Codecov Report

Merging #723 (7a30761) into main (4229216) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #723   +/-   ##
=========================================
  Coverage     84.39%   84.39%           
  Complexity     1067     1067           
=========================================
  Files           151      151           
  Lines          4345     4345           
  Branches        389      389           
=========================================
  Hits           3667     3667           
  Misses          498      498           
  Partials        180      180           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ 11, 17 ]
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0-SNAPSHOT" ]
bwc_version : [ "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0-SNAPSHOT", "2.6.0-SNAPSHOT" ]
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we put the version with a suffix : -SNAPSHOT? Is there a better way to keep this bwc_version list clean?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Seems like 2.5.0 is not released as of now. Let's make sure that once it is released we are removing the -SNAPSHOT suffix.

Copy link
Member Author

Choose a reason for hiding this comment

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

Sounds good

@jmazanec15 jmazanec15 merged commit 519bf1b into opensearch-project:main Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Changes to infrastructure, testing, CI/CD, pipelines, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants