Skip to content

v1.126.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 15 Dec 01:16
· 16 commits to refs/heads/main since this release
e9a610e
Add support for `atmos terraform version` command @samtholiya (#846)

what

  • Add support for atmos terraform version command

image

Add support for `atmos helmfile version` command @samtholiya (#854)

what

  • Add support for atmos helmfile version command

image

Append new lines to end of the generated JSON files @joshAtRula (#849)

what

  • Append new lines to end of the generated JSON files

why

  • Better support for linting and pre-comming standards
  • It's common for linters and pre-commit hooks to expect new lines at the end of files. In the case of the pretty-printed JSON (used for the creation of the backend.tf.json files) these objects are now properly indented, but still were lacking the new line at the end of the file