-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
go.mod
Outdated
@@ -42,7 +42,7 @@ require ( | |||
k8s.io/component-base v0.0.0 | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated! I also re-verify that the node registration worked after updating :)
0daa734
to
56d164a
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.
Comment on bumping AWS SDK, if we can get that back to v1.28.2, then lgtm!
go.mod
Outdated
) | ||
|
||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gotcha, updated!
21f3b15
to
e1ae03d
Compare
e1ae03d
to
878065a
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.
/approve
/lgtm
[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
Needs 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?: