Skip to content
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 kube dependencies to 1.18.6 #17869

Merged
merged 2 commits into from
Jul 31, 2020

Conversation

alvaroaleman
Copy link
Member

@alvaroaleman alvaroaleman commented Jun 7, 2020

This includes some changes to the generated clients, all their methods now take a context.Context as first and a metav1.<<METHOD>>Options as last argument. Those were fixed via https://github.com/kubernetes-sigs/clientgofix or manually when we re-defined a sub interface.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jun 7, 2020
@k8s-ci-robot k8s-ci-robot added area/kubetest area/prow Issues or PRs related to prow area/prow/config-bootstrapper Issues or PRs related to prow's config-bootstrapper utility area/prow/crier Issues or PRs related to prow's crier component area/prow/deck Issues or PRs related to prow's deck component area/prow/plugins Issues or PRs related to prow's plugins for the hook component sig/testing Categorizes an issue or PR as relevant to SIG Testing. labels Jun 7, 2020
@alvaroaleman
Copy link
Member Author

Blocked by knative/pkg#1387 , knatives api imports a client, that's some very impressive shit.

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 5, 2020
go.mod Outdated
k8s.io/apimachinery => k8s.io/apimachinery v0.17.3
k8s.io/client-go => k8s.io/client-go v0.17.3
k8s.io/code-generator => k8s.io/code-generator v0.17.3
k8s.io/api => k8s.io/api v0.18.3
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like we can get rid of these replace stanzas?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, why would we?

@k8s-ci-robot k8s-ci-robot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. area/prow/gerrit Issues or PRs related to prow's gerrit component area/prow/hook Issues or PRs related to prow's hook component area/prow/horologium Issues or PRs related to prow's horologium component area/prow/jenkins-operator Issues or PRs related to prow's jenkins-operator component area/prow/plank Issues or PRs related to prow's plank component area/prow/pubsub Issues or PRs related to prow's pubsub reporter component area/prow/sinker Issues or PRs related to prow's sinker component area/prow/tide Issues or PRs related to prow's tide component and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jul 15, 2020
@alvaroaleman alvaroaleman changed the title Update kube dependencies to 1.18.3 Update kube dependencies to 1.18.5 Jul 15, 2020
@alvaroaleman alvaroaleman force-pushed the update-kube branch 2 times, most recently from 8d90ce4 to a750f27 Compare July 15, 2020 20:18
@fejta
Copy link
Contributor

fejta commented Jul 31, 2020

/assign @amwat

@BenTheElder
Copy link
Member

it's been removed, in #18567

@k8s-ci-robot k8s-ci-robot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 31, 2020
@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jul 31, 2020
@alvaroaleman alvaroaleman force-pushed the update-kube branch 5 times, most recently from 01abcad to fbaa80d Compare July 31, 2020 21:09
@alvaroaleman
Copy link
Member Author

/retest

github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.2.0+incompatible
github.com/docker/docker => github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce
Copy link
Member Author

@alvaroaleman alvaroaleman Jul 31, 2020

Choose a reason for hiding this comment

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

Not sure why, but without the replacements, ./hack/update-deps.sh would update the pubsub and docker dependencies, causing compilation failures.

I've pinned all the k8s dependencies to make sure we use the same version for everything

@alvaroaleman
Copy link
Member Author

/assign fejta
now with green tests 🎉

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 31, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: alvaroaleman, fejta

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 31, 2020
@k8s-ci-robot k8s-ci-robot merged commit 2efbce0 into kubernetes:master Jul 31, 2020
@k8s-ci-robot k8s-ci-robot added this to the v1.19 milestone Jul 31, 2020
@alvaroaleman alvaroaleman deleted the update-kube branch July 31, 2020 22:07
@andyzhangx andyzhangx mentioned this pull request Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/kubetest area/prow/config-bootstrapper Issues or PRs related to prow's config-bootstrapper utility area/prow/crier Issues or PRs related to prow's crier component area/prow/deck Issues or PRs related to prow's deck component area/prow/gerrit Issues or PRs related to prow's gerrit component area/prow/hook Issues or PRs related to prow's hook component area/prow/horologium Issues or PRs related to prow's horologium component area/prow/jenkins-operator Issues or PRs related to prow's jenkins-operator component area/prow/plank Issues or PRs related to prow's plank component area/prow/plugins Issues or PRs related to prow's plugins for the hook component area/prow/pubsub Issues or PRs related to prow's pubsub reporter component area/prow/sinker Issues or PRs related to prow's sinker component area/prow/tide Issues or PRs related to prow's tide component area/prow Issues or PRs related to prow cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/testing Categorizes an issue or PR as relevant to SIG Testing. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants