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

Release v0.17.0 binaries has not been generated #1433

Closed
chmouel opened this issue Oct 24, 2024 · 6 comments
Closed

Release v0.17.0 binaries has not been generated #1433

chmouel opened this issue Oct 24, 2024 · 6 comments

Comments

@chmouel
Copy link
Contributor

chmouel commented Oct 24, 2024

which break the setup-ko actions,

I wonder if it's a chicken and egg kind of thing, since goreleaser action depends on the latest but binaries has not been built yet? cf:

https://github.com/ko-build/ko/actions/runs/11504196400/job/32023168508

++ curl -L -s -u username:*** https://api.github.com/repos/ko-build/ko/releases/latest
++ jq -r .tag_name
+ tag=v0.17.0
Installing ko @ v0.17.0 for Linux
+ os=Linux
+ [[ Linux == \m\a\c\O\S ]]
+ [[ ! -z v0.17.0 ]]
+ echo 'Installing ko @ v0.17.0 for Linux'
+ sudo tar xzf - -C /usr/local/bin ko
+ curl -fsL https://github.com/ko-build/ko/releases/download/v0.17.0/ko_0.17.0_Linux_x86_64.tar.gz

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
Error: Process completed with exit code 2.
@vdemeester
Copy link
Contributor

Turns out, there is probably a "race" condition 😛
https://github.com/ko-build/ko/actions/runs/11504196400/job/32023168508 it did not generate binaries because it failed on setup-ko 😛

@imjasonh 🙏🏼

@evankanderson
Copy link
Contributor

evankanderson commented Oct 24, 2024

(This is causing https://github.com/ko-build/setup-ko to fail)

The "fix" is:

- uses: ko-build/setup-ko
  with:
    version: v0.16.0

(And remember to take it out later...)

@jonjohnsonjr
Copy link
Collaborator

Introduced here 61a6c20#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34

Fix here #1435 and we'd cut a new patch release.

@cpanato
Copy link
Member

cpanato commented Oct 25, 2024

Thanks @jonjohnsonjr for fixing my mess

@cpanato
Copy link
Member

cpanato commented Oct 25, 2024

Relasesed and fixed

@chmouel can you confirm?

@chmouel
Copy link
Contributor Author

chmouel commented Oct 25, 2024

all good now, thanks

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

No branches or pull requests

5 participants