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

shorten etcd wait_for_line (~3.4 compatibility) #121

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 16, 2020

  1. shorten etcd wait_for_line (~3.4 compatibility)

    Starting at ~3.4 the output is now
    `embed: serving insecure client requests on 127.0.0.1:2379, this is strongly discouraged!`
    so `client requests on` still matches both
    funkyHat committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9c939d3 View commit details
    Browse the repository at this point in the history
  2. fetch etcd 3.4.3

    funkyHat committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    696a3b3 View commit details
    Browse the repository at this point in the history
  3. don't hide output in _run()

    Matt Wheeler authored and funkyHat committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ae6b1b8 View commit details
    Browse the repository at this point in the history
  4. ETCDCTL_API=3 is the default from v3.4

    Matt Wheeler authored and funkyHat committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9ee14bc View commit details
    Browse the repository at this point in the history