-
Notifications
You must be signed in to change notification settings - Fork 176
Bump kubernetes dependencies to 1.14.1 #503
Conversation
Please sign your commits following these rules: $ 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. |
2a88241
to
e1263b5
Compare
cdf63ec
to
f536733
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f536733
to
b233d1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🦁
- 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]>
…/mergo#102) Signed-off-by: Jean-Christophe Sirot <[email protected]>
Signed-off-by: Simon Ferquel <[email protected]>
I'll carry this PR as @jcsirot is at a conference. |
Signed-off-by: Simon Ferquel <[email protected]>
b233d1b
to
e47b30f
Compare
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
CI is green, PTAL @silvin-lubecki @simonferquel @vdemeester |
- 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)