Skip to content

0.4.2 - 2022-02-11

Compare
Choose a tag to compare
@valfirst valfirst released this 11 Feb 18:54
· 2974 commits to master since this release
release-0.4.2
203f4dc

WARNING

This version has critical regression issue: composed and nested steps triggering scenario fail-fast may cause data losses and bring inconsistency to the reporting. Users must migrate to version 0.4.4, which contains the fix for the issue (#2565).

Added

#2463 [vividus-plugin-azure-storage-account] Add step to collect blob service properties

Syntax:

When I retrieve blob service properties of storage account `$storageAccountKey` and save them to $scopes variable `$variableName`

Fixed

#2467 (Fixes #2465) [vividus] Consider system hooks status at exit code calculation

The regression issue introduced in 0.4.1 is fixed: the exit code for failed tests was 0 (successful) despite the failed tests