Skip to content
This repository has been archived by the owner on Jun 12, 2021. It is now read-only.

Releases: radekg/terraform-provisioner-ansible

v2.5.0

06 Dec 23:46
Compare
Choose a tag to compare

NEW:

  • updates Terraform dependency to v0.14.0
  • tests passing with updated Terraform dependency

v2.4.0

07 Nov 01:17
Compare
Choose a tag to compare

Fixes

  • fix golang module namespace: v2 - resolves #153

Other

  • update golang to 1.15
  • update CI ansible to 2.9.15
  • update Terraform to 0.13.5
  • update other dependencies
  • address interpolation warnings in examples

v2.3.3

11 Oct 21:34
Compare
Choose a tag to compare

Fixed

  • Install curl (may not be present in minimal server editions), author: @lestephane in #142

Remote installer installs curl and uses set -euo pipefail.

v2.3.2

v2.3.1

27 Sep 18:18
Compare
Choose a tag to compare

Fixed

  • default Ansible installer script is now posix compatible: #131,

New features

  • the provisioner is now compatible with Terraform 0.11.x and 0.12.x, author: @cryptobioz in #132
  • implement ansible-galaxy install for local and remote provisioners: #137

Other

  • update Terraform dependency to 0.12.9: #135
  • build using golang 1.13: #135
  • replace glide with go modules: #135

v2.3.0

28 Jul 17:03
Compare
Choose a tag to compare

New features

  • upgrade Terraform to 0.12.5: #129

v2.2.1

03 Jun 00:21
Compare
Choose a tag to compare

New features

v2.2.0

06 Apr 22:08
Compare
Choose a tag to compare

New features

  • Increased test coverage, new test features allow for testing actual runs giving a much bigger confidence in future releases

Other

v2.1.2

13 Mar 19:34
Compare
Choose a tag to compare

New features

Changes

v2.1.1

27 Nov 22:46
Compare
Choose a tag to compare

New features