Release 0.99.3
deepanjan90
released this
14 May 14:59
·
222 commits
to master
since this release
ENHANCEMENTS:
- core: Add
@state-backend
allowing users to store and use state files remotely. (236) - core: Introduces an abstract class
LockBackend
. The provider specific implementation allows locking of state files to avoid simultaneous modifications. (269)
ISSUES FIXED:
- core: Fix reference to non configured fields. (263)
- core: Maintain resource creation order based on dependencies across multiple files. (256)
- core: Make
Find*
methods work when used within a virtual resource. (275) - workflow: Resolve references removed out of workflow scope. (274)
- core: Attach parent resource to a subresource on creation. (282)
- core: Fix validation annotations to work on Sets. (285)
- workflow: Fix updating non-configured fields when using
@workflow::update
. (287) - core: Fix
_configured-fields
of complex types to only have user configured fields. (288)