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

[ML] Correcting model state min_version #1546

Merged

Commits on Oct 26, 2020

  1. [ML] Correcting model state min_version

    The model state min_version should indicate the minimum
    node version required to restore the model state.  This
    has not been updated since 6.4.0, meaning we have not had
    the intended protection against model states being used on
    nodes that are too old.  This change updates the
    min_version to the correct version at present, which is
    7.9.0 for latest state.
    
    Relates elastic#1545
    droberts195 committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d5d90e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8cbeff View commit details
    Browse the repository at this point in the history