Update go modules to include latest k8s.io/kubernetes module on v-1.19#146
Conversation
|
/cc @andrewsykim |
124c2a6 to
6da158d
Compare
6da158d to
dbb03ac
Compare
|
@nicolehanjing can you link the PR with the bug fix we're trying to pull in ? |
dbb03ac to
4c1a077
Compare
sure, updated the PR description |
b3cc780 to
0daa734
Compare
| k8s.io/klog v1.0.0 | ||
| k8s.io/klog/v2 v2.2.0 | ||
| k8s.io/kubernetes v1.19.1 | ||
| k8s.io/kubernetes v1.19.3 |
There was a problem hiding this comment.
This should probably be v0.0.0-20201023141757-9e8ad8ce9d8a until we update this to v1.1.9.4 in a follow-up PR
There was a problem hiding this comment.
updated! I also re-verify that the node registration worked after updating :)
0daa734 to
56d164a
Compare
andrewsykim
left a comment
There was a problem hiding this comment.
Comment on bumping AWS SDK, if we can get that back to v1.28.2, then lgtm!
|
|
||
| require ( | ||
| github.com/aws/aws-sdk-go v1.28.2 | ||
| github.com/aws/aws-sdk-go v1.35.5 |
There was a problem hiding this comment.
Do we need to bump aws-sdk-go in this PR? If we can keep v1.28.2 that would be ideal since k8s.io/kubernetes v1.19 is still on v1.28.2
There was a problem hiding this comment.
gotcha, updated!
21f3b15 to
e1ae03d
Compare
e1ae03d to
878065a
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewsykim, nicolehanjing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
update go modules to include latest k8s.io/kubernetes module on release-1.19 branch
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
patched v1.19 for v2 Instance kubernetes/kubernetes#95452 and update go.mod to include the latest version
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: