Failed to apply vault application due to version mismatch of dependent apps
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| StarlingX |
Fix Released
|
Medium
|
Michel Thebeau [WIND] | ||
Bug Description
Brief Description
-----------------
The vault application does not apply on 26.03 because the application metadata.yaml is not updated along with the platform's version.
Severity
--------
Critical
Steps to Reproduce
------------------
Build the master branch after starlingx/utilities commit 65f3b6b0, and try to apply vault.
Expected Behavior
------------------
Application applies successfully
Actual Behavior
----------------
Rejected due to dependent app version regex
Reproducibility
---------------
yes
System Configuration
-------
any
Branch/Pull Time/Commit
-------
Master branch after Oct 21
Last Pass
---------
Before Oct 21
Timestamp/Logs
--------------
N/A
Test Activity
-------------
Sanity
Workaround
----------
N/A
| Changed in starlingx: | |
| assignee: | nobody → Michel Thebeau [WIND] (mthebeau) |
| Changed in starlingx: | |
| status: | New → In Progress |
| Changed in starlingx: | |
| importance: | Undecided → Medium |
| tags: | added: stx.12.0 stx.apps |

Reviewed: https:/ /review. opendev. org/c/starlingx /vault- armada- app/+/966478 /opendev. org/starlingx/ vault-armada- app/commit/ 5d7c169963a3891 df43b46ecfdfdff fa473e306b
Committed: https:/
Submitter: "Zuul (22348)"
Branch: master
commit 5d7c169963a3891 df43b46ecfdfdff fa473e306b
Author: Michel Thebeau <email address hidden>
Date: Fri Nov 7 18:08:46 2025 +0000
Change version regex of dependent apps in metadata file
This change is to allow vault to be applied in StarlingX version with
the dependent apps with version 25.09 to 27.12. This regex allows the
dependencies to have a version equal or greater than 25.09 to 27.12
Picking from app-oran-o2 example commit 55371269
Test Plan:
PASS install app on 26.03
PASS app sanity
PASS grep -P test against:
24.09-11
25.09-33
26.03-40
26.03-5
27.12-133
28.02-2
Closes-bug: 2130903
Change-Id: If922bb5309f961 d472c4835b5a3ba b71f53d8c8d
Signed-off-by: Michel Thebeau <email address hidden>