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

Latest "stable" being reported as 8.0.0.b32245, not 8.0.2.b37747? #11

Closed
justinclift opened this issue May 24, 2020 · 2 comments
Closed

Comments

@justinclift
Copy link
Member

Just noticed the LATEST_VERSION being reported for the 8.x series release is 8.0.0.b32245:

setup/setup.sh

Line 58 in cb47626

LATEST_VERSION=`curl -s "https://version.redash.io/api/releases?channel=$REQUESTED_CHANNEL" | json_pp | grep "docker_image" | head -n 1 | awk 'BEGIN{FS=":"}{print $3}' | awk 'BEGIN{FS="\""}{print $1}'`

However, 8.0.2.b37747 is available.

Is the 8.0.2 build not considered stable, or is this just a case of something needing updating? 😄

@wayne2000
Copy link

no matter what it is. seems always "404: Not Found"
https://raw.githubusercontent.com/getredash/setup/8.0.0.b32245/data/docker-compose.yml

@justinclift
Copy link
Member Author

Closing this, as the LATEST_VERSION needs fixing anyway. 😄

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

2 participants