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

chore: bump k8s/tekton client to 6.4.0 (#641) #645

Closed lstocchi closed 1 year ago

lstocchi commented 1 year ago

it resolves #641

adietish commented 1 year ago

@lstocchi added a commit that bumps kubernetes-client to 6.4.0 and intellij-common to 1.9.0-SNAPSHOT (which was bumped to 6.4.0)

robstryker commented 1 year ago

This build seemed to work for me locally.

adietish commented 1 year ago

Build seems fine once you change build.gradle to reference a version of the intellij-kubernetes plugin that's using the kubernetes-client 6.4.0. That version is currently in main branch but it's not published to marketplace yet. So one has to build it locally and reference it in build.gradle with it's path (replace 'com.redhat.devtools.intellij.kubernetes:0.6.2.179' by <local path where you checked intellij-kubernetes out>/intellij-kubernetes/build/idea-sandbox/plugins/Kubernetes by Red Hat)

adietish commented 1 year ago

The build on MacOS fails though with the following:

2023-01-26 17:19:22,377 [    234]  ERROR - oncurrency.BoundedTaskExecutor - Resource not found: /idea/nullApplicationInfo.xml

This seems caused by the intellij gradle plugin as found earlier here: https://github.com/redhat-developer/intellij-tekton/pull/615#issuecomment-1276426859

bumping it to 1.12.0 (latest) doesnt fix it for me.

adietish commented 1 year ago

@lstocchi can you please test if this works? To build it you need to build intellij-kubernetes locally and correct the path in 'plugins = [` so that it points to your locally built plugin.

adietish commented 1 year ago

@lstocchi awesomeness, thanks a lot!

adietish commented 1 year ago

I also bumped intelij-common to 1.9.0 (Final)