Skip to content

v1.94.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 21 Oct 00:31
· 105 commits to refs/heads/main since this release
4e04f0f
Updates to Installation Instructions @osterman (#549)

what

  • Add terminal configuration instructions
  • Add installation instructions for fonts

why

  • Not everyone is familiar with what makes atmos TUI look good =)
Read Atmos config and vendor config from .yaml or .yml @haitham911 (#736)

what

  • Read Atmos config and vendor file from atmos.yaml or atmos .yml, vendor.yaml or vendor.yml
  • If both .yaml and .yml files exist, the .yaml file is prioritized

why

  • Supports both YAML extensions
Improve logging in `atmos vendor pull` @haitham911 (#730)

What

  • Added functionality to log the specific tags being processed during atmos vendor pull --tags demo.
  • Now, when running the command, the log will display: Processing config file vendor.yaml for tags {demo1, demo2, demo3}.

Why

  • This update improves visibility by explicitly showing the tags during the pull operation