Skip to content

v1.85.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 18 Jul 13:58
db0ac7c
Update `atmos describe affected` and `atmos terraform` commands @aknysh (#654) ## what
  • Update atmos describe affected command
  • Update atmos terraform command
  • Allow Gomplate, Sprig and Atmos template functions in imports in Atmos stack manifests

why

  • The atmos describe affected command had an issue with calculating the included_in_dependents field for all combination of the affected components with their dependencies. Now it's correctly calculated for all affected

  • In atmos describe affected command, if the Git config core.untrackedCache is enabled, it breaks the command execution. We disable this option if it is set

  • The atmos terraform command now respects the TF_WORKSPACE environment variable. If the environment variable is set by the caller, Atmos will not calculate and set a Terraform workspace for the component in the stack, but instead will let Terraform use the workspace provided in the TF_WORKSPACE environment variable

  • Allow Gomplate, Sprig and Atmos template functions in imports in Atmos stack manifests. All functions are allowed now in Atmos stacks manifests and in the import templates