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

Upgrade etcd dependency to v3.3.15 #7403

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 23, 2019

  1. Upgrade etcd dependency to v3.3.15

    Contains an important fix in clientv3 that allows vault to
    successfully failover to another etcdv3 endpoint in the event that the
    current active connection becomes unavailable.
    
    See also:
     * etcd-io/etcd#9949
     * etcd-io/etcd#10911
     * https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3314-2019-08-16
    
    Fixes hashicorp#4961
    jsok committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    fbb2ff7 View commit details
    Browse the repository at this point in the history
  2. go mod tidy

    jsok committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    5e61f87 View commit details
    Browse the repository at this point in the history