-
Notifications
You must be signed in to change notification settings - Fork 377
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 to 3.4.7 #2090
Upgrade etcd to 3.4.7 #2090
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2090 +/- ##
=======================================
Coverage 58.92% 58.92%
=======================================
Files 115 115
Lines 9778 9778
=======================================
Hits 5762 5762
Misses 3513 3513
Partials 503 503
Continue to review full report at Codecov.
|
``` git clone --branch v3.4.7 https://github.com/etcd-io/etcd.git cd etcd echo -n v0.0.0- TZ=UTC git --no-pager show \ --quiet \ --abbrev=12 \ --date='format-local:%Y%m%d%H%M%S' \ --format="%cd-%h" ```
Fix unsafe pointer conversions caught by Go 1.14 checkptr
bump travis 2
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.
Could you also add to the PR description the fact that you've removed dependencies on coreos/? Thanks for doing that as well, BTW!
Resolves CVE-2018-1098 CVE-2018-1099. etcd-io/etcd#10480
github.com/coreos/etcd
withgo.etcd.io/etcd
The version number
go.etcd.io/etcd v0.0.0-20200401174654-e694b7bb0875
was calculated with the following script, as suggested in etcd-io/etcd#11154