-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Upgrade Kubernetes dependencies to 0.19.2 #3324
Labels
area/dependency
Issues or PRs related to dependency changes
kind/question
Issues or PRs that are questions around the project or a particular feature
Milestone
Comments
rawlingsj
added a commit
to rawlingsj/lighthouse
that referenced
this issue
Oct 5, 2020
/kind question |
tekton-robot
added
kind/question
Issues or PRs that are questions around the project or a particular feature
priority/backlog
Higher priority than priority/awaiting-more-evidence.
area/dependency
Issues or PRs related to dependency changes
labels
Oct 5, 2020
ghost
added this to the Pipelines v0.18 milestone
Oct 5, 2020
Does this require an update to the minimum version? |
afrittoli
removed
the
priority/backlog
Higher priority than priority/awaiting-more-evidence.
label
Oct 19, 2020
jstrachan
pushed a commit
to jstrachan/lighthouse
that referenced
this issue
Nov 1, 2020
jstrachan
pushed a commit
to jstrachan/lighthouse
that referenced
this issue
Jan 18, 2021
jenkins-x-bot
pushed a commit
to jenkins-x/lighthouse
that referenced
this issue
Jan 18, 2021
It looks as though this will happen naturally when we upgrade to knative 0.21. |
The above PR bumped the k8s deps |
Right now |
This is closed by #3724 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dependency
Issues or PRs related to dependency changes
kind/question
Issues or PRs that are questions around the project or a particular feature
We're using the Tekton client in a couple of places and are currently upgrading all our golang Kubernetes dependencies to 0.19.2. This includes an upgraded Kubernetes client-go which requires fixing up code due to breaking API changes.
I've just noticed there's a similar PR #3319 although that doesn't go all the way to 0.19.2 so I wonder if we should combine the two efforts or keep them separate?
Right now I have made these changes on a fork https://github.com/rawlingsj/pipeline/tree/k8s_0.19.2
I'm not sure I've done everything that's needed to upgrade:
make vendor
go mod vendor
clientgofix ./...
to fix breaking API changes from client-go https://github.com/kubernetes-sigs/clientgofix/make generated
make all
A couple of questions
The text was updated successfully, but these errors were encountered: