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

Update Go client libraries for etcd #11980

Merged
merged 6 commits into from Sep 29, 2021
Merged

Commits on Aug 18, 2021

  1. Update Go client libraries for etcd

    * Added etcd server container to run etcd3 tests automatically.
    
    * Removed etcd2 test case: it fails the backend tests but the failure is
      unrelated to the uplift.  The etcd2 backend implementation does not
      remove empty nested nodes when removing leaf (see comments in hashicorp#11980).
    
    Signed-off-by: Tero Saarni <tero.saarni@est.tech>
    tsaarni committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2683a4d View commit details
    Browse the repository at this point in the history
  2. Update Go client libraries for etcd

    * Changelog
    
    Signed-off-by: Tero Saarni <tero.saarni@est.tech>
    tsaarni committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    e87e37e View commit details
    Browse the repository at this point in the history
  3. Update Go client libraries for etcd

    * Fixed TestInmemCluster_ConnectCluster after go.uber.org/atomic upgrade
    
    Signed-off-by: Tero Saarni <tero.saarni@est.tech>
    tsaarni committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    ffbc0c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. merge commit

    tsaarni committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d46a3cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822ca53 View commit details
    Browse the repository at this point in the history
  3. only add replace for go.etcd.io/etcd/client/pkg/v3 and revert back to…

    … released versions of others
    tsaarni committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    c321599 View commit details
    Browse the repository at this point in the history