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

Breaking changes for 2.0 #65

Merged
merged 6 commits into from
Apr 28, 2022

Conversation

VachaShah
Copy link
Collaborator

Description

This PR adds the breaking changes that come with OpenSearch 2.0. Changes in this PR include:

  1. Support to test against unreleased OpenSearch.
  2. Breaking changes mentioned in [META] Breaking changes for 2.0 opensearch-clients#12
  3. Documentation for upgrade.

Issues Resolved

Closes #57

Check List

  • 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.

@VachaShah VachaShah requested review from a team and robsears as code owners April 26, 2022 21:17
@@ -0,0 +1,60 @@
name: Integration with Unreleased OpenSearch
Copy link
Member

Choose a reason for hiding this comment

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

May be add the workflow in a different PR?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I added it in the same PR since the breaking changes need to be tested. WDYT? I can add the workflow in a separate PR and include only 1.x branch on it, then in this PR I can add the 2.x, 2.0 and main branch testing.

Copy link
Member

Choose a reason for hiding this comment

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

Haha its ok.
Its easier to split pieces when they are independent, we can do it next time :)

@VachaShah VachaShah requested a review from dblock April 26, 2022 23:50
dblock
dblock previously approved these changes Apr 27, 2022
strategy:
fail-fast: false
matrix:
opensearch_ref: ['1.x', '2.x', '2.0', 'main']
Copy link
Member

Choose a reason for hiding this comment

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

Nit: put these on separate lines so diffs are easier when adding/removing versions

@dblock dblock merged commit f0f66bd into opensearch-project:main Apr 28, 2022
@VachaShah VachaShah deleted the breaking-changes-2.0 branch April 28, 2022 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking changes for 2.0
3 participants