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

Upgrade API server to use Tekton version >= 0.19 #402

Closed
fenglixa opened this issue Jan 5, 2021 · 2 comments · Fixed by #428
Closed

Upgrade API server to use Tekton version >= 0.19 #402

fenglixa opened this issue Jan 5, 2021 · 2 comments · Fixed by #428

Comments

@fenglixa
Copy link
Member

fenglixa commented Jan 5, 2021

/kind feature

Description:
[A clear and concise description of what your proposal. What problem does it solve?]
Since Tekton version v0.19.0 released, it contains the features (e.g custom task) we may need to use. But seems it was blocked by the issue of:
argoproj/argo-workflows#4425

And the PR provided:
argoproj/argo-workflows#4810

After that, we can upgrade kfp-tekton API Server to Tekton version 0.19.0.

Additional information:
[Miscellaneous information that will assist in solving the issue.]

@Tomcli
Copy link
Member

Tomcli commented Jan 5, 2021

We are trying to remove all the Argo mock api/tests so it doesn't have to depend on the Argo version. Another task for Tekton 0.19 is to update all the k8s function calls to go-client 0.18.x. For example,
https://github.com/tektoncd/pipeline/pull/3319/files#diff-3b3ca39720cb7f55cf1c1529cee802b2f712fcbec78de47484eb3fc5f1d0eed5R34

@fenglixa
Copy link
Member Author

@Tomcli Do you know when we could upgrade tekton to latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants