Skip to content

Releases: claranet/tfwrapper

v7.4.0

06 Dec 15:23
Compare
Choose a tag to compare

ADDED:

  • TER-438: Add support for .tar.gz, .tar.bz2 (not tested) and version number starting with "v"

UPDATES:

  • TER-343: Improve README documentation for kubeconfig management

v7.3.0

06 Dec 14:38
Compare
Choose a tag to compare

ADDED:

  • TER-35: Add foreach subcommand to execute arbitrary commands on several stacks at once

FIXED:

  • TER-35: fix foreach when -c is not specified

v7.2.0

29 Oct 08:51
Compare
Choose a tag to compare

ADDED:

  • TER-423: Option to override azure-cli session and config directory

UPDATES:

  • TER-419: Always check if a terraform-wrapper env is already activated and always update virtualenv

FIXED:

  • TER-417: Start search from the next incremented minor version

v7.1.1

25 Sep 13:46
Compare
Choose a tag to compare

FIXED:

  • TER-418: Fix switchver regression with short version (TER-415)

v7.1.0

18 Sep 13:15
Compare
Choose a tag to compare

ADDED:

  • TER-415: Support custom development builds of terraform

UPDATES:

  • TER-347: Bump Python/boto dependencies
  • TER-364: Bump azure-cli to 2.0.73

v7.0.0

15 Jul 17:30
Compare
Choose a tag to compare

ADDED:

  • TER-391: New -l/--pipe-plan arguments to pipe the plan output to the command of your choice. That command can be specified with the new --pipe-plan-command argument or configured in the config.yml file as pipe_plan_command: "my custom command".
  • TER-396: Allow mutiple states backends. We can now choose per stack which state backend to use

UPDATES:

  • TER-46: Bump Python dependencies
  • TER-364: Upgrade azure cli pip package to .64
  • TER-393: Support terraform release candidates
  • TER-395: Prioritize bootstrap template parameter, allow to bootstrap a non cloud template
  • TER-404: Make init optional via config when triggering plan or apply
  • TER-406: Update README documentation

BREAKING:

  • TER-388: Improve bootstrap behavior, no longer trigger terraform init automatically (old behavior is available via TER-404, can be set in config)

v6.4.1

25 Jan 19:31
Compare
Choose a tag to compare

Changes

  • More robust shell detection in makefile (#4)