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] Support only compatible platform versions #2285

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    5b64187 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda3414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed70f4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    729c11c View commit details
    Browse the repository at this point in the history
  5. update the gRPC API

    alessio-perugini committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    851dd01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9572823 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5635fb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5819249 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9063971 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e24ed89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ffb8c94 View commit details
    Browse the repository at this point in the history
  12. docs: update

    alessio-perugini committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    85fedd2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8342148 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2fca930 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55401e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. cr: remove latest_compatible_version from gRPC api.

    We leave only the `latest_compatible` field from the API. This field
    will have the same meaning the the former `latest_compatible_version`.
    Meaning that if the `latest_compatible` contains a version it is a
    release that can be installed. However it might happen that we have
    newer releases that cannot be installed. If the client is interested to
    show newer-non-installable-releases, the `releases` field can be used to
    infer that.
    alessio-perugini committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ffbd9a8 View commit details
    Browse the repository at this point in the history
  2. update docs

    alessio-perugini committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    14e0d5c View commit details
    Browse the repository at this point in the history
  3. fix flaky test

    alessio-perugini committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b946506 View commit details
    Browse the repository at this point in the history
  4. apply CR suggestion

    alessio-perugini committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    2977bc4 View commit details
    Browse the repository at this point in the history