8000 Release v1.160.2 · cloudposse/atmos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.160.2

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 06 Feb 14:42
· 95 commits to refs/heads/main since this release
845aeb5

🚀 Enhancements

Execute Atmos YAML functions when running the command `atmos terraform output` @aknysh (#1033)

what

  • Execute Atmos YAML functions when running the command atmos terraform output

why

  • atmos terraform output requires processing of YAML functions and Go templates
Fix log level priority @samtholiya (#1031)

what

  • Fix log level priority flag > env > config

why

  • This is what customer expects based on CLI standard
Properly handle `stdout`, `stderr`, and `null` @osterman (#1029)

what

  • Handle /dev/stderr, /dev/stdout, and /dev/null with charmbracelet logger

why

  • Moving to charmbracelet logger, we didn't properly handle common devices
  • Logs should always go to stderr by default, so it doesn't mess up GitHub actions or commands that parse output
0