Move boltdb/bolt to go.etcd.io/bbolt#2748
Merged
anshulpundir merged 1 commit intomoby:masterfrom Sep 21, 2018
Merged
Conversation
Signed-off-by: John Howard <jhoward@microsoft.com>
Codecov Report
@@ Coverage Diff @@
## master #2748 +/- ##
==========================================
+ Coverage 61.77% 61.78% +0.01%
==========================================
Files 134 134
Lines 21890 21890
==========================================
+ Hits 13522 13525 +3
+ Misses 6911 6902 -9
- Partials 1457 1463 +6 |
Member
Author
|
ping @yongtang - PTAL. Thanks :) |
yongtang
approved these changes
Sep 18, 2018
Member
yongtang
left a comment
There was a problem hiding this comment.
LGTM as boltdb/bolt has been archived now.
Member
|
ping @dperny @anshulpundir PTAL |
anshulpundir
approved these changes
Sep 21, 2018
tiborvass
pushed a commit
to tiborvass/docker
that referenced
this pull request
Sep 22, 2018
This also brings in these PRs from swarmkit: - moby/swarmkit#2691 - moby/swarmkit#2744 - moby/swarmkit#2732 - moby/swarmkit#2729 - moby/swarmkit#2748 Signed-off-by: Tibor Vass <tibor@docker.com>
docker-jenkins
pushed a commit
to docker-archive/docker-ce
that referenced
this pull request
Sep 22, 2018
This also brings in these PRs from swarmkit: - moby/swarmkit#2691 - moby/swarmkit#2744 - moby/swarmkit#2732 - moby/swarmkit#2729 - moby/swarmkit#2748 Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: cce1763d57b5c8fc446b0863517bb5313e7e53be Component: engine
This file contains hidden or 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
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.
Signed-off-by: John Howard jhoward@microsoft.com
There's a bunch of PRs in various moby and docker related repos, but essentially this to get all the components in moby/moby which are using the unmaintained boltdb/bolt database, which has a bug on Windows, moved to the current maintained fork: specifically release v1.3.1-etcd.8 of go.etcd.io.
moby/moby#37843 has links to the related PRs. Once all related ones are merged, it will resolve this comment: moby/moby#37843 (comment))
@thaJeztah PTAL.