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

Install v0.6.0 failed #255

Closed
RainbowMango opened this issue Oct 22, 2024 · 5 comments · Fixed by #256
Closed

Install v0.6.0 failed #255

RainbowMango opened this issue Oct 22, 2024 · 5 comments · Fixed by #256

Comments

@RainbowMango
Copy link

Hi,

When bumping to the latest v0.6.0, an error raised as follows:

Download action repository 'engineerd/setup-kind@v0.6.0' (SHA:dfca6572a7497bbd1bb14e5ad473f8a1ba864ca6)
Error: Could not find file '/home/runner/work/_actions/_temp_743e1be1-95da-4e68-a43f-6f39a38772c9/_staging/engineerd-setup-kind-dfca657/node_modules/.bin/json5'.

PR: kubernetes-sigs/work-api#46
Logs: https://github.com/kubernetes-sigs/work-api/actions/runs/11449128718/job/31854057178?pr=46
Usage: https://github.com/kubernetes-sigs/work-api/blob/0729a000bdbf6f16443b6697b3f99acdcd01c092/.github/workflows/ci.yml#L81-L84

@radu-matei
Copy link
Member

v0.6.2 has now been released and should fix the issue.

Thank you for your patience!

@RainbowMango
Copy link
Author

Thank you @radu-matei for the notice, I'm waiting for the dependabot to bump to that version, which is planned for next Monday.

@vrubezhny
Copy link

vrubezhny commented Nov 5, 2024

@radu-matei ,

Unfortunately, bumping to v.0.6.2 doesn't help... The following change:

-      - uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 #v0.5.0
+      - uses: engineerd/setup-kind@71e45b960fc8dd50b4aeabf6eb6ef2ca0920b4c1 #v0.6.2

...still doesn't allow to install Kind failing as:

Run engineerd/setup-kind@71e45b960fc8dd50b4aeabf6eb6ef2ca0920b4c1
  with:
    version: v0.11.1
    name: kind
    wait: 300s
    skipClusterCreation: false
    skipClusterDeletion: false
    skipClusterLogsExport: false
    verbosity: 0
    quiet: false
Error: File not found: '/home/runner/work/_actions/engineerd/setup-kind/71e45b960fc8dd50b4aeabf6eb6ef[2](https://github.com/redhat-developer/vscode-openshift-tools/actions/runs/11674705059/job/32508065342?pr=4612#step:6:2)ca0920b4c1/dist/main/index.js'

Any thoughts?

@RainbowMango
Copy link
Author

It works for me, see kubernetes-sigs/work-api#48.

But I'm not using commit hash but tag version v0.6.2.

@vrubezhny
Copy link

@RainbowMango Thanks for the hint! Updating it using v0.6.2 tag version worked fine:

- uses: engineerd/setup-kind@v0.6.2

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

Successfully merging a pull request may close this issue.

3 participants