nginxinc / nginx-amplify-agent

NGINX Amplify Agent
BSD 2-Clause "Simplified" License
23 stars 9 forks source link

Incorrect version in log file #50

Open dave4you opened 4 years ago

dave4you commented 4 years ago

Hi,

In install using

apt-get install -y curl python gnupg curl -L -O https://github.com/nginxinc/nginx-amplify-agent/raw/master/packages/install.sh API_KEY='secret' sh ./install.sh -y

When starting the agent. The logfile states; 019-11-13 20:15:12,205 [116] supervisor agent started, version=1.7.0-1

In my understanding the version should be 1.7.0-5

Is something broken?

Happy to test.

Cheers

defanator commented 4 years ago

@dave4you thanks for reporting, this is a long-time thing; I agree that it causes some confusion for one who are trying to compare package version vs reported version. We are aware of this divergency, will try to address it with the next agent update.

dave4you commented 4 years ago

No worries, thanks for confirming. Let me know when it's fixed. I'll be happy to test.