v1.97.0
cloudposse-releaser
released this
30 Oct 12:59
·
96 commits
to refs/heads/main
since this release
Add support for remote validation schemas @haitham911 (#731)
What
- Add support for remote schemas in
atmos
for manifest validation - Updated
schemas
configuration to allow referencing remote schema files, e.g.:schemas: atmos: manifest: "https://atmos.tools/schemas/atmos/atmos-manifest/1.0/atmos-manifest.json"
Why
- This reduces redundancy, the schema file can be referenced remotely .
Do not process stack configs when executing command `atmos vendor pull` and the `--stack` flag is not specified @haitham911 (#740)
what
- Do not process stack configs when executing command
atmos vendor pull
and the--stack
flag is not specified
why
- Atmos vendor should not require stack configs if the
stack
flag is not provided