flow-cli icon indicating copy to clipboard operation
flow-cli copied to clipboard

`version.txt` occasionally out of sync with latest version

Open psiemens opened this issue 1 year ago • 3 comments

Problem

The version.txt on the master branch sometimes fails to upload to the GCS bucket where pre-built binaries are published. This prevents the Linux/macOS install script from being able to install the latest version of the CLI.

Does it make any sense to just link to the version.txt that's on the master branch, or could that be out of sync with the binaries in GCS?

cc @sideninja @sukantoraymond

psiemens avatar Aug 03 '22 17:08 psiemens

we can try linking the version number on pre built binaries to version.txt instead of whats on gcs bucket

sukantoraymond avatar Aug 04 '22 14:08 sukantoraymond

Did something change for the v0.39.0 release? The version text file is updated to v0.39.0 but that binary does not appear to exist on GCS yet. The install script currently throws an error unless targeting an older version.

thgaskell avatar Aug 08 '22 20:08 thgaskell

@thgaskell Thanks for flagging this. We have edited the version.txt to v0.38.1

sukantoraymond avatar Aug 08 '22 20:08 sukantoraymond