Open
Description
Hey folks,
I just downloaded otelcol contrib 0.115.1 (released about a day ago). However, the binary reports as being version 0.115.0. See below:
/tmp/tmp.VViyajyZAw $ curl -LO https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.115.1/otelcol-contrib_0.115.1_linux_amd64.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 70.4M 100 70.4M 0 0 6353k 0 0:00:11 0:00:11 --:--:-- 8190k
/tmp/tmp.VViyajyZAw $ tar xf otelcol-contrib_0.115.1_linux_amd64.tar.gz
/tmp/tmp.VViyajyZAw $ ./otelcol-contrib -v
otelcol-contrib version 0.115.0
I have some automation in place that checks the currently installed version with the expected version and this breaks now 😉.