redhat-developer / intellij-tekton

IntelliJ Tekton plugin
https://plugins.jetbrains.com/plugin/14096-tekton-pipelines-by-red-hat
Eclipse Public License 2.0
20 stars 11 forks source link

migrate to kubernetes-client 6.4.0 #641

Closed adietish closed 1 year ago

adietish commented 1 year ago

Hints and instructions are documented at https://github.com/fabric8io/kubernetes-client/blob/master/doc/MIGRATION-v6.md

adietish commented 1 year ago

@lstocchi: the bump to 6.3.1 (6.4.0 is not released atm) unveils a problem caused by changes in the model objects: PipelineRunConditionCheckStatus doesn't exist any more in v1beta1 (see here: https://github.com/fabric8io/kubernetes-client/find/dbb96cf361d81bb034687ce60a4b7496ac9287da). I think that this is related to the removal of conditions discussed here: https://github.com/tektoncd/community/pull/645#discussion_r818816806 I'd leave this change in logic to you as it requires deeper understanding. It's not a simple API migration.