docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Bump "safe" dependencies #431

Closed vdemeester closed 5 years ago

vdemeester commented 5 years ago

This updates "safe" dependencies (aka not dependency base on master, nor overridden one). One upgrade per commit (to ease bisect and revert if necessary). This has been generated using sec : sec make test

This commits is required on master https://github.com/docker/app/commit/24828bd871010dc00ae74c7fa4ca10eea98e817e (and could be on a separate PR)

codecov[bot] commented 5 years ago

Codecov Report

Merging #431 into master will decrease coverage by 0.29%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #431     +/-   ##
=========================================
- Coverage   58.31%   58.01%   -0.3%     
=========================================
  Files          60       59      -1     
  Lines        3387     3349     -38     
=========================================
- Hits         1975     1943     -32     
+ Misses       1149     1146      -3     
+ Partials      263      260      -3
Impacted Files Coverage Δ
cmd/docker-app/deploy.go 32.6% <0%> (-7.75%) :arrow_down:
cmd/docker-app/validate.go 88.88% <0%> (-6.57%) :arrow_down:
cmd/docker-app/root.go 77.35% <0%> (-2.65%) :arrow_down:
cmd/docker-app/push.go 89.47% <0%> (-2.53%) :arrow_down:
cmd/docker-app/cmd_utils.go

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d3e443...e4da4c9. Read the comment docs.

thaJeztah commented 5 years ago

nice!