Closed TsuyoshiUshio closed 7 years ago
Hmm - worked when I tested on a hosted linux agent... do you know why it didnt work for you? Are you possibly using a Windows agent?
I tried on a hosted linux agent. I just update the task. Then I tried to create a release. The result was like that. One of the problem of the market place is we can't test in advance. :( I also try to identify why it happens.
You can test by making the version 0.x.x and marking it as preview... Customers should depend on 1.x.x versions...
On Mar 21, 2017 7:16 PM, "Tsuyoshi Ushio" notifications@github.com wrote:
I tried on a hosted linux agent. I just update the task. Then I tried to create a release. The result was like that. One of the problem of the market place is we can't test in advance. :( I also try to identify why it happens.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TsuyoshiUshio/KubernetesTask/issues/8#issuecomment-288278020, or mute the thread https://github.com/notifications/unsubscribe-auth/ADQphahiyYyVKsLthJrKJpHNDZe11ogfks5roIR-gaJpZM4MifXb .
Oh yeah... Download works for build scenario but fails for release... If you can publish as 0.** and give me a repro of the issue I can connect with the right guy in vsts support team...
Maybe we could release different build and release tasks to mitigate?
On Mar 21, 2017 11:55 PM, "Rakesh Kelkar" rakelkar@gmail.com wrote:
You can test by making the version 0.x.x and marking it as preview... Customers should depend on 1.x.x versions...
On Mar 21, 2017 7:16 PM, "Tsuyoshi Ushio" notifications@github.com wrote:
I tried on a hosted linux agent. I just update the task. Then I tried to create a release. The result was like that. One of the problem of the market place is we can't test in advance. :( I also try to identify why it happens.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TsuyoshiUshio/KubernetesTask/issues/8#issuecomment-288278020, or mute the thread https://github.com/notifications/unsubscribe-auth/ADQphahiyYyVKsLthJrKJpHNDZe11ogfks5roIR-gaJpZM4MifXb .
I added you to the thread... Sorry for the trouble... This aspect slipped my mind in all the travel :(
On Mar 21, 2017 11:57 PM, "Rakesh Kelkar" rakelkar@gmail.com wrote:
Oh yeah... Download works for build scenario but fails for release... If you can publish as 0.** and give me a repro of the issue I can connect with the right guy in vsts support team...
Maybe we could release different build and release tasks to mitigate?
On Mar 21, 2017 11:55 PM, "Rakesh Kelkar" rakelkar@gmail.com wrote:
You can test by making the version 0.x.x and marking it as preview... Customers should depend on 1.x.x versions...
On Mar 21, 2017 7:16 PM, "Tsuyoshi Ushio" notifications@github.com wrote:
I tried on a hosted linux agent. I just update the task. Then I tried to create a release. The result was like that. One of the problem of the market place is we can't test in advance. :( I also try to identify why it happens.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TsuyoshiUshio/KubernetesTask/issues/8#issuecomment-288278020, or mute the thread https://github.com/notifications/unsubscribe-auth/ADQphahiyYyVKsLthJrKJpHNDZe11ogfks5roIR-gaJpZM4MifXb .
No problem. I appreciate your contribution. :) Let's tackle this problem together. Do I need to release current working version as 1. then release 0. as a preview?
Yes ... and you might want to add some user documentation indicating 1.x is the stable one to use..
On Mar 22, 2017 9:24 PM, "Tsuyoshi Ushio" notifications@github.com wrote:
No problem. I appreciate your contribution. :) Let's tackle this problem together. Do I need to release current working version as 1. then release 0. as a preview?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/TsuyoshiUshio/KubernetesTask/issues/8#issuecomment-288613783, or mute the thread https://github.com/notifications/unsubscribe-auth/ADQphcYVhF8B1VY5ZrWi8sfL5ecgAGXZks5rofPwgaJpZM4MifXb .
I sorted out this problem. See the https://github.com/TsuyoshiUshio/KubernetesTask/pull/10 !
I released version 0.1.31 however, it failed. Now I deploy 0.1.32 to revert the change. it works. However, 0.1.31 is added a feature for automated dowonload. I need to fix this problem. Now I release this version instead.
https://github.com/TsuyoshiUshio/KubernetesTask/tree/fix/cannotusedoubleminus
Simply this is because it can't find
.kubeconfig
Only the difference of this line
works
didn't work