Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Bump kubernetes dependencies to 1.14.1 #503

Merged
merged 4 commits into from
Apr 17, 2019

Conversation

jcsirot
Copy link
Contributor

@jcsirot jcsirot commented Apr 10, 2019

- What I did
Update k8s dependencies to 1.14.0 and updates code and tests when required.

- A picture of a cute animal (not mandatory but encouraged)

@GordonTheTurtle
Copy link

Please sign your commits following these rules:
https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work
The easiest way to do this is to amend the last commit:

$ git clone -b "bump-kube-1.14.0" [email protected]:jcsirot/docker-app.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842357817200
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

@jcsirot jcsirot force-pushed the bump-kube-1.14.0 branch 2 times, most recently from 2a88241 to e1263b5 Compare April 10, 2019 09:55
@simonferquel simonferquel marked this pull request as ready for review April 10, 2019 13:12
@jcsirot jcsirot changed the title Bump kubernetes dependencies to 1.14.0 Bump kubernetes dependencies to 1.14.1 Apr 10, 2019
Copy link
Member

@chris-crone chris-crone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@simonferquel simonferquel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure about the change of behavior in merging parameters. cc @silvin-lubecki @chris-crone

types/parameters/merge_test.go Outdated Show resolved Hide resolved
Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Gopkg.toml Outdated Show resolved Hide resolved
Copy link
Contributor

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🦁

Jean-Christophe Sirot and others added 3 commits April 17, 2019 11:27
- Use a custom duffle branch using github.com/deislabs/cnab-go/bundle (waiting for cnabio/duffle#681 to be merged)

Signed-off-by: Jean-Christophe Sirot <[email protected]>
Signed-off-by: Simon Ferquel <[email protected]>
@chris-crone
Copy link
Member

I'll carry this PR as @jcsirot is at a conference.

Signed-off-by: Simon Ferquel <[email protected]>
@codecov
Copy link

codecov bot commented Apr 17, 2019

Codecov Report

Merging #503 into master will increase coverage by 0.14%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #503      +/-   ##
==========================================
+ Coverage   68.94%   69.09%   +0.14%     
==========================================
  Files          53       53              
  Lines        2818     2818              
==========================================
+ Hits         1943     1947       +4     
+ Misses        612      609       -3     
+ Partials      263      262       -1
Impacted Files Coverage Δ
render/render.go 71.6% <ø> (ø) ⬆️
internal/store/bundle.go 68.88% <ø> (ø) ⬆️
internal/commands/parameters.go 88.88% <ø> (ø) ⬆️
internal/commands/bundle.go 63.79% <ø> (ø) ⬆️
internal/packager/cnab.go 96.99% <ø> (ø) ⬆️
internal/inspect/inspect.go 87.01% <ø> (ø) ⬆️
internal/commands/cnab.go 69.72% <100%> (ø) ⬆️
internal/commands/push.go 38.6% <100%> (ø) ⬆️
types/parameters/merge.go 100% <100%> (ø) ⬆️
types/parameters/parameters.go 92.06% <0%> (+6.34%) ⬆️

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 f0bf841...e47b30f. Read the comment docs.

@chris-crone
Copy link
Member

CI is green, PTAL @silvin-lubecki @simonferquel @vdemeester

@vdemeester vdemeester merged commit 4dc618f into docker:master Apr 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants