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

Fix Version fetching in quick start script for Zipkin-Server #174

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

mrproliu
Copy link
Contributor

This PR addresses an issue where the Zipkin-server erroneously submitted a version number (3.0.0-rc0) that caused failures when using curl -sSL https://zipkin.io/quickstart.sh | bash -s. The modification in this PR changes the version fetching logic to identify and use the last available stable version number, ensuring successful downloads and execution.

@shakuzen shakuzen merged commit 638d973 into openzipkin:master Nov 30, 2023
1 check passed
@mrproliu mrproliu deleted the fix-rc-version branch November 30, 2023 23:51
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 this pull request may close these issues.

quickstart failed: target version is "3.0.0-rc0". That doesn't look like a valid Zipkin release version
2 participants