setup icon indicating copy to clipboard operation
setup copied to clipboard

When will stable CHANNEL be updated?

Open snickerjp opened this issue 1 year ago • 0 comments

When will stable CHANNEL be updated?

in setup.sh https://github.com/getredash/setup/blob/e611a6af966124eb974d1d953f64a10c5e9767e6/setup.sh#L63-L64

return 8.0.0.b32245

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

Is #11 relevant?

Reason.

Because I would like to update my version of Redash.

However, if I go to setup.sh and get the version replacement, so I cannot update it without modifying setup.sh. https://github.com/getredash/setup/blob/e611a6af966124eb974d1d953f64a10c5e9767e6/setup.sh#L69

I would like to improve this situation.

snickerjp avatar Feb 06 '24 13:02 snickerjp