Dashboard not showing correct version

Octopus Deploy 3.8.2

One of our projects is showing the incorrect deployed version for one of its environments in dashboard

When the deployment is running you see the blue spinner and the correct version e.g.4.6.0.66 but as soon as successful deployment is finished the version reverts to the last deployed e.g. 4.6.0.65

Help appreciated as confusing everybody!

I don’t know if this is the same problem, but it is “Dashboard not showing correct version”

ProjectA Dev environment deployments:
Un-tenanted Version: 3.5.1
Tenant1: 3.10.0
Tenant2: 3.10.0

Dashboard shows currently deployed version for the project=3.5.1

I think it is finding the max version in the environment across tenants and evaluation 3.5.1 > 3.10.0 because it is using string comparison, rather than comparing numerically, just my guess.

Octopus 3.12.0

Curiously it appears to have recovered overnight :slight_smile:

Hi Samh,

Thanks for getting in touch! The only scenario I can think of is that the deployment was somehow interrupted and then resumed. Please contact us when you see this problem again.

kmenzl, yes your correct. Unfortunately you have hit an exiting bug in Octopus.

Regards,

Pawel