Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Upgrade docker-client dep from 8.9.0 to 8.9.2 #1190

Merged
merged 2 commits into from
Nov 28, 2017

Conversation

davidxia
Copy link
Contributor

@davidxia davidxia requested review from caipre and mattnworb November 15, 2017 19:22
to resolve transitive dep conflict on jnr-unixsocket via docker-client.
Newer version of ssh-agent-proxy uses same version 0.18 of jnr-unixsocket
as docker-client.

Move jnr-unixsocket and ssh-agent-proxy deps to parent's dep management.

depends on spotify/ssh-agent-proxy#7
@davidxia davidxia force-pushed the dxia/upgrade-docker-client branch from e2a796e to 78280e1 Compare November 16, 2017 16:25
@codecov-io
Copy link

codecov-io commented Nov 16, 2017

Codecov Report

Merging #1190 into master will increase coverage by 0.03%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1190      +/-   ##
============================================
+ Coverage     52.51%   52.54%   +0.03%     
  Complexity     1609     1609              
============================================
  Files           268      268              
  Lines         13005    13004       -1     
  Branches       1501     1502       +1     
============================================
+ Hits           6829     6833       +4     
+ Misses         5655     5650       -5     
  Partials        521      521

@davidxia
Copy link
Contributor Author

Tests now pass.

@davidxia
Copy link
Contributor Author

In general my motivation for upgrades like this is to not fall too far behind upstream. I don't like having to upgrade in cases like this where we don't need any of the new features and upgrading presents a little bit of risk. But my other fear of not tracking upstream is the scenario where we need to fix a bug in docker-client, then if we're really far behind it's scarier to upgrade. Not sure if there's a solution better than incrementally upgrading.

@davidxia
Copy link
Contributor Author

davidxia commented Nov 20, 2017

I'll merge after Thanksgiving break.

@davidxia davidxia merged commit 6a766db into master Nov 28, 2017
@davidxia davidxia deleted the dxia/upgrade-docker-client branch November 28, 2017 13:58
ghost pushed a commit that referenced this pull request Dec 8, 2017
Upgrade docker-client dep from 8.9.0 to 8.9.2
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants