edge-manageability-framework icon indicating copy to clipboard operation
edge-manageability-framework copied to clipboard

[BUG-NOK] Open Edge Orchestrator - "Upgrades Available” indicator not showing for post version 2.0.10

Open nagarjunaha056 opened this issue 4 months ago • 0 comments

Bug Description

The “Upgrades Available” banner does not appear when the deployed version is 2.0.9 and a newer version 2.0.10 is available.

Image Image Image

System Setup

Open Edge Orchestrator - v3.1.3

Reproducible Steps

  1. Deploy application with version 2.0.9
  2. Create application with version 2.0.10 available in the UI
  3. Observe that the “Upgrades Available” label does not appear

Expected Behavior When the latest available version is 2.0.10 and the currently deployed version is 2.0.9, the UI should show the “Upgrades Available” indicator.

Actual Behavior The indicator does not appear. The system fails to recognize 2.0.10 as newer than 2.0.9. But when User clicks on Upgrade, the newer version is visible in the dropdown.

Root Cause Analysis

(Suspecting) Version comparison seems to be done using string comparison instead of semantic versioning.

"2.0.10" < "2.0.9" // true when compared lexicographically

nagarjunaha056 avatar Dec 02 '25 11:12 nagarjunaha056