Repository URL to install this package:
Version:
0.7.2 ▾
|
covalence
/
CHANGELOG.md
|
---|
IMPROVEMENTS:
FIXES:
refresh
task.IMPROVEMENTS:
list
and map
lookups from within the data using the alias lookup function.FIXES:
inspect
task to operate in a temporary directory, so that any generated assets are cleaned up after execution.BACKWARDS INCOMPATIBILITIES:
apply
and destroy
tasks will no longer include plan
and plan_destroy
respectively.packer-module
parameter has been replaced by module
for standardization with Terraform stacks.packer-template
parameter has been moved to the stack scope and is now a relative path to the module (e.g. packer::build::packer-template: 'fully/qualified/path/template.json'
would become mystack::packer-template: 'template.json'
for mystack::module: 'fully/qualified/path'
)packer-targets
parameter has been removed.COVALENCE_TERRAFORM_DIR
and COVALENCE_PACKER_DIR
environment variables now default to the same value as COVALENCE_WORKSPACE
and are now deprecated.FEATURES:
-var-file
instead of individual -var
arguments.<stack>::deps
, which is an Array of directory paths that are to be made available in the working directory. Paths are relative to the Covalence root directory.list
and map
input types.IMPROVEMENTS:
refresh
command.refresh
command at the environment and global scope.format
command at the environment and global scope (#33).plan
command at the global scope (#40).FIXES:
targets
namespace parameter is now properly ignored for Packer stacks.IMPROVEMENTS:
FIXES:
BACKWARDS INCOMPATIBILITIES:
FEATURES:
IMPROVEMENTS:
FIXES:
-force
param instead of -input=false
.env:spec
only does format checking on the specific path module, not the dependent modules referenced underneath.FEATURES:
PACKER_IMG
, PACKER_CMD
FIXES:
$(...
FEATURES:
rake example:packer-module:build -- -var "foo=baz"
FIXES:
FEATURES:
IMPROVEMENTS:
FIXES:
{{ template_dir }}
for script locations.FIXES:
FIXES:
FEATURES:
rake example:module_test:plan[1,2] -- --no-drift --help
IMPROVEMENTS:
FIXES: