Release 0.99.2
deepanjan90
released this
23 Apr 14:05
·
269 commits
to master
since this release
ENHANCEMENTS:
- core: Add
version
command to report current version and check for newer version. (230)
ISSUES FIXED:
- core: Fix finder to use
@Filter
annotation for fields having different bean name. (237) - core: Resource creation fails when dependencies are spread across multiple files. (243)
- workflow:
@Wait
directive does not properly evaluate the "n" option given. (246) - core: Allow
@for
to iterate over sets. (248) - core: Deleting a resource created using
@uses-credentials
fails. (250) - core: Using
@external-query
under a resource block fails. (251) - core: Fix
credentials
option for@external-query
. (252) - workflow: Recover from a failed workflow stage. (254)
- workflow:
@wait
directive not resolving variables when used inside a workflow. (259)
MISC:
- Add preprocessor to modify nodes before evaluation. (241)