github cloudposse/atmos v1.143.0

19 hours ago
Support Relative Path Imports @milldr (#891)

what

  • Add support for relative paths in imports, when the path starts with ./ or ../
  • Support all path types:
import:
  - ./relative_path
  - ../relative_path

or

import:
  - path: ./relative_path
  - path: ../relative_path

why

  • Allow less path duplication and support simpler code
Test Cases as a Directory @milldr (#922)

what

  • Added support for test cases as a directory rather than a single file

why

  • We are adding many more tests and as such the single file is becoming unruly

Don't miss a new atmos release

NewReleases is sending notifications on new releases.