Tags: xen-troops/moulin
Tags
version: bump version to 0.30 Taking into account added support for YAML references in various places - bump the version up. Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com> Acked-by: Ruslan Shymkevych <ruslan_shymkevych@epam.com> Tested-by: Ruslan Shymkevych <ruslan_shymkevych@epam.com>
version: bump version to 0.29 Taking into account that we support other Yocto-based distros now, bump up the version. Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com> Acked-by: Dmytro Firsov <dmytro_firsov@epam.com> Acked-by: Leonid Komarianskyi <leonid_komarianskyi@epam.com> Tested-by: Oleksandr Andrushchenko <andr2000@gmail.com>
Provide a clear message if the default option is not specified This change handles the case when "default: true" is not provided for some option in the YAML file. Now, in this scenario, a clear "YAMLProcessingError" is raised, containing detailed and understandable information about the misconfiguration. Added pytests for the following scenarios: -- YAML parameter does not contain a "default: true" variant (negative case) -- YAML parameter contains a "default: true" variant (positive case) Also, the unit test "test_config.py" was updated because "default: true" is required for all parameters in the YAML configuration. Signed-off-by: Mykhailo Androsiuk <mykhailo_androsiuk@epam.com> Reviewed-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
moulin: bump version to 0.25 There is hotfix for one of our dependencies, namely gpt-image v0.9.0 added. So we need to bump moulin version. Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com> Reviewed-by: Ruslan Shymkevych <ruslan_shymkevych@epam.com> Tested-by: Mykhailo Androsiuk <mykhailo_androsiuk@epam.com>