-
Notifications
You must be signed in to change notification settings - Fork 379
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 #2089
Closed
Closed
Upgrade etcd to 3.4.7 #2089
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` 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
Codecov Report
@@ Coverage Diff @@
## master #2089 +/- ##
==========================================
- Coverage 58.94% 58.92% -0.03%
==========================================
Files 115 115
Lines 9778 9778
==========================================
- Hits 5764 5762 -2
- Misses 3511 3513 +2
Partials 503 503
Continue to review full report at Codecov.
|
bump travis 2
@googlebot recheck |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves CVE-2018-1098 CVE-2018-1099. etcd-io/etcd#10480
go.etcd.io/etcd
import pathThe version number
go.etcd.io/etcd v0.0.0-20200401174654-e694b7bb0875
was calculated with the following script, as suggested in etcd-io/etcd#11154