Features
- API improvement: added field
paramsto Task model. It should be used instead of flagsdebug,dry_runanddiff. Now you should use:params.debug,params.dry_run,params.difffor Ansible tasksparams.planandparams.auto_approvefor 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-approvenow works.