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

v1.168.1-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 30 Mar 01:04
· 42 commits to refs/heads/main since this release
448bab5

🚀 Enhancements

Fix bug related to loading and merging atmos configurations files @haitham911 (#1175) ## What - Fixed an issue where multiple configuration files were not loading correctly. - Now, all configuration files from each specified path are loaded and merged into the Atmos config.

Why

  • Previously, when loading files from multiple paths, only the first file found was loaded, ignoring the rest. This update ensures all configurations are properly merged.

references

Summary by CodeRabbit

  • Refactor
    • Enhanced the configuration loading mechanism to improve error handling and ensure accurate processing of YAML configuration files.
  • Tests
    • Added new tests for configuration merging, including scenarios for missing configuration files and merging multiple configuration files.
0