Update vendored packages, containerd, docker#2560
Conversation
Don't know if this is just due to flakiness or something else |
|
/cc @ijc @vdemeester @stevvooe |
5694e2e to
6a8e432
Compare
Codecov Report
@@ Coverage Diff @@
## master #2560 +/- ##
==========================================
- Coverage 61.35% 61.33% -0.02%
==========================================
Files 133 133
Lines 21765 21765
==========================================
- Hits 13354 13350 -4
- Misses 6974 6983 +9
+ Partials 1437 1432 -5 |
|
Thanks for updating this @thaJeztah - looks like the |
|
@cyli oh, thanks! I knew I'd break something, and must've missed that in the CI output 🤗 I'll try to updated asap. |
This make the vendored version in sync with moby/moby; no code changes, only changes in documentation Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Updates containerd/fifo to fbfb6a11ec671efbe94ad1c12c2e98773f19e1e6, to keep it in sync with the Moby repository, and to prevent a data race when Close is called concurrently Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
on moby CI, this fixed an issue that was blocking a test from running on ppc64le. This make the vendored version in sync with moby/moby Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby - LCOW: Dynamic sandbox management - pipe: Resolve race between close and connect Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby; - Allow the config API consumer to modify the serv/client default configs - Support parsing SCTP port mapping Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby; - Refactor implementation of ParseUlimit function - Enhance FromHumanSize to parse float64 string - Unify license: Use one license for documentation and code - make 1 second not to be plural seconds - change week display rule - Better human duration precision - Removes spaces before unit to be closer to common Linux outputs. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby; no code changes Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Updates to 346938d642f2ec3594ed81d874461961cd0faa76 (v1.1.0), This make the vendored version in sync with moby/moby; dds new config options (`DisablePointerAddresses`, `DisableCapacities`) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
…c0b6506826e This make the vendored version in sync with moby/moby Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby; Adds support for for etcd authentication Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby; - reference: allow more than 1 digest algorithm separator Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This make the vendored version in sync with moby/moby Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This makes the vendored version in sync with moby/moby Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This makes the vendored version in sync with moby/moby Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6a8e432 to
33431b4
Compare
| } | ||
| func (m *MockPlugin) ScopedPath(_ string) string { | ||
| return "" | ||
| } |
|
Updated 🎉 fingers crossed |
cyli
left a comment
There was a problem hiding this comment.
LGTM - thanks for updating these and including the links to all the changes! I mostly looked at the certificate transparency and golang/x/crypto changes.
|
As a note we may have to bump the certificate transparency package for go 1.10: #2563, but that doesn't need to happen in this PR. Just wanted to mention it in case it's useful elsewhere as well. |
|
Ah, yes, I saw that issue as well on my machine. This PR’s intent was to have the dependencies in sync, but I was considering having a look at dependencies in general, to update them across the board (some haven’t been updated for a while, so worth checking if we’re missing out on fixes) |
This updates a big part of the vendored packages to match what's used in https://github.com/moby/moby (I kept out some, such as Cobra, and some helper packages). This makes sure that this repository is developing and testing using the same(ish) version of those packages.
Last four commits update containerd (first to 1.0.2, then to 3fa104f843ec92328912e042b767d26825f202aa); did an attempt to fix up local changes needed for changes in there; it builds with those changes, but quite possibly may need more changes
Named this "WIP", as I'm sure I screwed up somewhere 😂
Updated packages
DisablePointerAddresses,DisableCapacities)New dependencies
Already ahead