buildkite / lifecycled

A daemon for responding to AWS AutoScaling Lifecycle Hooks
MIT License
146 stars 34 forks source link

build version incorrect in the latest release #92

Closed shantanugadgil closed 2 years ago

shantanugadgil commented 3 years ago

The latest release v3.2.0 shows an older build version when executed with --version:

Steps:

wget https://github.com/buildkite/lifecycled/releases/download/v3.2.0/lifecycled-linux-amd64

chmod +x lifecycled-linux-amd64 

./lifecycled-linux-amd64 --version
v3.1.0-4-gd354903

compiling from source shows the correct output:

*** compiled binary inside source code ...

./lifecycled --version
v3.2.0
shantanugadgil commented 2 years ago

looks like this was fixed; tested with v3.3.0 @triarius

shantanugadgil commented 2 years ago

@triarius