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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

syft version report is broken with 0.97.0 release #2334

Closed
chenrui333 opened this issue Nov 17, 2023 · 7 comments 路 Fixed by #2335
Closed

syft version report is broken with 0.97.0 release #2334

chenrui333 opened this issue Nov 17, 2023 · 7 comments 路 Fixed by #2335
Assignees

Comments

@chenrui333
Copy link
Contributor

馃憢 looks like syft version is broken for the 0.97.0 release? Thanks!

relates to Homebrew/homebrew-core#154645

@isuftin
Copy link

isuftin commented Nov 17, 2023

We're seeing the same during a Docker build in Alpine.

INSTALL_VERSION="0.97.0"

curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- v${INSTALL_VERSION}

[info] fetching release script for tag='v0.97.0'
[info] using release tag='v0.97.0' version='0.97.0' os='linux' arch='amd64'
[info] installed ./bin/syft

syft version

echo $?
0

syft --version

It just returns nothing

@chenrui333
Copy link
Contributor Author

For the release binary in here as well

@spiffcs
Copy link
Contributor

spiffcs commented Nov 17, 2023

Thanks guys! We tracked the regression to this commit 1c787f4. We'll take a look and get a patch release out - apologies for the friction on this new release

@chenrui333
Copy link
Contributor Author

Thanks for the quick turnaround! 馃殌

@chenrui333
Copy link
Contributor Author

Is that going to a re-tag or a new release? Just curious. Thanks!

@wagoodman
Copy link
Contributor

we'll make another release within an hour or so, trying to get one more fix in if I can manage it

@chenrui333
Copy link
Contributor Author

sounds perfect! Thanks!

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

Successfully merging a pull request may close this issue.

5 participants