-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
vendor: bump etcd to v3.3.9 #37805
vendor: bump etcd to v3.3.9 #37805
Conversation
|
db591ce
to
50646f5
Compare
forgot to do |
50646f5
to
3a34786
Compare
Codecov Report
@@ Coverage Diff @@
## master #37805 +/- ##
=========================================
Coverage ? 36.16%
=========================================
Files ? 610
Lines ? 45054
Branches ? 0
=========================================
Hits ? 16292
Misses ? 26523
Partials ? 2239 |
rebased (mostly to re-run CI) |
3a34786
to
e267cdc
Compare
TestAPISwarmLeaderElection failure on janky and experimental CI (context deadline exceeded). This is a well known flaky test (#32673). |
temporary included #37833 to investigate TestAPISwarmLeaderElection failure. |
9a7eaed
to
e73a095
Compare
...and use ugorji/go 1.1.1 Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
As per https://github.com/etcd-io/etcd/blob/fa57f7fbc787b4/Gopkg.lock List of packages required by subset of etcd used is provided by: go list -f '{{join .Deps "\n"}}' \ github.com/docker/docker/vendor/github.com/coreos/etcd/... \ | grep -F . | grep -v coreos/etcd | sort | uniq Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
e73a095
to
ae04bc7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
oh, we should probably remove that other commit before merging 😅 |
ae04bc7
to
7008ac0
Compare
🗑️ done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🐸
...and use ugorji/go 1.1.1
While at it, update etcd deps.
Fixes #37804