Skip to content

v2.11.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fiftin fiftin released this 24 Nov 19:58
· 392 commits to develop since this release

Features

  • API improvement: added field params to Task model. It should be used instead of flags debug, dry_run and diff. Now you should use:
    • params.debug, params.dry_run, params.diff for Ansible tasks
    • params.plan and params.auto_approve for Terraform tasks.
  • Start from this version we will use semantic versioning major.minor.patch:
    • major — breaking changes
    • minor — features
    • patch — bugfixes

Bugfixes

  • Fix bug with Terraform tasks: flag -auto-approve now works.