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

Support BWC using multiple older versions #336

Open
ohltyler opened this issue Dec 6, 2021 · 0 comments
Open

Support BWC using multiple older versions #336

ohltyler opened this issue Dec 6, 2021 · 0 comments
Labels
infra Changes to infrastructure, testing, CI/CD, pipelines, etc. Severity-Major

Comments

@ohltyler
Copy link
Member

ohltyler commented Dec 6, 2021

Currently, the BWC scenarios in build.gradle are only supporting upgrades from the latest non-OpenSearch release (ODFE 1.13 / ES 7.10) to the current upcoming OpenSearch release (1.3). This should be changed to support all previous minor versions. For example, given the current developing version is 1.3, we should support:

7.10 -> 1.3
1.0 -> 1.3
1.1 -> 1.3
1.2 -> 1.3

At the time of this writing I don't believe any other plugin has implemented a clean way to do this yet. More details on the discussion of this can be found in #334.

@ohltyler ohltyler added infra Changes to infrastructure, testing, CI/CD, pipelines, etc. v1.3.0 labels Dec 6, 2021
@ohltyler ohltyler mentioned this issue Dec 6, 2021
1 task
@ohltyler ohltyler added untriaged and removed v1.3.0 labels Mar 1, 2022
@amitgalitz amitgalitz removed the v2.1.0 label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Changes to infrastructure, testing, CI/CD, pipelines, etc. Severity-Major
Projects
None yet
Development

No branches or pull requests

3 participants