Features
- API improvement: added field
params
to Task model. It should be used instead of flagsdebug
,dry_run
anddiff
. Now you should use:params.debug
,params.dry_run
,params.diff
for Ansible tasksparams.plan
andparams.auto_approve
for Terraform tasks.
- Start from this version we will use semantic versioning
major.minor.patch
:major
— breaking changesminor
— featurespatch
— bugfixes
Bugfixes
- Fix bug with Terraform tasks: flag
-auto-approve
now works.