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

backport: discovery and version constraints changes #19660

Merged
merged 5 commits into from
Dec 14, 2018
Merged

Commits on Dec 7, 2018

  1. Merge pull request #19567 from mrburrito/readd-s3-path-style-in-remot…

    …e-state-data-source
    
    Adding missing S3 force_path_style option to schema check.
    jbardin authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    cf4cc7a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. govendor: update go-version

    The changes to `version_set_test.go` are backported from v0.12.
    Sander van Harmelen committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    ab0bcc3 View commit details
    Browse the repository at this point in the history
  2. core: enhance service discovery

    This PR improves the error handling so we can provide better feedback about any service discovery errors that occured.
    
    Additionally it adds logic to test for specific versions when discovering a service using `service.vN`. This will enable more informational errors which can indicate any version incompatibilities.
    Sander van Harmelen committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    1399413 View commit details
    Browse the repository at this point in the history
  3. core: add a method to retrieve version contraints

    Sander van Harmelen committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    2d4edb1 View commit details
    Browse the repository at this point in the history
  4. backend/remote: return detailed incompatibility info

    Sander van Harmelen committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    18c3ca8 View commit details
    Browse the repository at this point in the history