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

[Build] use saved legacy config for 1.x #743

Merged
merged 1 commit into from
Aug 31, 2021

Commits on Aug 27, 2021

  1. [Build] use saved legacy config for 1.x

    An original update to enable taking settings from a valid legacy
    version and applying to current OpenSearch Dashboards was made
    here:
    
    opensearch-project#485
    
    However, it explicitly checked for current version being 1.0.0, which
    is too strict because ideally all versions of 1.x is compatible.
    
    This makes the config check more relaxed and will taking settings from
    a legacy version if the current version is 1.x.
    
    Issue resolved:
    opensearch-project#741
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    ce8831a View commit details
    Browse the repository at this point in the history