Skip to content

Dashboard shows an update is available when Executor is already on that version #1766

Description

@mynameistito

Summary

Executor’s dashboard can show an update notification for the exact version that is already installed.

In my case, the sidebar showed:

Update available
v1.6.0

But the installed CLI version was already:

executor -v
# 1.6.0

Steps to reproduce

  1. Install or update Executor to the latest release.

  2. Confirm the installed version:

    executor -v
  3. Start Executor and open the dashboard.

  4. Observe the Update available card in the sidebar.

Actual behaviour

The dashboard says an update to v1.6.0 is available even though executor -v reports 1.6.0.

The suggested update command also appears to target the same installed version.

Expected behaviour

The update notification should only appear when the available release is newer than the running/installed Executor version.

If the installed version is already current, the dashboard should not display an update card.

Notes

This may be caused by a version-normalisation or comparison issue, such as comparing:

  • installed version: 1.6.0
  • release version: v1.6.0

These should be treated as the same semantic version.

Screenshot

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions