try-zeek icon indicating copy to clipboard operation
try-zeek copied to clipboard

"master" option is misnamed

Open vpax opened this issue 2 years ago • 1 comments

If in the UI you select “master” for the desired Zeek version, it’s not actually Master. For example, trying today (using print zeek_version(); as my script) I get 5.0.0-dev.332, whereas the actual current version is somewhere a bit north of 5.2.0-dev.439.

Better would be for the option to be labeled along the lines of Recent master (5.0.0-dev.332).

vpax avatar Jan 08 '23 06:01 vpax

ah yeah.. pulling in master was a bit of a manual process that was not automated - I think it could be now that we auto generate images as part of CI.

Getting the real version should be doable too, need to run zeek --version once to grab the real version once at startup.

JustinAzoff avatar Jan 09 '23 23:01 JustinAzoff