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

Implement KEP-19 by distinguishing between app and operator version #1257

Merged
merged 6 commits into from
Jan 10, 2020

Commits on Jan 9, 2020

  1. Implement KEP-19 by distinguishing between app and operator version

    The app version of an operator package is taken into account using operations that apply to packages. E.g., when installing a package, a user is able to provide a specific app version to install. To further distinguish app version and operator version, the 'version' field in operator packages and the package index has been renamed to 'operatorVersion'.
    Package version resolution has been updated to take the app version into account; operator packages are first sorted by app version, then sorted by operator version. Furthermore, the app version is added to the package tarball name to avoid conflicts.
    Jan Schlicht committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    726d9b1 View commit details
    Browse the repository at this point in the history
  2. Update harness operators

    Jan Schlicht committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    d8b8ad5 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: Aleksey Dukhovniy <adukhovniy@mesosphere.io>
    Jan Schlicht and Aleksey Dukhovniy authored Jan 9, 2020
    Configuration menu
    Copy the full SHA
    5ea55bf View commit details
    Browse the repository at this point in the history
  4. Keep changes consistent

    Jan Schlicht committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    0cd3423 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. switching to new 0.10.0 repo

    Signed-off-by: Ken Sipe <kensipe@gmail.com>
    kensipe committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    3607c7f View commit details
    Browse the repository at this point in the history
  2. Use 0.10 repo in golden files

    Jan Schlicht committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    494dbc6 View commit details
    Browse the repository at this point in the history