
Make 22.06 as valid upgrade from version. Story: 2009303 Task: 45682 Depends-on: https://review.opendev.org/c/starlingx/ansible-playbooks/+/847848 Change-Id: I195e95f7037e5a947164b87c260ca141aaba8fa7 Signed-off-by: Bin Qian <bin.qian@windriver.com>
13 lines
406 B
XML
13 lines
406 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<build>
|
|
<version>xxxSW_VERSIONxxx</version>
|
|
<supported_upgrades>
|
|
<upgrade>
|
|
<!-- either add multiple <version> elements or
|
|
use comma separated version list in version
|
|
element for multiple upgrade from versions -->
|
|
<version>22.06</version>
|
|
</upgrade>
|
|
</supported_upgrades>
|
|
</build>
|