github cloudposse/atmos v1.176.0-rc.2

latest releases: v1.190.0-test.0, v1.190.0-rc.0, v1.189.0...
pre-release3 months ago
Update `overrides` section. Add tests @aknysh (#1259) ## what
  • Update overrides section
  • Add tests

why

  • Improve the overrides section to detect and process the inline overrides in the imported stack manifests to allow the configurations like these:
vars:
  stage: prod

import:
  # The `overrides` is imported after the component `c1` is imported.
  # The `overrides` should not override anything for the component `c1`.
  - catalog/c1
  - catalog/overrides
vars:
  stage: prod

import:
  # The `overrides` is imported before the component `c1` is imported.
  # The `overrides` will override the component `c1` configuration.
  - catalog/overrides
  - catalog/c1

Don't miss a new atmos release

NewReleases is sending notifications on new releases.