Releases: claranet/tfwrapper
Releases · claranet/tfwrapper
v7.5.0
ADDED:
- Add new wrapper option to refresh kubeconfig tokens
UPDATES:
- Improve README with TOC
- TER-439: Bump
azure-cli
to 2.0.77
v7.4.1
FIXED:
- TER-423: Fix directories path detection in Makefile for exported variables
v7.4.0
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
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
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
FIXED:
- TER-418: Fix switchver regression with short version (TER-415)
v7.1.0
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
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
Changes
- More robust shell detection in makefile (#4)