https://signoz.io logo
Title
k

Kenichi Nakamura

03/13/2023, 7:33 PM
👋🏽 hello folks, I'm checking on a very minor issue - I've updated to the v0.17.0 tag, but still see v0.16.2 in the UI with the updates available warning. Did I do something wrong, not do something required, or is that expected?
HEAD detached at v0.17.0
p

Pranay

03/14/2023, 2:15 AM
@Kenichi Nakamura How did you upgrade to the latest version?
v

Vishal Sharma

03/14/2023, 2:36 AM
Looks like your frontend image was not updated
k

Kenichi Nakamura

03/14/2023, 4:29 PM
ok i will make sure to pull latest images and retry, thanks!
thanks for the hint - it looks like this was not updated yet in the tagged version, but is on main develop https://github.com/SigNoz/signoz/blob/v0.17.0/deploy/docker/clickhouse-setup/docker-compose.yaml#L184
v

Vishal Sharma

03/16/2023, 2:16 AM
@Prashant Shahi Version is not updated in tagged version
p

Prashant Shahi

03/16/2023, 5:52 AM
@Srikanth Chekuri It looks like the old git tag was created before pinning the version and it was not auto updated post-release.
I have synced the tag to latest
release/v0.17.0
where version is pinned.
s

Srikanth Chekuri

03/16/2023, 6:05 AM
I don’t follow where it is not pinned? Look at the last commit of the tagged version and it is the commit to pin the versions.
p

Prashant Shahi

03/16/2023, 6:39 AM
the git tag was pointing to previous commit where the docker-compose tags were not updated.
It is fixed now.
@Kenichi Nakamura could you please
git checkout
to the
release/v0.17.0
branch and use that instead?